Bump gatsby-plugin-offline from 4.13.0 to 4.14.0 (#663)

This commit is contained in:
dependabot[bot] 2021-09-20 10:54:50 +02:00 committed by GitHub
parent 8e4cfc722f
commit 9eab65a56d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 14 deletions

26
package-lock.json generated
View File

@ -17,7 +17,7 @@
"gatsby-plugin-image": "^1.14.0",
"gatsby-plugin-manifest": "^3.13.0",
"gatsby-plugin-matomo": "^0.10.0",
"gatsby-plugin-offline": "^4.13.0",
"gatsby-plugin-offline": "^4.14.0",
"gatsby-plugin-react-helmet": "^4.13.0",
"gatsby-plugin-sharp": "^3.14.0",
"gatsby-plugin-sitemap": "^4.9.0",
@ -11707,13 +11707,13 @@
}
},
"node_modules/gatsby-plugin-offline": {
"version": "4.13.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-4.13.0.tgz",
"integrity": "sha512-43EMQAOhhtwPF8zrXry9fF9ugjeehC56RaDj+9BDUApd/CvOHTqMY+8nqtwu1CfpemIPGVFZG8xVkAawLX4LxA==",
"version": "4.14.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-4.14.0.tgz",
"integrity": "sha512-ac6Jl/xvQq0v+PF1ip3aUBdnarxLyfDenK//frxY00gcAv2QjaEG8H8SMLbbgdPWqSnpzfrc+U2rE9CvJpwO1A==",
"dependencies": {
"@babel/runtime": "^7.14.8",
"cheerio": "^1.0.0-rc.9",
"gatsby-core-utils": "^2.13.0",
"@babel/runtime": "^7.15.4",
"cheerio": "^1.0.0-rc.10",
"gatsby-core-utils": "^2.14.0",
"glob": "^7.1.7",
"idb-keyval": "^3.2.0",
"lodash": "^4.17.21",
@ -36718,13 +36718,13 @@
"requires": {}
},
"gatsby-plugin-offline": {
"version": "4.13.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-4.13.0.tgz",
"integrity": "sha512-43EMQAOhhtwPF8zrXry9fF9ugjeehC56RaDj+9BDUApd/CvOHTqMY+8nqtwu1CfpemIPGVFZG8xVkAawLX4LxA==",
"version": "4.14.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-4.14.0.tgz",
"integrity": "sha512-ac6Jl/xvQq0v+PF1ip3aUBdnarxLyfDenK//frxY00gcAv2QjaEG8H8SMLbbgdPWqSnpzfrc+U2rE9CvJpwO1A==",
"requires": {
"@babel/runtime": "^7.14.8",
"cheerio": "^1.0.0-rc.9",
"gatsby-core-utils": "^2.13.0",
"@babel/runtime": "^7.15.4",
"cheerio": "^1.0.0-rc.10",
"gatsby-core-utils": "^2.14.0",
"glob": "^7.1.7",
"idb-keyval": "^3.2.0",
"lodash": "^4.17.21",

View File

@ -28,7 +28,7 @@
"gatsby-plugin-image": "^1.14.0",
"gatsby-plugin-manifest": "^3.13.0",
"gatsby-plugin-matomo": "^0.10.0",
"gatsby-plugin-offline": "^4.13.0",
"gatsby-plugin-offline": "^4.14.0",
"gatsby-plugin-react-helmet": "^4.13.0",
"gatsby-plugin-sharp": "^3.14.0",
"gatsby-plugin-sitemap": "^4.9.0",