From c0ea19995335cf552a711091b1064f790599c7e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 17:58:01 +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 | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 67f15abb1..ecc213830 100644 --- a/package.json +++ b/package.json @@ -145,7 +145,7 @@ "chai-as-promised": "^7.1.1", "chai-fetch-mock": "^3.0.0", "concurrently": "^9.1.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 930f237ec..6f4439e8c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4989,10 +4989,10 @@ cookie@0.7.2, cookie@~0.7.2: resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.7.2.tgz#556369c472a2ba910f2979891b526b3436237ed7" integrity sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w== -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== +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== cookiejar@^2.1.4: version "2.1.4"