From 38a7510603a50c5b0e2ffd5ef1dfa7444aa9331a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 17:52:37 +0000 Subject: [PATCH] [ci skip] bump cookie in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the / directory: [cookie](https://github.com/jshttp/cookie). Updates `cookie` from 0.4.2 to 0.7.0 - [Release notes](https://github.com/jshttp/cookie/releases) - [Commits](https://github.com/jshttp/cookie/compare/v0.4.2...v0.7.0) --- updated-dependencies: - dependency-name: cookie dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c5e2c5324..94966e25f 100644 --- a/package.json +++ b/package.json @@ -139,7 +139,7 @@ "chai": "^4.3.10", "chai-as-promised": "^7.1.1", "chai-fetch-mock": "^3.0.0", - "cookie": "^0.4.1", + "cookie": "^0.7.0", "copy-webpack-plugin": "^12.0.2", "css-loader": "^6.8.1", "date-fns": "^2.30.0", diff --git a/yarn.lock b/yarn.lock index f4ed1733e..02836d715 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4574,7 +4574,12 @@ cookie@0.6.0: resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.6.0.tgz#2798b04b071b0ecbff0dbb62a505a8efa4e19051" integrity sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw== -cookie@^0.4.1, cookie@~0.4.1: +cookie@^0.7.0: + version "0.7.0" + resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.7.0.tgz#2148f68a77245d5c2c0005d264bc3e08cfa0655d" + integrity sha512-qCf+V4dtlNhSRXGAZatc1TasyFO6GjohcOul807YOb5ik3+kQSnb4d7iajeCL8QHaJ4uZEjCgiCJerKXwdRVlQ== + +cookie@~0.4.1: version "0.4.2" resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.4.2.tgz#0e41f24de5ecf317947c82fc789e06a884824432" integrity sha512-aSWTXFzaKWkvHO1Ny/s+ePFpvKsPnjc551iI41v3ny/ow6tBG5Vd+FuqGNhh1LxOmVzOlGUriIlOaokOvhaStA==