From 12df1fcde047ba0ad7fbeeb9d2b860bed5b22565 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 04:47:02 +0000 Subject: [PATCH] Bump cookie from 0.4.1 to 0.6.0 in /hub-frontend Bumps [cookie](https://github.com/jshttp/cookie) from 0.4.1 to 0.6.0. - [Release notes](https://github.com/jshttp/cookie/releases) - [Changelog](https://github.com/jshttp/cookie/blob/master/HISTORY.md) - [Commits](https://github.com/jshttp/cookie/compare/v0.4.1...v0.6.0) --- updated-dependencies: - dependency-name: cookie dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- hub-frontend/package-lock.json | 29 ++++++++++++++++++++++------- hub-frontend/package.json | 2 +- 2 files changed, 23 insertions(+), 8 deletions(-) diff --git a/hub-frontend/package-lock.json b/hub-frontend/package-lock.json index a084f4f9..5ca42f9c 100644 --- a/hub-frontend/package-lock.json +++ b/hub-frontend/package-lock.json @@ -12,7 +12,7 @@ "@emotion/react": "^11.4.1", "@emotion/styled": "^11.3.0", "axios": "^0.21.4", - "cookie": "^0.4.1", + "cookie": "^0.6.0", "focus-visible": "^5.2.0", "framer-motion": "^4.1.17", "next": "^11.1.2", @@ -2218,9 +2218,9 @@ "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" }, "node_modules/cookie": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.1.tgz", - "integrity": "sha512-ZwrFkGJxUR3EIoXtO+yVE69Eb7KlixbaeAWfBQB9vVsNn/o+Yw69gBWSSDK825hQNdN+wF8zELf3dFNl/kxkUA==", + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.6.0.tgz", + "integrity": "sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==", "engines": { "node": ">= 0.6" } @@ -5455,6 +5455,14 @@ "cookie": "^0.4.0" } }, + "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" + } + }, "node_modules/unpipe": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", @@ -7451,9 +7459,9 @@ } }, "cookie": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.1.tgz", - "integrity": "sha512-ZwrFkGJxUR3EIoXtO+yVE69Eb7KlixbaeAWfBQB9vVsNn/o+Yw69gBWSSDK825hQNdN+wF8zELf3dFNl/kxkUA==" + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.6.0.tgz", + "integrity": "sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==" }, "copy-to-clipboard": { "version": "3.3.1", @@ -10225,6 +10233,13 @@ "requires": { "@types/cookie": "^0.3.3", "cookie": "^0.4.0" + }, + "dependencies": { + "cookie": { + "version": "0.4.2", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.2.tgz", + "integrity": "sha512-aSWTXFzaKWkvHO1Ny/s+ePFpvKsPnjc551iI41v3ny/ow6tBG5Vd+FuqGNhh1LxOmVzOlGUriIlOaokOvhaStA==" + } } }, "unpipe": { diff --git a/hub-frontend/package.json b/hub-frontend/package.json index 1068011d..3950ca6f 100644 --- a/hub-frontend/package.json +++ b/hub-frontend/package.json @@ -16,7 +16,7 @@ "@emotion/react": "^11.4.1", "@emotion/styled": "^11.3.0", "axios": "^0.21.4", - "cookie": "^0.4.1", + "cookie": "^0.6.0", "focus-visible": "^5.2.0", "framer-motion": "^4.1.17", "next": "^11.1.2",