From 9f54a19b4b92a6041fe3889e421ce95f1d224708 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 19:44:48 +0000 Subject: [PATCH] chore(deps): bump cookie from 0.4.2 to 0.7.0 in /apps/example-todo-app Bumps [cookie](https://github.com/jshttp/cookie) from 0.4.2 to 0.7.0. - [Release notes](https://github.com/jshttp/cookie/releases) - [Commits](https://github.com/jshttp/cookie/compare/v0.4.2...v0.7.0) --- updated-dependencies: - dependency-name: cookie dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- apps/example-todo-app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/example-todo-app/package.json b/apps/example-todo-app/package.json index eeb8e87c4..7a7489bac 100644 --- a/apps/example-todo-app/package.json +++ b/apps/example-todo-app/package.json @@ -15,7 +15,7 @@ "dependencies": { "axios": "^0.24.0", "content-type": "1.0.4", - "cookie": "0.4.2", + "cookie": "0.7.0", "debug": "^4.3.4", "escape-string-regexp": "4.0.0", "eslint-plugin-nextlove": "*",