Merge pull request #66 from Unkn0wnCat/dependabot/npm_and_yarn/gatsby-plugin-offline-3.10.0

Bump gatsby-plugin-offline from 3.9.0 to 3.10.0
This commit is contained in:
Kevin Kandlbinder 2021-02-07 22:32:18 +01:00 committed by GitHub
commit 787ba577f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 21 deletions

24
package-lock.json generated
View file

@ -13150,33 +13150,17 @@
} }
}, },
"gatsby-plugin-offline": { "gatsby-plugin-offline": {
"version": "3.9.0", "version": "3.10.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-3.9.0.tgz", "resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-3.10.0.tgz",
"integrity": "sha512-sLxU+QMYq7QLte+/gRNm0vTRgil6VvbkxtEjf/e/oXpAkuy+Pm9IeaWKRtNfWcThpr2CjQbdkZpELLr8PZrCDw==", "integrity": "sha512-+Rsyw/N5MhpkuMc7G5BlD27KnhcuzBOrBw/bjSjE+VsnrKP4byQjGVB2bwH326Sdt3Ci15lMY1sQAi0IMEo9/w==",
"requires": { "requires": {
"@babel/runtime": "^7.12.5", "@babel/runtime": "^7.12.5",
"cheerio": "^1.0.0-rc.3", "cheerio": "^1.0.0-rc.3",
"gatsby-core-utils": "^1.9.0", "gatsby-core-utils": "^1.10.0",
"glob": "^7.1.6", "glob": "^7.1.6",
"idb-keyval": "^3.2.0", "idb-keyval": "^3.2.0",
"lodash": "^4.17.20", "lodash": "^4.17.20",
"workbox-build": "^4.3.1" "workbox-build": "^4.3.1"
},
"dependencies": {
"gatsby-core-utils": {
"version": "1.9.0",
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.9.0.tgz",
"integrity": "sha512-AWq9E+rBY+fWJrhdOx0rn/LlZ0eCjpqLYlDcUmLZ5NjwLARgkEXNf4JsvDETLtThcNlSOibEMQex8arsYatmkA==",
"requires": {
"ci-info": "2.0.0",
"configstore": "^5.0.1",
"fs-extra": "^8.1.0",
"node-object-hash": "^2.0.0",
"proper-lockfile": "^4.1.1",
"tmp": "^0.2.1",
"xdg-basedir": "^4.0.0"
}
}
} }
}, },
"gatsby-plugin-page-creator": { "gatsby-plugin-page-creator": {

View file

@ -26,7 +26,7 @@
"gatsby": "^2.32.2", "gatsby": "^2.32.2",
"gatsby-plugin-asset-path": "^3.0.3", "gatsby-plugin-asset-path": "^3.0.3",
"gatsby-plugin-manifest": "^2.11.0", "gatsby-plugin-manifest": "^2.11.0",
"gatsby-plugin-offline": "^3.9.0", "gatsby-plugin-offline": "^3.10.0",
"gatsby-plugin-react-helmet": "^3.10.0", "gatsby-plugin-react-helmet": "^3.10.0",
"gatsby-plugin-react-i18next": "0.0.27", "gatsby-plugin-react-i18next": "0.0.27",
"gatsby-plugin-robots-txt": "^1.5.5", "gatsby-plugin-robots-txt": "^1.5.5",