From 6ea372e2c06c4b456f05fa30aebee2ac61ac4017 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 20:27:42 +0900 Subject: [PATCH] chore(deps): bump cookie from 0.7.1 to 1.0.1 (#855) Bumps [cookie](https://github.com/jshttp/cookie) from 0.7.1 to 1.0.1. - [Release notes](https://github.com/jshttp/cookie/releases) - [Commits](https://github.com/jshttp/cookie/compare/v0.7.1...v1.0.1) --- updated-dependencies: - dependency-name: cookie dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1566c63..5c161bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "basic-auth": "^2.0.1", - "cookie": "^0.7.1", + "cookie": "^1.0.1", "dotenv": "^16.4.1", "js-yaml": "^4.1.0", "log4js": "^6.9.1", @@ -1188,11 +1188,11 @@ } }, "node_modules/cookie": { - "version": "0.7.1", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.1.tgz", - "integrity": "sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w==", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-1.0.1.tgz", + "integrity": "sha512-Xd8lFX4LM9QEEwxQpF9J9NTUh8pmdJO0cyRJhFiDoLTk2eH8FXlRv2IFGYVadZpqI3j8fhNrSdKCeYPxiAhLXw==", "engines": { - "node": ">= 0.6" + "node": ">=18" } }, "node_modules/cookies": { diff --git a/package.json b/package.json index 8a217cd..c5fcbea 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ }, "dependencies": { "basic-auth": "^2.0.1", - "cookie": "^0.7.1", + "cookie": "^1.0.1", "dotenv": "^16.4.1", "js-yaml": "^4.1.0", "log4js": "^6.9.1",