Skip to content

Commit f648577

Browse files
chore(deps): bump cookie from 0.5.0 to 0.7.0 (#13907)
* chore(deps): bump cookie from 0.5.0 to 0.7.0 Bumps [cookie](https://github.com/jshttp/cookie) from 0.5.0 to 0.7.0. - [Release notes](https://github.com/jshttp/cookie/releases) - [Commits](jshttp/cookie@v0.5.0...v0.7.0) --- updated-dependencies: - dependency-name: cookie dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * un pin the version --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: ashika112 <akasivis@amazon.com>
1 parent 73a98fc commit f648577

File tree

2 files changed

+13
-38
lines changed

2 files changed

+13
-38
lines changed

packages/adapter-nextjs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
},
1010
"dependencies": {
1111
"aws-jwt-verify": "^4.0.1",
12-
"cookie": "0.5.0"
12+
"cookie": "^0.7.0"
1313
},
1414
"devDependencies": {
15-
"@types/cookie": "0.5.1",
15+
"@types/cookie": "^0.5.1",
1616
"@types/node": "^20.3.1",
1717
"@types/react": "^18.2.13",
1818
"@types/react-dom": "^18.2.6",

yarn.lock

+11-36
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)