Bump workbox-strategies from 6.1.5 to 6.2.4 in /vue

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

---
updated-dependencies:
- dependency-name: workbox-strategies
  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-09-09 04:02:25 +00:00
committed by GitHub
parent 14974c55cf
commit e796a55ff9
2 changed files with 18 additions and 10 deletions

26
vue/package-lock.json generated
View File

@@ -49,7 +49,7 @@
"workbox-navigation-preload": "^6.0.2",
"workbox-precaching": "^6.0.2",
"workbox-routing": "^6.0.2",
"workbox-strategies": "^6.0.2"
"workbox-strategies": "^6.2.4"
}
},
"node_modules/@babel/code-frame": {
@@ -14859,8 +14859,9 @@
}
},
"node_modules/workbox-core": {
"version": "6.1.5",
"license": "MIT"
"version": "6.2.4",
"resolved": "https://registry.npmjs.org/workbox-core/-/workbox-core-6.2.4.tgz",
"integrity": "sha512-Nu8X4R4Is3g8uzEJ6qwbW2CGVpzntW/cSf8OfsQGIKQR0nt84FAKzP2cLDaNLp3L/iV9TuhZgCTZzkMiap5/OQ=="
},
"node_modules/workbox-expiration": {
"version": "6.1.5",
@@ -14929,10 +14930,11 @@
}
},
"node_modules/workbox-strategies": {
"version": "6.1.5",
"license": "MIT",
"version": "6.2.4",
"resolved": "https://registry.npmjs.org/workbox-strategies/-/workbox-strategies-6.2.4.tgz",
"integrity": "sha512-DKgGC3ruceDuu2o+Ae5qmJy0p0q21mFP+RrkdqKrjyf2u8cJvvtvt1eIt4nevKc5BESiKxmhC2h+TZpOSzUDvA==",
"dependencies": {
"workbox-core": "^6.1.5"
"workbox-core": "6.2.4"
}
},
"node_modules/workbox-streams": {
@@ -16764,6 +16766,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",
@@ -16776,6 +16779,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"
}
@@ -25285,7 +25289,9 @@
}
},
"workbox-core": {
"version": "6.1.5"
"version": "6.2.4",
"resolved": "https://registry.npmjs.org/workbox-core/-/workbox-core-6.2.4.tgz",
"integrity": "sha512-Nu8X4R4Is3g8uzEJ6qwbW2CGVpzntW/cSf8OfsQGIKQR0nt84FAKzP2cLDaNLp3L/iV9TuhZgCTZzkMiap5/OQ=="
},
"workbox-expiration": {
"version": "6.1.5",
@@ -25348,9 +25354,11 @@
}
},
"workbox-strategies": {
"version": "6.1.5",
"version": "6.2.4",
"resolved": "https://registry.npmjs.org/workbox-strategies/-/workbox-strategies-6.2.4.tgz",
"integrity": "sha512-DKgGC3ruceDuu2o+Ae5qmJy0p0q21mFP+RrkdqKrjyf2u8cJvvtvt1eIt4nevKc5BESiKxmhC2h+TZpOSzUDvA==",
"requires": {
"workbox-core": "^6.1.5"
"workbox-core": "6.2.4"
}
},
"workbox-streams": {

View File

@@ -50,7 +50,7 @@
"workbox-navigation-preload": "^6.0.2",
"workbox-precaching": "^6.0.2",
"workbox-routing": "^6.0.2",
"workbox-strategies": "^6.0.2"
"workbox-strategies": "^6.2.4"
},
"eslintConfig": {
"root": true,