Skip to content

Commit

Permalink
Update dependency cookie to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 16, 2024
1 parent 8023516 commit 8219b2b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@cloudscape-design/global-styles": "^1.0.11",
"@sentry/nextjs": "^8.0.0",
"@storybook/test": "^8.0.0",
"cookie": "^0.7.0",
"cookie": "^1.0.0",
"dayjs": "^1.11.9",
"encoding": "^0.1.13",
"graphql": "^16.7.1",
Expand Down Expand Up @@ -60,7 +60,7 @@
"@storybook/cli": "^8.0.0",
"@storybook/nextjs": "^8.0.0",
"@storybook/react": "^8.0.0",
"@types/cookie": "^0.6.0",
"@types/cookie": "^1.0.0",
"@types/node": "22.10.2",
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]",
Expand Down
22 changes: 12 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4583,10 +4583,12 @@ __metadata:
languageName: node
linkType: hard

"@types/cookie@npm:^0.6.0":
version: 0.6.0
resolution: "@types/cookie@npm:0.6.0"
checksum: 10c0/5b326bd0188120fb32c0be086b141b1481fec9941b76ad537f9110e10d61ee2636beac145463319c71e4be67a17e85b81ca9e13ceb6e3bb63b93d16824d6c149
"@types/cookie@npm:^1.0.0":
version: 1.0.0
resolution: "@types/cookie@npm:1.0.0"
dependencies:
cookie: "npm:*"
checksum: 10c0/d471539d289c6d9c6ab2986a881b10a55c9e489c2d35da0d1bdbbabdca9a8125de4cbc007bb525060265c64c14288c690f991ba6d84eea8c6ddacaa150179557
languageName: node
linkType: hard

Expand Down Expand Up @@ -6523,14 +6525,14 @@ __metadata:
"@storybook/nextjs": "npm:^8.0.0"
"@storybook/react": "npm:^8.0.0"
"@storybook/test": "npm:^8.0.0"
"@types/cookie": "npm:^0.6.0"
"@types/cookie": "npm:^1.0.0"
"@types/node": "npm:22.10.2"
"@types/react": "npm:[email protected]"
"@types/react-dom": "npm:[email protected]"
"@types/styled-components": "npm:^5.1.26"
babel-loader: "npm:^9.1.3"
babel-plugin-styled-components: "npm:^2.1.4"
cookie: "npm:^0.7.0"
cookie: "npm:^1.0.0"
dayjs: "npm:^1.11.9"
encoding: "npm:^0.1.13"
eslint: "npm:9.17.0"
Expand Down Expand Up @@ -6703,10 +6705,10 @@ __metadata:
languageName: node
linkType: hard

"cookie@npm:^0.7.0":
version: 0.7.2
resolution: "cookie@npm:0.7.2"
checksum: 10c0/9596e8ccdbf1a3a88ae02cf5ee80c1c50959423e1022e4e60b91dd87c622af1da309253d8abdb258fb5e3eacb4f08e579dc58b4897b8087574eee0fd35dfa5d2
"cookie@npm:*, cookie@npm:^1.0.0":
version: 1.0.2
resolution: "cookie@npm:1.0.2"
checksum: 10c0/fd25fe79e8fbcfcaf6aa61cd081c55d144eeeba755206c058682257cb38c4bd6795c6620de3f064c740695bb65b7949ebb1db7a95e4636efb8357a335ad3f54b
languageName: node
linkType: hard

Expand Down

0 comments on commit 8219b2b

Please sign in to comment.