Skip to content

Commit

Permalink
Update dependency gatsby-transformer-remark to v5.25.1 [SECURITY]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 25, 2023
1 parent 4016ebb commit 585bee6
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"gatsby-remark-responsive-iframe": "5.24.0",
"gatsby-remark-smartypants": "5.24.0",
"gatsby-source-filesystem": "4.24.0",
"gatsby-transformer-remark": "5.24.0",
"gatsby-transformer-remark": "5.25.1",
"gatsby-transformer-sharp": "4.24.0",
"prismjs": "1.29.0",
"prop-types": "15.8.1",
Expand Down
31 changes: 26 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5553,6 +5553,27 @@ gatsby-core-utils@^3.24.0:
tmp "^0.2.1"
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:
version "2.24.0"
resolved "https://registry.yarnpkg.com/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-2.24.0.tgz#044f24ad9149dffefb783bb2b6d27d49fb968113"
Expand Down Expand Up @@ -5915,13 +5936,13 @@ gatsby-telemetry@^3.24.0:
lodash "^4.17.21"
node-fetch "^2.6.7"

gatsby-transformer-remark@5.24.0:
version "5.24.0"
resolved "https://registry.yarnpkg.com/gatsby-transformer-remark/-/gatsby-transformer-remark-5.24.0.tgz#1736c83291c8be402dced2b823322acef8f7b896"
integrity sha512-xI24Cx1M8yD7zGeBXtmgX8rtm8t3t4RTKkgJAmuAjj6vf/Mi0SIRZUcr27Cqx0ctHUwZQZV5uIbIWfCDml1Y7w==
gatsby-transformer-remark@5.25.1:
version "5.25.1"
resolved "https://registry.yarnpkg.com/gatsby-transformer-remark/-/gatsby-transformer-remark-5.25.1.tgz#6df0117dbe3bb39c06e05c85db494948a565b7c8"
integrity sha512-6k3uOnZYsJSgmZIWq9Y+Cqb6pysusCUBYpQY1+V9ofpSRbrZGGfuoCeFKd27x/c0jI5jneuL3NXnxwn/JJK1Ig==
dependencies:
"@babel/runtime" "^7.15.4"
gatsby-core-utils "^3.24.0"
gatsby-core-utils "^3.25.0"
gray-matter "^4.0.3"
hast-util-raw "^6.0.2"
hast-util-to-html "^7.1.3"
Expand Down

0 comments on commit 585bee6

Please sign in to comment.