From b6c18b1ad41ac2aff19fdf31c5c7eaee260e3e01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Jul 2022 04:14:51 +0000 Subject: [PATCH] Bump workbox-cacheable-response from 6.5.0 to 6.5.4 Bumps [workbox-cacheable-response](https://github.com/googlechrome/workbox) from 6.5.0 to 6.5.4. - [Release notes](https://github.com/googlechrome/workbox/releases) - [Commits](https://github.com/googlechrome/workbox/compare/v6.5.0...v6.5.4) --- 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..9fdb8ec08 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.4", "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.4", + "resolved": "https://registry.npmjs.org/workbox-cacheable-response/-/workbox-cacheable-response-6.5.4.tgz", + "integrity": "sha512-DCR9uD0Fqj8oB2TSWQEm1hbFs/85hXXoayVwFKLVuIuxwJaihBsLsp4y7J9bvZbqtPJ1KlCkmYVGQKrBU4KAug==", "dependencies": { - "workbox-core": "6.5.0" + "workbox-core": "6.5.4" } }, + "node_modules/workbox-cacheable-response/node_modules/workbox-core": { + "version": "6.5.4", + "resolved": "https://registry.npmjs.org/workbox-core/-/workbox-core-6.5.4.tgz", + "integrity": "sha512-OXYb+m9wZm8GrORlV2vBbE5EC1FKu71GGp0H4rjmxmF4/HLbMCoTFws87M3dFwgpmg0v00K++PImpNQ6J5NQ6Q==" + }, "node_modules/workbox-core": { "version": "6.5.0", "license": "MIT" @@ -31502,9 +31508,18 @@ } }, "workbox-cacheable-response": { - "version": "6.5.0", + "version": "6.5.4", + "resolved": "https://registry.npmjs.org/workbox-cacheable-response/-/workbox-cacheable-response-6.5.4.tgz", + "integrity": "sha512-DCR9uD0Fqj8oB2TSWQEm1hbFs/85hXXoayVwFKLVuIuxwJaihBsLsp4y7J9bvZbqtPJ1KlCkmYVGQKrBU4KAug==", "requires": { - "workbox-core": "6.5.0" + "workbox-core": "6.5.4" + }, + "dependencies": { + "workbox-core": { + "version": "6.5.4", + "resolved": "https://registry.npmjs.org/workbox-core/-/workbox-core-6.5.4.tgz", + "integrity": "sha512-OXYb+m9wZm8GrORlV2vBbE5EC1FKu71GGp0H4rjmxmF4/HLbMCoTFws87M3dFwgpmg0v00K++PImpNQ6J5NQ6Q==" + } } }, "workbox-core": { diff --git a/package.json b/package.json index d32a55350..8964a3466 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.4", "workbox-core": "^6.1.5", "workbox-expiration": "^6.1.5", "workbox-google-analytics": "^6.2.4",