Merge pull request #18 from Unkn0wnCat/dependabot/npm_and_yarn/gatsby-plugin-offline-3.8.0

Bump gatsby-plugin-offline from 3.7.1 to 3.8.0
This commit is contained in:
Kevin Kandlbinder 2021-01-07 09:14:16 +01:00 committed by GitHub
commit 8ba972e5cc
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

@ -10783,9 +10783,9 @@
}
},
"gatsby-core-utils": {
"version": "1.7.1",
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.7.1.tgz",
"integrity": "sha512-hnzQCixp2C4opmSgjido/CQwSt4FL3CcmGwq6fK3PVPTT3hLPz7rvuTMQIUlR8BJjGYai6i5f6V3wfkCJ3VTgQ==",
"version": "1.8.0",
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.8.0.tgz",
"integrity": "sha512-MurWnytVVG9rOai0oAdcCsLODqj7P7Y9ndoAswHDk6hrlsWwiRMOsDS1kEyL7n2BM7lhgzZ+gz9OaOukqU1BhA==",
"requires": {
"ci-info": "2.0.0",
"configstore": "^5.0.1",
@ -10941,13 +10941,13 @@
}
},
"gatsby-plugin-offline": {
"version": "3.7.1",
"resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-3.7.1.tgz",
"integrity": "sha512-PRx44UwdvGF0uxTZKdTn8K4YTelrIAHeOa/OigTM4QROZBDIfmpvZ9o92uE8oMtN9rPu7aG9tv8q8CQpzx/RYw==",
"version": "3.8.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-3.8.0.tgz",
"integrity": "sha512-kSNZ07XETuy1vMsLJ3yXt2tfDYyuKTW0ij+9sRbmIO5VMhgKGx6XzPBJMaU2pH7kjWi0X29zOmofGORYFgC9Xg==",
"requires": {
"@babel/runtime": "^7.12.5",
"cheerio": "^1.0.0-rc.3",
"gatsby-core-utils": "^1.7.1",
"gatsby-core-utils": "^1.8.0",
"glob": "^7.1.6",
"idb-keyval": "^3.2.0",
"lodash": "^4.17.20",

View file

@ -25,7 +25,7 @@
"gatsby": "^2.30.1",
"gatsby-plugin-asset-path": "^3.0.2",
"gatsby-plugin-manifest": "^2.10.0",
"gatsby-plugin-offline": "^3.7.1",
"gatsby-plugin-offline": "^3.8.0",
"gatsby-plugin-react-helmet": "^3.8.0",
"gatsby-plugin-react-i18next": "0.0.27",
"gatsby-plugin-robots-txt": "^1.5.5",