From 9159683c0ccd25c7aceb2ab2a85c3cc0dce73608 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 13:10:49 +0000 Subject: [PATCH] chore(deps): bump workbox-cacheable-response from 6.2.4 to 6.5.4 Bumps [workbox-cacheable-response](https://github.com/googlechrome/workbox) from 6.2.4 to 6.5.4. - [Release notes](https://github.com/googlechrome/workbox/releases) - [Commits](https://github.com/googlechrome/workbox/compare/v6.2.4...v6.5.4) --- 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 | 30 +++++++++++++++++++++--------- package.json | 2 +- 2 files changed, 22 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index b19da1e..9f6f606 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "svelte": "^3.39.0", "sweetalert2": "^11.0.19", "workbox-background-sync": "^6.1.5", - "workbox-cacheable-response": "^6.1.5", + "workbox-cacheable-response": "^6.5.4", "workbox-expiration": "^6.1.5", "workbox-google-analytics": "^6.1.5", "workbox-precaching": "^6.1.5", @@ -5017,13 +5017,18 @@ } }, "node_modules/workbox-cacheable-response": { - "version": "6.2.4", - "resolved": "https://registry.npmjs.org/workbox-cacheable-response/-/workbox-cacheable-response-6.2.4.tgz", - "integrity": "sha512-KZSzAOmgWsrk15Wu+geCUSGLIyyzHaORKjH5JnR6qcVZAsm0JXUu2m2OZGqjQ+/eyQwrGdXXqAMW+4wQvTXccg==", + "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.2.4" + "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.2.4", "resolved": "https://registry.npmjs.org/workbox-core/-/workbox-core-6.2.4.tgz", @@ -8773,11 +8778,18 @@ } }, "workbox-cacheable-response": { - "version": "6.2.4", - "resolved": "https://registry.npmjs.org/workbox-cacheable-response/-/workbox-cacheable-response-6.2.4.tgz", - "integrity": "sha512-KZSzAOmgWsrk15Wu+geCUSGLIyyzHaORKjH5JnR6qcVZAsm0JXUu2m2OZGqjQ+/eyQwrGdXXqAMW+4wQvTXccg==", + "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.2.4" + "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 538d50d..e76b097 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "svelte": "^3.39.0", "sweetalert2": "^11.0.19", "workbox-background-sync": "^6.1.5", - "workbox-cacheable-response": "^6.1.5", + "workbox-cacheable-response": "^6.5.4", "workbox-expiration": "^6.1.5", "workbox-google-analytics": "^6.1.5", "workbox-precaching": "^6.1.5",