Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
vpalmisano committed Oct 31, 2024
1 parent 6b06eb0 commit 120a40e
Show file tree
Hide file tree
Showing 3 changed files with 396 additions and 419 deletions.
1 change: 0 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ updates:
interval: "daily"
ignore:
- dependency-name: "chalk"
- dependency-name: "node-fetch"
- dependency-name: "debug-level"
16 changes: 7 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
"json5": "^2.2.3",
"lorem-ipsum": "^2.0.8",
"node-cache": "^5.1.2",
"node-fetch": "^2.7.0",
"node-os-utils": "^1.3.7",
"pidtree": "^0.6.0",
"pidusage": "^3.0.2",
Expand All @@ -78,16 +77,14 @@
"sprintf-js": "^1.1.3",
"tar-fs": "^3.0.6",
"word-wrap": "^1.2.5",
"ws": "^8.18.0",
"zeromq": "^6.1.1"
"ws": "^8.18.0"
},
"devDependencies": {
"@types/compression": "^1.7.5",
"@types/convict": "^6.1.6",
"@types/convict-format-with-validator": "^6.0.5",
"@types/fast-stats": "^0.0.35",
"@types/node": "^20.16.5",
"@types/node-fetch": "^2.6.11",
"@types/node-os-utils": "^1.3.4",
"@types/pem": "^1.14.4",
"@types/pidusage": "^2.0.5",
Expand All @@ -103,7 +100,7 @@
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard": "^17.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.2.1",
Expand All @@ -115,15 +112,16 @@
"terser-webpack-plugin": "^5.3.10",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"typedoc": "^0.26.7",
"typescript": "^5.6.2",
"webpack": "^5.94.0",
"typedoc": "^0.26.10",
"typescript": "^5.6.3",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4",
"webpack-node-externals": "^3.0.0",
"yarn-upgrade-minor": "^1.0.13"
},
"optionalDependencies": {
"chart.js": "^3.5.1",
"chartjs-node-canvas": "^4.1.6"
"chartjs-node-canvas": "^4.1.6",
"zeromq": "^6.1.1"
}
}
Loading

0 comments on commit 120a40e

Please sign in to comment.