Bump gatsby-plugin-manifest from 2.2.47 to 2.2.48
Bumps [gatsby-plugin-manifest](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-manifest) from 2.2.47 to 2.2.48. - [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.2.48/packages/gatsby-plugin-manifest) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
5a8dfa1448
commit
a9dc7f4ebc
|
@ -8,7 +8,7 @@
|
||||||
"classnames": "^2.2.6",
|
"classnames": "^2.2.6",
|
||||||
"gatsby": "^2.19.49",
|
"gatsby": "^2.19.49",
|
||||||
"gatsby-image": "^2.2.43",
|
"gatsby-image": "^2.2.43",
|
||||||
"gatsby-plugin-manifest": "^2.2.47",
|
"gatsby-plugin-manifest": "^2.2.48",
|
||||||
"gatsby-plugin-matomo": "^0.8.1",
|
"gatsby-plugin-matomo": "^0.8.1",
|
||||||
"gatsby-plugin-react-helmet": "^3.1.23",
|
"gatsby-plugin-react-helmet": "^3.1.23",
|
||||||
"gatsby-plugin-remove-serviceworker": "^1.0.0",
|
"gatsby-plugin-remove-serviceworker": "^1.0.0",
|
||||||
|
|
12
yarn.lock
12
yarn.lock
|
@ -5612,13 +5612,13 @@ gatsby-page-utils@^0.0.45:
|
||||||
lodash "^4.17.15"
|
lodash "^4.17.15"
|
||||||
micromatch "^3.1.10"
|
micromatch "^3.1.10"
|
||||||
|
|
||||||
gatsby-plugin-manifest@^2.2.47:
|
gatsby-plugin-manifest@^2.2.48:
|
||||||
version "2.2.47"
|
version "2.2.48"
|
||||||
resolved "https://registry.yarnpkg.com/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.2.47.tgz#f13c17c67fba6ec597e0ef333974ab8238c925bd"
|
resolved "https://registry.yarnpkg.com/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.2.48.tgz#a082addd697a9d7c27ce51f1c08690b8215c8283"
|
||||||
integrity sha512-k1wC6PQsa1THHtSXLlCbAynPo0U7MZfL//wj0Xy2ZprpPbDwJKICKK/sZLbBb7JrFqnXtOMgo4S50p9Hq2AhaQ==
|
integrity sha512-RWD2HlKT7TFcXs3SIiZTWjq3Ud4z79cms8pBLXjlNNddatnSNi0ne2RknERCQgmTQvcJ9eNeIzfzVtR3WAcBYA==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/runtime" "^7.7.6"
|
"@babel/runtime" "^7.8.7"
|
||||||
gatsby-core-utils "^1.0.33"
|
gatsby-core-utils "^1.0.34"
|
||||||
semver "^5.7.1"
|
semver "^5.7.1"
|
||||||
sharp "^0.23.4"
|
sharp "^0.23.4"
|
||||||
|
|
||||||
|
|
Reference in New Issue