Skip to content

Commit

Permalink
chore: update dependencies (#184)
Browse files Browse the repository at this point in the history
* chore: update dependencies

* fix(dependency): vis-data and vis-network
  • Loading branch information
fraxken authored Apr 2, 2023
1 parent 314ba36 commit b04e7e3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"prepublishOnly": "npm run build && pkg-ok",
"build": "node ./esbuild.config.js",
"test": "npm run test-only && npm run eslint",
"test-only": "cross-env NODE_OPTIONS=--loader=esmock tap --test-regex='.spec.js' --no-check-coverage",
"coverage": "cross-env NODE_OPTIONS=--loader=esmock c8 -r html tap --test-regex='.spec.js' --no-coverage"
"test-only": "cross-env NODE_OPTIONS=\"--loader=esmock --no-warnings\" tap --test-regex='.spec.js' --no-check-coverage",
"coverage": "cross-env NODE_OPTIONS=\"--loader=esmock --no-warnings\" c8 -r html tap --test-regex='.spec.js' --no-coverage"
},
"files": [
"bin",
Expand Down Expand Up @@ -60,17 +60,17 @@
"homepage": "https://github.com/NodeSecure/cli#readme",
"devDependencies": {
"@istanbuljs/esm-loader-hook": "^0.2.0",
"@myunisoft/httpie": "^1.9.2",
"@myunisoft/httpie": "^1.11.0",
"@nodesecure/eslint-config": "^1.7.0",
"@nodesecure/size-satisfies": "^1.0.2",
"@nodesecure/size-satisfies": "^1.1.0",
"@nodesecure/vis-network": "^1.4.0",
"@openally/result": "^1.0.0",
"@types/node": "^18.11.9",
"c8": "^7.12.0",
"@openally/result": "^1.1.0",
"@types/node": "^18.15.10",
"c8": "^7.13.0",
"cross-env": "^7.0.3",
"esbuild": "^0.17.3",
"esbuild": "^0.17.14",
"eslint": "^8.27.0",
"esmock": "^2.1.0",
"esmock": "^2.2.0",
"http-server": "^14.1.1",
"pkg-ok": "^3.0.0",
"pretty-bytes": "^5.6.0",
Expand All @@ -81,16 +81,16 @@
"@nodesecure/documentation-ui": "^1.3.0",
"@nodesecure/flags": "^2.4.0",
"@nodesecure/i18n": "^3.1.0",
"@nodesecure/npm-registry-sdk": "^1.4.1",
"@nodesecure/npm-registry-sdk": "^1.5.2",
"@nodesecure/ossf-scorecard-sdk": "^1.1.0",
"@nodesecure/rc": "^1.2.1",
"@nodesecure/scanner": "^3.8.0",
"@nodesecure/utils": "^1.0.0",
"@nodesecure/rc": "^1.4.0",
"@nodesecure/scanner": "^4.0.0",
"@nodesecure/utils": "^1.1.0",
"@nodesecure/vuln": "^1.7.0",
"@polka/send-type": "^0.5.2",
"@topcli/cliui": "^1.1.0",
"@topcli/spinner": "^2.0.0",
"cacache": "^17.0.4",
"cacache": "^17.0.5",
"dotenv": "^16.0.3",
"filenamify": "^5.1.1",
"ini": "^4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions workspaces/vis-network/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"license": "MIT",
"dependencies": {
"pretty-bytes": "^6.0.0",
"vis-data": "^7.1.4",
"vis-network": "^9.1.2"
"vis-data": "^7.1.6",
"vis-network": "^9.1.6"
},
"devDependencies": {
"@nodesecure/flags": "^2.4.0",
Expand Down

0 comments on commit b04e7e3

Please sign in to comment.