mirror of
https://github.com/Unkn0wnCat/Unkn0wnCat.net.git
synced 2025-07-19 17:37:29 +02:00
Merge pull request #771 from Unkn0wnCat/dependabot/npm_and_yarn/gatsby-transformer-sharp-4.25.0
Bump gatsby-transformer-sharp from 4.24.0 to 4.25.0
This commit is contained in:
commit
f72452816a
2 changed files with 27 additions and 7 deletions
|
@ -19,7 +19,7 @@
|
||||||
"gatsby-source-filesystem": "^4.24.0",
|
"gatsby-source-filesystem": "^4.24.0",
|
||||||
"gatsby-source-youtube-v3": "^3.0.2",
|
"gatsby-source-youtube-v3": "^3.0.2",
|
||||||
"gatsby-transformer-remark": "^5.24.0",
|
"gatsby-transformer-remark": "^5.24.0",
|
||||||
"gatsby-transformer-sharp": "^4.24.0",
|
"gatsby-transformer-sharp": "^4.25.0",
|
||||||
"lucide-react": "^0.102.0",
|
"lucide-react": "^0.102.0",
|
||||||
"prop-types": "^15.7.2",
|
"prop-types": "^15.7.2",
|
||||||
"react": "^18.2.0",
|
"react": "^18.2.0",
|
||||||
|
|
32
yarn.lock
32
yarn.lock
|
@ -5920,6 +5920,27 @@ gatsby-core-utils@^3.24.0, gatsby-core-utils@^3.25.0:
|
||||||
tmp "^0.2.1"
|
tmp "^0.2.1"
|
||||||
xdg-basedir "^4.0.0"
|
xdg-basedir "^4.0.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"
|
||||||
|
configstore "^5.0.1"
|
||||||
|
fastq "^1.13.0"
|
||||||
|
file-type "^16.5.3"
|
||||||
|
fs-extra "^10.1.0"
|
||||||
|
got "^11.8.5"
|
||||||
|
import-from "^4.0.0"
|
||||||
|
lmdb "2.5.3"
|
||||||
|
lock "^1.1.0"
|
||||||
|
node-object-hash "^2.3.10"
|
||||||
|
proper-lockfile "^4.1.2"
|
||||||
|
resolve-from "^5.0.0"
|
||||||
|
tmp "^0.2.1"
|
||||||
|
xdg-basedir "^4.0.0"
|
||||||
|
|
||||||
gatsby-graphiql-explorer@^2.24.0:
|
gatsby-graphiql-explorer@^2.24.0:
|
||||||
version "2.24.0"
|
version "2.24.0"
|
||||||
resolved "https://registry.yarnpkg.com/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-2.24.0.tgz#044f24ad9149dffefb783bb2b6d27d49fb968113"
|
resolved "https://registry.yarnpkg.com/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-2.24.0.tgz#044f24ad9149dffefb783bb2b6d27d49fb968113"
|
||||||
|
@ -6221,17 +6242,16 @@ gatsby-transformer-remark@^5.24.0:
|
||||||
unist-util-select "^3.0.4"
|
unist-util-select "^3.0.4"
|
||||||
unist-util-visit "^2.0.3"
|
unist-util-visit "^2.0.3"
|
||||||
|
|
||||||
gatsby-transformer-sharp@^4.24.0:
|
gatsby-transformer-sharp@^4.25.0:
|
||||||
version "4.24.0"
|
version "4.25.0"
|
||||||
resolved "https://registry.yarnpkg.com/gatsby-transformer-sharp/-/gatsby-transformer-sharp-4.24.0.tgz#0e7d61fa4834971e01a44e0eb0a942e5ef38513f"
|
resolved "https://registry.yarnpkg.com/gatsby-transformer-sharp/-/gatsby-transformer-sharp-4.25.0.tgz#978e15c20111f4616dec599809daa1678de79881"
|
||||||
integrity sha512-60Ro4OZbx9ZdfPUZEBEhJnureqQUEaNizDs4CK5QWlUkAU6RvVYwsuT3uWeEMrXgugaLLyGpQStJ881N7Eeodg==
|
integrity sha512-7aqecTvOUFiNB96ij77UnAGJs7Un0TlkpamG//dSl6Nru9EylGz/NW/Eg0vioQyHLCYdMvd5xO8V3BOHJADsnw==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/runtime" "^7.15.4"
|
"@babel/runtime" "^7.15.4"
|
||||||
"@gatsbyjs/potrace" "^2.3.0"
|
|
||||||
bluebird "^3.7.2"
|
bluebird "^3.7.2"
|
||||||
common-tags "^1.8.2"
|
common-tags "^1.8.2"
|
||||||
fs-extra "^10.1.0"
|
fs-extra "^10.1.0"
|
||||||
gatsby-plugin-utils "^3.18.0"
|
gatsby-plugin-utils "^3.19.0"
|
||||||
probe-image-size "^7.2.3"
|
probe-image-size "^7.2.3"
|
||||||
semver "^7.3.7"
|
semver "^7.3.7"
|
||||||
sharp "^0.30.7"
|
sharp "^0.30.7"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue