Skip to content

Commit

Permalink
fix(deps): update dependency remark-custom-blocks to ^2.5.1 for gatsb…
Browse files Browse the repository at this point in the history
…y-remark-custom-blocks (#32589)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
2 people authored and axe312ger committed Nov 9, 2021
1 parent ea5b6f2 commit 04fdc80
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/gatsby-remark-custom-blocks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@babel/runtime": "^7.15.4",
"remark-custom-blocks": "^2.5.0"
"remark-custom-blocks": "^2.5.1"
},
"devDependencies": {
"@babel/cli": "^7.15.4",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21256,10 +21256,10 @@ remark-cli@^9.0.0:
remark "^13.0.0"
unified-args "^8.0.0"

remark-custom-blocks@^2.5.0:
version "2.5.0"
resolved "https://registry.yarnpkg.com/remark-custom-blocks/-/remark-custom-blocks-2.5.0.tgz#57cfb814b2c867fbd45a2e331582a1e402e0c4e5"
integrity sha512-FcCd5Boqn4XBXnlIvpy/9jyVTOZRg7unXv8m14FM4EM0qXLeSvxSReRfuoWmFWZwi0+MOf8bqEwJIBut0NYdJw==
remark-custom-blocks@^2.5.1:
version "2.5.1"
resolved "https://registry.yarnpkg.com/remark-custom-blocks/-/remark-custom-blocks-2.5.1.tgz#15c2067a9fc2afe71809a21a7719b45c12a7acec"
integrity sha512-4S4oHsBVvTteNDkqN7ZgdSZPSAwwMsPQkWRbsnj+a522EvU6qp5hQiCW0bBT3NQTl1iChLYe4v7eaqcbpiVfeA==
dependencies:
space-separated-tokens "^1.1.5"

Expand Down

0 comments on commit 04fdc80

Please sign in to comment.