Skip to content

Commit

Permalink
fix(deps): update dependency @phenomnomnominal/tsquery to v5 (#1097)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 23, 2022
1 parent 7575448 commit 20b94e0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"typestat": "bin/typestat"
},
"dependencies": {
"@phenomnomnominal/tsquery": "^4.1.1",
"@phenomnomnominal/tsquery": "^5.0.0",
"automutate": "^0.9.0",
"builtin-modules": "^3.2.0",
"chalk": "^4.1.1",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1547,12 +1547,12 @@
"@nodelib/fs.scandir" "2.1.4"
fastq "^1.6.0"

"@phenomnomnominal/tsquery@^4.1.1":
version "4.1.1"
resolved "https://registry.npmjs.org/@phenomnomnominal/tsquery/-/tsquery-4.1.1.tgz"
integrity sha512-jjMmK1tnZbm1Jq5a7fBliM4gQwjxMU7TFoRNwIyzwlO+eHPRCFv/Nv+H/Gi1jc3WR7QURG8D5d0Tn12YGrUqBQ==
"@phenomnomnominal/tsquery@^5.0.0":
version "5.0.0"
resolved "https://registry.yarnpkg.com/@phenomnomnominal/tsquery/-/tsquery-5.0.0.tgz#5e99f4a073740e10ee6945cebb477ccf9de74482"
integrity sha512-1k9H74MJJrlZbUuM6rG0Kwifu/ZoshH+Qs1QXJ2P2RD6MRE/D49uSzXosOXIpIrRQNtij3bnkukexIZhgM/Q8g==
dependencies:
esquery "^1.0.1"
esquery "^1.4.0"

"@sinclair/typebox@^0.24.1":
version "0.24.51"
Expand Down Expand Up @@ -2708,7 +2708,7 @@ esprima@^4.0.0:
resolved "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz"
integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==

esquery@^1.0.1, esquery@^1.4.0:
esquery@^1.4.0:
version "1.4.0"
resolved "https://registry.npmjs.org/esquery/-/esquery-1.4.0.tgz"
integrity sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==
Expand Down

0 comments on commit 20b94e0

Please sign in to comment.