Skip to content

Commit 368feee

Browse files
fix(deps): update dependency cookie to v0.7.2 (#11670)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [cookie](https://redirect.github.com/jshttp/cookie) | [`0.7.1` -> `0.7.2`](https://renovatebot.com/diffs/npm/cookie/0.7.1/0.7.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/cookie/0.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/cookie/0.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/cookie/0.7.1/0.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/cookie/0.7.1/0.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>jshttp/cookie (cookie)</summary> ### [`v0.7.2`](https://redirect.github.com/jshttp/cookie/compare/v0.7.1...d19eaa1a2bb9ca43ac0951edd852ba4e88e410e0) [Compare Source](https://redirect.github.com/jshttp/cookie/compare/v0.7.1...v0.7.2) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/redwoodjs/redwood). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzguOTcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8de51ac commit 368feee

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

packages/api/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"dependencies": {
5353
"@prisma/client": "5.20.0",
5454
"@whatwg-node/fetch": "0.9.21",
55-
"cookie": "0.7.1",
55+
"cookie": "0.7.2",
5656
"humanize-string": "2.1.0",
5757
"jsonwebtoken": "9.0.2",
5858
"pascalcase": "1.0.0",

packages/cookie-jar/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"build:types": "tsc --build --verbose"
2323
},
2424
"dependencies": {
25-
"cookie": "0.7.1",
25+
"cookie": "0.7.2",
2626
"esbuild": "0.24.0",
2727
"fast-glob": "3.3.2",
2828
"fs-extra": "11.2.0"

packages/vite/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"acorn-loose": "8.4.0",
7474
"buffer": "6.0.3",
7575
"busboy": "^1.6.0",
76-
"cookie": "0.7.1",
76+
"cookie": "0.7.2",
7777
"core-js": "3.38.1",
7878
"dotenv-defaults": "5.0.2",
7979
"execa": "5.1.1",

yarn.lock

+7-7
Original file line numberDiff line numberDiff line change
@@ -7446,7 +7446,7 @@ __metadata:
74467446
"@types/split2": "npm:4.2.3"
74477447
"@whatwg-node/fetch": "npm:0.9.21"
74487448
concurrently: "npm:8.2.2"
7449-
cookie: "npm:0.7.1"
7449+
cookie: "npm:0.7.2"
74507450
humanize-string: "npm:2.1.0"
74517451
jsonwebtoken: "npm:9.0.2"
74527452
memjs: "npm:1.3.2"
@@ -8240,7 +8240,7 @@ __metadata:
82408240
dependencies:
82418241
"@redwoodjs/framework-tools": "workspace:*"
82428242
"@types/fs-extra": "npm:11.0.4"
8243-
cookie: "npm:0.7.1"
8243+
cookie: "npm:0.7.2"
82448244
esbuild: "npm:0.24.0"
82458245
fast-glob: "npm:3.3.2"
82468246
fs-extra: "npm:11.2.0"
@@ -8933,7 +8933,7 @@ __metadata:
89338933
buffer: "npm:6.0.3"
89348934
busboy: "npm:^1.6.0"
89358935
concurrently: "npm:8.2.2"
8936-
cookie: "npm:0.7.1"
8936+
cookie: "npm:0.7.2"
89378937
core-js: "npm:3.38.1"
89388938
dotenv-defaults: "npm:5.0.2"
89398939
execa: "npm:5.1.1"
@@ -14699,10 +14699,10 @@ __metadata:
1469914699
languageName: node
1470014700
linkType: hard
1470114701

14702-
"cookie@npm:0.7.1":
14703-
version: 0.7.1
14704-
resolution: "cookie@npm:0.7.1"
14705-
checksum: 10c0/5de60c67a410e7c8dc8a46a4b72eb0fe925871d057c9a5d2c0e8145c4270a4f81076de83410c4d397179744b478e33cd80ccbcc457abf40a9409ad27dcd21dde
14702+
"cookie@npm:0.7.2":
14703+
version: 0.7.2
14704+
resolution: "cookie@npm:0.7.2"
14705+
checksum: 10c0/9596e8ccdbf1a3a88ae02cf5ee80c1c50959423e1022e4e60b91dd87c622af1da309253d8abdb258fb5e3eacb4f08e579dc58b4897b8087574eee0fd35dfa5d2
1470614706
languageName: node
1470714707
linkType: hard
1470814708

0 commit comments

Comments
 (0)