From 217648d3b1bc6ffdabf5f4eae6c391cc799548c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Mar 2025 15:53:52 +0000 Subject: [PATCH] Bump cookie from 0.7.2 to 1.0.2 Bumps [cookie](https://github.com/jshttp/cookie) from 0.7.2 to 1.0.2. - [Release notes](https://github.com/jshttp/cookie/releases) - [Commits](https://github.com/jshttp/cookie/compare/v0.7.2...v1.0.2) --- updated-dependencies: - dependency-name: cookie dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a8748b73530..1e2bdad8727 100644 --- a/package.json +++ b/package.json @@ -274,7 +274,7 @@ "circular-dependency-plugin": "^5.0.0", "concurrently": "^9.1.2", "content-security-policy-parser": "^0.4.0", - "cookie": "^0.7.2", + "cookie": "^1.0.2", "css-loader": "^7.1.2", "css-minimizer-webpack-plugin": "^7.0.0", "eslint": "^8.57.0", diff --git a/yarn.lock b/yarn.lock index aba82b86640..06533e0275f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3352,10 +3352,10 @@ cookie@^0.4.0: resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.4.2.tgz#0e41f24de5ecf317947c82fc789e06a884824432" integrity sha512-aSWTXFzaKWkvHO1Ny/s+ePFpvKsPnjc551iI41v3ny/ow6tBG5Vd+FuqGNhh1LxOmVzOlGUriIlOaokOvhaStA== -cookie@^0.7.2: - version "0.7.2" - resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.7.2.tgz#556369c472a2ba910f2979891b526b3436237ed7" - integrity sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w== +cookie@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/cookie/-/cookie-1.0.2.tgz#27360701532116bd3f1f9416929d176afe1e4610" + integrity sha512-9Kr/j4O16ISv8zBBhJoi4bXOYNTkFLOqSL3UDB0njXxCXNezjeyVrJyGOWtgfs/q2km1gwBcfH8q1yEGoMYunA== cookiejar@^2.1.4: version "2.1.4"