From 26ef7507aa43de6fdb1dbec01b127af33260e53a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 10:22:24 +1100 Subject: [PATCH] chore(deps): bump cookie and local-storage-fallback (#2729) Bumps [cookie](https://github.com/jshttp/cookie) to 0.7.2 and updates ancestor dependency [local-storage-fallback](https://github.com/ripeworks/local-storage-fallback). These dependencies need to be updated together. Updates `cookie` from 0.3.1 to 0.7.2 - [Release notes](https://github.com/jshttp/cookie/releases) - [Commits](https://github.com/jshttp/cookie/compare/v0.3.1...v0.7.2) Updates `local-storage-fallback` from 4.1.2 to 4.1.3 - [Release notes](https://github.com/ripeworks/local-storage-fallback/releases) - [Commits](https://github.com/ripeworks/local-storage-fallback/commits) --- updated-dependencies: - dependency-name: cookie dependency-type: indirect - dependency-name: local-storage-fallback dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4cbc53bf4b..a70ada8a4f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11252,9 +11252,9 @@ "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==" }, "node_modules/cookie": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.3.1.tgz", - "integrity": "sha512-+IJOX0OqlHCszo2mBUq+SrEbCj6w7Kpffqx60zYbPTFaO4+yYgRjHwcZNpWvaTylDHaV7PPmBHzSecZiMhtPgw==", + "version": "0.7.2", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz", + "integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==", "engines": { "node": ">= 0.6" } @@ -19778,11 +19778,11 @@ } }, "node_modules/local-storage-fallback": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/local-storage-fallback/-/local-storage-fallback-4.1.2.tgz", - "integrity": "sha512-oMTj4q8vnZ5FUB/tclzrTgMppSJgGs3ng4fm7qXEK/NjdzNKkVVncMRlsML+l6FwV0WBoOk8rVD5GqNQIhcz8Q==", + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/local-storage-fallback/-/local-storage-fallback-4.1.3.tgz", + "integrity": "sha512-UFxB2wLvsqGFI0C1sAaOvDGMxFW657jgjQ6lFo6g/osA5y8bc6NYmn3Azz2xTvzMGYebeQuPO2lWJMQcNW34FQ==", "dependencies": { - "cookie": "^0.3.1" + "cookie": "^0.7.2" } }, "node_modules/locate-path": { @@ -34544,9 +34544,9 @@ "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==" }, "cookie": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.3.1.tgz", - "integrity": "sha512-+IJOX0OqlHCszo2mBUq+SrEbCj6w7Kpffqx60zYbPTFaO4+yYgRjHwcZNpWvaTylDHaV7PPmBHzSecZiMhtPgw==" + "version": "0.7.2", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz", + "integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==" }, "copy-descriptor": { "version": "0.1.1", @@ -41045,11 +41045,11 @@ } }, "local-storage-fallback": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/local-storage-fallback/-/local-storage-fallback-4.1.2.tgz", - "integrity": "sha512-oMTj4q8vnZ5FUB/tclzrTgMppSJgGs3ng4fm7qXEK/NjdzNKkVVncMRlsML+l6FwV0WBoOk8rVD5GqNQIhcz8Q==", + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/local-storage-fallback/-/local-storage-fallback-4.1.3.tgz", + "integrity": "sha512-UFxB2wLvsqGFI0C1sAaOvDGMxFW657jgjQ6lFo6g/osA5y8bc6NYmn3Azz2xTvzMGYebeQuPO2lWJMQcNW34FQ==", "requires": { - "cookie": "^0.3.1" + "cookie": "^0.7.2" } }, "locate-path": {