mirror of
https://github.com/kremalicious/portfolio.git
synced 2024-12-22 17:23:22 +01:00
Bump gatsby-plugin-offline from 4.5.1 to 4.6.0 (#567)
Bumps [gatsby-plugin-offline](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-offline) from 4.5.1 to 4.6.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.6.0/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:
parent
c889230167
commit
a62437690c
18
package-lock.json
generated
18
package-lock.json
generated
@ -16,7 +16,7 @@
|
||||
"gatsby-plugin-image": "^1.5.0",
|
||||
"gatsby-plugin-manifest": "^3.6.0",
|
||||
"gatsby-plugin-matomo": "^0.10.0",
|
||||
"gatsby-plugin-offline": "^4.5.1",
|
||||
"gatsby-plugin-offline": "^4.6.0",
|
||||
"gatsby-plugin-postcss": "^4.5.0",
|
||||
"gatsby-plugin-react-helmet": "^4.5.0",
|
||||
"gatsby-plugin-sharp": "^3.5.0",
|
||||
@ -12389,13 +12389,13 @@
|
||||
}
|
||||
},
|
||||
"node_modules/gatsby-plugin-offline": {
|
||||
"version": "4.5.1",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-4.5.1.tgz",
|
||||
"integrity": "sha512-JZU6ZRX+wPVS8mFiXzIZnmNL17cGq/msatyNp+fZdOR13Oz8+abzEy3u+jg7veLqz7EzWfRJMl8EyD5RNCyFmg==",
|
||||
"version": "4.6.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-4.6.0.tgz",
|
||||
"integrity": "sha512-NEhO7jONqQXVhLssaHsfnu9Qeix9ncIEDGsGoDg4XcxmP0yHgLhXC7aUpAuodmZhx6+4UtiCAAkyZQqMDjOCZA==",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.12.5",
|
||||
"cheerio": "^1.0.0-rc.9",
|
||||
"gatsby-core-utils": "^2.5.0",
|
||||
"gatsby-core-utils": "^2.6.0",
|
||||
"glob": "^7.1.6",
|
||||
"idb-keyval": "^3.2.0",
|
||||
"lodash": "^4.17.21",
|
||||
@ -43788,13 +43788,13 @@
|
||||
"requires": {}
|
||||
},
|
||||
"gatsby-plugin-offline": {
|
||||
"version": "4.5.1",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-4.5.1.tgz",
|
||||
"integrity": "sha512-JZU6ZRX+wPVS8mFiXzIZnmNL17cGq/msatyNp+fZdOR13Oz8+abzEy3u+jg7veLqz7EzWfRJMl8EyD5RNCyFmg==",
|
||||
"version": "4.6.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-4.6.0.tgz",
|
||||
"integrity": "sha512-NEhO7jONqQXVhLssaHsfnu9Qeix9ncIEDGsGoDg4XcxmP0yHgLhXC7aUpAuodmZhx6+4UtiCAAkyZQqMDjOCZA==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.12.5",
|
||||
"cheerio": "^1.0.0-rc.9",
|
||||
"gatsby-core-utils": "^2.5.0",
|
||||
"gatsby-core-utils": "^2.6.0",
|
||||
"glob": "^7.1.6",
|
||||
"idb-keyval": "^3.2.0",
|
||||
"lodash": "^4.17.21",
|
||||
|
@ -27,7 +27,7 @@
|
||||
"gatsby-plugin-image": "^1.5.0",
|
||||
"gatsby-plugin-manifest": "^3.6.0",
|
||||
"gatsby-plugin-matomo": "^0.10.0",
|
||||
"gatsby-plugin-offline": "^4.5.1",
|
||||
"gatsby-plugin-offline": "^4.6.0",
|
||||
"gatsby-plugin-postcss": "^4.5.0",
|
||||
"gatsby-plugin-react-helmet": "^4.5.0",
|
||||
"gatsby-plugin-sharp": "^3.5.0",
|
||||
|
Loading…
Reference in New Issue
Block a user