diff options
author | dependabot[bot] | 2021-08-12 17:05:27 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:57 +0300 |
commit | 25c71721abddc236e1d4328f3b59003b065f69e5 (patch) | |
tree | 59594b859dcbea107ce927186471d5083d2ff798 /vnext | |
parent | 644a455a81b3427c03587e692741c731e201224f (diff) |
Bump react-cookie from 4.1.0 to 4.1.1
Bumps [react-cookie](https://github.com/reactivestack/cookies) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/reactivestack/cookies/releases)
- [Changelog](https://github.com/reactivestack/cookies/blob/master/CHANGELOG.md)
- [Commits](https://github.com/reactivestack/cookies/commits)
---
updated-dependencies:
- dependency-name: react-cookie
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'vnext')
-rw-r--r-- | vnext/package-lock.json | 12 | ||||
-rw-r--r-- | vnext/package.json | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/vnext/package-lock.json b/vnext/package-lock.json index 9b9669b7..5eef8be7 100644 --- a/vnext/package-lock.json +++ b/vnext/package-lock.json @@ -3980,9 +3980,9 @@ "integrity": "sha512-rZ5drC/jWjrArrS8BR6SIr4cWpW09RNTYt9AMZo3Jwwif+iacXAqgVjm0B0Bv/S1jhDXKHqRVNCbACkJ89RAnQ==" }, "@types/react": { - "version": "17.0.16", - "resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.16.tgz", - "integrity": "sha512-3kCUiOOlQTwUUvjNFkbBTWMTxdTGybz/PfjCw9JmaRGcEDBQh+nGMg7/E9P2rklhJuYVd25IYLNcvqgSPCPksg==", + "version": "17.0.17", + "resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.17.tgz", + "integrity": "sha512-nrfi7I13cAmrd0wje8czYpf5SFbryczCtPzFc6ijqvdjKcyA3tCvGxwchOUlxb2ucBPuJ9Y3oUqKrRqZvrz0lw==", "requires": { "@types/prop-types": "*", "@types/scheduler": "*", @@ -14006,9 +14006,9 @@ "integrity": "sha512-CIRgTHze+ls+jGDIfCitw27YkW2XcaMpsYORTUdBxsMFiKuUYMnlvY76dZE4Lsaa9vFXVw+41ieBEK7SJt0nug==" }, "react-cookie": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/react-cookie/-/react-cookie-4.1.0.tgz", - "integrity": "sha512-CUq222HHxGPt/XOcQjV/1/5shClAxHlp0pLSbsRfCk/DHgLgREW3TxD0SaZOxaPR4QmTHIEq189zF52c8Vb0lA==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/react-cookie/-/react-cookie-4.1.1.tgz", + "integrity": "sha512-ffn7Y7G4bXiFbnE+dKhHhbP+b8I34mH9jqnm8Llhj89zF4nPxPutxHT1suUqMeCEhLDBI7InYwf1tpaSoK5w8A==", "requires": { "@types/hoist-non-react-statics": "^3.0.1", "hoist-non-react-statics": "^3.0.0", diff --git a/vnext/package.json b/vnext/package.json index 54dbbd95..c3b366a2 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -81,7 +81,7 @@ "qs": "^6.10.1", "react": "17.0.2", "react-content-loader": "^6.0.3", - "react-cookie": "^4.1.0", + "react-cookie": "^4.1.1", "react-dom": "17.0.2", "react-router-dom": "^5.2.0", "react-use": "^17.2.4", |