From b972baf97e30331d66fb92df4d06326db611f5fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 21:48:31 +0000 Subject: [PATCH] chore(deps): bump react-cookie from 4.1.1 to 6.0.1 Bumps [react-cookie](https://github.com/bendotcodes/cookies) from 4.1.1 to 6.0.1. - [Release notes](https://github.com/bendotcodes/cookies/releases) - [Changelog](https://github.com/bendotcodes/cookies/blob/main/LEGACY-CHANGELOG.md) - [Commits](https://github.com/bendotcodes/cookies/commits/v6.0.1) --- updated-dependencies: - dependency-name: react-cookie dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 38 +++++++++++++++----------------------- package.json | 2 +- 2 files changed, 16 insertions(+), 24 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1beb40d..ed18d7c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "prop-types": "15.8.1", "query-string": "8.1.0", "react": "^18.2.0", - "react-cookie": "4.1.1", + "react-cookie": "6.0.1", "react-dom": "^18.2.0", "react-helmet": "6.1.0", "react-icons": "4.9.0", @@ -15688,13 +15688,13 @@ } }, "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": "6.0.1", + "resolved": "https://registry.npmjs.org/react-cookie/-/react-cookie-6.0.1.tgz", + "integrity": "sha512-17Xi49dmBwuj+clFjTv9O/10zhiVWB8UvA6GxOSuwmrqr1MQ5MsiYNZnSDbYl2vKDPIfuHWIDA4ntT723Pfpgg==", "dependencies": { - "@types/hoist-non-react-statics": "^3.0.1", - "hoist-non-react-statics": "^3.0.0", - "universal-cookie": "^4.0.0" + "@types/hoist-non-react-statics": "^3.3.1", + "hoist-non-react-statics": "^3.3.2", + "universal-cookie": "^6.0.0" }, "peerDependencies": { "react": ">= 16.3.0" @@ -18365,26 +18365,18 @@ } }, "node_modules/universal-cookie": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/universal-cookie/-/universal-cookie-4.0.4.tgz", - "integrity": "sha512-lbRVHoOMtItjWbM7TwDLdl8wug7izB0tq3/YVKhT/ahB4VDvWMyvnADfnJI8y6fSvsjh51Ix7lTGC6Tn4rMPhw==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/universal-cookie/-/universal-cookie-6.0.1.tgz", + "integrity": "sha512-azv2SDvVjl1jyAsHEWaBAWlxIV0HTAJj3VDlak76C2JPAojlJEXdZiU+9w6D6fOydLyFGxvUWmT1m3f1mdLnEQ==", "dependencies": { - "@types/cookie": "^0.3.3", - "cookie": "^0.4.0" + "@types/cookie": "^0.5.1", + "cookie": "^0.5.0" } }, "node_modules/universal-cookie/node_modules/@types/cookie": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/@types/cookie/-/cookie-0.3.3.tgz", - "integrity": "sha512-LKVP3cgXBT9RYj+t+9FDKwS5tdI+rPBXaNSkma7hvqy35lc7mAokC2zsqWJH0LaqIt3B962nuYI77hsJoT1gow==" - }, - "node_modules/universal-cookie/node_modules/cookie": { - "version": "0.4.2", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.2.tgz", - "integrity": "sha512-aSWTXFzaKWkvHO1Ny/s+ePFpvKsPnjc551iI41v3ny/ow6tBG5Vd+FuqGNhh1LxOmVzOlGUriIlOaokOvhaStA==", - "engines": { - "node": ">= 0.6" - } + "version": "0.5.1", + "resolved": "https://registry.npmjs.org/@types/cookie/-/cookie-0.5.1.tgz", + "integrity": "sha512-COUnqfB2+ckwXXSFInsFdOAWQzCCx+a5hq2ruyj+Vjund94RJQd4LG2u9hnvJrTgunKAaax7ancBYlDrNYxA0g==" }, "node_modules/universalify": { "version": "2.0.0", diff --git a/package.json b/package.json index 9962743..ccfbfb5 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "prop-types": "15.8.1", "query-string": "8.1.0", "react": "^18.2.0", - "react-cookie": "4.1.1", + "react-cookie": "6.0.1", "react-dom": "^18.2.0", "react-helmet": "6.1.0", "react-icons": "4.9.0",