Skip to content

Commit

Permalink
fix: Pin broken unist-util-find dep (#38261) (#38262)
Browse files Browse the repository at this point in the history
Co-authored-by: Lennart <lekoarts@gmail.com>
  • Loading branch information
gatsbybot and LekoArts authored Jun 26, 2023
1 parent 0130d6a commit 7d0c3b1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 @@ -15,7 +15,7 @@
"@babel/core": "^7.20.12",
"babel-preset-gatsby-package": "^3.11.0",
"cross-env": "^7.0.3",
"unist-util-find": "^1.0.2"
"unist-util-find": "1.0.2"
},
"files": [
"index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-remark-graphviz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"mdast-util-to-hast": "^10.2.0",
"remark": "^13.0.0",
"rimraf": "^3.0.2",
"unist-util-find": "^1.0.2"
"unist-util-find": "1.0.2"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-graphviz#readme",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-remark-responsive-iframe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"cross-env": "^7.0.3",
"remark": "^13.0.0",
"remark-mdx": "^1.6.22",
"unist-util-find": "^1.0.2"
"unist-util-find": "1.0.2"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-responsive-iframe#readme",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23655,7 +23655,7 @@ unist-util-find-after@^4.0.0:
"@types/unist" "^2.0.0"
unist-util-is "^5.0.0"

unist-util-find@^1.0.2:
unist-util-find@1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/unist-util-find/-/unist-util-find-1.0.2.tgz#4d5b01a69fca2a382ad4f55f9865e402129ecf56"
integrity sha512-ft06UDYzqi9o9RmGP0sZWI/zvLLQiBW2/MD+rW6mDqbOWDcmknGX9orQPspfuGRYWr8eSJAmfsBcvOpfGRJseA==
Expand Down

0 comments on commit 7d0c3b1

Please sign in to comment.