Skip to content

Commit 8df5dbb

Browse files
authored
Merge pull request #584 from chantouchsek/dependabot/npm_and_yarn/typescript-eslint/parser-5.43.0
chore(deps-dev): bump @typescript-eslint/parser from 5.40.0 to 5.43.0
2 parents 2e4da33 + 73039f3 commit 8df5dbb

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
@@ -2642,13 +2642,13 @@
26422642
tsutils "^3.21.0"
26432643

26442644
"@typescript-eslint/parser@^5.9.0":
2645-
version "5.40.0"
2646-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.40.0.tgz#432bddc1fe9154945660f67c1ba6d44de5014840"
2647-
integrity sha512-Ah5gqyX2ySkiuYeOIDg7ap51/b63QgWZA7w6AHtFrag7aH0lRQPbLzUjk0c9o5/KZ6JRkTTDKShL4AUrQa6/hw==
2645+
version "5.43.0"
2646+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.43.0.tgz#9c86581234b88f2ba406f0b99a274a91c11630fd"
2647+
integrity sha512-2iHUK2Lh7PwNUlhFxxLI2haSDNyXvebBO9izhjhMoDC+S3XI9qt2DGFUsiJ89m2k7gGYch2aEpYqV5F/+nwZug==
26482648
dependencies:
2649-
"@typescript-eslint/scope-manager" "5.40.0"
2650-
"@typescript-eslint/types" "5.40.0"
2651-
"@typescript-eslint/typescript-estree" "5.40.0"
2649+
"@typescript-eslint/scope-manager" "5.43.0"
2650+
"@typescript-eslint/types" "5.43.0"
2651+
"@typescript-eslint/typescript-estree" "5.43.0"
26522652
debug "^4.3.4"
26532653

26542654
"@typescript-eslint/[email protected]":
@@ -2659,6 +2659,14 @@
26592659
"@typescript-eslint/types" "5.40.0"
26602660
"@typescript-eslint/visitor-keys" "5.40.0"
26612661

2662+
"@typescript-eslint/[email protected]":
2663+
version "5.43.0"
2664+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.43.0.tgz#566e46303392014d5d163704724872e1f2dd3c15"
2665+
integrity sha512-XNWnGaqAtTJsUiZaoiGIrdJYHsUOd3BZ3Qj5zKp9w6km6HsrjPk/TGZv0qMTWyWj0+1QOqpHQ2gZOLXaGA9Ekw==
2666+
dependencies:
2667+
"@typescript-eslint/types" "5.43.0"
2668+
"@typescript-eslint/visitor-keys" "5.43.0"
2669+
26622670
"@typescript-eslint/[email protected]":
26632671
version "5.40.0"
26642672
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.40.0.tgz#4964099d0158355e72d67a370249d7fc03331126"
@@ -2674,6 +2682,11 @@
26742682
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.40.0.tgz#8de07e118a10b8f63c99e174a3860f75608c822e"
26752683
integrity sha512-V1KdQRTXsYpf1Y1fXCeZ+uhjW48Niiw0VGt4V8yzuaDTU8Z1Xl7yQDyQNqyAFcVhpYXIVCEuxSIWTsLDpHgTbw==
26762684

2685+
"@typescript-eslint/[email protected]":
2686+
version "5.43.0"
2687+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.43.0.tgz#e4ddd7846fcbc074325293515fa98e844d8d2578"
2688+
integrity sha512-jpsbcD0x6AUvV7tyOlyvon0aUsQpF8W+7TpJntfCUWU1qaIKu2K34pMwQKSzQH8ORgUrGYY6pVIh1Pi8TNeteg==
2689+
26772690
"@typescript-eslint/[email protected]":
26782691
version "5.40.0"
26792692
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.40.0.tgz#e305e6a5d65226efa5471ee0f12e0ffaab6d3075"
@@ -2687,6 +2700,19 @@
26872700
semver "^7.3.7"
26882701
tsutils "^3.21.0"
26892702

2703+
"@typescript-eslint/[email protected]":
2704+
version "5.43.0"
2705+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.43.0.tgz#b6883e58ba236a602c334be116bfc00b58b3b9f2"
2706+
integrity sha512-BZ1WVe+QQ+igWal2tDbNg1j2HWUkAa+CVqdU79L4HP9izQY6CNhXfkNwd1SS4+sSZAP/EthI1uiCSY/+H0pROg==
2707+
dependencies:
2708+
"@typescript-eslint/types" "5.43.0"
2709+
"@typescript-eslint/visitor-keys" "5.43.0"
2710+
debug "^4.3.4"
2711+
globby "^11.1.0"
2712+
is-glob "^4.0.3"
2713+
semver "^7.3.7"
2714+
tsutils "^3.21.0"
2715+
26902716
"@typescript-eslint/[email protected]":
26912717
version "5.40.0"
26922718
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.40.0.tgz#647f56a875fd09d33c6abd70913c3dd50759b772"
@@ -2708,6 +2734,14 @@
27082734
"@typescript-eslint/types" "5.40.0"
27092735
eslint-visitor-keys "^3.3.0"
27102736

2737+
"@typescript-eslint/[email protected]":
2738+
version "5.43.0"
2739+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.43.0.tgz#cbbdadfdfea385310a20a962afda728ea106befa"
2740+
integrity sha512-icl1jNH/d18OVHLfcwdL3bWUKsBeIiKYTGxMJCoGe7xFht+E4QgzOqoWYrU8XSLJWhVw8nTacbm03v23J/hFTg==
2741+
dependencies:
2742+
"@typescript-eslint/types" "5.43.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)