mirror of
https://github.com/kremalicious/portfolio.git
synced 2024-12-22 17:23:22 +01:00
Bump gatsby-plugin-offline from 4.12.0 to 4.13.0 (#647)
Bumps [gatsby-plugin-offline](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-offline) from 4.12.0 to 4.13.0. - [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@4.13.0/packages/gatsby-plugin-offline) --- updated-dependencies: - dependency-name: gatsby-plugin-offline dependency-type: direct:production update-type: version-update:semver-minor ... 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:
parent
7a590080d0
commit
fceffff637
18
package-lock.json
generated
18
package-lock.json
generated
@ -16,7 +16,7 @@
|
||||
"gatsby-plugin-image": "^1.13.0",
|
||||
"gatsby-plugin-manifest": "^3.12.0",
|
||||
"gatsby-plugin-matomo": "^0.10.0",
|
||||
"gatsby-plugin-offline": "^4.12.0",
|
||||
"gatsby-plugin-offline": "^4.13.0",
|
||||
"gatsby-plugin-postcss": "^4.12.0",
|
||||
"gatsby-plugin-react-helmet": "^4.13.0",
|
||||
"gatsby-plugin-sharp": "^3.13.0",
|
||||
@ -11750,13 +11750,13 @@
|
||||
}
|
||||
},
|
||||
"node_modules/gatsby-plugin-offline": {
|
||||
"version": "4.12.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-4.12.0.tgz",
|
||||
"integrity": "sha512-jhR6yRBAoc3Wmo3WTYP1LTzUSXlaJpZsnXR/NXpKo+u+CSctF7CUKIEYjQ8BDG0mO7G7IxvqA81Xrup5eMm6bw==",
|
||||
"version": "4.13.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-4.13.0.tgz",
|
||||
"integrity": "sha512-43EMQAOhhtwPF8zrXry9fF9ugjeehC56RaDj+9BDUApd/CvOHTqMY+8nqtwu1CfpemIPGVFZG8xVkAawLX4LxA==",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.14.8",
|
||||
"cheerio": "^1.0.0-rc.9",
|
||||
"gatsby-core-utils": "^2.12.0",
|
||||
"gatsby-core-utils": "^2.13.0",
|
||||
"glob": "^7.1.7",
|
||||
"idb-keyval": "^3.2.0",
|
||||
"lodash": "^4.17.21",
|
||||
@ -41018,13 +41018,13 @@
|
||||
"requires": {}
|
||||
},
|
||||
"gatsby-plugin-offline": {
|
||||
"version": "4.12.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-4.12.0.tgz",
|
||||
"integrity": "sha512-jhR6yRBAoc3Wmo3WTYP1LTzUSXlaJpZsnXR/NXpKo+u+CSctF7CUKIEYjQ8BDG0mO7G7IxvqA81Xrup5eMm6bw==",
|
||||
"version": "4.13.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-4.13.0.tgz",
|
||||
"integrity": "sha512-43EMQAOhhtwPF8zrXry9fF9ugjeehC56RaDj+9BDUApd/CvOHTqMY+8nqtwu1CfpemIPGVFZG8xVkAawLX4LxA==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.14.8",
|
||||
"cheerio": "^1.0.0-rc.9",
|
||||
"gatsby-core-utils": "^2.12.0",
|
||||
"gatsby-core-utils": "^2.13.0",
|
||||
"glob": "^7.1.7",
|
||||
"idb-keyval": "^3.2.0",
|
||||
"lodash": "^4.17.21",
|
||||
|
@ -27,7 +27,7 @@
|
||||
"gatsby-plugin-image": "^1.13.0",
|
||||
"gatsby-plugin-manifest": "^3.12.0",
|
||||
"gatsby-plugin-matomo": "^0.10.0",
|
||||
"gatsby-plugin-offline": "^4.12.0",
|
||||
"gatsby-plugin-offline": "^4.13.0",
|
||||
"gatsby-plugin-postcss": "^4.12.0",
|
||||
"gatsby-plugin-react-helmet": "^4.13.0",
|
||||
"gatsby-plugin-sharp": "^3.13.0",
|
||||
|
Loading…
Reference in New Issue
Block a user