Bump gatsby-plugin-offline from 3.2.13 to 3.2.23

Bumps [gatsby-plugin-offline](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-offline) from 3.2.13 to 3.2.23.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-offline/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-offline@3.2.23/packages/gatsby-plugin-offline)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-08-11 15:57:15 +00:00 committed by GitHub
parent d904f12937
commit 1e62bb5312
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

@ -9123,9 +9123,9 @@
}
},
"gatsby-core-utils": {
"version": "1.3.8",
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.3.8.tgz",
"integrity": "sha512-wVUqF8/DQMhiCyIKxVKjeDp4aN8x4/f+e/gS78sgaU0fleUpMMbQmeV+ASLh0Kk11yFs0fl4+EWWLFCHY2sWmg==",
"version": "1.3.15",
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.3.15.tgz",
"integrity": "sha512-np1tJCGejhCHtgHdFl6+y5EwVAzdrieJZ3hdvpeOrJ22bL9ktl5XVLy4K937ThgxHLp8+ElMDVdziNun5tC8eg==",
"requires": {
"ci-info": "2.0.0",
"configstore": "^5.0.1",
@ -9264,13 +9264,13 @@
}
},
"gatsby-plugin-offline": {
"version": "3.2.13",
"resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-3.2.13.tgz",
"integrity": "sha512-3AXw3MFBJRHVInn+7rh14b5/rREgIuAVqg430B91c6nDTCLsxwd/TGbWvQvBDO35hXs3yuoluuTANcu++AEuIg==",
"version": "3.2.23",
"resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-3.2.23.tgz",
"integrity": "sha512-EVVRfodgv7+oxterlg1DjU4GXKcRCho9DbrTPyAnadVjSdhwvsIfviLZRNxsYlYalMmOMzC1QsXe94tznNlMrA==",
"requires": {
"@babel/runtime": "^7.10.3",
"cheerio": "^1.0.0-rc.3",
"gatsby-core-utils": "^1.3.8",
"gatsby-core-utils": "^1.3.15",
"glob": "^7.1.6",
"idb-keyval": "^3.2.0",
"lodash": "^4.17.15",

View file

@ -9,7 +9,7 @@
"gatsby": "^2.24.36",
"gatsby-image": "^2.4.9",
"gatsby-plugin-manifest": "^2.4.22",
"gatsby-plugin-offline": "^3.2.13",
"gatsby-plugin-offline": "^3.2.23",
"gatsby-plugin-react-helmet": "^3.3.10",
"gatsby-plugin-sass": "^2.3.12",
"gatsby-plugin-sharp": "^2.6.26",