Skip to content

Commit

Permalink
fix(deps): update dependency recursive-readdir to ^2.2.3 for gatsby-r…
Browse files Browse the repository at this point in the history
…emark-code-repls (#37374)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jan 3, 2023
1 parent 6cc80df commit aafe028
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/gatsby-remark-code-repls/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"lz-string": "^1.4.4",
"normalize-path": "^3.0.0",
"npm-package-arg": "^8.1.5",
"recursive-readdir": "^2.2.2",
"recursive-readdir": "^2.2.3",
"unist-util-map": "^2.0.1",
"urijs": "^1.19.11"
},
Expand Down
9 changes: 5 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20053,11 +20053,12 @@ rechoir@^0.7.0:
dependencies:
resolve "^1.9.0"

recursive-readdir@^2.2.2:
version "2.2.2"
resolved "https://registry.yarnpkg.com/recursive-readdir/-/recursive-readdir-2.2.2.tgz#9946fb3274e1628de6e36b2f6714953b4845094f"
recursive-readdir@^2.2.2, recursive-readdir@^2.2.3:
version "2.2.3"
resolved "https://registry.yarnpkg.com/recursive-readdir/-/recursive-readdir-2.2.3.tgz#e726f328c0d69153bcabd5c322d3195252379372"
integrity sha512-8HrF5ZsXk5FAH9dgsx3BlUer73nIhuj+9OrQwEbLTPOBzGkL1lsFCR01am+v+0m2Cmbs1nP12hLDl5FA7EszKA==
dependencies:
minimatch "3.0.4"
minimatch "^3.0.5"

redent@^1.0.0:
version "1.0.0"
Expand Down

0 comments on commit aafe028

Please sign in to comment.