1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-11-14 09:05:15 +01:00

Bump gatsby-plugin-offline from 3.2.2 to 3.2.3

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-05-19 05:31:48 +00:00 committed by GitHub
parent f10647fed4
commit 528e872c79
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

@ -10421,13 +10421,13 @@
"integrity": "sha512-fv6TgD+WsxziZrtmz6sNF4m9FgSyV+8y3R1sobA5hB5OxJyhs/Y4HVo9jCPRHu5VLKQsg4i7LJhWL0ocJiqEWQ==" "integrity": "sha512-fv6TgD+WsxziZrtmz6sNF4m9FgSyV+8y3R1sobA5hB5OxJyhs/Y4HVo9jCPRHu5VLKQsg4i7LJhWL0ocJiqEWQ=="
}, },
"gatsby-plugin-offline": { "gatsby-plugin-offline": {
"version": "3.2.2", "version": "3.2.3",
"resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-3.2.2.tgz", "resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-3.2.3.tgz",
"integrity": "sha512-sMsqDjCwseQfiTDoHWjjX4F1QtNb+p171peuYi/wyer6pxvKigG1gIy//tSH0eybnEzMgXRlBOXGDIRmBNljWQ==", "integrity": "sha512-PT3ZHMuJ8rJAWRX7v1sOAtgdHHc/HGSTcSMs/+/TIU4hqtQIASr/3KgnN/isibFc9sQtGF/ANupawhdoUPzRFA==",
"requires": { "requires": {
"@babel/runtime": "^7.9.6", "@babel/runtime": "^7.9.6",
"cheerio": "^1.0.0-rc.3", "cheerio": "^1.0.0-rc.3",
"gatsby-core-utils": "^1.2.2", "gatsby-core-utils": "^1.2.3",
"glob": "^7.1.6", "glob": "^7.1.6",
"idb-keyval": "^3.2.0", "idb-keyval": "^3.2.0",
"lodash": "^4.17.15", "lodash": "^4.17.15",
@ -10435,9 +10435,9 @@
}, },
"dependencies": { "dependencies": {
"gatsby-core-utils": { "gatsby-core-utils": {
"version": "1.2.2", "version": "1.2.3",
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.2.2.tgz", "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.2.3.tgz",
"integrity": "sha512-EdVUq0K7C9t32V7wndldUmUGzZp8EwU8gNMc1dtI1whyDUaUuZa6zlkbkpJwbwhPhRHdao5zhvHJXydhgzTEog==", "integrity": "sha512-NjCPNpGqOuaNAJqU4m9z2pXVmv0DdifnRiFvJiVnz2pi/0qaVHGMErmOnkOJfaxD76LOcWEjPm9HOsB+GHgN7g==",
"requires": { "requires": {
"ci-info": "2.0.0", "ci-info": "2.0.0",
"configstore": "^5.0.1", "configstore": "^5.0.1",

View File

@ -28,7 +28,7 @@
"gatsby-image": "^2.4.3", "gatsby-image": "^2.4.3",
"gatsby-plugin-manifest": "^2.4.2", "gatsby-plugin-manifest": "^2.4.2",
"gatsby-plugin-matomo": "^0.8.3", "gatsby-plugin-matomo": "^0.8.3",
"gatsby-plugin-offline": "^3.2.2", "gatsby-plugin-offline": "^3.2.3",
"gatsby-plugin-postcss": "^2.3.1", "gatsby-plugin-postcss": "^2.3.1",
"gatsby-plugin-react-helmet": "^3.3.1", "gatsby-plugin-react-helmet": "^3.3.1",
"gatsby-plugin-sharp": "^2.6.3", "gatsby-plugin-sharp": "^2.6.3",