From 53669a6f1be918c6c154da920e89efe29c72aee8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 11:43:48 +0000 Subject: [PATCH] build(deps): bump cookie from 0.7.0 to 0.7.1 in the npm_and_yarn group Bumps the npm_and_yarn group with 1 update: [cookie](https://github.com/jshttp/cookie). Updates `cookie` from 0.7.0 to 0.7.1 - [Release notes](https://github.com/jshttp/cookie/releases) - [Commits](https://github.com/jshttp/cookie/compare/v0.7.0...v0.7.1) --- updated-dependencies: - dependency-name: cookie dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index b266d06..d816bf5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -101,7 +101,7 @@ "content-disposition": "^0.5.4", "content-type": "^1.0.5", "convert-source-map": "^2.0.0", - "cookie": "^0.7.0", + "cookie": "^0.7.1", "cookie-signature": "^1.0.6", "copy-anything": "^4.0.2", "copy-webpack-plugin": "^11.0.0", @@ -9228,9 +9228,9 @@ "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==" }, "node_modules/cookie": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.0.tgz", - "integrity": "sha512-qCf+V4dtlNhSRXGAZatc1TasyFO6GjohcOul807YOb5ik3+kQSnb4d7iajeCL8QHaJ4uZEjCgiCJerKXwdRVlQ==", + "version": "0.7.1", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.1.tgz", + "integrity": "sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w==", "engines": { "node": ">= 0.6" } diff --git a/package.json b/package.json index ac1ace8..d538949 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,7 @@ "content-disposition": "^0.5.4", "content-type": "^1.0.5", "convert-source-map": "^2.0.0", - "cookie": "^0.7.0", + "cookie": "^0.7.1", "cookie-signature": "^1.0.6", "copy-anything": "^4.0.2", "copy-webpack-plugin": "^11.0.0",