Skip to content

Commit d1dc92e

Browse files
chore(deps): bump cookie from 0.7.2 to 1.0.1
Bumps [cookie](https://github.com/jshttp/cookie) from 0.7.2 to 1.0.1. - [Release notes](https://github.com/jshttp/cookie/releases) - [Commits](jshttp/cookie@v0.7.2...v1.0.1) --- updated-dependencies: - dependency-name: cookie dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8ee3aef commit d1dc92e

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"codemirror": "^6.0.1",
8989
"compression": "^1.7.4",
9090
"compute-baseline": "^0.1.1",
91-
"cookie": "^0.7.2",
91+
"cookie": "^1.0.1",
9292
"cookie-parser": "^1.4.7",
9393
"css-tree": "^2.3.1",
9494
"dayjs": "^1.11.13",

yarn.lock

+6-1
Original file line numberDiff line numberDiff line change
@@ -5338,11 +5338,16 @@ [email protected]:
53385338
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.7.1.tgz#2f73c42142d5d5cf71310a74fc4ae61670e5dbc9"
53395339
integrity sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w==
53405340

5341-
[email protected], cookie@^0.7.2:
5341+
53425342
version "0.7.2"
53435343
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.7.2.tgz#556369c472a2ba910f2979891b526b3436237ed7"
53445344
integrity sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==
53455345

5346+
cookie@^1.0.1:
5347+
version "1.0.1"
5348+
resolved "https://registry.yarnpkg.com/cookie/-/cookie-1.0.1.tgz#e1a00d20420e0266aff817815640289eef142751"
5349+
integrity sha512-Xd8lFX4LM9QEEwxQpF9J9NTUh8pmdJO0cyRJhFiDoLTk2eH8FXlRv2IFGYVadZpqI3j8fhNrSdKCeYPxiAhLXw==
5350+
53465351
core-js-compat@^3.38.0, core-js-compat@^3.38.1:
53475352
version "3.38.1"
53485353
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.38.1.tgz#2bc7a298746ca5a7bcb9c164bcb120f2ebc09a09"

0 commit comments

Comments
 (0)