From e5d2ed5a41bdee0f0d882c279b8a266b5b2f1e6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2024 01:36:34 +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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ce83f25..9bfa8b3 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "body-parser": "1.18.2", "content-disposition": "0.5.2", "content-type": "^1.0.4", - "cookie": "0.3.1", + "cookie": "0.7.0", "cookie-signature": "1.0.6", "debug": "2.6.9", "depd": "^1.1.2",