From 03f72275580897fa4fd966d65d093757ea1cdba3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 21:35:08 +0000 Subject: [PATCH] Bump workbox-cacheable-response from 7.1.0 to 7.3.0 Bumps [workbox-cacheable-response](https://github.com/googlechrome/workbox) from 7.1.0 to 7.3.0. - [Release notes](https://github.com/googlechrome/workbox/releases) - [Commits](https://github.com/googlechrome/workbox/compare/v7.1.0...v7.3.0) --- updated-dependencies: - dependency-name: workbox-cacheable-response dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++++------ package.json | 2 +- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index c836bfd..1a9d1ee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "react-dom": "^18.3.1", "workbox-background-sync": "^7.1.0", "workbox-broadcast-update": "^7.1.0", - "workbox-cacheable-response": "^7.1.0", + "workbox-cacheable-response": "^7.3.0", "workbox-core": "^7.1.0", "workbox-expiration": "^7.1.0", "workbox-google-analytics": "^7.1.0", @@ -20559,14 +20559,18 @@ } }, "node_modules/workbox-cacheable-response": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/workbox-cacheable-response/-/workbox-cacheable-response-7.1.0.tgz", - "integrity": "sha512-iwsLBll8Hvua3xCuBB9h92+/e0wdsmSVgR2ZlvcfjepZWwhd3osumQB3x9o7flj+FehtWM2VHbZn8UJeBXXo6Q==", - "license": "MIT", + "version": "7.3.0", + "resolved": "https://registry.npmjs.org/workbox-cacheable-response/-/workbox-cacheable-response-7.3.0.tgz", + "integrity": "sha512-eAFERIg6J2LuyELhLlmeRcJFa5e16Mj8kL2yCDbhWE+HUun9skRQrGIFVUagqWj4DMaaPSMWfAolM7XZZxNmxA==", "dependencies": { - "workbox-core": "7.1.0" + "workbox-core": "7.3.0" } }, + "node_modules/workbox-cacheable-response/node_modules/workbox-core": { + "version": "7.3.0", + "resolved": "https://registry.npmjs.org/workbox-core/-/workbox-core-7.3.0.tgz", + "integrity": "sha512-Z+mYrErfh4t3zi7NVTvOuACB0A/jA3bgxUN3PwtAVHvfEsZxV9Iju580VEETug3zYJRc0Dmii/aixI/Uxj8fmw==" + }, "node_modules/workbox-core": { "version": "7.1.0", "resolved": "https://registry.npmjs.org/workbox-core/-/workbox-core-7.1.0.tgz", diff --git a/package.json b/package.json index 698ffc1..dba8f98 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "react-dom": "^18.3.1", "workbox-background-sync": "^7.1.0", "workbox-broadcast-update": "^7.1.0", - "workbox-cacheable-response": "^7.1.0", + "workbox-cacheable-response": "^7.3.0", "workbox-core": "^7.1.0", "workbox-expiration": "^7.1.0", "workbox-google-analytics": "^7.1.0",