From 850062b119b248d459f489809d32b050687d375b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 10:17:19 +0000 Subject: [PATCH] Bump cookie from 0.5.0 to 0.7.0 in /org-cyf-launch Bumps [cookie](https://github.com/jshttp/cookie) from 0.5.0 to 0.7.0. - [Release notes](https://github.com/jshttp/cookie/releases) - [Commits](https://github.com/jshttp/cookie/compare/v0.5.0...v0.7.0) --- updated-dependencies: - dependency-name: cookie dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- org-cyf-launch/package-lock.json | 8 ++++---- org-cyf-launch/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/org-cyf-launch/package-lock.json b/org-cyf-launch/package-lock.json index 175dfffcd..c5f094d0d 100644 --- a/org-cyf-launch/package-lock.json +++ b/org-cyf-launch/package-lock.json @@ -10,7 +10,7 @@ "license": "ISC", "dependencies": { "@netlify/functions": "^1.6.0", - "cookie": "^0.5.0", + "cookie": "^0.7.0", "dotenv": "^16.3.1", "joi": "^17.9.2", "lodash": "^4.17.21", @@ -468,9 +468,9 @@ } }, "node_modules/cookie": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz", - "integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==", + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.0.tgz", + "integrity": "sha512-qCf+V4dtlNhSRXGAZatc1TasyFO6GjohcOul807YOb5ik3+kQSnb4d7iajeCL8QHaJ4uZEjCgiCJerKXwdRVlQ==", "engines": { "node": ">= 0.6" } diff --git a/org-cyf-launch/package.json b/org-cyf-launch/package.json index a9c32885d..9c9c54c4f 100644 --- a/org-cyf-launch/package.json +++ b/org-cyf-launch/package.json @@ -17,7 +17,7 @@ "homepage": "https://github.com/CodeYourFuture/curriculum#readme", "dependencies": { "@netlify/functions": "^1.6.0", - "cookie": "^0.5.0", + "cookie": "^0.7.0", "dotenv": "^16.3.1", "joi": "^17.9.2", "lodash": "^4.17.21",