Skip to content

Commit b04e7e3

Browse files
authored
chore: update dependencies (#184)
* chore: update dependencies * fix(dependency): vis-data and vis-network
1 parent 314ba36 commit b04e7e3

2 files changed

Lines changed: 16 additions & 16 deletions

File tree

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"prepublishOnly": "npm run build && pkg-ok",
1818
"build": "node ./esbuild.config.js",
1919
"test": "npm run test-only && npm run eslint",
20-
"test-only": "cross-env NODE_OPTIONS=--loader=esmock tap --test-regex='.spec.js' --no-check-coverage",
21-
"coverage": "cross-env NODE_OPTIONS=--loader=esmock c8 -r html tap --test-regex='.spec.js' --no-coverage"
20+
"test-only": "cross-env NODE_OPTIONS=\"--loader=esmock --no-warnings\" tap --test-regex='.spec.js' --no-check-coverage",
21+
"coverage": "cross-env NODE_OPTIONS=\"--loader=esmock --no-warnings\" c8 -r html tap --test-regex='.spec.js' --no-coverage"
2222
},
2323
"files": [
2424
"bin",
@@ -60,17 +60,17 @@
6060
"homepage": "https://github.com/NodeSecure/cli#readme",
6161
"devDependencies": {
6262
"@istanbuljs/esm-loader-hook": "^0.2.0",
63-
"@myunisoft/httpie": "^1.9.2",
63+
"@myunisoft/httpie": "^1.11.0",
6464
"@nodesecure/eslint-config": "^1.7.0",
65-
"@nodesecure/size-satisfies": "^1.0.2",
65+
"@nodesecure/size-satisfies": "^1.1.0",
6666
"@nodesecure/vis-network": "^1.4.0",
67-
"@openally/result": "^1.0.0",
68-
"@types/node": "^18.11.9",
69-
"c8": "^7.12.0",
67+
"@openally/result": "^1.1.0",
68+
"@types/node": "^18.15.10",
69+
"c8": "^7.13.0",
7070
"cross-env": "^7.0.3",
71-
"esbuild": "^0.17.3",
71+
"esbuild": "^0.17.14",
7272
"eslint": "^8.27.0",
73-
"esmock": "^2.1.0",
73+
"esmock": "^2.2.0",
7474
"http-server": "^14.1.1",
7575
"pkg-ok": "^3.0.0",
7676
"pretty-bytes": "^5.6.0",
@@ -81,16 +81,16 @@
8181
"@nodesecure/documentation-ui": "^1.3.0",
8282
"@nodesecure/flags": "^2.4.0",
8383
"@nodesecure/i18n": "^3.1.0",
84-
"@nodesecure/npm-registry-sdk": "^1.4.1",
84+
"@nodesecure/npm-registry-sdk": "^1.5.2",
8585
"@nodesecure/ossf-scorecard-sdk": "^1.1.0",
86-
"@nodesecure/rc": "^1.2.1",
87-
"@nodesecure/scanner": "^3.8.0",
88-
"@nodesecure/utils": "^1.0.0",
86+
"@nodesecure/rc": "^1.4.0",
87+
"@nodesecure/scanner": "^4.0.0",
88+
"@nodesecure/utils": "^1.1.0",
8989
"@nodesecure/vuln": "^1.7.0",
9090
"@polka/send-type": "^0.5.2",
9191
"@topcli/cliui": "^1.1.0",
9292
"@topcli/spinner": "^2.0.0",
93-
"cacache": "^17.0.4",
93+
"cacache": "^17.0.5",
9494
"dotenv": "^16.0.3",
9595
"filenamify": "^5.1.1",
9696
"ini": "^4.0.0",

workspaces/vis-network/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"license": "MIT",
2727
"dependencies": {
2828
"pretty-bytes": "^6.0.0",
29-
"vis-data": "^7.1.4",
30-
"vis-network": "^9.1.2"
29+
"vis-data": "^7.1.6",
30+
"vis-network": "^9.1.6"
3131
},
3232
"devDependencies": {
3333
"@nodesecure/flags": "^2.4.0",

0 commit comments

Comments
 (0)