From 31a1e94cc5b202a3eec267ad527a1ca3f8e349bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Mar 2022 04:12:24 +0000 Subject: [PATCH] Bump workbox-cacheable-response from 6.5.0 to 6.5.1 Bumps [workbox-cacheable-response](https://github.com/googlechrome/workbox) from 6.5.0 to 6.5.1. - [Release notes](https://github.com/googlechrome/workbox/releases) - [Commits](https://github.com/googlechrome/workbox/compare/v6.5.0...v6.5.1) --- updated-dependencies: - dependency-name: workbox-cacheable-response dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 27 +++++++++++++++++++++------ package.json | 2 +- 2 files changed, 22 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 824c7973f..ef72c9634 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "recharts": "^2.1.2", "workbox-background-sync": "^6.2.4", "workbox-broadcast-update": "^6.2.2", - "workbox-cacheable-response": "^6.2.4", + "workbox-cacheable-response": "^6.5.1", "workbox-core": "^6.1.5", "workbox-expiration": "^6.1.5", "workbox-google-analytics": "^6.2.4", @@ -18831,12 +18831,18 @@ "license": "Apache-2.0" }, "node_modules/workbox-cacheable-response": { - "version": "6.5.0", - "license": "MIT", + "version": "6.5.1", + "resolved": "https://registry.npmjs.org/workbox-cacheable-response/-/workbox-cacheable-response-6.5.1.tgz", + "integrity": "sha512-3TdtH/luDiytmM+Cn72HCBLZXmbeRNJqZx2yaVOfUZhj0IVwZqQXhNarlGE9/k6U5Jelb+TtpH2mLVhnzfiSMg==", "dependencies": { - "workbox-core": "6.5.0" + "workbox-core": "6.5.1" } }, + "node_modules/workbox-cacheable-response/node_modules/workbox-core": { + "version": "6.5.1", + "resolved": "https://registry.npmjs.org/workbox-core/-/workbox-core-6.5.1.tgz", + "integrity": "sha512-qObXZ39aFJ2N8X7IUbGrJHKWguliCuU1jOXM/I4MTT84u9BiKD2rHMkIzgeRP1Ixu9+cXU4/XHJq3Cy0Qqc5hw==" + }, "node_modules/workbox-core": { "version": "6.5.0", "license": "MIT" @@ -31502,9 +31508,18 @@ } }, "workbox-cacheable-response": { - "version": "6.5.0", + "version": "6.5.1", + "resolved": "https://registry.npmjs.org/workbox-cacheable-response/-/workbox-cacheable-response-6.5.1.tgz", + "integrity": "sha512-3TdtH/luDiytmM+Cn72HCBLZXmbeRNJqZx2yaVOfUZhj0IVwZqQXhNarlGE9/k6U5Jelb+TtpH2mLVhnzfiSMg==", "requires": { - "workbox-core": "6.5.0" + "workbox-core": "6.5.1" + }, + "dependencies": { + "workbox-core": { + "version": "6.5.1", + "resolved": "https://registry.npmjs.org/workbox-core/-/workbox-core-6.5.1.tgz", + "integrity": "sha512-qObXZ39aFJ2N8X7IUbGrJHKWguliCuU1jOXM/I4MTT84u9BiKD2rHMkIzgeRP1Ixu9+cXU4/XHJq3Cy0Qqc5hw==" + } } }, "workbox-core": { diff --git a/package.json b/package.json index d32a55350..49d6f18c8 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "recharts": "^2.1.2", "workbox-background-sync": "^6.2.4", "workbox-broadcast-update": "^6.2.2", - "workbox-cacheable-response": "^6.2.4", + "workbox-cacheable-response": "^6.5.1", "workbox-core": "^6.1.5", "workbox-expiration": "^6.1.5", "workbox-google-analytics": "^6.2.4",