From 3933b7e2040c0ea5209299a3ce7016c2f2b918c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Oct 2024 16:57:07 +0000 Subject: [PATCH] chore(deps): bump cookie from 0.5.0 to 0.7.0 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] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 58771b57fb..80ea96e050 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@tailwindcss/forms": "^0.5.3", "autoprefixer": "^10.4.14", "badgen": "3.2.2", - "cookie": "0.5.0", + "cookie": "0.7.0", "csrf": "3.1.0", "dataloader": "2.2.2", "dayjs": "^1.11.9", diff --git a/yarn.lock b/yarn.lock index 998ac0f14a..d2b9bc5103 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4376,10 +4376,10 @@ convert-source-map@^2.0.0: resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-2.0.0.tgz#4b560f649fc4e918dd0ab75cf4961e8bc882d82a" integrity sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg== -cookie@0.5.0: - version "0.5.0" - resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.5.0.tgz#d1f5d71adec6558c58f389987c366aa47e994f8b" - integrity sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw== +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== copy-to-clipboard@^3.3.1: version "3.3.3"