From 02a31bed063a8679a76c8d2a872d30139b8d4905 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2024 09:21:44 +0000 Subject: [PATCH] Update dependency cookie to v1 --- package.json | 2 +- packages/next/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 55d564a664..c99919a3e8 100644 --- a/package.json +++ b/package.json @@ -116,7 +116,7 @@ "buffer": "6.0.3", "chalk": "5.3.0", "cheerio": "1.0.0", - "cookie": "0.7.2", + "cookie": "1.0.1", "cors": "2.8.5", "coveralls": "3.1.1", "create-next-app": "workspace:*", diff --git a/packages/next/package.json b/packages/next/package.json index 864f7efbff..39c369b4c4 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -216,7 +216,7 @@ "constants-browserify": "1.0.0", "content-disposition": "0.5.4", "content-type": "1.0.5", - "cookie": "0.7.2", + "cookie": "1.0.1", "cross-spawn": "7.0.3", "crypto-browserify": "3.12.1", "css.escape": "1.5.1",