Bump gatsby-plugin-offline from 3.3.2 to 3.3.3

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-11-10 04:29:37 +00:00 committed by GitHub
parent a265bebbf5
commit 1d4f8fe736
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 18 deletions

20
package-lock.json generated
View file

@ -8814,20 +8814,6 @@
}
}
},
"gatsby-core-utils": {
"version": "1.3.23",
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.3.23.tgz",
"integrity": "sha512-H6n6dDeRZ22HAJaBUIt5YjB/BSaE8Jq+kayMUv/YzL1RL2yFZ5lqcLwIL1OE2vWk1mQjMUBZCRxLODU0q1i3bQ==",
"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-graphiql-explorer": {
"version": "0.4.15",
"resolved": "https://registry.npmjs.org/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-0.4.15.tgz",
@ -9090,9 +9076,9 @@
}
},
"gatsby-plugin-offline": {
"version": "3.3.2",
"resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-3.3.2.tgz",
"integrity": "sha512-oW78R9ijWttJA+rTRND+eyWNlnfXaN3PdmjSIpgUVASjLdSJMYkoXp6xWOpXvj/ChzogAskdTxxJ3tkMHENziw==",
"version": "3.3.3",
"resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-3.3.3.tgz",
"integrity": "sha512-z2rXsiBW/zGsRA78Vc6vzCtufk+fAjzAlnBtMUg+Xi0EUQnqyjih52CSousun0Eh8wAZgGGkFsvIIBfs1VU4YA==",
"requires": {
"@babel/runtime": "^7.11.2",
"cheerio": "^1.0.0-rc.3",

View file

@ -9,7 +9,7 @@
"gatsby": "^2.25.3",
"gatsby-image": "^2.4.21",
"gatsby-plugin-manifest": "^2.5.2",
"gatsby-plugin-offline": "^3.3.2",
"gatsby-plugin-offline": "^3.3.3",
"gatsby-plugin-react-helmet": "^3.3.14",
"gatsby-plugin-sharp": "^2.7.1",
"gatsby-plugin-sass": "^2.4.2",