Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ae575e7

Browse files
dependabot[bot]kylecarbs
authored andcommitted
chore: bump @typescript-eslint/parser from 5.23.0 to 5.25.0 in /site (#1517)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.23.0 to 5.25.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.25.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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4a64511 commit ae575e7

File tree

2 files changed

+52
-11
lines changed

2 files changed

+52
-11
lines changed

site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"@types/superagent": "4.1.15",
7070
"@types/uuid": "8.3.4",
7171
"@typescript-eslint/eslint-plugin": "5.23.0",
72-
"@typescript-eslint/parser": "5.23.0",
72+
"@typescript-eslint/parser": "5.25.0",
7373
"@xstate/cli": "0.1.7",
7474
"chromatic": "6.5.4",
7575
"copy-webpack-plugin": "10.2.4",

site/yarn.lock

Lines changed: 51 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3195,15 +3195,15 @@
31953195
semver "^7.3.5"
31963196
tsutils "^3.21.0"
31973197

3198-
"@typescript-eslint/parser@5.23.0":
3199-
version "5.23.0"
3200-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.23.0.tgz#443778e1afc9a8ff180f91b5e260ac3bec5e2de1"
3201-
integrity sha512-V06cYUkqcGqpFjb8ttVgzNF53tgbB/KoQT/iB++DOIExKmzI9vBJKjZKt/6FuV9c+zrDsvJKbJ2DOCYwX91cbw==
3202-
dependencies:
3203-
"@typescript-eslint/scope-manager" "5.23.0"
3204-
"@typescript-eslint/types" "5.23.0"
3205-
"@typescript-eslint/typescript-estree" "5.23.0"
3206-
debug "^4.3.2"
3198+
"@typescript-eslint/parser@5.25.0":
3199+
version "5.25.0"
3200+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.25.0.tgz#fb533487147b4b9efd999a4d2da0b6c263b64f7f"
3201+
integrity sha512-r3hwrOWYbNKP1nTcIw/aZoH+8bBnh/Lh1iDHoFpyG4DnCpvEdctrSl6LOo19fZbzypjQMHdajolxs6VpYoChgA==
3202+
dependencies:
3203+
"@typescript-eslint/scope-manager" "5.25.0"
3204+
"@typescript-eslint/types" "5.25.0"
3205+
"@typescript-eslint/typescript-estree" "5.25.0"
3206+
debug "^4.3.4"
32073207

32083208
"@typescript-eslint/[email protected]":
32093209
version "5.23.0"
@@ -3213,6 +3213,14 @@
32133213
"@typescript-eslint/types" "5.23.0"
32143214
"@typescript-eslint/visitor-keys" "5.23.0"
32153215

3216+
"@typescript-eslint/[email protected]":
3217+
version "5.25.0"
3218+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.25.0.tgz#e78f1484bca7e484c48782075219c82c6b77a09f"
3219+
integrity sha512-p4SKTFWj+2VpreUZ5xMQsBMDdQ9XdRvODKXN4EksyBjFp2YvQdLkyHqOffakYZPuWJUDNu3jVXtHALDyTv3cww==
3220+
dependencies:
3221+
"@typescript-eslint/types" "5.25.0"
3222+
"@typescript-eslint/visitor-keys" "5.25.0"
3223+
32163224
"@typescript-eslint/[email protected]":
32173225
version "5.23.0"
32183226
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.23.0.tgz#f852252f2fc27620d5bb279d8fed2a13d2e3685e"
@@ -3227,6 +3235,11 @@
32273235
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.23.0.tgz#8733de0f58ae0ed318dbdd8f09868cdbf9f9ad09"
32283236
integrity sha512-NfBsV/h4dir/8mJwdZz7JFibaKC3E/QdeMEDJhiAE3/eMkoniZ7MjbEMCGXw6MZnZDMN3G9S0mH/6WUIj91dmw==
32293237

3238+
"@typescript-eslint/[email protected]":
3239+
version "5.25.0"
3240+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.25.0.tgz#dee51b1855788b24a2eceeae54e4adb89b088dd8"
3241+
integrity sha512-7fWqfxr0KNHj75PFqlGX24gWjdV/FDBABXL5dyvBOWHpACGyveok8Uj4ipPX/1fGU63fBkzSIycEje4XsOxUFA==
3242+
32303243
"@typescript-eslint/[email protected]":
32313244
version "5.23.0"
32323245
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.23.0.tgz#dca5f10a0a85226db0796e8ad86addc9aee52065"
@@ -3240,6 +3253,19 @@
32403253
semver "^7.3.5"
32413254
tsutils "^3.21.0"
32423255

3256+
"@typescript-eslint/[email protected]":
3257+
version "5.25.0"
3258+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.25.0.tgz#a7ab40d32eb944e3fb5b4e3646e81b1bcdd63e00"
3259+
integrity sha512-MrPODKDych/oWs/71LCnuO7NyR681HuBly2uLnX3r5i4ME7q/yBqC4hW33kmxtuauLTM0OuBOhhkFaxCCOjEEw==
3260+
dependencies:
3261+
"@typescript-eslint/types" "5.25.0"
3262+
"@typescript-eslint/visitor-keys" "5.25.0"
3263+
debug "^4.3.4"
3264+
globby "^11.1.0"
3265+
is-glob "^4.0.3"
3266+
semver "^7.3.7"
3267+
tsutils "^3.21.0"
3268+
32433269
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^5.10.0":
32443270
version "5.23.0"
32453271
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.23.0.tgz#4691c3d1b414da2c53d8943310df36ab1c50648a"
@@ -3260,6 +3286,14 @@
32603286
"@typescript-eslint/types" "5.23.0"
32613287
eslint-visitor-keys "^3.0.0"
32623288

3289+
"@typescript-eslint/[email protected]":
3290+
version "5.25.0"
3291+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.25.0.tgz#33aa5fdcc5cedb9f4c8828c6a019d58548d4474b"
3292+
integrity sha512-yd26vFgMsC4h2dgX4+LR+GeicSKIfUvZREFLf3DDjZPtqgLx5AJZr6TetMNwFP9hcKreTTeztQYBTNbNoOycwA==
3293+
dependencies:
3294+
"@typescript-eslint/types" "5.25.0"
3295+
eslint-visitor-keys "^3.3.0"
3296+
32633297
"@webassemblyjs/[email protected]":
32643298
version "1.11.1"
32653299
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.11.1.tgz#2bfd767eae1a6996f432ff7e8d7fc75679c0b6a7"
@@ -7119,7 +7153,7 @@ globalthis@^1.0.0:
71197153
dependencies:
71207154
define-properties "^1.1.3"
71217155

7122-
globby@^11.0.2, globby@^11.0.4:
7156+
globby@^11.0.2, globby@^11.0.4, globby@^11.1.0:
71237157
version "11.1.0"
71247158
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
71257159
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
@@ -11673,6 +11707,13 @@ semver@^6.0.0, semver@^6.1.1, semver@^6.1.2, semver@^6.3.0:
1167311707
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
1167411708
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
1167511709

11710+
semver@^7.3.7:
11711+
version "7.3.7"
11712+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.7.tgz#12c5b649afdbf9049707796e22a4028814ce523f"
11713+
integrity sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==
11714+
dependencies:
11715+
lru-cache "^6.0.0"
11716+
1167611717
1167711718
version "0.17.2"
1167811719
resolved "https://registry.yarnpkg.com/send/-/send-0.17.2.tgz#926622f76601c41808012c8bf1688fe3906f7820"

0 commit comments

Comments
 (0)