Bump gatsby-plugin-manifest from 4.24.0 to 4.25.0

Bumps [gatsby-plugin-manifest](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-manifest) from 4.24.0 to 4.25.0.
- [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@4.25.0/packages/gatsby-plugin-manifest)

---
updated-dependencies:
- dependency-name: gatsby-plugin-manifest
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-12-08 04:03:18 +00:00 committed by GitHub
parent 91e91cbbd0
commit d42cba3ba5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 25 additions and 20 deletions

View file

@ -9,7 +9,7 @@
"dotenv": "^16.0.3",
"gatsby": "^4.24.8",
"gatsby-plugin-image": "^2.24.0",
"gatsby-plugin-manifest": "^4.24.0",
"gatsby-plugin-manifest": "^4.25.0",
"gatsby-plugin-react-helmet": "^5.24.0",
"gatsby-plugin-remove-serviceworker": "^1.0.0",
"gatsby-plugin-sharp": "^4.24.0",

View file

@ -5899,10 +5899,10 @@ gatsby-cli@^4.24.0:
yoga-layout-prebuilt "^1.10.0"
yurnalist "^2.1.0"
gatsby-core-utils@^3.24.0:
version "3.24.0"
resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-3.24.0.tgz#0e757bac28ad953a929046138403b3663b733cf7"
integrity sha512-P4tbcYOJ1DSYKRP4gIAR9Xta/d/AzjmsK2C6PzX7sNcGnviDKtAIoeV9sE0kNXOqBfUCez25zmAi2cq8NlaxKw==
gatsby-core-utils@^3.24.0, gatsby-core-utils@^3.25.0:
version "3.25.0"
resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-3.25.0.tgz#6ebfd2b8c95f3bbc3b52a9619a1ff26c68109c25"
integrity sha512-lmMDwbnKpqAi+8WWd7MvCTCx3E0u7j8sbVgydERNCYVxKVpzD/aLCH4WPb4EE9m1H1rSm76w0Z+MaentyB/c/Q==
dependencies:
"@babel/runtime" "^7.15.4"
ci-info "2.0.0"
@ -5996,14 +5996,14 @@ gatsby-plugin-image@^2.24.0:
objectFitPolyfill "^2.3.5"
prop-types "^15.8.1"
gatsby-plugin-manifest@^4.24.0:
version "4.24.0"
resolved "https://registry.yarnpkg.com/gatsby-plugin-manifest/-/gatsby-plugin-manifest-4.24.0.tgz#ad537b48f9fb8e7c93234945a4889ecf3c099f66"
integrity sha512-xlpJMNALNozeC0lIspQQZw68qi4pE1nhgPfsLiUtAc5CLihm2LNbGLAKcYHCXwudRHo5Hvp6Xi4VOwtMkRKwmQ==
gatsby-plugin-manifest@^4.25.0:
version "4.25.0"
resolved "https://registry.yarnpkg.com/gatsby-plugin-manifest/-/gatsby-plugin-manifest-4.25.0.tgz#b1a1fbcc035f242ee05094849817d75b488afa7c"
integrity sha512-2n7v+TvhWUMoOJEaeiPDFsf9jvOImKLZpnzxE8e6ZeeoGeDngXSZhkkP3x2UYIknHtZXUUjFJh8BaVBXiB1dSQ==
dependencies:
"@babel/runtime" "^7.15.4"
gatsby-core-utils "^3.24.0"
gatsby-plugin-utils "^3.18.0"
gatsby-core-utils "^3.25.0"
gatsby-plugin-utils "^3.19.0"
semver "^7.3.7"
sharp "^0.30.7"
@ -6090,23 +6090,20 @@ gatsby-plugin-typescript@^4.24.0, gatsby-plugin-typescript@^4.6.0:
"@babel/runtime" "^7.15.4"
babel-plugin-remove-graphql-queries "^4.24.0"
gatsby-plugin-utils@^3.18.0:
version "3.18.0"
resolved "https://registry.yarnpkg.com/gatsby-plugin-utils/-/gatsby-plugin-utils-3.18.0.tgz#898e9416e3d4fa25195e9ca50d17a5435dfe91a3"
integrity sha512-3c2iHYV93+zV8AfUhpWSuU0Bd5sgNDaUMkBYNuJAWrUqUfJY4i+QAD/H4Hvie8dhdGrX6QRWEyKo1k5gV+jERQ==
gatsby-plugin-utils@^3.18.0, gatsby-plugin-utils@^3.19.0:
version "3.19.0"
resolved "https://registry.yarnpkg.com/gatsby-plugin-utils/-/gatsby-plugin-utils-3.19.0.tgz#f464b02cc51dcdc0c0e094b7352ee4bf660126ea"
integrity sha512-EZtvgHSU5NPbEn6a4cfSpEGCQ09SfwbhoybHTJKj1clop86HSwOCV2iH8RbCc+X6jbdgHaSZsfsl7zG1h7DBUw==
dependencies:
"@babel/runtime" "^7.15.4"
"@gatsbyjs/potrace" "^2.3.0"
fastq "^1.13.0"
fs-extra "^10.1.0"
gatsby-core-utils "^3.24.0"
gatsby-sharp "^0.18.0"
gatsby-core-utils "^3.25.0"
gatsby-sharp "^0.19.0"
graphql-compose "^9.0.7"
import-from "^4.0.0"
joi "^17.4.2"
mime "^3.0.0"
mini-svg-data-uri "^1.4.4"
svgo "^2.8.0"
gatsby-react-router-scroll@^5.24.0:
version "5.24.0"
@ -6129,6 +6126,14 @@ gatsby-sharp@^0.18.0:
"@types/sharp" "^0.30.5"
sharp "^0.30.7"
gatsby-sharp@^0.19.0:
version "0.19.0"
resolved "https://registry.yarnpkg.com/gatsby-sharp/-/gatsby-sharp-0.19.0.tgz#c2c35d885103ebf9d2733737db798312897a716c"
integrity sha512-EbI3RNBu2+aaxuMUP/INmoj8vcNAG6BgpFvi1tLeU7/gVTNVQ+7pC/ZYtlVCzSw+faaw7r1ZBMi6F66mNIIz5A==
dependencies:
"@types/sharp" "^0.30.5"
sharp "^0.30.7"
gatsby-source-filesystem@^1.5.27:
version "1.5.39"
resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-1.5.39.tgz#c7e49b7809632b53c827e66ff3ee0ba74ef62dd8"