From a862dc5175d66cc2c732e27a20fe52a625aa0154 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 01:28:00 +0000 Subject: [PATCH] Bump cookie from 0.4.1 to 0.7.0 Bumps [cookie](https://github.com/jshttp/cookie) from 0.4.1 to 0.7.0. - [Release notes](https://github.com/jshttp/cookie/releases) - [Commits](https://github.com/jshttp/cookie/compare/v0.4.1...v0.7.0) --- updated-dependencies: - dependency-name: cookie dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0a54bf2..4e20267 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "author": "RealDolos", "license": "MIT", "dependencies": { - "cookie": "^0.4.1", + "cookie": "^0.7.0", "debug": "^4.2.0", "engine.io-client": "^3.4.3", "form-data": "^4.0.0", diff --git a/yarn.lock b/yarn.lock index 0ce55e5..69e68ae 100644 --- a/yarn.lock +++ b/yarn.lock @@ -68,10 +68,10 @@ component-inherit@0.0.3: resolved "https://registry.yarnpkg.com/component-inherit/-/component-inherit-0.0.3.tgz#645fc4adf58b72b649d5cae65135619db26ff143" integrity sha1-ZF/ErfWLcrZJ1crmUTVhnbJv8UM= -cookie@^0.4.1: - version "0.4.1" - resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.4.1.tgz#afd713fe26ebd21ba95ceb61f9a8116e50a537d1" - integrity sha512-ZwrFkGJxUR3EIoXtO+yVE69Eb7KlixbaeAWfBQB9vVsNn/o+Yw69gBWSSDK825hQNdN+wF8zELf3dFNl/kxkUA== +cookie@^0.7.0: + version "0.7.0" + resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.7.0.tgz#2148f68a77245d5c2c0005d264bc3e08cfa0655d" + integrity sha512-qCf+V4dtlNhSRXGAZatc1TasyFO6GjohcOul807YOb5ik3+kQSnb4d7iajeCL8QHaJ4uZEjCgiCJerKXwdRVlQ== debug@^4.2.0: version "4.3.1"