From 25c71721abddc236e1d4328f3b59003b065f69e5 Mon Sep 17 00:00:00 2001 From: dependabot[bot] Date: Thu, 12 Aug 2021 17:05:27 +0000 Subject: 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] --- vnext/package-lock.json | 12 ++++++------ vnext/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'vnext') 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", -- cgit v1.2.3