From d1e502e6a79ff9b73108e2d5e6698336f98a4264 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 14:16:30 +0000 Subject: [PATCH] Bump cookie from 0.3.1 to 0.7.0 Bumps [cookie](https://github.com/jshttp/cookie) from 0.3.1 to 0.7.0. - [Release notes](https://github.com/jshttp/cookie/releases) - [Commits](https://github.com/jshttp/cookie/compare/v0.3.1...v0.7.0) --- updated-dependencies: - dependency-name: cookie dependency-type: direct:production ... 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 2d2c5647..e8c4cd57 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "bluebird": "^3.5.4", "chalk": "^2.4.2", "co-body": "^6.0.0", - "cookie": "^0.3.1", + "cookie": "^0.7.0", "dataloader": "^1.4.0", "fast-json-stable-stringify": "^2.0.0", "fs-extra": "^7.0.0", diff --git a/yarn.lock b/yarn.lock index 621fa161..40a28f34 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1441,10 +1441,10 @@ convert-source-map@^1.4.0, convert-source-map@^1.6.0, convert-source-map@^1.7.0: dependencies: safe-buffer "~5.1.1" -cookie@^0.3.1: - version "0.3.1" - resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.3.1.tgz#e7e0a1f9ef43b4c8ba925c5c5a96e806d16873bb" - integrity sha1-5+Ch+e9DtMi6klxcWpboBtFoc7s= +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== cookies@~0.8.0: version "0.8.0"