Merge pull request #222 from Unkn0wnCat/dependabot/npm_and_yarn/gatsby-plugin-offline-3.6.0

Bump gatsby-plugin-offline from 3.4.0 to 3.6.0
This commit is contained in:
Kevin Kandlbinder 2020-12-02 16:20:11 +01:00 committed by GitHub
commit f71fbe1ec5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 20 additions and 6 deletions

24
package-lock.json generated
View file

@ -9020,13 +9020,13 @@
}
},
"gatsby-plugin-offline": {
"version": "3.4.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-3.4.0.tgz",
"integrity": "sha512-l+H/paD635OGHcoMetNM5Wqt8FIx3By1eg+fpX7dnhxFUH5znQBYLmE6UsyKgO/WJq2F05nlOYLxghNUH4fJ1A==",
"version": "3.6.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-3.6.0.tgz",
"integrity": "sha512-/hadTgTkhi9V7m4bc1DX43Ny6V3FRKoFZgXSWYlcdELornxJYsAr9DdghRx8Twk10FPfVlLdmIjltQT0iuvQNA==",
"requires": {
"@babel/runtime": "^7.11.2",
"@babel/runtime": "^7.12.5",
"cheerio": "^1.0.0-rc.3",
"gatsby-core-utils": "^1.4.0",
"gatsby-core-utils": "^1.6.0",
"glob": "^7.1.6",
"idb-keyval": "^3.2.0",
"lodash": "^4.17.20",
@ -9041,6 +9041,20 @@
"regenerator-runtime": "^0.13.4"
}
},
"gatsby-core-utils": {
"version": "1.6.0",
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.6.0.tgz",
"integrity": "sha512-jGaXDPbXOkP5Ct7pcOTsx0C0WTvIjSBVlHp0oBIv6rTw7DP498G9RAytqOT8z3uAf1PzWjAcUEMGNdicVucrxg==",
"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"
}
},
"lodash": {
"version": "4.17.20",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz",

View file

@ -9,7 +9,7 @@
"gatsby": "^2.26.0",
"gatsby-image": "^2.5.0",
"gatsby-plugin-manifest": "^2.6.0",
"gatsby-plugin-offline": "^3.4.0",
"gatsby-plugin-offline": "^3.6.0",
"gatsby-plugin-react-helmet": "^3.4.0",
"gatsby-plugin-sharp": "^2.7.1",
"gatsby-plugin-sass": "^2.7.0",