From 60e213b4b56305df954c9ef288e13bf37255acb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 00:54:54 +0000 Subject: [PATCH] chore(deps): bump universal-cookie from 7.2.1 to 7.2.2 Bumps [universal-cookie](https://github.com/bendotcodes/cookies) from 7.2.1 to 7.2.2. - [Release notes](https://github.com/bendotcodes/cookies/releases) - [Changelog](https://github.com/bendotcodes/cookies/blob/main/LEGACY-CHANGELOG.md) - [Commits](https://github.com/bendotcodes/cookies/compare/v7.2.1...v7.2.2) --- updated-dependencies: - dependency-name: universal-cookie dependency-type: direct:production update-type: version-update:semver-patch ... 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 56471c513d0..6f4ef3cd144 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "leaflet": "^1.9.4", "pinia": "^2.2.4", "pinia-plugin-persistedstate": "^3.2.3", - "universal-cookie": "^7.2.1", + "universal-cookie": "^7.2.2", "vega": "^5.30.0", "vega-embed": "^6.26.0", "vega-lite": "^5.21.0", diff --git a/yarn.lock b/yarn.lock index a455a74c88e..aa7936760f4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3116,10 +3116,10 @@ undici-types@~6.19.8: resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02" integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw== -universal-cookie@^7.2.1: - version "7.2.1" - resolved "https://registry.yarnpkg.com/universal-cookie/-/universal-cookie-7.2.1.tgz#dd8ad1c8b514c59c1b797f9dfdd384bdfff44282" - integrity sha512-GEKneQ0sz8qbobkYM5s9elAx6l7GQDNVl3Siqmc7bt/YccyyXWDPn+fht3J1qMcaLwPrzkty3i+dNfPGP2/9hA== +universal-cookie@^7.2.2: + version "7.2.2" + resolved "https://registry.yarnpkg.com/universal-cookie/-/universal-cookie-7.2.2.tgz#93ae9ec55baab89b24300473543170bb8112773c" + integrity sha512-fMiOcS3TmzP2x5QV26pIH3mvhexLIT0HmPa3V7Q7knRfT9HG6kTwq02HZGLPw0sAOXrAmotElGRvTLCMbJsvxQ== dependencies: "@types/cookie" "^0.6.0" cookie "^0.7.2"