mirror of
https://github.com/kremalicious/portfolio.git
synced 2024-12-23 01:29:41 +01:00
Bump gatsby-plugin-offline from 3.2.3 to 3.2.6
Bumps [gatsby-plugin-offline](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-offline) from 3.2.3 to 3.2.6. - [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.6/packages/gatsby-plugin-offline) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
57fc9399cd
commit
0a04e249bc
19
package-lock.json
generated
19
package-lock.json
generated
@ -10497,13 +10497,13 @@
|
|||||||
"integrity": "sha512-fv6TgD+WsxziZrtmz6sNF4m9FgSyV+8y3R1sobA5hB5OxJyhs/Y4HVo9jCPRHu5VLKQsg4i7LJhWL0ocJiqEWQ=="
|
"integrity": "sha512-fv6TgD+WsxziZrtmz6sNF4m9FgSyV+8y3R1sobA5hB5OxJyhs/Y4HVo9jCPRHu5VLKQsg4i7LJhWL0ocJiqEWQ=="
|
||||||
},
|
},
|
||||||
"gatsby-plugin-offline": {
|
"gatsby-plugin-offline": {
|
||||||
"version": "3.2.3",
|
"version": "3.2.6",
|
||||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-3.2.3.tgz",
|
"resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-3.2.6.tgz",
|
||||||
"integrity": "sha512-PT3ZHMuJ8rJAWRX7v1sOAtgdHHc/HGSTcSMs/+/TIU4hqtQIASr/3KgnN/isibFc9sQtGF/ANupawhdoUPzRFA==",
|
"integrity": "sha512-ANfVpeXL03mv7a3oPCdd7SfGmZCBr9bv25CPRtoRwGgAuXwfg1TGPfyC7J9UehFdLQp8QBsrySREwDQhrr4Qgw==",
|
||||||
"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.3",
|
"gatsby-core-utils": "^1.3.2",
|
||||||
"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",
|
||||||
@ -10511,13 +10511,16 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"gatsby-core-utils": {
|
"gatsby-core-utils": {
|
||||||
"version": "1.2.3",
|
"version": "1.3.2",
|
||||||
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.2.3.tgz",
|
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.3.2.tgz",
|
||||||
"integrity": "sha512-NjCPNpGqOuaNAJqU4m9z2pXVmv0DdifnRiFvJiVnz2pi/0qaVHGMErmOnkOJfaxD76LOcWEjPm9HOsB+GHgN7g==",
|
"integrity": "sha512-aNecB7D9KFGITArBoEu7Y4g2ZN2zVY+BB2uF9Ql8mp1fcRZFXZdkNvyXqiKsyDFRl/UdBT4u6Zrym1bXk0SWig==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"ci-info": "2.0.0",
|
"ci-info": "2.0.0",
|
||||||
"configstore": "^5.0.1",
|
"configstore": "^5.0.1",
|
||||||
"node-object-hash": "^2.0.0"
|
"fs-extra": "^8.1.0",
|
||||||
|
"node-object-hash": "^2.0.0",
|
||||||
|
"proper-lockfile": "^4.1.1",
|
||||||
|
"xdg-basedir": "^4.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
"gatsby-image": "^2.4.5",
|
"gatsby-image": "^2.4.5",
|
||||||
"gatsby-plugin-manifest": "^2.4.8",
|
"gatsby-plugin-manifest": "^2.4.8",
|
||||||
"gatsby-plugin-matomo": "^0.8.3",
|
"gatsby-plugin-matomo": "^0.8.3",
|
||||||
"gatsby-plugin-offline": "^3.2.3",
|
"gatsby-plugin-offline": "^3.2.6",
|
||||||
"gatsby-plugin-postcss": "^2.3.2",
|
"gatsby-plugin-postcss": "^2.3.2",
|
||||||
"gatsby-plugin-react-helmet": "^3.3.1",
|
"gatsby-plugin-react-helmet": "^3.3.1",
|
||||||
"gatsby-plugin-sharp": "^2.6.6",
|
"gatsby-plugin-sharp": "^2.6.6",
|
||||||
|
Loading…
Reference in New Issue
Block a user