1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-11-22 18:00:06 +01:00

Merge pull request #304 from kremalicious/dependabot/npm_and_yarn/gatsby-plugin-offline-3.2.6

Bump gatsby-plugin-offline from 3.2.4 to 3.2.6
This commit is contained in:
Matthias Kretschmann 2020-05-22 10:53:29 +02:00 committed by GitHub
commit 74158fb43a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 30 additions and 5 deletions

33
package-lock.json generated
View File

@ -11094,17 +11094,42 @@
}
},
"gatsby-plugin-offline": {
"version": "3.2.4",
"resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-3.2.4.tgz",
"integrity": "sha512-luFNvd3oXvEtuOv8ejdHSPfiwqE5iTVrl6iG+lZqTEKAEj3xb6njrEsvNrzp3+Y/m2bkEZiU+52eEtg1FUJJXw==",
"version": "3.2.6",
"resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-3.2.6.tgz",
"integrity": "sha512-ANfVpeXL03mv7a3oPCdd7SfGmZCBr9bv25CPRtoRwGgAuXwfg1TGPfyC7J9UehFdLQp8QBsrySREwDQhrr4Qgw==",
"requires": {
"@babel/runtime": "^7.9.6",
"cheerio": "^1.0.0-rc.3",
"gatsby-core-utils": "^1.3.0",
"gatsby-core-utils": "^1.3.2",
"glob": "^7.1.6",
"idb-keyval": "^3.2.0",
"lodash": "^4.17.15",
"workbox-build": "^4.3.1"
},
"dependencies": {
"fs-extra": {
"version": "8.1.0",
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz",
"integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==",
"requires": {
"graceful-fs": "^4.2.0",
"jsonfile": "^4.0.0",
"universalify": "^0.1.0"
}
},
"gatsby-core-utils": {
"version": "1.3.2",
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.3.2.tgz",
"integrity": "sha512-aNecB7D9KFGITArBoEu7Y4g2ZN2zVY+BB2uF9Ql8mp1fcRZFXZdkNvyXqiKsyDFRl/UdBT4u6Zrym1bXk0SWig==",
"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",
"xdg-basedir": "^4.0.0"
}
}
}
},
"gatsby-plugin-page-creator": {

View File

@ -49,7 +49,7 @@
"gatsby-plugin-manifest": "^2.4.6",
"gatsby-plugin-matomo": "^0.8.3",
"gatsby-plugin-meta-redirect": "^1.1.1",
"gatsby-plugin-offline": "^3.2.4",
"gatsby-plugin-offline": "^3.2.6",
"gatsby-plugin-react-helmet": "^3.3.1",
"gatsby-plugin-sass": "^2.3.1",
"gatsby-plugin-sharp": "^2.6.8",