Bump gatsby-plugin-offline from 3.1.4 to 3.2.1 in /website (#1308)

Bumps [gatsby-plugin-offline](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-offline) from 3.1.4 to 3.2.1.
- [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.1/packages/gatsby-plugin-offline)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot] 2020-05-06 09:19:46 +02:00 committed by GitHub
parent cdb18a4f01
commit bb8ecbd7c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View File

@ -32,7 +32,7 @@
"gatsby-plugin-meta-redirect": "^1.1.1",
"gatsby-plugin-netlify": "^2.3.2",
"gatsby-plugin-next-seo": "^1.4.0",
"gatsby-plugin-offline": "^3.1.4",
"gatsby-plugin-offline": "^3.2.1",
"gatsby-plugin-react-helmet": "^3.3.0",
"gatsby-plugin-react-svg": "^3.0.0",
"gatsby-plugin-robots-txt": "^1.5.0",

View File

@ -7346,7 +7346,7 @@ gatsby-cli@^2.11.22:
ink "^2.7.1"
ink-spinner "^3.0.1"
gatsby-core-utils@^1.1.3, gatsby-core-utils@^1.1.4, gatsby-core-utils@^1.2.0, gatsby-core-utils@^1.2.1:
gatsby-core-utils@^1.1.4, gatsby-core-utils@^1.2.0, gatsby-core-utils@^1.2.1:
version "1.2.1"
resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-1.2.1.tgz#9d5e89d0cf7b9e5d7d77a9dcb47071684f68ffd5"
integrity sha512-uyXgjvKdzfJ0yB8oTYmBjMUqM0AACx7aA8Ioubn6k/51C4tE5+LzrG/iG42di2UaTIbcBj6vcwrvRosNKWeeBQ==
@ -7501,14 +7501,14 @@ gatsby-plugin-next-seo@^1.4.0:
schema-dts "0.4.5"
type-fest "^0.8"
gatsby-plugin-offline@^3.1.4:
version "3.1.4"
resolved "https://registry.yarnpkg.com/gatsby-plugin-offline/-/gatsby-plugin-offline-3.1.4.tgz#722ab0f23ef7d2517e90d7ceb52d588886ce79e6"
integrity sha512-bV/4DkQ+RSOyLBrkSGcnEktYVe+7w5bVb2joJHMK1r8uhbhmBZ4XMLG1E6KQ0Pk5Z+X1S+FSc4gZiK2JD7MVKA==
gatsby-plugin-offline@^3.2.1:
version "3.2.1"
resolved "https://registry.yarnpkg.com/gatsby-plugin-offline/-/gatsby-plugin-offline-3.2.1.tgz#67d04c9915e9852544fbc935c4751b578cae88bf"
integrity sha512-b2JZJrp7Xq2XY2/vmP+MviDq0nr07fAsqhAz5ApI0G11yEsyqCwEKLDYKsHuZ4rgM7p69wncQNa/WpluCWUUsw==
dependencies:
"@babel/runtime" "^7.8.7"
"@babel/runtime" "^7.9.6"
cheerio "^1.0.0-rc.3"
gatsby-core-utils "^1.1.3"
gatsby-core-utils "^1.2.1"
glob "^7.1.6"
idb-keyval "^3.2.0"
lodash "^4.17.15"