From e18d22c54890abc78875edd38101346a96d6adbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 10:21:42 -0500 Subject: [PATCH] Bump cookie from 0.4.1 to 0.6.0 (#1821) Bumps [cookie](https://github.com/jshttp/cookie) from 0.4.1 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.4.1...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> Co-authored-by: nschubach --- blocks/alert-bar-block/package-lock.json | 6 +++--- blocks/alert-bar-block/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/blocks/alert-bar-block/package-lock.json b/blocks/alert-bar-block/package-lock.json index 5c1ff7cb03..aa02c1704f 100644 --- a/blocks/alert-bar-block/package-lock.json +++ b/blocks/alert-bar-block/package-lock.json @@ -5,9 +5,9 @@ "requires": true, "dependencies": { "cookie": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.1.tgz", - "integrity": "sha512-ZwrFkGJxUR3EIoXtO+yVE69Eb7KlixbaeAWfBQB9vVsNn/o+Yw69gBWSSDK825hQNdN+wF8zELf3dFNl/kxkUA==" + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.6.0.tgz", + "integrity": "sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==" } } } diff --git a/blocks/alert-bar-block/package.json b/blocks/alert-bar-block/package.json index 051ae1d19e..ea33f6d02b 100644 --- a/blocks/alert-bar-block/package.json +++ b/blocks/alert-bar-block/package.json @@ -26,7 +26,7 @@ "@wpmedia/arc-themes-components": "*" }, "dependencies": { - "cookie": "^0.5.0" + "cookie": "^0.6.0" }, "gitHead": "83fb8d6685958d85ddbfcfbf01d9a5c864cd6c95" }