build(deps): bump gatsby-plugin-manifest from 4.13.0 to 4.15.1 in /docs (#2899)

Bumps [gatsby-plugin-manifest](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-manifest) from 4.13.0 to 4.15.1.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/gatsby-plugin-manifest@4.15.1/packages/gatsby-plugin-manifest/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-manifest@4.15.1/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] 2022-06-02 10:03:52 +03:00 committed by GitHub
parent dcf46d44c3
commit 528913fe91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 20 additions and 20 deletions

38
docs/package-lock.json generated
View File

@ -19,7 +19,7 @@
"gatsby-plugin-catch-links": "^4.13.0",
"gatsby-plugin-emotion": "^7.13.0",
"gatsby-plugin-google-analytics": "^4.13.0",
"gatsby-plugin-manifest": "^4.13.0",
"gatsby-plugin-manifest": "^4.15.1",
"gatsby-plugin-mdx": "^3.13.0",
"gatsby-plugin-netlify": "^4.3.1",
"gatsby-plugin-netlify-cache": "^2.0.0",
@ -12587,14 +12587,14 @@
}
},
"node_modules/gatsby-plugin-manifest": {
"version": "4.13.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-4.13.0.tgz",
"integrity": "sha512-Ifa6P86CeKgZrgcO6Q++WpupyWJ+zfT6U0dL+vfJ/9i+s+Z69saRY6JStI0ivN3LpotOLSOasDSEQO44089ihg==",
"version": "4.15.1",
"resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-4.15.1.tgz",
"integrity": "sha512-tlXO2TGpDU2fmBBpNDadAQdfaZiKt+yB1m8O5tEvpMmW00n7qsaicteNRCNgX9Ex/sgircd9Dvph4hvy7zyesw==",
"dependencies": {
"@babel/runtime": "^7.15.4",
"gatsby-core-utils": "^3.13.0",
"gatsby-plugin-utils": "^3.7.0",
"semver": "^7.3.5",
"gatsby-core-utils": "^3.15.0",
"gatsby-plugin-utils": "^3.9.1",
"semver": "^7.3.7",
"sharp": "^0.30.3"
},
"engines": {
@ -12605,9 +12605,9 @@
}
},
"node_modules/gatsby-plugin-manifest/node_modules/semver": {
"version": "7.3.5",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz",
"integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==",
"version": "7.3.7",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz",
"integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==",
"dependencies": {
"lru-cache": "^6.0.0"
},
@ -35381,21 +35381,21 @@
}
},
"gatsby-plugin-manifest": {
"version": "4.13.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-4.13.0.tgz",
"integrity": "sha512-Ifa6P86CeKgZrgcO6Q++WpupyWJ+zfT6U0dL+vfJ/9i+s+Z69saRY6JStI0ivN3LpotOLSOasDSEQO44089ihg==",
"version": "4.15.1",
"resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-4.15.1.tgz",
"integrity": "sha512-tlXO2TGpDU2fmBBpNDadAQdfaZiKt+yB1m8O5tEvpMmW00n7qsaicteNRCNgX9Ex/sgircd9Dvph4hvy7zyesw==",
"requires": {
"@babel/runtime": "^7.15.4",
"gatsby-core-utils": "^3.13.0",
"gatsby-plugin-utils": "^3.7.0",
"semver": "^7.3.5",
"gatsby-core-utils": "^3.15.0",
"gatsby-plugin-utils": "^3.9.1",
"semver": "^7.3.7",
"sharp": "^0.30.3"
},
"dependencies": {
"semver": {
"version": "7.3.5",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz",
"integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==",
"version": "7.3.7",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz",
"integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==",
"requires": {
"lru-cache": "^6.0.0"
}

View File

@ -16,7 +16,7 @@
"gatsby-plugin-catch-links": "^4.13.0",
"gatsby-plugin-emotion": "^7.13.0",
"gatsby-plugin-google-analytics": "^4.13.0",
"gatsby-plugin-manifest": "^4.13.0",
"gatsby-plugin-manifest": "^4.15.1",
"gatsby-plugin-mdx": "^3.13.0",
"gatsby-plugin-netlify": "^4.3.1",
"gatsby-plugin-netlify-cache": "^2.0.0",