1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-06-25 18:56:39 +02: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:
dependabot[bot] 2021-05-31 12:38:17 +02:00 committed by GitHub
parent c889230167
commit a62437690c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@ -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",

View File

@ -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",