Bump workbox-expiration from 6.1.5 to 6.3.0 in /vue

Bumps [workbox-expiration](https://github.com/googlechrome/workbox) from 6.1.5 to 6.3.0.
- [Release notes](https://github.com/googlechrome/workbox/releases)
- [Commits](https://github.com/googlechrome/workbox/compare/v6.1.5...v6.3.0)

---
updated-dependencies:
- dependency-name: workbox-expiration
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-10-01 00:04:10 +00:00
committed by GitHub
parent 20db5cfd74
commit c7bcbd02c9
2 changed files with 63 additions and 10 deletions

71
vue/package-lock.json generated
View File

@@ -10,6 +10,7 @@
"@babel/eslint-parser": "^7.13.14",
"@kangc/v-md-editor": "^1.7.7",
"@kevinfaguiar/vue-twemoji-picker": "^5.7.4",
"@popperjs/core": "^2.10.1",
"@riophae/vue-treeselect": "^0.4.0",
"axios": "^0.21.1",
"bootstrap-vue": "^2.21.2",
@@ -19,12 +20,14 @@
"prismjs": "^1.24.1",
"vue": "^2.6.14",
"vue-class-component": "^7.2.3",
"vue-click-outside": "^1.1.0",
"vue-clickaway": "^2.2.2",
"vue-cookies": "^1.7.4",
"vue-i18n": "^8.24.4",
"vue-infinite-loading": "^2.4.5",
"vue-multiselect": "^2.1.6",
"vue-property-decorator": "^9.1.2",
"vue-simple-calendar": "^5.0.1",
"vue-template-compiler": "^2.6.14",
"vue2-touch-events": "^3.2.2",
"vuedraggable": "^2.24.3",
@@ -48,7 +51,7 @@
"typescript": "~4.4.3",
"vue-cli-plugin-i18n": "^2.1.1",
"webpack-bundle-tracker": "1.3.0",
"workbox-expiration": "^6.0.2",
"workbox-expiration": "^6.3.0",
"workbox-navigation-preload": "^6.0.2",
"workbox-precaching": "^6.3.0",
"workbox-routing": "^6.3.0",
@@ -1453,8 +1456,9 @@
}
},
"node_modules/@popperjs/core": {
"version": "2.9.2",
"license": "MIT",
"version": "2.10.2",
"resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.10.2.tgz",
"integrity": "sha512-IXf3XA7+XyN7CP9gGh/XB0UxVMlvARGEgGXLubFICsUMGz6Q+DU+i4gGlpOxTjKvXjkJDJC8YdqdKkDj9qZHEQ==",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/popperjs"
@@ -8957,6 +8961,11 @@
"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": {
"version": "1.2.1",
"funding": [
@@ -14751,6 +14760,11 @@
"url": "https://github.com/sponsors/isaacs"
}
},
"node_modules/vue-click-outside": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/vue-click-outside/-/vue-click-outside-1.1.0.tgz",
"integrity": "sha512-pNyvAA9mRXJwPHlHJyjMb4IONSc7khS5lxGcMyE2EIKgNMAO279PWM9Hyq0d5J4FkiSRdmFLwnbjDd5UtPizHQ=="
},
"node_modules/vue-clickaway": {
"version": "2.2.2",
"license": "MIT",
@@ -14946,6 +14960,16 @@
"vue-class-component": "*"
}
},
"node_modules/vue-simple-calendar": {
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/vue-simple-calendar/-/vue-simple-calendar-5.0.1.tgz",
"integrity": "sha512-JRsN3cSyS7q38OSa8IJMars5Uq1BYq8jfBrtmmyCQXw1wXcEPyfjRSnrScobwFNE2XhSSkbkbDKYJlUAJudvpQ==",
"dependencies": {
"core-js": "^3.7.0",
"vue": "^2.6.12",
"webpack": "^4.45.0"
}
},
"node_modules/vue-style-loader": {
"version": "4.1.3",
"dev": true,
@@ -15782,10 +15806,12 @@
"integrity": "sha512-SufToEV3SOLwwz3j+P4pgkfpzLRUlR17sX3p/LrMHP/brYKvJQqjTwtSvaCkkAX0RPHX2TFHmN8xhPP1bpmomg=="
},
"node_modules/workbox-expiration": {
"version": "6.1.5",
"license": "MIT",
"version": "6.3.0",
"resolved": "https://registry.npmjs.org/workbox-expiration/-/workbox-expiration-6.3.0.tgz",
"integrity": "sha512-teYuYfM3HFbwAD/nlZDw/dCMOrCKjsAiMRhz0uOy9IkfBb7vBynO3xf118lY62X6BfqjZdeahiHh10N0/aYICg==",
"dependencies": {
"workbox-core": "^6.1.5"
"idb": "^6.0.0",
"workbox-core": "6.3.0"
}
},
"node_modules/workbox-google-analytics": {
@@ -17139,7 +17165,9 @@
}
},
"@popperjs/core": {
"version": "2.9.2"
"version": "2.10.2",
"resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.10.2.tgz",
"integrity": "sha512-IXf3XA7+XyN7CP9gGh/XB0UxVMlvARGEgGXLubFICsUMGz6Q+DU+i4gGlpOxTjKvXjkJDJC8YdqdKkDj9qZHEQ=="
},
"@riophae/vue-treeselect": {
"version": "0.4.0",
@@ -17898,6 +17926,7 @@
"version": "4.5.13",
"dev": true,
"requires": {
"@babel/core": "^7.11.0",
"@babel/helper-compilation-targets": "^7.9.6",
"@babel/helper-module-imports": "^7.8.3",
"@babel/plugin-proposal-class-properties": "^7.8.3",
@@ -17910,6 +17939,7 @@
"@vue/babel-plugin-jsx": "^1.0.3",
"@vue/babel-preset-jsx": "^1.2.4",
"babel-plugin-dynamic-import-node": "^2.3.3",
"core-js": "^3.6.5",
"core-js-compat": "^3.6.5",
"semver": "^6.1.0"
}
@@ -22376,6 +22406,11 @@
"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": {
"version": "1.2.1"
},
@@ -26283,6 +26318,11 @@
}
}
},
"vue-click-outside": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/vue-click-outside/-/vue-click-outside-1.1.0.tgz",
"integrity": "sha512-pNyvAA9mRXJwPHlHJyjMb4IONSc7khS5lxGcMyE2EIKgNMAO279PWM9Hyq0d5J4FkiSRdmFLwnbjDd5UtPizHQ=="
},
"vue-clickaway": {
"version": "2.2.2",
"requires": {
@@ -26410,6 +26450,16 @@
"version": "9.1.2",
"requires": {}
},
"vue-simple-calendar": {
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/vue-simple-calendar/-/vue-simple-calendar-5.0.1.tgz",
"integrity": "sha512-JRsN3cSyS7q38OSa8IJMars5Uq1BYq8jfBrtmmyCQXw1wXcEPyfjRSnrScobwFNE2XhSSkbkbDKYJlUAJudvpQ==",
"requires": {
"core-js": "^3.7.0",
"vue": "^2.6.12",
"webpack": "^4.45.0"
}
},
"vue-style-loader": {
"version": "4.1.3",
"dev": true,
@@ -27009,9 +27059,12 @@
"integrity": "sha512-SufToEV3SOLwwz3j+P4pgkfpzLRUlR17sX3p/LrMHP/brYKvJQqjTwtSvaCkkAX0RPHX2TFHmN8xhPP1bpmomg=="
},
"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": {
"workbox-core": "^6.1.5"
"idb": "^6.0.0",
"workbox-core": "6.3.0"
}
},
"workbox-google-analytics": {