From acc00be1d77b8f6f991f896f85c60dc160c13078 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Mar 2025 05:21:08 +0000 Subject: [PATCH] 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.0 to 0.7.0 - [Release notes](https://github.com/jshttp/cookie/releases) - [Commits](https://github.com/jshttp/cookie/compare/v0.4.0...v0.7.0) --- updated-dependencies: - dependency-name: cookie dependency-type: direct:production 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 4ff306e..24d60da 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@material-ui/icons": "^4.5.1", "body-parser": "^1.19.0", "clsx": "^1.0.4", - "cookie": "^0.4.0", + "cookie": "^0.7.0", "cookie-parser": "^1.4.4", "dataloader": "^2.0.0", "dotenv": "^8.2.0", diff --git a/yarn.lock b/yarn.lock index 6a2a605..1529f8c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3363,11 +3363,16 @@ cookie@0.3.1, cookie@^0.3.1: resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.3.1.tgz#e7e0a1f9ef43b4c8ba925c5c5a96e806d16873bb" integrity sha1-5+Ch+e9DtMi6klxcWpboBtFoc7s= -cookie@0.4.0, cookie@^0.4.0: +cookie@0.4.0: version "0.4.0" resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.4.0.tgz#beb437e7022b3b6d49019d088665303ebe9c14ba" integrity sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg== +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== + copy-concurrently@^1.0.0: version "1.0.5" resolved "https://registry.yarnpkg.com/copy-concurrently/-/copy-concurrently-1.0.5.tgz#92297398cae34937fcafd6ec8139c18051f0b5e0"