Bump gatsby-plugin-manifest from 2.4.2 to 2.4.3
Bumps [gatsby-plugin-manifest](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-manifest) from 2.4.2 to 2.4.3. - [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.4.3/packages/gatsby-plugin-manifest) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
ac767bdf6b
commit
96363c2e1d
|
@ -8,7 +8,7 @@
|
|||
"classnames": "^2.2.6",
|
||||
"gatsby": "^2.20.29",
|
||||
"gatsby-image": "^2.3.4",
|
||||
"gatsby-plugin-manifest": "^2.3.6",
|
||||
"gatsby-plugin-manifest": "^2.4.3",
|
||||
"gatsby-plugin-matomo": "^0.8.3",
|
||||
"gatsby-plugin-react-helmet": "^3.2.4",
|
||||
"gatsby-plugin-remove-serviceworker": "^1.0.0",
|
||||
|
|
18
yarn.lock
18
yarn.lock
|
@ -6063,10 +6063,10 @@ gatsby-cli@^2.12.13:
|
|||
ink "^2.7.1"
|
||||
ink-spinner "^3.0.1"
|
||||
|
||||
gatsby-core-utils@^1.2.1:
|
||||
version "1.2.1"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-1.2.1.tgz#9d5e89d0cf7b9e5d7d77a9dcb47071684f68ffd5"
|
||||
integrity sha512-uyXgjvKdzfJ0yB8oTYmBjMUqM0AACx7aA8Ioubn6k/51C4tE5+LzrG/iG42di2UaTIbcBj6vcwrvRosNKWeeBQ==
|
||||
gatsby-core-utils@^1.2.1, gatsby-core-utils@^1.2.2:
|
||||
version "1.2.2"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-1.2.2.tgz#19ad6e3917e4748333d952a04ec30ade02fe81fd"
|
||||
integrity sha512-EdVUq0K7C9t32V7wndldUmUGzZp8EwU8gNMc1dtI1whyDUaUuZa6zlkbkpJwbwhPhRHdao5zhvHJXydhgzTEog==
|
||||
dependencies:
|
||||
ci-info "2.0.0"
|
||||
configstore "^5.0.1"
|
||||
|
@ -6111,13 +6111,13 @@ gatsby-page-utils@^0.2.1:
|
|||
lodash "^4.17.15"
|
||||
micromatch "^3.1.10"
|
||||
|
||||
gatsby-plugin-manifest@^2.3.6:
|
||||
version "2.4.2"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.4.2.tgz#0a9605a778a8e30ce047b9b3701031b9bde61d6b"
|
||||
integrity sha512-G6MB1/Me4waG/z3Aj1GEqXCfY/yftyMLKp8g83uGvuBDtgLGN5unVgYqdmKAyBFQTvczsUghZ7jBrApHeaTn4w==
|
||||
gatsby-plugin-manifest@^2.4.3:
|
||||
version "2.4.3"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.4.3.tgz#7d6e25609a59ba2ae8abc9881fa8abbc44e44d79"
|
||||
integrity sha512-uljlo8edIknqTL/AaNi1wU/ESFigxGIXqy6H9B7lGcT99zOaApSEGLnJ9IQnZjISOjmgEcxabKtIJt6lpx7qqg==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.9.6"
|
||||
gatsby-core-utils "^1.2.1"
|
||||
gatsby-core-utils "^1.2.2"
|
||||
semver "^5.7.1"
|
||||
sharp "^0.25.1"
|
||||
|
||||
|
|
Reference in New Issue