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

Bump gatsby-plugin-manifest from 3.13.0 to 3.14.0 (#670)

Bumps [gatsby-plugin-manifest](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-manifest) from 3.13.0 to 3.14.0.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-manifest/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-manifest@3.14.0/packages/gatsby-plugin-manifest)

---
updated-dependencies:
- dependency-name: gatsby-plugin-manifest
  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] 2021-09-20 11:22:53 +02:00 committed by GitHub
parent 000288c394
commit 99a3ac63bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 14 deletions

26
package-lock.json generated
View File

@ -15,7 +15,7 @@
"framer-motion": "^4.1.17",
"gatsby": "^3.14.0",
"gatsby-plugin-image": "^1.14.0",
"gatsby-plugin-manifest": "^3.13.0",
"gatsby-plugin-manifest": "^3.14.0",
"gatsby-plugin-matomo": "^0.10.0",
"gatsby-plugin-offline": "^4.14.0",
"gatsby-plugin-react-helmet": "^4.13.0",
@ -11498,13 +11498,13 @@
}
},
"node_modules/gatsby-plugin-manifest": {
"version": "3.13.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-3.13.0.tgz",
"integrity": "sha512-izBaVUUnOId7IlX7nDjgnFqxx2insGbm4r+CwlmyjF5slETdvxifERPX8ng+WAscbh3qvJ/vlgLlbbjjfvJe9w==",
"version": "3.14.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-3.14.0.tgz",
"integrity": "sha512-l++KGG/3/8iwUExJ8oXUHF5ra7P//xQkkhoDybUu3N7+9jpp9S2j4NWqJvgpMhRbh09zcUfuw7usII0sJO24lA==",
"dependencies": {
"@babel/runtime": "^7.14.8",
"gatsby-core-utils": "^2.13.0",
"gatsby-plugin-utils": "^1.13.0",
"@babel/runtime": "^7.15.4",
"gatsby-core-utils": "^2.14.0",
"gatsby-plugin-utils": "^1.14.0",
"semver": "^7.3.5",
"sharp": "^0.29.0"
},
@ -36081,13 +36081,13 @@
}
},
"gatsby-plugin-manifest": {
"version": "3.13.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-3.13.0.tgz",
"integrity": "sha512-izBaVUUnOId7IlX7nDjgnFqxx2insGbm4r+CwlmyjF5slETdvxifERPX8ng+WAscbh3qvJ/vlgLlbbjjfvJe9w==",
"version": "3.14.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-3.14.0.tgz",
"integrity": "sha512-l++KGG/3/8iwUExJ8oXUHF5ra7P//xQkkhoDybUu3N7+9jpp9S2j4NWqJvgpMhRbh09zcUfuw7usII0sJO24lA==",
"requires": {
"@babel/runtime": "^7.14.8",
"gatsby-core-utils": "^2.13.0",
"gatsby-plugin-utils": "^1.13.0",
"@babel/runtime": "^7.15.4",
"gatsby-core-utils": "^2.14.0",
"gatsby-plugin-utils": "^1.14.0",
"semver": "^7.3.5",
"sharp": "^0.29.0"
},

View File

@ -26,7 +26,7 @@
"framer-motion": "^4.1.17",
"gatsby": "^3.14.0",
"gatsby-plugin-image": "^1.14.0",
"gatsby-plugin-manifest": "^3.13.0",
"gatsby-plugin-manifest": "^3.14.0",
"gatsby-plugin-matomo": "^0.10.0",
"gatsby-plugin-offline": "^4.14.0",
"gatsby-plugin-react-helmet": "^4.13.0",