From 7c899e180e08acc10647282f7f218e8ae14e64aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 02:26:34 +0000 Subject: [PATCH] chore(deps-dev): bump cookie in /tests/assets/nextjs-sample-project Bumps [cookie](https://github.com/jshttp/cookie) from 0.4.1 to 0.7.0. - [Release notes](https://github.com/jshttp/cookie/releases) - [Commits](https://github.com/jshttp/cookie/compare/v0.4.1...v0.7.0) --- updated-dependencies: - dependency-name: cookie dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- tests/assets/nextjs-sample-project/package.json | 2 +- tests/assets/nextjs-sample-project/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/assets/nextjs-sample-project/package.json b/tests/assets/nextjs-sample-project/package.json index a9b718b..f8ace9e 100644 --- a/tests/assets/nextjs-sample-project/package.json +++ b/tests/assets/nextjs-sample-project/package.json @@ -20,7 +20,7 @@ }, "devDependencies": { "content-type": "^1.0.4", - "cookie": "^0.4.1", + "cookie": "^0.7.0", "esbuild-runner": "^2.2.1", "raw-body": "^2.4.2", "serve-handler": "^6.1.3" diff --git a/tests/assets/nextjs-sample-project/yarn.lock b/tests/assets/nextjs-sample-project/yarn.lock index 7a8bdee..880ff93 100644 --- a/tests/assets/nextjs-sample-project/yarn.lock +++ b/tests/assets/nextjs-sample-project/yarn.lock @@ -138,10 +138,10 @@ content-type@^1.0.4: resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.4.tgz#e138cc75e040c727b1966fe5e5f8c9aee256fe3b" integrity sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA== -cookie@^0.4.1: - version "0.4.1" - resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.4.1.tgz#afd713fe26ebd21ba95ceb61f9a8116e50a537d1" - integrity sha512-ZwrFkGJxUR3EIoXtO+yVE69Eb7KlixbaeAWfBQB9vVsNn/o+Yw69gBWSSDK825hQNdN+wF8zELf3dFNl/kxkUA== +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== csstype@^3.0.2: version "3.1.1"