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

Bump gatsby-plugin-offline from 5.11.1 to 5.12.1 (#876)

Bumps [gatsby-plugin-offline](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-offline) from 5.11.1 to 5.12.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.12.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-04-20 16:23:18 +01:00 committed by GitHub
parent c499dd90fc
commit 73feedef5f
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.12.1",
"gatsby-plugin-manifest": "^4.11.1",
"gatsby-plugin-matomo": "^0.13.0",
"gatsby-plugin-offline": "^5.11.1",
"gatsby-plugin-offline": "^5.12.1",
"gatsby-plugin-react-helmet": "^5.11.0",
"gatsby-plugin-sharp": "^4.12.1",
"gatsby-plugin-sitemap": "^5.11.1",
@ -11778,13 +11778,13 @@
}
},
"node_modules/gatsby-plugin-offline": {
"version": "5.11.1",
"resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-5.11.1.tgz",
"integrity": "sha512-V03VnGIl3oqT6zaq7PYc+sAUZGpETbTH0Z3wKwA8xBk5abmkO+5Vti8kp9WW9Mly7b49vDjgMZ+Dn11FSBTiOg==",
"version": "5.12.1",
"resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-5.12.1.tgz",
"integrity": "sha512-RFkq1QjqhaEIe/pKeXZ3rlSGXJWW0MP9JO7Wgh39TmzzlnbikHrFv9Bhgy1a4LTFUdIpl4j9hpj1P5rvIjkMyw==",
"dependencies": {
"@babel/runtime": "^7.15.4",
"cheerio": "^1.0.0-rc.10",
"gatsby-core-utils": "^3.11.1",
"gatsby-core-utils": "^3.12.1",
"glob": "^7.2.0",
"idb-keyval": "^3.2.0",
"lodash": "^4.17.21",
@ -34030,13 +34030,13 @@
"requires": {}
},
"gatsby-plugin-offline": {
"version": "5.11.1",
"resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-5.11.1.tgz",
"integrity": "sha512-V03VnGIl3oqT6zaq7PYc+sAUZGpETbTH0Z3wKwA8xBk5abmkO+5Vti8kp9WW9Mly7b49vDjgMZ+Dn11FSBTiOg==",
"version": "5.12.1",
"resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-5.12.1.tgz",
"integrity": "sha512-RFkq1QjqhaEIe/pKeXZ3rlSGXJWW0MP9JO7Wgh39TmzzlnbikHrFv9Bhgy1a4LTFUdIpl4j9hpj1P5rvIjkMyw==",
"requires": {
"@babel/runtime": "^7.15.4",
"cheerio": "^1.0.0-rc.10",
"gatsby-core-utils": "^3.11.1",
"gatsby-core-utils": "^3.12.1",
"glob": "^7.2.0",
"idb-keyval": "^3.2.0",
"lodash": "^4.17.21",

View File

@ -29,7 +29,7 @@
"gatsby-plugin-image": "^2.12.1",
"gatsby-plugin-manifest": "^4.11.1",
"gatsby-plugin-matomo": "^0.13.0",
"gatsby-plugin-offline": "^5.11.1",
"gatsby-plugin-offline": "^5.12.1",
"gatsby-plugin-react-helmet": "^5.11.0",
"gatsby-plugin-sharp": "^4.12.1",
"gatsby-plugin-sitemap": "^5.11.1",