Skip to content

Commit ce92bd8

Browse files
fix(deps): update dependency cookie to ^0.6.0 (#714)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 714de76 commit ce92bd8

File tree

6 files changed

+60
-21
lines changed

6 files changed

+60
-21
lines changed

demo-v5/package-lock.json

Lines changed: 13 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demo-v5/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@netlify/functions": "latest",
3434
"@netlify/ipx": "latest",
3535
"co-body": "^6.1.0",
36-
"cookie": "^0.5.0",
36+
"cookie": "^0.6.0",
3737
"download": "^8.0.0",
3838
"form-data": "^4.0.0",
3939
"fs-extra": "^10.0.0",

demo/package-lock.json

Lines changed: 22 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@netlify/functions": "latest",
3434
"@netlify/ipx": "latest",
3535
"co-body": "^6.1.0",
36-
"cookie": "^0.5.0",
36+
"cookie": "^0.6.0",
3737
"download": "^8.0.0",
3838
"form-data": "^4.0.0",
3939
"fs-extra": "^10.0.0",

plugin/package-lock.json

Lines changed: 22 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"abortcontroller-polyfill": "^1.7.3",
4646
"chalk": "^4.1.2",
4747
"co-body": "^6.1.0",
48-
"cookie": "^0.5.0",
48+
"cookie": "^0.6.0",
4949
"download": "^8.0.0",
5050
"etag": "^1.8.1",
5151
"fs-extra": "^10.0.0",

0 commit comments

Comments
 (0)