Skip to content

Commit b5d55b5

Browse files
committed
chore(deps): update typescript-eslint monorepo to ^5.40.1
1 parent e175e5d commit b5d55b5

File tree

2 files changed

+56
-50
lines changed

2 files changed

+56
-50
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
"@semantic-release/changelog": "^6.0.1",
3939
"@semantic-release/git": "^10.0.1",
4040
"@types/react": "^18.0.21",
41-
"@typescript-eslint/eslint-plugin": "^5.40.0",
42-
"@typescript-eslint/parser": "^5.40.0",
41+
"@typescript-eslint/eslint-plugin": "^5.40.1",
42+
"@typescript-eslint/parser": "^5.40.1",
4343
"commitizen": "^4.2.5",
4444
"eslint": "^8.25.0",
4545
"eslint-formatter-pretty": "^4.1.0",

yarn.lock

Lines changed: 54 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1419,6 +1419,11 @@
14191419
resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.2.tgz#1a62f89525723dde24ba1b01b092bf5df8ad4d39"
14201420
integrity sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==
14211421

1422+
"@types/semver@^7.3.12":
1423+
version "7.3.12"
1424+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.12.tgz#920447fdd78d76b19de0438b7f60df3c4a80bf1c"
1425+
integrity sha512-WwA1MW0++RfXmCr12xeYOOC5baSC9mSb0ZqCquFzKhcoF4TvHu5MKOuXsncgZcpVFhB1pXd5hZmM0ryAoCp12A==
1426+
14221427
"@types/stack-utils@^2.0.0":
14231428
version "2.0.1"
14241429
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.1.tgz#20f18294f797f2209b5f65c8e3b5c8e8261d127c"
@@ -1441,14 +1446,14 @@
14411446
dependencies:
14421447
"@types/yargs-parser" "*"
14431448

1444-
"@typescript-eslint/eslint-plugin@^5.40.0":
1445-
version "5.40.0"
1446-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.40.0.tgz#0159bb71410eec563968288a17bd4478cdb685bd"
1447-
integrity sha512-FIBZgS3DVJgqPwJzvZTuH4HNsZhHMa9SjxTKAZTlMsPw/UzpEjcf9f4dfgDJEHjK+HboUJo123Eshl6niwEm/Q==
1449+
"@typescript-eslint/eslint-plugin@^5.40.1":
1450+
version "5.40.1"
1451+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.40.1.tgz#3203a6ff396b1194083faaa6e5110c401201d7d5"
1452+
integrity sha512-FsWboKkWdytGiXT5O1/R9j37YgcjO8MKHSUmWnIEjVaz0krHkplPnYi7mwdb+5+cs0toFNQb0HIrN7zONdIEWg==
14481453
dependencies:
1449-
"@typescript-eslint/scope-manager" "5.40.0"
1450-
"@typescript-eslint/type-utils" "5.40.0"
1451-
"@typescript-eslint/utils" "5.40.0"
1454+
"@typescript-eslint/scope-manager" "5.40.1"
1455+
"@typescript-eslint/type-utils" "5.40.1"
1456+
"@typescript-eslint/utils" "5.40.1"
14521457
debug "^4.3.4"
14531458
ignore "^5.2.0"
14541459
regexpp "^3.2.0"
@@ -1465,14 +1470,14 @@
14651470
"@typescript-eslint/typescript-estree" "5.38.1"
14661471
debug "^4.3.4"
14671472

1468-
"@typescript-eslint/parser@^5.40.0":
1469-
version "5.40.0"
1470-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.40.0.tgz#432bddc1fe9154945660f67c1ba6d44de5014840"
1471-
integrity sha512-Ah5gqyX2ySkiuYeOIDg7ap51/b63QgWZA7w6AHtFrag7aH0lRQPbLzUjk0c9o5/KZ6JRkTTDKShL4AUrQa6/hw==
1473+
"@typescript-eslint/parser@^5.40.1":
1474+
version "5.40.1"
1475+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.40.1.tgz#e7f8295dd8154d0d37d661ddd8e2f0ecfdee28dd"
1476+
integrity sha512-IK6x55va5w4YvXd4b3VrXQPldV9vQTxi5ov+g4pMANsXPTXOcfjx08CRR1Dfrcc51syPtXHF5bgLlMHYFrvQtg==
14721477
dependencies:
1473-
"@typescript-eslint/scope-manager" "5.40.0"
1474-
"@typescript-eslint/types" "5.40.0"
1475-
"@typescript-eslint/typescript-estree" "5.40.0"
1478+
"@typescript-eslint/scope-manager" "5.40.1"
1479+
"@typescript-eslint/types" "5.40.1"
1480+
"@typescript-eslint/typescript-estree" "5.40.1"
14761481
debug "^4.3.4"
14771482

14781483
"@typescript-eslint/scope-manager@5.38.1":
@@ -1483,21 +1488,21 @@
14831488
"@typescript-eslint/types" "5.38.1"
14841489
"@typescript-eslint/visitor-keys" "5.38.1"
14851490

1486-
"@typescript-eslint/scope-manager@5.40.0":
1487-
version "5.40.0"
1488-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.40.0.tgz#d6ea782c8e3a2371ba3ea31458dcbdc934668fc4"
1489-
integrity sha512-d3nPmjUeZtEWRvyReMI4I1MwPGC63E8pDoHy0BnrYjnJgilBD3hv7XOiETKLY/zTwI7kCnBDf2vWTRUVpYw0Uw==
1491+
"@typescript-eslint/scope-manager@5.40.1":
1492+
version "5.40.1"
1493+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.40.1.tgz#a7a5197dfd234622a2421ea590ee0ccc02e18dfe"
1494+
integrity sha512-jkn4xsJiUQucI16OLCXrLRXDZ3afKhOIqXs4R3O+M00hdQLKR58WuyXPZZjhKLFCEP2g+TXdBRtLQ33UfAdRUg==
14901495
dependencies:
1491-
"@typescript-eslint/types" "5.40.0"
1492-
"@typescript-eslint/visitor-keys" "5.40.0"
1496+
"@typescript-eslint/types" "5.40.1"
1497+
"@typescript-eslint/visitor-keys" "5.40.1"
14931498

1494-
"@typescript-eslint/type-utils@5.40.0":
1495-
version "5.40.0"
1496-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.40.0.tgz#4964099d0158355e72d67a370249d7fc03331126"
1497-
integrity sha512-nfuSdKEZY2TpnPz5covjJqav+g5qeBqwSHKBvz7Vm1SAfy93SwKk/JeSTymruDGItTwNijSsno5LhOHRS1pcfw==
1499+
"@typescript-eslint/type-utils@5.40.1":
1500+
version "5.40.1"
1501+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.40.1.tgz#091e4ce3bebbdb68f4980bae9dee2e4e1725f601"
1502+
integrity sha512-DLAs+AHQOe6n5LRraXiv27IYPhleF0ldEmx6yBqBgBLaNRKTkffhV1RPsjoJBhVup2zHxfaRtan8/YRBgYhU9Q==
14981503
dependencies:
1499-
"@typescript-eslint/typescript-estree" "5.40.0"
1500-
"@typescript-eslint/utils" "5.40.0"
1504+
"@typescript-eslint/typescript-estree" "5.40.1"
1505+
"@typescript-eslint/utils" "5.40.1"
15011506
debug "^4.3.4"
15021507
tsutils "^3.21.0"
15031508

@@ -1506,10 +1511,10 @@
15061511
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.38.1.tgz#74f9d6dcb8dc7c58c51e9fbc6653ded39e2e225c"
15071512
integrity sha512-QTW1iHq1Tffp9lNfbfPm4WJabbvpyaehQ0SrvVK2yfV79SytD9XDVxqiPvdrv2LK7DGSFo91TB2FgWanbJAZXg==
15081513

1509-
"@typescript-eslint/types@5.40.0":
1510-
version "5.40.0"
1511-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.40.0.tgz#8de07e118a10b8f63c99e174a3860f75608c822e"
1512-
integrity sha512-V1KdQRTXsYpf1Y1fXCeZ+uhjW48Niiw0VGt4V8yzuaDTU8Z1Xl7yQDyQNqyAFcVhpYXIVCEuxSIWTsLDpHgTbw==
1514+
"@typescript-eslint/types@5.40.1":
1515+
version "5.40.1"
1516+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.40.1.tgz#de37f4f64de731ee454bb2085d71030aa832f749"
1517+
integrity sha512-Icg9kiuVJSwdzSQvtdGspOlWNjVDnF3qVIKXdJ103o36yRprdl3Ge5cABQx+csx960nuMF21v8qvO31v9t3OHw==
15131518

15141519
"@typescript-eslint/typescript-estree@5.38.1":
15151520
version "5.38.1"
@@ -1524,28 +1529,29 @@
15241529
semver "^7.3.7"
15251530
tsutils "^3.21.0"
15261531

1527-
"@typescript-eslint/typescript-estree@5.40.0":
1528-
version "5.40.0"
1529-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.40.0.tgz#e305e6a5d65226efa5471ee0f12e0ffaab6d3075"
1530-
integrity sha512-b0GYlDj8TLTOqwX7EGbw2gL5EXS2CPEWhF9nGJiGmEcmlpNBjyHsTwbqpyIEPVpl6br4UcBOYlcI2FJVtJkYhg==
1532+
"@typescript-eslint/typescript-estree@5.40.1":
1533+
version "5.40.1"
1534+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.40.1.tgz#9a7d25492f02c69882ce5e0cd1857b0c55645d72"
1535+
integrity sha512-5QTP/nW5+60jBcEPfXy/EZL01qrl9GZtbgDZtDPlfW5zj/zjNrdI2B5zMUHmOsfvOr2cWqwVdWjobCiHcedmQA==
15311536
dependencies:
1532-
"@typescript-eslint/types" "5.40.0"
1533-
"@typescript-eslint/visitor-keys" "5.40.0"
1537+
"@typescript-eslint/types" "5.40.1"
1538+
"@typescript-eslint/visitor-keys" "5.40.1"
15341539
debug "^4.3.4"
15351540
globby "^11.1.0"
15361541
is-glob "^4.0.3"
15371542
semver "^7.3.7"
15381543
tsutils "^3.21.0"
15391544

1540-
"@typescript-eslint/utils@5.40.0":
1541-
version "5.40.0"
1542-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.40.0.tgz#647f56a875fd09d33c6abd70913c3dd50759b772"
1543-
integrity sha512-MO0y3T5BQ5+tkkuYZJBjePewsY+cQnfkYeRqS6tPh28niiIwPnQ1t59CSRcs1ZwJJNOdWw7rv9pF8aP58IMihA==
1545+
"@typescript-eslint/utils@5.40.1":
1546+
version "5.40.1"
1547+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.40.1.tgz#3204fb73a559d3b7bab7dc9d3c44487c2734a9ca"
1548+
integrity sha512-a2TAVScoX9fjryNrW6BZRnreDUszxqm9eQ9Esv8n5nXApMW0zeANUYlwh/DED04SC/ifuBvXgZpIK5xeJHQ3aw==
15441549
dependencies:
15451550
"@types/json-schema" "^7.0.9"
1546-
"@typescript-eslint/scope-manager" "5.40.0"
1547-
"@typescript-eslint/types" "5.40.0"
1548-
"@typescript-eslint/typescript-estree" "5.40.0"
1551+
"@types/semver" "^7.3.12"
1552+
"@typescript-eslint/scope-manager" "5.40.1"
1553+
"@typescript-eslint/types" "5.40.1"
1554+
"@typescript-eslint/typescript-estree" "5.40.1"
15491555
eslint-scope "^5.1.1"
15501556
eslint-utils "^3.0.0"
15511557
semver "^7.3.7"
@@ -1570,12 +1576,12 @@
15701576
"@typescript-eslint/types" "5.38.1"
15711577
eslint-visitor-keys "^3.3.0"
15721578

1573-
"@typescript-eslint/visitor-keys@5.40.0":
1574-
version "5.40.0"
1575-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.40.0.tgz#dd2d38097f68e0d2e1e06cb9f73c0173aca54b68"
1576-
integrity sha512-ijJ+6yig+x9XplEpG2K6FUdJeQGGj/15U3S56W9IqXKJqleuD7zJ2AX/miLezwxpd7ZxDAqO87zWufKg+RPZyQ==
1579+
"@typescript-eslint/visitor-keys@5.40.1":
1580+
version "5.40.1"
1581+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.40.1.tgz#f3d2bf5af192f4432b84cec6fdcb387193518754"
1582+
integrity sha512-A2DGmeZ+FMja0geX5rww+DpvILpwo1OsiQs0M+joPWJYsiEFBLsH0y1oFymPNul6Z5okSmHpP4ivkc2N0Cgfkw==
15771583
dependencies:
1578-
"@typescript-eslint/types" "5.40.0"
1584+
"@typescript-eslint/types" "5.40.1"
15791585
eslint-visitor-keys "^3.3.0"
15801586

15811587
JSONStream@^1.0.4:

0 commit comments

Comments
 (0)