diff --git a/package.json b/package.json index 328f5121d..6e237b002 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "gatsby-plugin-google-gtag": "^3.0.0", "gatsby-plugin-graphql-codegen": "^2.7.1", "gatsby-plugin-image": "^1.1.0", - "gatsby-plugin-manifest": "^3.0.0", + "gatsby-plugin-manifest": "^3.1.0", "gatsby-plugin-mdx": "^2.1.0", "gatsby-plugin-postcss": "^4.0.0", "gatsby-plugin-react-helmet": "^4.0.0", diff --git a/yarn.lock b/yarn.lock index 5280c6cb5..1b1c86476 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7074,14 +7074,14 @@ gatsby-plugin-image@^1.1.0: objectFitPolyfill "^2.3.0" prop-types "^15.7.2" -gatsby-plugin-manifest@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/gatsby-plugin-manifest/-/gatsby-plugin-manifest-3.0.0.tgz#4d5a7933bd2c539f9d35307812c4903e4c34b107" - integrity sha512-xmnppsXR0+CTQZhEmvcrbbV6rvOgO5ybE6Ywwv0bosSJxML3oBoo+kC8HCwK097Ppofgd1inSwNbJ5FB8wdNbQ== +gatsby-plugin-manifest@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/gatsby-plugin-manifest/-/gatsby-plugin-manifest-3.1.0.tgz#9a40e2c7355663ea0863b199e7ba92af2f655e8d" + integrity sha512-T3vmSdld5KdKhov1/GFgBZ1fgFdyS1Uw2ehtJy3qTqknO3TLq2AiyMTJVRE5Z6ztYWLkE5Lnc07HZSYSb0ocsA== dependencies: "@babel/runtime" "^7.12.5" - gatsby-core-utils "^2.0.0" - gatsby-plugin-utils "^1.0.0" + gatsby-core-utils "^2.1.0" + gatsby-plugin-utils "^1.1.0" semver "^7.3.2" sharp "^0.27.0" @@ -7214,10 +7214,10 @@ gatsby-plugin-typescript@^3.0.0: "@babel/runtime" "^7.12.5" babel-plugin-remove-graphql-queries "^3.0.0" -gatsby-plugin-utils@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/gatsby-plugin-utils/-/gatsby-plugin-utils-1.0.0.tgz#1733a1a9c1704ddedbcf490684f590c7d1ddbe7e" - integrity sha512-Z7Yi/y03aObiQ8kkMQGpE5lkIN7GKLfXSDlmriuzU0g7XPUUBwuWQPFVG/hSb4f30KWJ1icBe+Ropivu17rURw== +gatsby-plugin-utils@^1.0.0, gatsby-plugin-utils@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/gatsby-plugin-utils/-/gatsby-plugin-utils-1.1.0.tgz#b73f3f196323df3c75e6edb345d221f003b5c152" + integrity sha512-B21V3tFskfZcVSJVaYy6rLrxHcumbcmhKAYKniKThxCP/0KSqHkfC9+Bopsonk8npRKbVX924OI3UOCKfbgFsg== dependencies: joi "^17.2.1"