1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2024-11-08 22:31:30 +01:00

build(deps): bump next-pwa from 5.2.24 to 5.3.1 (#164)

This commit is contained in:
dependabot[bot] 2021-08-17 20:49:12 +02:00 committed by GitHub
parent 1bb0f31223
commit 4cc87758c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 12 deletions

22
package-lock.json generated
View File

@ -17,7 +17,7 @@
"classnames": "2.3.1",
"html-react-parser": "1.2.8",
"next": "11.1.0",
"next-pwa": "5.2.24",
"next-pwa": "5.3.1",
"next-themes": "0.0.15",
"next-translate": "1.0.7",
"react": "17.0.2",
@ -16560,16 +16560,16 @@
}
},
"node_modules/next-pwa": {
"version": "5.2.24",
"resolved": "https://registry.npmjs.org/next-pwa/-/next-pwa-5.2.24.tgz",
"integrity": "sha512-gDGcRfoCsNUjgzH7HQVqJxEN4mR1uA3i+AeK1sgiwSeamQu3hl4fgu9wclPjRj2R5iyWs2EkTfHum7Qy712NbQ==",
"version": "5.3.1",
"resolved": "https://registry.npmjs.org/next-pwa/-/next-pwa-5.3.1.tgz",
"integrity": "sha512-Os6bf/lEYoztvsILYkAhDjiYfLNTprqEumxuv5DjhoFh4OpIzO7U0GKRI6MZluH4SfAoe0IdHz9knnZxybSnag==",
"dependencies": {
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^3.0.0",
"globby": "^11.0.4",
"terser-webpack-plugin": "^5.1.4",
"workbox-webpack-plugin": "^6.1.5",
"workbox-window": "^6.1.5"
"workbox-webpack-plugin": "^6.2.4",
"workbox-window": "^6.2.4"
},
"peerDependencies": {
"next": ">=9.0.0"
@ -38938,16 +38938,16 @@
}
},
"next-pwa": {
"version": "5.2.24",
"resolved": "https://registry.npmjs.org/next-pwa/-/next-pwa-5.2.24.tgz",
"integrity": "sha512-gDGcRfoCsNUjgzH7HQVqJxEN4mR1uA3i+AeK1sgiwSeamQu3hl4fgu9wclPjRj2R5iyWs2EkTfHum7Qy712NbQ==",
"version": "5.3.1",
"resolved": "https://registry.npmjs.org/next-pwa/-/next-pwa-5.3.1.tgz",
"integrity": "sha512-Os6bf/lEYoztvsILYkAhDjiYfLNTprqEumxuv5DjhoFh4OpIzO7U0GKRI6MZluH4SfAoe0IdHz9knnZxybSnag==",
"requires": {
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^3.0.0",
"globby": "^11.0.4",
"terser-webpack-plugin": "^5.1.4",
"workbox-webpack-plugin": "^6.1.5",
"workbox-window": "^6.1.5"
"workbox-webpack-plugin": "^6.2.4",
"workbox-window": "^6.2.4"
}
},
"next-secure-headers": {

View File

@ -38,7 +38,7 @@
"classnames": "2.3.1",
"html-react-parser": "1.2.8",
"next": "11.1.0",
"next-pwa": "5.2.24",
"next-pwa": "5.3.1",
"next-themes": "0.0.15",
"next-translate": "1.0.7",
"react": "17.0.2",