From 1b27bf1f4baaad66abf4dcc67f8a86fa86479fd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Apr 2022 01:43:26 +0000 Subject: [PATCH] Bump cookie from 0.4.2 to 0.5.0 Bumps [cookie](https://github.com/jshttp/cookie) from 0.4.2 to 0.5.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.2...v0.5.0) --- updated-dependencies: - dependency-name: cookie dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/api/package.json | 2 +- packages/web/package.json | 2 +- yarn.lock | 5 +++++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/packages/api/package.json b/packages/api/package.json index 3fc3ab965..657a9342b 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -41,7 +41,7 @@ "apollo-server-express": "^3.6.3", "axios": "^0.26.0", "bcryptjs": "^2.4.3", - "cookie": "^0.4.1", + "cookie": "^0.5.0", "cookie-parser": "^1.4.5", "cors": "^2.8.5", "dataloader": "^2.0.0", diff --git a/packages/web/package.json b/packages/web/package.json index c3c75e2ed..35bbfd28d 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -28,7 +28,7 @@ "@segment/analytics-next": "^1.33.5", "@sentry/nextjs": "^6.16.1", "@stitches/react": "^1.2.5", - "cookie": "^0.4.1", + "cookie": "^0.5.0", "diff-match-patch": "^1.0.5", "graphql-request": "^3.6.1", "nanoid": "^3.1.29", diff --git a/yarn.lock b/yarn.lock index 979847fbc..dab731d12 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11282,6 +11282,11 @@ cookie@^0.4.1: resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.4.2.tgz#0e41f24de5ecf317947c82fc789e06a884824432" integrity sha512-aSWTXFzaKWkvHO1Ny/s+ePFpvKsPnjc551iI41v3ny/ow6tBG5Vd+FuqGNhh1LxOmVzOlGUriIlOaokOvhaStA== +cookie@^0.5.0: + version "0.5.0" + resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.5.0.tgz#d1f5d71adec6558c58f389987c366aa47e994f8b" + integrity sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw== + cookiejar@^2.1.3: version "2.1.3" resolved "https://registry.yarnpkg.com/cookiejar/-/cookiejar-2.1.3.tgz#fc7a6216e408e74414b90230050842dacda75acc"