Skip to content

Commit

Permalink
fix(deps): update dependency cookie to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 29, 2024
1 parent c36d095 commit a58b9ab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/universal-cookie/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"dependencies": {
"@types/cookie": "^0.6.0",
"cookie": "^0.7.2"
"cookie": "^1.0.1"
},
"devDependencies": {
"@babel/cli": "^7.25.9",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3608,10 +3608,10 @@ __metadata:
languageName: node
linkType: hard

"cookie@npm:^0.7.2":
version: 0.7.2
resolution: "cookie@npm:0.7.2"
checksum: 10c0/9596e8ccdbf1a3a88ae02cf5ee80c1c50959423e1022e4e60b91dd87c622af1da309253d8abdb258fb5e3eacb4f08e579dc58b4897b8087574eee0fd35dfa5d2
"cookie@npm:^1.0.1":
version: 1.0.1
resolution: "cookie@npm:1.0.1"
checksum: 10c0/80afdcad7fe9cab7a0ea1802629f6f4cf9ff957e9489daa7a813e3ac4ca842b0e5ab3f8e6a6ddc1f3f5c771b81c229afd6f0f3c083025d68c48d214ea8fb1097
languageName: node
linkType: hard

Expand Down Expand Up @@ -7986,7 +7986,7 @@ __metadata:
dependencies:
"@babel/cli": "npm:^7.25.9"
"@types/cookie": "npm:^0.6.0"
cookie: "npm:^0.7.2"
cookie: "npm:^1.0.1"
rimraf: "npm:^6.0.1"
rollup: "npm:^4.24.3"
typescript: "npm:^5.6.3"
Expand Down

0 comments on commit a58b9ab

Please sign in to comment.