Skip to content

Commit

Permalink
Bump cookie from 0.6.0 to 0.7.0 (#77)
Browse files Browse the repository at this point in the history
Bumps [cookie](https://github.com/jshttp/cookie) from 0.6.0 to 0.7.0.
- [Release notes](https://github.com/jshttp/cookie/releases)
- [Commits](jshttp/cookie@v0.6.0...v0.7.0)

---
updated-dependencies:
- dependency-name: cookie
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 25, 2024
1 parent ac46b9e commit 20b028b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"express"
],
"dependencies": {
"cookie": "^0.6.0"
"cookie": "^0.7.0"
},
"devDependencies": {
"@types/cookie": "^0.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/node-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"createServer"
],
"dependencies": {
"cookie": "^0.6.0"
"cookie": "^0.7.0"
},
"devDependencies": {
"@types/cookie": "^0.6.0",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

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

0 comments on commit 20b028b

Please sign in to comment.