From da17aa7020bd868f40c025b7bbaa22190a716e17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 20 Oct 2024 03:31:04 +0000 Subject: [PATCH] Bump cookie in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the / directory: [cookie](https://github.com/jshttp/cookie). Updates `cookie` from 0.5.0 to 1.0.1 - [Release notes](https://github.com/jshttp/cookie/releases) - [Commits](https://github.com/jshttp/cookie/compare/v0.5.0...v1.0.1) --- updated-dependencies: - dependency-name: cookie dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a05bd83..e13a233 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "axios": "^1.4.0", "chalk": "^4.1.2", "cheerio": "^1.0.0-rc.12", - "cookie": "^0.5.0", + "cookie": "^1.0.1", "file-type": "^16.5.3", "fluent-ffmpeg": "^2.1.2", "form-data": "^4.0.0",