Bump gatsby-plugin-manifest from 2.3.3 to 2.3.6
Bumps [gatsby-plugin-manifest](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-manifest) from 2.3.3 to 2.3.6. - [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@2.3.6/packages/gatsby-plugin-manifest) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
6705f43bf5
commit
69a370e978
|
@ -8,7 +8,7 @@
|
||||||
"classnames": "^2.2.6",
|
"classnames": "^2.2.6",
|
||||||
"gatsby": "^2.20.26",
|
"gatsby": "^2.20.26",
|
||||||
"gatsby-image": "^2.3.4",
|
"gatsby-image": "^2.3.4",
|
||||||
"gatsby-plugin-manifest": "^2.3.3",
|
"gatsby-plugin-manifest": "^2.3.6",
|
||||||
"gatsby-plugin-matomo": "^0.8.3",
|
"gatsby-plugin-matomo": "^0.8.3",
|
||||||
"gatsby-plugin-react-helmet": "^3.2.4",
|
"gatsby-plugin-react-helmet": "^3.2.4",
|
||||||
"gatsby-plugin-remove-serviceworker": "^1.0.0",
|
"gatsby-plugin-remove-serviceworker": "^1.0.0",
|
||||||
|
|
12
yarn.lock
12
yarn.lock
|
@ -6090,7 +6090,7 @@ gatsby-cli@^2.11.12:
|
||||||
ink "^2.7.1"
|
ink "^2.7.1"
|
||||||
ink-spinner "^3.0.1"
|
ink-spinner "^3.0.1"
|
||||||
|
|
||||||
gatsby-core-utils@^1.1.1, gatsby-core-utils@^1.1.3:
|
gatsby-core-utils@^1.1.3:
|
||||||
version "1.1.3"
|
version "1.1.3"
|
||||||
resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-1.1.3.tgz#1011ae6ae252b809c66fe62fe9da9d419bd29650"
|
resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-1.1.3.tgz#1011ae6ae252b809c66fe62fe9da9d419bd29650"
|
||||||
integrity sha512-PntSiNCFo1/ZKjp00qgLBj2jdwY7M+maV21RXb1k7Ud9Vv9j0dGQsaVb9YXFTqXAf8bG0Xyqsqq4mPU1iNYLDw==
|
integrity sha512-PntSiNCFo1/ZKjp00qgLBj2jdwY7M+maV21RXb1k7Ud9Vv9j0dGQsaVb9YXFTqXAf8bG0Xyqsqq4mPU1iNYLDw==
|
||||||
|
@ -6138,13 +6138,13 @@ gatsby-page-utils@^0.1.3:
|
||||||
lodash "^4.17.15"
|
lodash "^4.17.15"
|
||||||
micromatch "^3.1.10"
|
micromatch "^3.1.10"
|
||||||
|
|
||||||
gatsby-plugin-manifest@^2.3.3:
|
gatsby-plugin-manifest@^2.3.6:
|
||||||
version "2.3.3"
|
version "2.3.6"
|
||||||
resolved "https://registry.yarnpkg.com/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.3.3.tgz#119b9e648428a0db8979d577d2fdb20a9f3c18b7"
|
resolved "https://registry.yarnpkg.com/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.3.6.tgz#89c091a9cd7d221139c3881e8cf197242a8cb24c"
|
||||||
integrity sha512-lEval/fZaCqu9qlQMY38A8fuoJOpWRih3Hh0sLfM2Bt1dPlVkjDQqpHbQCfEinQA41c6JUdFAQFhdp5+G0kOwQ==
|
integrity sha512-B5z4z+akH9negZGUIoo7UUiHLL4BmQZ/2mI9g4GmoW/Zw5OA4QZOxF0kdy/vluVqxphJ6RdQDx0kIf1qCtBeZQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/runtime" "^7.8.7"
|
"@babel/runtime" "^7.8.7"
|
||||||
gatsby-core-utils "^1.1.1"
|
gatsby-core-utils "^1.1.3"
|
||||||
semver "^5.7.1"
|
semver "^5.7.1"
|
||||||
sharp "^0.25.1"
|
sharp "^0.25.1"
|
||||||
|
|
||||||
|
|
Reference in New Issue