From 963666d18113fe9f6dd2ab0d331e9446f0d51cfb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 07:49:37 +0000 Subject: [PATCH] Bump cookie from 0.7.0 to 1.0.2 in /website Bumps [cookie](https://github.com/jshttp/cookie) from 0.7.0 to 1.0.2. - [Release notes](https://github.com/jshttp/cookie/releases) - [Commits](https://github.com/jshttp/cookie/compare/v0.7.0...v1.0.2) --- updated-dependencies: - dependency-name: cookie dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- website/package.json | 2 +- website/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/website/package.json b/website/package.json index f3a2ac5..d5efe77 100644 --- a/website/package.json +++ b/website/package.json @@ -108,7 +108,7 @@ "cli-boxes": "3.0.0", "cli-table3": "0.6.2", "clsx": "^1.1.1", - "cookie": "0.7.0", + "cookie": "1.0.2", "copy-webpack-plugin": "11.0.0", "core-js": "3.23.3", "css-declaration-sorter": "6.3.0", diff --git a/website/yarn.lock b/website/yarn.lock index 07a69c6..8c2ba6d 100644 --- a/website/yarn.lock +++ b/website/yarn.lock @@ -4092,10 +4092,10 @@ cookie@0.6.0: resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.6.0.tgz#2798b04b071b0ecbff0dbb62a505a8efa4e19051" integrity sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw== -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== +cookie@1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/cookie/-/cookie-1.0.2.tgz#27360701532116bd3f1f9416929d176afe1e4610" + integrity sha512-9Kr/j4O16ISv8zBBhJoi4bXOYNTkFLOqSL3UDB0njXxCXNezjeyVrJyGOWtgfs/q2km1gwBcfH8q1yEGoMYunA== copy-text-to-clipboard@^3.0.1: version "3.2.0"