Skip to content

Commit 7102eaa

Browse files
fix(deps): update dependency remark-custom-blocks to ^2.5.1 for gatsby-remark-custom-blocks (#32589)
Co-authored-by: Renovate Bot <[email protected]>
1 parent bce391c commit 7102eaa

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages/gatsby-remark-custom-blocks/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"@babel/runtime": "^7.15.4",
11-
"remark-custom-blocks": "^2.5.0"
11+
"remark-custom-blocks": "^2.5.1"
1212
},
1313
"devDependencies": {
1414
"@babel/cli": "^7.15.4",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -21256,10 +21256,10 @@ remark-cli@^9.0.0:
2125621256
remark "^13.0.0"
2125721257
unified-args "^8.0.0"
2125821258

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

0 commit comments

Comments
 (0)