mirror of
https://github.com/kremalicious/portfolio.git
synced 2025-01-23 16:13:31 +01:00
Bump gatsby-plugin-offline from 3.2.1 to 3.2.2
Bumps [gatsby-plugin-offline](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-offline) from 3.2.1 to 3.2.2. - [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.2/packages/gatsby-plugin-offline) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
fb4f0f316a
commit
3559bc8e84
20
package-lock.json
generated
20
package-lock.json
generated
@ -10421,17 +10421,29 @@
|
||||
"integrity": "sha512-fv6TgD+WsxziZrtmz6sNF4m9FgSyV+8y3R1sobA5hB5OxJyhs/Y4HVo9jCPRHu5VLKQsg4i7LJhWL0ocJiqEWQ=="
|
||||
},
|
||||
"gatsby-plugin-offline": {
|
||||
"version": "3.2.1",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-3.2.1.tgz",
|
||||
"integrity": "sha512-b2JZJrp7Xq2XY2/vmP+MviDq0nr07fAsqhAz5ApI0G11yEsyqCwEKLDYKsHuZ4rgM7p69wncQNa/WpluCWUUsw==",
|
||||
"version": "3.2.2",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-3.2.2.tgz",
|
||||
"integrity": "sha512-sMsqDjCwseQfiTDoHWjjX4F1QtNb+p171peuYi/wyer6pxvKigG1gIy//tSH0eybnEzMgXRlBOXGDIRmBNljWQ==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.9.6",
|
||||
"cheerio": "^1.0.0-rc.3",
|
||||
"gatsby-core-utils": "^1.2.1",
|
||||
"gatsby-core-utils": "^1.2.2",
|
||||
"glob": "^7.1.6",
|
||||
"idb-keyval": "^3.2.0",
|
||||
"lodash": "^4.17.15",
|
||||
"workbox-build": "^4.3.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"gatsby-core-utils": {
|
||||
"version": "1.2.2",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.2.2.tgz",
|
||||
"integrity": "sha512-EdVUq0K7C9t32V7wndldUmUGzZp8EwU8gNMc1dtI1whyDUaUuZa6zlkbkpJwbwhPhRHdao5zhvHJXydhgzTEog==",
|
||||
"requires": {
|
||||
"ci-info": "2.0.0",
|
||||
"configstore": "^5.0.1",
|
||||
"node-object-hash": "^2.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"gatsby-plugin-page-creator": {
|
||||
|
@ -28,7 +28,7 @@
|
||||
"gatsby-image": "^2.4.3",
|
||||
"gatsby-plugin-manifest": "^2.4.2",
|
||||
"gatsby-plugin-matomo": "^0.8.3",
|
||||
"gatsby-plugin-offline": "^3.2.1",
|
||||
"gatsby-plugin-offline": "^3.2.2",
|
||||
"gatsby-plugin-postcss": "^2.3.1",
|
||||
"gatsby-plugin-react-helmet": "^3.3.1",
|
||||
"gatsby-plugin-sharp": "^2.6.2",
|
||||
|
Loading…
Reference in New Issue
Block a user