fix: upgrade react-cookie from 4.1.0 to 4.1.1 (#3635)

Snyk has created this PR to upgrade react-cookie from 4.1.0 to 4.1.1.

See this package in npm:
https://www.npmjs.com/package/react-cookie

See this project in Snyk:
https://app.snyk.io/org/cvat/project/c1f463ee-3776-44c4-b0fa-cd2254d0a094?utm_source=github&utm_medium=upgrade-pr
main
Snyk bot 5 years ago committed by GitHub
parent 7a3cb3ee93
commit 6d0042c5dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -54132,9 +54132,9 @@
}
},
"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",

@ -83,7 +83,7 @@
"react": "^16.14.0",
"react-awesome-query-builder": "^3.0.0",
"react-color": "^2.19.3",
"react-cookie": "^4.1.0",
"react-cookie": "^4.1.1",
"react-dom": "^16.14.0",
"react-moment": "^1.1.1",
"react-redux": "^7.2.4",

Loading…
Cancel
Save