Skip to content

Commit 5c1fcf6

Browse files
chore(deps): bump universal-cookie from 7.2.2 to 8.0.1 in /web (#5580)
Bumps [universal-cookie](https://github.com/bendotcodes/cookies) from 7.2.2 to 8.0.1. - [Release notes](https://github.com/bendotcodes/cookies/releases) - [Changelog](https://github.com/bendotcodes/cookies/blob/main/LEGACY-CHANGELOG.md) - [Commits](bendotcodes/cookies@v7.2.2...v8.0.1) --- updated-dependencies: - dependency-name: universal-cookie dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6091332 commit 5c1fcf6

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
"semver": "^7.7.2",
140140
"styled-components": "^5.3.5",
141141
"tar-stream": "^3.1.7",
142-
"universal-cookie": "^7.2.2"
142+
"universal-cookie": "^8.0.1"
143143
},
144144
"browserslist": [
145145
"> 1%",

web/yarn.lock

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4386,7 +4386,7 @@ cookie@^0.7.2:
43864386
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.7.2.tgz#556369c472a2ba910f2979891b526b3436237ed7"
43874387
integrity sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==
43884388

4389-
cookie@^1.0.1:
4389+
cookie@^1.0.1, cookie@^1.0.2:
43904390
version "1.0.2"
43914391
resolved "https://registry.yarnpkg.com/cookie/-/cookie-1.0.2.tgz#27360701532116bd3f1f9416929d176afe1e4610"
43924392
integrity sha512-9Kr/j4O16ISv8zBBhJoi4bXOYNTkFLOqSL3UDB0njXxCXNezjeyVrJyGOWtgfs/q2km1gwBcfH8q1yEGoMYunA==
@@ -11588,13 +11588,12 @@ unicode-property-aliases-ecmascript@^2.0.0:
1158811588
resolved "https://registry.yarnpkg.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz#43d41e3be698bd493ef911077c9b131f827e8ccd"
1158911589
integrity sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==
1159011590

11591-
universal-cookie@^7.2.2:
11592-
version "7.2.2"
11593-
resolved "https://registry.yarnpkg.com/universal-cookie/-/universal-cookie-7.2.2.tgz#93ae9ec55baab89b24300473543170bb8112773c"
11594-
integrity sha512-fMiOcS3TmzP2x5QV26pIH3mvhexLIT0HmPa3V7Q7knRfT9HG6kTwq02HZGLPw0sAOXrAmotElGRvTLCMbJsvxQ==
11591+
universal-cookie@^8.0.1:
11592+
version "8.0.1"
11593+
resolved "https://registry.yarnpkg.com/universal-cookie/-/universal-cookie-8.0.1.tgz#19263fcda6889978a081c610a90fc395eeaeec64"
11594+
integrity sha512-B6ks9FLLnP1UbPPcveOidfvB9pHjP+wekP2uRYB9YDfKVpvcjKgy1W5Zj+cEXJ9KTPnqOKGfVDQBmn8/YCQfRg==
1159511595
dependencies:
11596-
"@types/cookie" "^0.6.0"
11597-
cookie "^0.7.2"
11596+
cookie "^1.0.2"
1159811597

1159911598
[email protected], unpipe@~1.0.0:
1160011599
version "1.0.0"

0 commit comments

Comments
 (0)