Skip to content

Commit 7cf74f3

Browse files
authored
Merge pull request #426 from chantouchsek/dependabot/npm_and_yarn/typescript-eslint/parser-5.30.0
chore(deps-dev): bump @typescript-eslint/parser from 5.29.0 to 5.30.0
2 parents 4882659 + 749ff5b commit 7cf74f3

File tree

1 file changed

+40
-6
lines changed

1 file changed

+40
-6
lines changed

yarn.lock

Lines changed: 40 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2644,13 +2644,13 @@
26442644
tsutils "^3.21.0"
26452645

26462646
"@typescript-eslint/parser@^5.9.0":
2647-
version "5.29.0"
2648-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.29.0.tgz#41314b195b34d44ff38220caa55f3f93cfca43cf"
2649-
integrity sha512-ruKWTv+x0OOxbzIw9nW5oWlUopvP/IQDjB5ZqmTglLIoDTctLlAJpAQFpNPJP/ZI7hTT9sARBosEfaKbcFuECw==
2647+
version "5.30.0"
2648+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.30.0.tgz#a2184fb5f8ef2bf1db0ae61a43907e2e32aa1b8f"
2649+
integrity sha512-2oYYUws5o2liX6SrFQ5RB88+PuRymaM2EU02/9Ppoyu70vllPnHVO7ioxDdq/ypXHA277R04SVjxvwI8HmZpzA==
26502650
dependencies:
2651-
"@typescript-eslint/scope-manager" "5.29.0"
2652-
"@typescript-eslint/types" "5.29.0"
2653-
"@typescript-eslint/typescript-estree" "5.29.0"
2651+
"@typescript-eslint/scope-manager" "5.30.0"
2652+
"@typescript-eslint/types" "5.30.0"
2653+
"@typescript-eslint/typescript-estree" "5.30.0"
26542654
debug "^4.3.4"
26552655

26562656
"@typescript-eslint/[email protected]":
@@ -2661,6 +2661,14 @@
26612661
"@typescript-eslint/types" "5.29.0"
26622662
"@typescript-eslint/visitor-keys" "5.29.0"
26632663

2664+
"@typescript-eslint/[email protected]":
2665+
version "5.30.0"
2666+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.30.0.tgz#bf585ee801ab4ad84db2f840174e171a6bb002c7"
2667+
integrity sha512-3TZxvlQcK5fhTBw5solQucWSJvonXf5yua5nx8OqK94hxdrT7/6W3/CS42MLd/f1BmlmmbGEgQcTHHCktUX5bQ==
2668+
dependencies:
2669+
"@typescript-eslint/types" "5.30.0"
2670+
"@typescript-eslint/visitor-keys" "5.30.0"
2671+
26642672
"@typescript-eslint/[email protected]":
26652673
version "5.29.0"
26662674
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.29.0.tgz#241918001d164044020b37d26d5b9f4e37cc3d5d"
@@ -2675,6 +2683,11 @@
26752683
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.29.0.tgz#7861d3d288c031703b2d97bc113696b4d8c19aab"
26762684
integrity sha512-X99VbqvAXOMdVyfFmksMy3u8p8yoRGITgU1joBJPzeYa0rhdf5ok9S56/itRoUSh99fiDoMtarSIJXo7H/SnOg==
26772685

2686+
"@typescript-eslint/[email protected]":
2687+
version "5.30.0"
2688+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.30.0.tgz#db7d81d585a3da3801432a9c1d2fafbff125e110"
2689+
integrity sha512-vfqcBrsRNWw/LBXyncMF/KrUTYYzzygCSsVqlZ1qGu1QtGs6vMkt3US0VNSQ05grXi5Yadp3qv5XZdYLjpp8ag==
2690+
26782691
"@typescript-eslint/[email protected]":
26792692
version "5.29.0"
26802693
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.29.0.tgz#e83d19aa7fd2e74616aab2f25dfbe4de4f0b5577"
@@ -2688,6 +2701,19 @@
26882701
semver "^7.3.7"
26892702
tsutils "^3.21.0"
26902703

2704+
"@typescript-eslint/[email protected]":
2705+
version "5.30.0"
2706+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.30.0.tgz#4565ee8a6d2ac368996e20b2344ea0eab1a8f0bb"
2707+
integrity sha512-hDEawogreZB4n1zoqcrrtg/wPyyiCxmhPLpZ6kmWfKF5M5G0clRLaEexpuWr31fZ42F96SlD/5xCt1bT5Qm4Nw==
2708+
dependencies:
2709+
"@typescript-eslint/types" "5.30.0"
2710+
"@typescript-eslint/visitor-keys" "5.30.0"
2711+
debug "^4.3.4"
2712+
globby "^11.1.0"
2713+
is-glob "^4.0.3"
2714+
semver "^7.3.7"
2715+
tsutils "^3.21.0"
2716+
26912717
"@typescript-eslint/[email protected]":
26922718
version "5.29.0"
26932719
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.29.0.tgz#775046effd5019667bd086bcf326acbe32cd0082"
@@ -2708,6 +2734,14 @@
27082734
"@typescript-eslint/types" "5.29.0"
27092735
eslint-visitor-keys "^3.3.0"
27102736

2737+
"@typescript-eslint/[email protected]":
2738+
version "5.30.0"
2739+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.30.0.tgz#07721d23daca2ec4c2da7f1e660d41cd78bacac3"
2740+
integrity sha512-6WcIeRk2DQ3pHKxU1Ni0qMXJkjO/zLjBymlYBy/53qxe7yjEFSvzKLDToJjURUhSl2Fzhkl4SMXQoETauF74cw==
2741+
dependencies:
2742+
"@typescript-eslint/types" "5.30.0"
2743+
eslint-visitor-keys "^3.3.0"
2744+
27112745
"@vue/babel-helper-vue-jsx-merge-props@^1.2.1":
27122746
version "1.2.1"
27132747
resolved "https://registry.yarnpkg.com/@vue/babel-helper-vue-jsx-merge-props/-/babel-helper-vue-jsx-merge-props-1.2.1.tgz#31624a7a505fb14da1d58023725a4c5f270e6a81"

0 commit comments

Comments
 (0)