From a2b7761d1d5646ce6868938bb5226facffcf3d80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 04:09:35 +0000 Subject: [PATCH] Bump cookie from 0.5.0 to 0.7.0 Bumps [cookie](https://github.com/jshttp/cookie) from 0.5.0 to 0.7.0. - [Release notes](https://github.com/jshttp/cookie/releases) - [Commits](https://github.com/jshttp/cookie/compare/v0.5.0...v0.7.0) --- updated-dependencies: - dependency-name: cookie dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/api/package.json | 2 +- packages/web/package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/api/package.json b/packages/api/package.json index dfb233d4c9..648f68c173 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -56,7 +56,7 @@ "bcryptjs": "^2.4.3", "bullmq": "^5.1.1", "compression": "^1.7.4", - "cookie": "^0.5.0", + "cookie": "^0.7.0", "cookie-parser": "^1.4.5", "cors": "^2.8.5", "csv-stringify": "^6.4.0", diff --git a/packages/web/package.json b/packages/web/package.json index 32ef416f93..9f420e502c 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -39,7 +39,7 @@ "allotment": "^1.20.2", "antd": "4.24.3", "axios": "^1.2.0", - "cookie": "^0.5.0", + "cookie": "^0.7.0", "csv-file-validator": "^2.1.0", "dayjs": "^1.11.7", "diff-match-patch": "^1.0.5", diff --git a/yarn.lock b/yarn.lock index 63a36c8067..d057efb652 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13147,10 +13147,10 @@ cookie@^0.4.1: resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.4.2.tgz#0e41f24de5ecf317947c82fc789e06a884824432" integrity sha512-aSWTXFzaKWkvHO1Ny/s+ePFpvKsPnjc551iI41v3ny/ow6tBG5Vd+FuqGNhh1LxOmVzOlGUriIlOaokOvhaStA== -cookie@^0.5.0: - version "0.5.0" - resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.5.0.tgz#d1f5d71adec6558c58f389987c366aa47e994f8b" - integrity sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw== +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.3: version "2.1.4"