Skip to content

Commit

Permalink
Update dependency cookie to v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 3, 2024
1 parent 431da86 commit 55a3906
Show file tree
Hide file tree
Showing 4 changed files with 72 additions and 33 deletions.
54 changes: 30 additions & 24 deletions REPOS/socket.io/package-lock.json

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

2 changes: 1 addition & 1 deletion REPOS/socket.io/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"prepack": "npm run compile"
},
"dependencies": {
"@types/cookie": "^0.4.0",
"@types/cookie": "^0.6.0",
"@types/cors": "^2.8.8",
"@types/node": ">=10.0.0",
"accepts": "~1.3.4",
Expand Down
47 changes: 40 additions & 7 deletions express/express/package-lock.json

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

2 changes: 1 addition & 1 deletion express/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"body-parser": "1.19.0",
"content-disposition": "0.5.3",
"content-type": "~1.0.4",
"cookie": "0.4.0",
"cookie": "0.7.1",
"cookie-signature": "1.0.6",
"debug": "2.6.9",
"depd": "~1.1.2",
Expand Down

0 comments on commit 55a3906

Please sign in to comment.