From c01f5c5a03770840df81dfe20237d4f93854aa97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Oct 2022 21:03:17 +0000 Subject: [PATCH] Bump cookie from 0.4.0 to 0.5.0 Bumps [cookie](https://github.com/jshttp/cookie) from 0.4.0 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.0...v0.5.0) --- updated-dependencies: - dependency-name: cookie dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/kununu-utils/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/kununu-utils/package.json b/packages/kununu-utils/package.json index 6098fcf4..869d00b5 100644 --- a/packages/kununu-utils/package.json +++ b/packages/kununu-utils/package.json @@ -13,7 +13,7 @@ "supertest": "4.0.2" }, "dependencies": { - "cookie": "0.4.0", + "cookie": "0.5.0", "cookie-parser": "1.4.4", "fast-safe-stringify": "2.0.6", "fastify": "3.13.0",