Skip to content

Commit

Permalink
update all deps at latest minor version release
Browse files Browse the repository at this point in the history
  • Loading branch information
nigrosimone committed Nov 26, 2024
1 parent 1003377 commit db7e9d7
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 88 deletions.
152 changes: 72 additions & 80 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
"dependencies": {
"@types/express": "^4.0.0",
"accepts": "^1.3.8",
"acorn": "^8.12.1",
"acorn": "^8.14.0",
"bytes": "^3.1.2",
"cookie": "^1.0.1",
"cookie-signature": "^1.2.1",
"cookie": "^1.0.2",
"cookie-signature": "^1.2.2",
"encodeurl": "^2.0.0",
"etag": "^1.8.1",
"fast-querystring": "^1.1.2",
Expand All @@ -54,18 +54,18 @@
"mime-types": "^2.1.35",
"ms": "^2.1.3",
"proxy-addr": "^2.0.7",
"qs": "^6.13.0",
"qs": "^6.13.1",
"range-parser": "^1.2.1",
"statuses": "^2.0.1",
"tseep": "^1.2.2",
"tseep": "^1.3.1",
"type-is": "^1.6.18",
"uWebSockets.js": "github:uNetworking/uWebSockets.js#v20.51.0",
"vary": "^1.1.2"
},
"devDependencies": {
"@codechecks/client": "^0.1.12",
"body-parser": "^1.20.3",
"compression": "^1.7.4",
"compression": "^1.7.5",
"cookie-parser": "^1.4.6",
"cookie-session": "^2.1.0",
"cors": "^2.8.5",
Expand All @@ -78,7 +78,7 @@
"express-dot-engine": "^1.0.8",
"express-fileupload": "^1.5.1",
"express-handlebars": "^8.0.1",
"express-rate-limit": "^7.4.0",
"express-rate-limit": "^7.4.1",
"express-session": "^1.18.0",
"express-subdomain": "^1.0.6",
"formdata-node": "^6.0.3",
Expand All @@ -88,7 +88,7 @@
"pako": "^2.1.0",
"pkg-pr-new": "^0.0.29",
"pug": "^3.0.3",
"response-time": "^2.3.2",
"response-time": "^2.3.3",
"serve-index": "^1.9.1",
"serve-static": "^1.16.2",
"swig": "^1.4.2",
Expand Down

0 comments on commit db7e9d7

Please sign in to comment.