Merge pull request #825 from alxshelepenok/renovate/gatsby

fix(deps): update dependency gatsby-plugin-manifest to ^2.6.1
This commit is contained in:
Alexander Shelepenok 2020-11-18 18:53:09 +03:00 committed by GitHub
commit 02da7482a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -49,7 +49,7 @@
"gatsby-plugin-feed": "^2.7.0",
"gatsby-plugin-flow": "^1.4.0",
"gatsby-plugin-google-gtag": "^2.2.0",
"gatsby-plugin-manifest": "^2.6.0",
"gatsby-plugin-manifest": "^2.6.1",
"gatsby-plugin-netlify": "^2.5.0",
"gatsby-plugin-netlify-cms": "^4.4.0",
"gatsby-plugin-offline": "^3.4.0",

View File

@ -7852,10 +7852,10 @@ gatsby-plugin-google-gtag@^2.2.0:
"@babel/runtime" "^7.11.2"
minimatch "^3.0.4"
gatsby-plugin-manifest@^2.6.0:
version "2.6.0"
resolved "https://registry.yarnpkg.com/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.6.0.tgz#d128d462a726b665551e53ffe0e6639381ee507e"
integrity sha512-asVUXSTgGc5WH3w2pUQ5qqn4ApU+be2ayEgSvK2pd88g+lZUfjMZznc3I1FedtvIFoBpDdR9/teECqbioeLRmQ==
gatsby-plugin-manifest@^2.6.1:
version "2.6.1"
resolved "https://registry.yarnpkg.com/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.6.1.tgz#d05fec54c528b0828f4b3db443b28839f0d6f6e0"
integrity sha512-LIDdRi3AAahU9GVLj/leKyRDkWdNHO5p93Q3FS9xiA71ysZ/hJJbDOWB2n8YvCK4Ulx0CCSsr01nVvoMyai+Hw==
dependencies:
"@babel/runtime" "^7.11.2"
gatsby-core-utils "^1.4.0"