Merge pull request #932 from vabene1111/dependabot/npm_and_yarn/vue/workbox-expiration-6.3.0

Bump workbox-expiration from 6.1.5 to 6.3.0 in /vue
This commit is contained in:
vabene1111
2021-10-01 07:49:11 +00:00
committed by GitHub
2 changed files with 22 additions and 7 deletions

27
vue/package-lock.json generated
View File

@@ -51,7 +51,7 @@
"typescript": "~4.4.3", "typescript": "~4.4.3",
"vue-cli-plugin-i18n": "^2.1.1", "vue-cli-plugin-i18n": "^2.1.1",
"webpack-bundle-tracker": "1.3.0", "webpack-bundle-tracker": "1.3.0",
"workbox-expiration": "^6.0.2", "workbox-expiration": "^6.3.0",
"workbox-navigation-preload": "^6.0.2", "workbox-navigation-preload": "^6.0.2",
"workbox-precaching": "^6.3.0", "workbox-precaching": "^6.3.0",
"workbox-routing": "^6.3.0", "workbox-routing": "^6.3.0",
@@ -8962,6 +8962,11 @@
"node": ">= 6" "node": ">= 6"
} }
}, },
"node_modules/idb": {
"version": "6.1.4",
"resolved": "https://registry.npmjs.org/idb/-/idb-6.1.4.tgz",
"integrity": "sha512-DshI5yxIB3NYc47cPpfipYX8MSIgQPqVR+WoaGI9EDq6cnLGgGYR1fp6z8/Bq9vMS8Jq1bS3eWUgXpFO5+ypSA=="
},
"node_modules/ieee754": { "node_modules/ieee754": {
"version": "1.2.1", "version": "1.2.1",
"funding": [ "funding": [
@@ -15802,10 +15807,12 @@
"integrity": "sha512-SufToEV3SOLwwz3j+P4pgkfpzLRUlR17sX3p/LrMHP/brYKvJQqjTwtSvaCkkAX0RPHX2TFHmN8xhPP1bpmomg==" "integrity": "sha512-SufToEV3SOLwwz3j+P4pgkfpzLRUlR17sX3p/LrMHP/brYKvJQqjTwtSvaCkkAX0RPHX2TFHmN8xhPP1bpmomg=="
}, },
"node_modules/workbox-expiration": { "node_modules/workbox-expiration": {
"version": "6.1.5", "version": "6.3.0",
"license": "MIT", "resolved": "https://registry.npmjs.org/workbox-expiration/-/workbox-expiration-6.3.0.tgz",
"integrity": "sha512-teYuYfM3HFbwAD/nlZDw/dCMOrCKjsAiMRhz0uOy9IkfBb7vBynO3xf118lY62X6BfqjZdeahiHh10N0/aYICg==",
"dependencies": { "dependencies": {
"workbox-core": "^6.1.5" "idb": "^6.0.0",
"workbox-core": "6.3.0"
} }
}, },
"node_modules/workbox-google-analytics": { "node_modules/workbox-google-analytics": {
@@ -22402,6 +22409,11 @@
"postcss": "^7.0.14" "postcss": "^7.0.14"
} }
}, },
"idb": {
"version": "6.1.4",
"resolved": "https://registry.npmjs.org/idb/-/idb-6.1.4.tgz",
"integrity": "sha512-DshI5yxIB3NYc47cPpfipYX8MSIgQPqVR+WoaGI9EDq6cnLGgGYR1fp6z8/Bq9vMS8Jq1bS3eWUgXpFO5+ypSA=="
},
"ieee754": { "ieee754": {
"version": "1.2.1" "version": "1.2.1"
}, },
@@ -27050,9 +27062,12 @@
"integrity": "sha512-SufToEV3SOLwwz3j+P4pgkfpzLRUlR17sX3p/LrMHP/brYKvJQqjTwtSvaCkkAX0RPHX2TFHmN8xhPP1bpmomg==" "integrity": "sha512-SufToEV3SOLwwz3j+P4pgkfpzLRUlR17sX3p/LrMHP/brYKvJQqjTwtSvaCkkAX0RPHX2TFHmN8xhPP1bpmomg=="
}, },
"workbox-expiration": { "workbox-expiration": {
"version": "6.1.5", "version": "6.3.0",
"resolved": "https://registry.npmjs.org/workbox-expiration/-/workbox-expiration-6.3.0.tgz",
"integrity": "sha512-teYuYfM3HFbwAD/nlZDw/dCMOrCKjsAiMRhz0uOy9IkfBb7vBynO3xf118lY62X6BfqjZdeahiHh10N0/aYICg==",
"requires": { "requires": {
"workbox-core": "^6.1.5" "idb": "^6.0.0",
"workbox-core": "6.3.0"
} }
}, },
"workbox-google-analytics": { "workbox-google-analytics": {

View File

@@ -52,7 +52,7 @@
"typescript": "~4.4.3", "typescript": "~4.4.3",
"vue-cli-plugin-i18n": "^2.1.1", "vue-cli-plugin-i18n": "^2.1.1",
"webpack-bundle-tracker": "1.3.0", "webpack-bundle-tracker": "1.3.0",
"workbox-expiration": "^6.0.2", "workbox-expiration": "^6.3.0",
"workbox-navigation-preload": "^6.0.2", "workbox-navigation-preload": "^6.0.2",
"workbox-precaching": "^6.3.0", "workbox-precaching": "^6.3.0",
"workbox-routing": "^6.3.0", "workbox-routing": "^6.3.0",