Bump gatsby-plugin-manifest from 2.9.0 to 2.9.1 in /website (#2209)

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

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] 2020-12-28 15:24:31 +01:00 committed by GitHub
parent 36fa2dd388
commit e52b6ba223
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -29,7 +29,7 @@
"gatsby-plugin-favicon": "3.1.6",
"gatsby-plugin-feed": "^2.10.0",
"gatsby-plugin-google-analytics": "^2.8.0",
"gatsby-plugin-manifest": "2.9.0",
"gatsby-plugin-manifest": "2.9.1",
"gatsby-plugin-mdx": "^1.7.1",
"gatsby-plugin-meta-redirect": "^1.1.1",
"gatsby-plugin-netlify": "^2.8.0",

View File

@ -7904,13 +7904,13 @@ gatsby-plugin-google-analytics@^2.8.0:
"@babel/runtime" "^7.12.5"
minimatch "3.0.4"
gatsby-plugin-manifest@2.9.0:
version "2.9.0"
resolved "https://registry.yarnpkg.com/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.9.0.tgz#81233217670c3b9eba1a2559a971cd6b4429a12c"
integrity sha512-bOXcix1ZfnwDY66NYmySYFGLCi09wq5Hsci1eWMhGwsFnRxI0X2pAzd3NoG6iosvYyuPnDovmAxgVWG0qcs7Lw==
gatsby-plugin-manifest@2.9.1:
version "2.9.1"
resolved "https://registry.yarnpkg.com/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.9.1.tgz#963bd237541397738ad8d66fcd15e7c46d1b1d95"
integrity sha512-SkZSAIjSp31VxstFg4y7xks9w8lxhcxjzKeChxnjeVYbAFWhgLEvo8fJ9aI3yXvFRKCX1+kj5QCaMbM9eq2pMA==
dependencies:
"@babel/runtime" "^7.12.5"
gatsby-core-utils "^1.7.0"
gatsby-core-utils "^1.7.1"
gatsby-plugin-utils "^0.6.0"
semver "^7.3.2"
sharp "^0.26.3"