Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
vpalmisano committed Jan 25, 2024
1 parent 65530cf commit ebf520f
Show file tree
Hide file tree
Showing 2 changed files with 139 additions and 112 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
},
"license": "AGPL-3.0-or-later",
"dependencies": {
"axios": "^1.6.2",
"axios": "^1.6.6",
"browserify": "^17.0.0",
"camel-case": "^4.1.2",
"chalk": "^4.1.2",
Expand All @@ -65,7 +65,7 @@
"ipaddr.js": "^2.1.0",
"json5": "^2.2.3",
"lorem-ipsum": "^2.0.8",
"moment": "^2.29.4",
"moment": "^2.30.1",
"node-cache": "^5.1.2",
"node-fetch": "^2.7.0",
"node-os-utils": "^1.3.7",
Expand All @@ -79,11 +79,11 @@
"puppeteer-intercept-and-modify-requests": "^1.3.0",
"sprintf-js": "^1.1.3",
"tar-fs": "^2.1.1",
"terser": "^5.26.0",
"tesseract.js": "^5.0.3",
"terser": "^5.27.0",
"tesseract.js": "^5.0.4",
"uuid": "^9.0.1",
"word-wrap": "^1.2.5",
"ws": "^8.15.1",
"ws": "^8.16.0",
"yaml": "^2.3.4"
},
"devDependencies": {
Expand All @@ -92,8 +92,8 @@
"@types/convict": "^6.1.6",
"@types/convict-format-with-validator": "^6.0.5",
"@types/fast-stats": "^0.0.35",
"@types/node": "^20.10.5",
"@types/node-fetch": "^2.6.9",
"@types/node": "^20.11.6",
"@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 @@ -109,21 +109,21 @@
"eslint-config-standard": "^17.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.6.0",
"eslint-plugin-jest": "^27.6.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-unused-imports": "^2.0.0",
"nexe": "^4.0.0-rc.2",
"nexe": "^4.0.0-rc.4",
"nodemon": "^2.0.22",
"prettier": "^2.8.8",
"terser-webpack-plugin": "^5.3.9",
"terser-webpack-plugin": "^5.3.10",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"typedoc": "^0.25.4",
"typedoc": "^0.25.7",
"typescript": "^5.2.3",
"webpack": "^5.89.0",
"webpack": "^5.90.0",
"webpack-cli": "^5.1.4",
"webpack-node-externals": "^3.0.0",
"yarn-upgrade-minor": "^1.0.13"
Expand Down
Loading

0 comments on commit ebf520f

Please sign in to comment.