diff options
author | dependabot[bot] | 2023-08-14 21:26:15 +0000 |
---|---|---|
committer | vitalyster | 2023-08-15 04:50:49 +0300 |
commit | ae302a2821b34901e79e7486f8406da50536ce75 (patch) | |
tree | 153e23fd3cfb674b4560673f919397cb67efd509 /package-lock.json | |
parent | 0896f6cfcc9fa1ca108c28505cc6976ecbded045 (diff) |
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] <support@github.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 22 |
1 files changed, 11 insertions, 11 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" } }, |