From ae302a2821b34901e79e7486f8406da50536ce75 Mon Sep 17 00:00:00 2001 From: dependabot[bot] Date: Mon, 14 Aug 2023 21:26:15 +0000 Subject: build(deps): bump react-cookie from 4.1.1 to 5.0.0 Bumps [react-cookie](https://github.com/reactivestack/cookies) from 4.1.1 to 5.0.0. - [Release notes](https://github.com/reactivestack/cookies/releases) - [Changelog](https://github.com/bendotcodes/cookies/blob/main/LEGACY-CHANGELOG.md) - [Commits](https://github.com/reactivestack/cookies/commits/v5.0.0) --- updated-dependencies: - dependency-name: react-cookie dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 22 +++++++++++----------- package.json | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 83af00f8..13857684 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "node-telegram-bot-api": "^0.61.0", "react": "^18.2.0", "react-content-loader": "^6.2.1", - "react-cookie": "^4.1.1", + "react-cookie": "^5.0.0", "react-dom": "^18.2.0", "react-helmet": "^6.1.0", "react-hook-form": "^7.45.4", @@ -16034,12 +16034,12 @@ } }, "node_modules/react-cookie": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/react-cookie/-/react-cookie-4.1.1.tgz", - "integrity": "sha512-ffn7Y7G4bXiFbnE+dKhHhbP+b8I34mH9jqnm8Llhj89zF4nPxPutxHT1suUqMeCEhLDBI7InYwf1tpaSoK5w8A==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/react-cookie/-/react-cookie-5.0.0.tgz", + "integrity": "sha512-IAO8ff0SP5QN7NZwiPNMr5P0vuCTE2Zm9ailckJqZOfokMddyZTXwCEHreHQGunj5G+EWhHTzTRl0IHmL04hmg==", "dependencies": { - "@types/hoist-non-react-statics": "^3.0.1", - "hoist-non-react-statics": "^3.0.0", + "@types/hoist-non-react-statics": "^3.3.1", + "hoist-non-react-statics": "^3.3.2", "universal-cookie": "^4.0.0" }, "peerDependencies": { @@ -30404,12 +30404,12 @@ "requires": {} }, "react-cookie": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/react-cookie/-/react-cookie-4.1.1.tgz", - "integrity": "sha512-ffn7Y7G4bXiFbnE+dKhHhbP+b8I34mH9jqnm8Llhj89zF4nPxPutxHT1suUqMeCEhLDBI7InYwf1tpaSoK5w8A==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/react-cookie/-/react-cookie-5.0.0.tgz", + "integrity": "sha512-IAO8ff0SP5QN7NZwiPNMr5P0vuCTE2Zm9ailckJqZOfokMddyZTXwCEHreHQGunj5G+EWhHTzTRl0IHmL04hmg==", "requires": { - "@types/hoist-non-react-statics": "^3.0.1", - "hoist-non-react-statics": "^3.0.0", + "@types/hoist-non-react-statics": "^3.3.1", + "hoist-non-react-statics": "^3.3.2", "universal-cookie": "^4.0.0" } }, diff --git a/package.json b/package.json index d1c40619..7d1f19b0 100644 --- a/package.json +++ b/package.json @@ -100,7 +100,7 @@ "node-telegram-bot-api": "^0.61.0", "react": "^18.2.0", "react-content-loader": "^6.2.1", - "react-cookie": "^4.1.1", + "react-cookie": "^5.0.0", "react-dom": "^18.2.0", "react-helmet": "^6.1.0", "react-hook-form": "^7.45.4", -- cgit v1.2.3