build(deps): bump gatsby-plugin-offline from 3.2.22 to 3.2.23 in /docs (#1329)

Bumps [gatsby-plugin-offline](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-offline) from 3.2.22 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[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2020-08-24 13:03:34 -05:00 committed by GitHub
parent 029278c70a
commit 74b4e812e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -9998,9 +9998,9 @@
} }
}, },
"gatsby-plugin-offline": { "gatsby-plugin-offline": {
"version": "3.2.22", "version": "3.2.23",
"resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-3.2.22.tgz", "resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-3.2.23.tgz",
"integrity": "sha512-kaydtoYpsSzFaj7pYnI4rOSsAIZz2yZocpIeg+or6f63EKRMaR4eABXuIeOou6unmFvQ1azJcaVi09Zbi0kGBg==", "integrity": "sha512-EVVRfodgv7+oxterlg1DjU4GXKcRCho9DbrTPyAnadVjSdhwvsIfviLZRNxsYlYalMmOMzC1QsXe94tznNlMrA==",
"requires": { "requires": {
"@babel/runtime": "^7.10.3", "@babel/runtime": "^7.10.3",
"cheerio": "^1.0.0-rc.3", "cheerio": "^1.0.0-rc.3",

View File

@ -21,7 +21,7 @@
"gatsby-plugin-mdx": "^1.2.30", "gatsby-plugin-mdx": "^1.2.30",
"gatsby-plugin-netlify": "^2.3.12", "gatsby-plugin-netlify": "^2.3.12",
"gatsby-plugin-netlify-cache": "^1.2.0", "gatsby-plugin-netlify-cache": "^1.2.0",
"gatsby-plugin-offline": "^3.2.22", "gatsby-plugin-offline": "^3.2.23",
"gatsby-plugin-react-helmet": "^3.3.10", "gatsby-plugin-react-helmet": "^3.3.10",
"gatsby-plugin-react-svg": "^3.0.0", "gatsby-plugin-react-svg": "^3.0.0",
"gatsby-plugin-robots-txt": "^1.5.1", "gatsby-plugin-robots-txt": "^1.5.1",