From 6d6eebd5ea0cd3fa91c38fadadbadc0658153ecb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 22:40:57 +0200 Subject: [PATCH] chore(deps): bump cookie from 0.5.0 to 0.6.0 (#259) Bumps [cookie](https://github.com/jshttp/cookie) from 0.5.0 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.5.0...v0.6.0) --- updated-dependencies: - dependency-name: cookie dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a9925ae8..3aed17ea 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", "compression": "^1.7.4", - "cookie": "^0.5.0", + "cookie": "^0.6.0", "cross-env": "^7.0.3", "express": "^4.19.2", "express-rate-limit": "^7.2.0",