1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-12-22 17:23:22 +01:00

Bump gatsby-plugin-offline from 5.7.0 to 5.9.1 (#830)

Bumps [gatsby-plugin-offline](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-offline) from 5.7.0 to 5.9.1.
- [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@5.9.1/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:
dependabot[bot] 2022-03-11 19:33:10 +00:00 committed by GitHub
parent 16f52f1f7d
commit f9096de8ac
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

@ -18,7 +18,7 @@
"gatsby-plugin-image": "^2.7.0",
"gatsby-plugin-manifest": "^4.9.1",
"gatsby-plugin-matomo": "^0.11.0",
"gatsby-plugin-offline": "^5.7.0",
"gatsby-plugin-offline": "^5.9.1",
"gatsby-plugin-react-helmet": "^5.9.0",
"gatsby-plugin-sharp": "^4.9.1",
"gatsby-plugin-sitemap": "^5.7.0",
@ -10824,13 +10824,13 @@
}
},
"node_modules/gatsby-plugin-offline": {
"version": "5.7.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-5.7.0.tgz",
"integrity": "sha512-0mkXsDiJxSDMgKGQUWqMXG5w0XFvojPqTHvZ3FAY5kFfqUwJ+JbA/XY5D5BGuSnU2P/pOUhcXlcg2hHtJ5NATQ==",
"version": "5.9.1",
"resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-5.9.1.tgz",
"integrity": "sha512-iVBAbXvMMfOfSCMwLcV0yAMHbrLk2plyNRq3tZC8/EtWG4ufwdspeZ4CfAPNHgkyMDmVwyIRVPNv5z8NRuiGXw==",
"dependencies": {
"@babel/runtime": "^7.15.4",
"cheerio": "^1.0.0-rc.10",
"gatsby-core-utils": "^3.7.0",
"gatsby-core-utils": "^3.9.1",
"glob": "^7.2.0",
"idb-keyval": "^3.2.0",
"lodash": "^4.17.21",
@ -32687,13 +32687,13 @@
"requires": {}
},
"gatsby-plugin-offline": {
"version": "5.7.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-5.7.0.tgz",
"integrity": "sha512-0mkXsDiJxSDMgKGQUWqMXG5w0XFvojPqTHvZ3FAY5kFfqUwJ+JbA/XY5D5BGuSnU2P/pOUhcXlcg2hHtJ5NATQ==",
"version": "5.9.1",
"resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-5.9.1.tgz",
"integrity": "sha512-iVBAbXvMMfOfSCMwLcV0yAMHbrLk2plyNRq3tZC8/EtWG4ufwdspeZ4CfAPNHgkyMDmVwyIRVPNv5z8NRuiGXw==",
"requires": {
"@babel/runtime": "^7.15.4",
"cheerio": "^1.0.0-rc.10",
"gatsby-core-utils": "^3.7.0",
"gatsby-core-utils": "^3.9.1",
"glob": "^7.2.0",
"idb-keyval": "^3.2.0",
"lodash": "^4.17.21",

View File

@ -29,7 +29,7 @@
"gatsby-plugin-image": "^2.7.0",
"gatsby-plugin-manifest": "^4.9.1",
"gatsby-plugin-matomo": "^0.11.0",
"gatsby-plugin-offline": "^5.7.0",
"gatsby-plugin-offline": "^5.9.1",
"gatsby-plugin-react-helmet": "^5.9.0",
"gatsby-plugin-sharp": "^4.9.1",
"gatsby-plugin-sitemap": "^5.7.0",