Skip to content

Commit d4a599d

Browse files
chore(deps-dev): bump @typescript-eslint/parser from 5.38.1 to 5.40.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.38.1 to 5.40.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.40.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 56c369e commit d4a599d

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
@@ -2627,13 +2627,13 @@
26272627
tsutils "^3.21.0"
26282628

26292629
"@typescript-eslint/parser@^5.9.0":
2630-
version "5.38.1"
2631-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.38.1.tgz#c577f429f2c32071b92dff4af4f5fbbbd2414bd0"
2632-
integrity sha512-LDqxZBVFFQnQRz9rUZJhLmox+Ep5kdUmLatLQnCRR6523YV+XhRjfYzStQ4MheFA8kMAfUlclHSbu+RKdRwQKw==
2630+
version "5.40.0"
2631+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.40.0.tgz#432bddc1fe9154945660f67c1ba6d44de5014840"
2632+
integrity sha512-Ah5gqyX2ySkiuYeOIDg7ap51/b63QgWZA7w6AHtFrag7aH0lRQPbLzUjk0c9o5/KZ6JRkTTDKShL4AUrQa6/hw==
26332633
dependencies:
2634-
"@typescript-eslint/scope-manager" "5.38.1"
2635-
"@typescript-eslint/types" "5.38.1"
2636-
"@typescript-eslint/typescript-estree" "5.38.1"
2634+
"@typescript-eslint/scope-manager" "5.40.0"
2635+
"@typescript-eslint/types" "5.40.0"
2636+
"@typescript-eslint/typescript-estree" "5.40.0"
26372637
debug "^4.3.4"
26382638

26392639
"@typescript-eslint/[email protected]":
@@ -2644,6 +2644,14 @@
26442644
"@typescript-eslint/types" "5.38.1"
26452645
"@typescript-eslint/visitor-keys" "5.38.1"
26462646

2647+
"@typescript-eslint/[email protected]":
2648+
version "5.40.0"
2649+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.40.0.tgz#d6ea782c8e3a2371ba3ea31458dcbdc934668fc4"
2650+
integrity sha512-d3nPmjUeZtEWRvyReMI4I1MwPGC63E8pDoHy0BnrYjnJgilBD3hv7XOiETKLY/zTwI7kCnBDf2vWTRUVpYw0Uw==
2651+
dependencies:
2652+
"@typescript-eslint/types" "5.40.0"
2653+
"@typescript-eslint/visitor-keys" "5.40.0"
2654+
26472655
"@typescript-eslint/[email protected]":
26482656
version "5.38.1"
26492657
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.38.1.tgz#7f038fcfcc4ade4ea76c7c69b2aa25e6b261f4c1"
@@ -2659,6 +2667,11 @@
26592667
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.38.1.tgz#74f9d6dcb8dc7c58c51e9fbc6653ded39e2e225c"
26602668
integrity sha512-QTW1iHq1Tffp9lNfbfPm4WJabbvpyaehQ0SrvVK2yfV79SytD9XDVxqiPvdrv2LK7DGSFo91TB2FgWanbJAZXg==
26612669

2670+
"@typescript-eslint/[email protected]":
2671+
version "5.40.0"
2672+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.40.0.tgz#8de07e118a10b8f63c99e174a3860f75608c822e"
2673+
integrity sha512-V1KdQRTXsYpf1Y1fXCeZ+uhjW48Niiw0VGt4V8yzuaDTU8Z1Xl7yQDyQNqyAFcVhpYXIVCEuxSIWTsLDpHgTbw==
2674+
26622675
"@typescript-eslint/[email protected]":
26632676
version "5.38.1"
26642677
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.38.1.tgz#657d858d5d6087f96b638ee383ee1cff52605a1e"
@@ -2672,6 +2685,19 @@
26722685
semver "^7.3.7"
26732686
tsutils "^3.21.0"
26742687

2688+
"@typescript-eslint/[email protected]":
2689+
version "5.40.0"
2690+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.40.0.tgz#e305e6a5d65226efa5471ee0f12e0ffaab6d3075"
2691+
integrity sha512-b0GYlDj8TLTOqwX7EGbw2gL5EXS2CPEWhF9nGJiGmEcmlpNBjyHsTwbqpyIEPVpl6br4UcBOYlcI2FJVtJkYhg==
2692+
dependencies:
2693+
"@typescript-eslint/types" "5.40.0"
2694+
"@typescript-eslint/visitor-keys" "5.40.0"
2695+
debug "^4.3.4"
2696+
globby "^11.1.0"
2697+
is-glob "^4.0.3"
2698+
semver "^7.3.7"
2699+
tsutils "^3.21.0"
2700+
26752701
"@typescript-eslint/[email protected]":
26762702
version "5.38.1"
26772703
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.38.1.tgz#e3ac37d7b33d1362bb5adf4acdbe00372fb813ef"
@@ -2692,6 +2718,14 @@
26922718
"@typescript-eslint/types" "5.38.1"
26932719
eslint-visitor-keys "^3.3.0"
26942720

2721+
"@typescript-eslint/[email protected]":
2722+
version "5.40.0"
2723+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.40.0.tgz#dd2d38097f68e0d2e1e06cb9f73c0173aca54b68"
2724+
integrity sha512-ijJ+6yig+x9XplEpG2K6FUdJeQGGj/15U3S56W9IqXKJqleuD7zJ2AX/miLezwxpd7ZxDAqO87zWufKg+RPZyQ==
2725+
dependencies:
2726+
"@typescript-eslint/types" "5.40.0"
2727+
eslint-visitor-keys "^3.3.0"
2728+
26952729
"@vue/babel-helper-vue-jsx-merge-props@^1.2.1":
26962730
version "1.2.1"
26972731
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)