Merge pull request #973 from shlinkio/dependabot/npm_and_yarn/vite-plugin-pwa-0.17.2

Bump vite-plugin-pwa from 0.17.0 to 0.17.2
This commit is contained in:
Alejandro Celaya 2023-11-26 08:34:22 +01:00 committed by GitHub
commit f1b7617f13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -61,7 +61,7 @@
"stylelint": "^15.11.0",
"typescript": "^5.3.2",
"vite": "^5.0.0",
"vite-plugin-pwa": "^0.17.0",
"vite-plugin-pwa": "^0.17.2",
"vitest": "^0.34.6",
"vitest-canvas-mock": "^0.3.3"
}
@ -10161,9 +10161,9 @@
"dev": true
},
"node_modules/vite-plugin-pwa": {
"version": "0.17.0",
"resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.17.0.tgz",
"integrity": "sha512-cOyEG8EEc7JHmyMapTnjK2j0g2BIC3ErlmOHyGzVu8hqjyF9Jt6yWMmVNFtpA6v/NNyzP28ARf3vwzIAzR1kaw==",
"version": "0.17.2",
"resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.17.2.tgz",
"integrity": "sha512-aVH9sxcTDumiWYiNcLrFqu+FdL79I2cT5EhlVe5V6nGcC64yQNGT1jamMytwi+OdfXl4VYic0LtoJ6JHMkM3ZQ==",
"dev": true,
"dependencies": {
"debug": "^4.3.4",
@ -17590,9 +17590,9 @@
}
},
"vite-plugin-pwa": {
"version": "0.17.0",
"resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.17.0.tgz",
"integrity": "sha512-cOyEG8EEc7JHmyMapTnjK2j0g2BIC3ErlmOHyGzVu8hqjyF9Jt6yWMmVNFtpA6v/NNyzP28ARf3vwzIAzR1kaw==",
"version": "0.17.2",
"resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.17.2.tgz",
"integrity": "sha512-aVH9sxcTDumiWYiNcLrFqu+FdL79I2cT5EhlVe5V6nGcC64yQNGT1jamMytwi+OdfXl4VYic0LtoJ6JHMkM3ZQ==",
"dev": true,
"requires": {
"debug": "^4.3.4",

View file

@ -77,7 +77,7 @@
"stylelint": "^15.11.0",
"typescript": "^5.3.2",
"vite": "^5.0.0",
"vite-plugin-pwa": "^0.17.0",
"vite-plugin-pwa": "^0.17.2",
"vitest": "^0.34.6",
"vitest-canvas-mock": "^0.3.3"
},