Skip to content

Commit edd4d88

Browse files
Update deps
1 parent dc023b9 commit edd4d88

12 files changed

Lines changed: 2038 additions & 1304 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
"fix:styles": "prettier --write ."
1515
},
1616
"devDependencies": {
17-
"eslint": "^8.32.0",
18-
"lerna": "^5.5.2",
17+
"eslint": "^8.33.0",
18+
"lerna": "^6.4.1",
1919
"prettier": "^2.8.3",
20-
"typescript": "^4.9.4"
20+
"typescript": "^4.9.5"
2121
}
2222
}

packages/eslint-config-node/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
"eslint-plugin-security": "^1.x"
1818
},
1919
"devDependencies": {
20-
"eslint": "^8.32.0",
20+
"eslint": "^8.33.0",
2121
"eslint-plugin-chai-expect": "^3.0.0",
2222
"eslint-plugin-n": "^15.6.1",
23-
"eslint-plugin-security": "^1.6.0"
23+
"eslint-plugin-security": "^1.7.1"
2424
},
2525
"publishConfig": {
2626
"access": "public"

packages/eslint-config-node/yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -204,10 +204,10 @@ eslint-plugin-n@^15.6.1:
204204
resolve "^1.22.1"
205205
semver "^7.3.8"
206206

207-
eslint-plugin-security@^1.6.0:
208-
version "1.6.0"
209-
resolved "https://registry.yarnpkg.com/eslint-plugin-security/-/eslint-plugin-security-1.6.0.tgz#c3882111daf8bc4fc406b7d5699e162b437f7cb1"
210-
integrity sha512-SGvyejbhW/dziRbzOroKX5bj8z/qtBOw7Q95C9CBbJQqBtFB2o4OxSM3MCO2u9noPp7B6DDaFGtXTx8ImPiO/A==
207+
eslint-plugin-security@^1.7.1:
208+
version "1.7.1"
209+
resolved "https://registry.yarnpkg.com/eslint-plugin-security/-/eslint-plugin-security-1.7.1.tgz#0e9c4a471f6e4d3ca16413c7a4a51f3966ba16e4"
210+
integrity sha512-sMStceig8AFglhhT2LqlU5r+/fn9OwsA72O5bBuQVTssPCdQAOQzL+oMn/ZcpeUY6KcNfLJArgcrsSULNjYYdQ==
211211
dependencies:
212212
safe-regex "^2.1.1"
213213

@@ -248,10 +248,10 @@ eslint-visitor-keys@^3.3.0:
248248
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
249249
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
250250

251-
eslint@^8.32.0:
252-
version "8.32.0"
253-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.32.0.tgz#d9690056bb6f1a302bd991e7090f5b68fbaea861"
254-
integrity sha512-nETVXpnthqKPFyuY2FNjz/bEd6nbosRgKbkgS/y1C7LJop96gYHWpiguLecMHQ2XCPxn77DS0P+68WzG6vkZSQ==
251+
eslint@^8.33.0:
252+
version "8.33.0"
253+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.33.0.tgz#02f110f32998cb598c6461f24f4d306e41ca33d7"
254+
integrity sha512-WjOpFQgKK8VrCnAtl8We0SUOy/oVZ5NHykyMiagV1M9r8IFpIJX7DduK6n1mpfhlG7T1NLWm2SuD8QB7KFySaA==
255255
dependencies:
256256
"@eslint/eslintrc" "^1.4.1"
257257
"@humanwhocodes/config-array" "^0.11.8"

packages/eslint-config-react/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"eslintconfig"
88
],
99
"dependencies": {
10-
"@typescript-eslint/parser": "^5.48.2",
10+
"@typescript-eslint/parser": "^5.51.0",
1111
"eslint-config-airbnb": "^19.0.4",
1212
"eslint-config-airbnb-typescript": "^17.0.0",
1313
"eslint-config-prettier": "^8.6.0",
@@ -26,26 +26,26 @@
2626
"eslint-plugin-promise": "^6.x",
2727
"eslint-plugin-react": "^7.x",
2828
"eslint-plugin-react-hooks": "^4.x",
29-
"eslint-plugin-simple-import-sort": "^9.x",
29+
"eslint-plugin-simple-import-sort": "^10.x",
3030
"eslint-plugin-tsdoc": "^0.x",
3131
"prettier": "^2.x",
3232
"typescript": "^4.x"
3333
},
3434
"devDependencies": {
35-
"@typescript-eslint/eslint-plugin": "^5.48.2",
36-
"eslint": "^8.32.0",
35+
"@typescript-eslint/eslint-plugin": "^5.51.0",
36+
"eslint": "^8.33.0",
3737
"eslint-plugin-import": "^2.27.5",
3838
"eslint-plugin-jsx-a11y": "^6.7.1",
3939
"eslint-plugin-mocha": "^10.1.0",
4040
"eslint-plugin-n": "^15.6.1",
4141
"eslint-plugin-prettier": "^4.2.1",
4242
"eslint-plugin-promise": "^6.1.1",
43-
"eslint-plugin-react": "^7.32.1",
43+
"eslint-plugin-react": "^7.32.2",
4444
"eslint-plugin-react-hooks": "^4.6.0",
45-
"eslint-plugin-simple-import-sort": "^9.0.0",
45+
"eslint-plugin-simple-import-sort": "^10.0.0",
4646
"eslint-plugin-tsdoc": "^0.2.17",
4747
"prettier": "^2.8.3",
48-
"typescript": "^4.9.4"
48+
"typescript": "^4.9.5"
4949
},
5050
"publishConfig": {
5151
"access": "public"

packages/eslint-config-react/yarn.lock

Lines changed: 76 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -1183,21 +1183,6 @@
11831183
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.13.tgz#da4bfd73f49bd541d28920ab0e2bf0ee80f71c91"
11841184
integrity sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==
11851185

1186-
"@typescript-eslint/eslint-plugin@^5.48.2":
1187-
version "5.48.2"
1188-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.48.2.tgz#112e6ae1e23a1dc8333ce82bb9c65c2608b4d8a3"
1189-
integrity sha512-sR0Gja9Ky1teIq4qJOl0nC+Tk64/uYdX+mi+5iB//MH8gwyx8e3SOyhEzeLZEFEEfCaLf8KJq+Bd/6je1t+CAg==
1190-
dependencies:
1191-
"@typescript-eslint/scope-manager" "5.48.2"
1192-
"@typescript-eslint/type-utils" "5.48.2"
1193-
"@typescript-eslint/utils" "5.48.2"
1194-
debug "^4.3.4"
1195-
ignore "^5.2.0"
1196-
natural-compare-lite "^1.4.0"
1197-
regexpp "^3.2.0"
1198-
semver "^7.3.7"
1199-
tsutils "^3.21.0"
1200-
12011186
"@typescript-eslint/eslint-plugin@^5.5.0":
12021187
version "5.32.0"
12031188
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.32.0.tgz#e27e38cffa4a61226327c874a7be965e9a861624"
@@ -1213,23 +1198,29 @@
12131198
semver "^7.3.7"
12141199
tsutils "^3.21.0"
12151200

1201+
"@typescript-eslint/eslint-plugin@^5.51.0":
1202+
version "5.51.0"
1203+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.51.0.tgz#da3f2819633061ced84bb82c53bba45a6fe9963a"
1204+
integrity sha512-wcAwhEWm1RgNd7dxD/o+nnLW8oH+6RK1OGnmbmkj/GGoDPV1WWMVP0FXYQBivKHdwM1pwii3bt//RC62EriIUQ==
1205+
dependencies:
1206+
"@typescript-eslint/scope-manager" "5.51.0"
1207+
"@typescript-eslint/type-utils" "5.51.0"
1208+
"@typescript-eslint/utils" "5.51.0"
1209+
debug "^4.3.4"
1210+
grapheme-splitter "^1.0.4"
1211+
ignore "^5.2.0"
1212+
natural-compare-lite "^1.4.0"
1213+
regexpp "^3.2.0"
1214+
semver "^7.3.7"
1215+
tsutils "^3.21.0"
1216+
12161217
"@typescript-eslint/experimental-utils@^5.0.0":
12171218
version "5.32.0"
12181219
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.32.0.tgz#e3e664e7e00be2a3fb1a53c49b51b66c20fdd906"
12191220
integrity sha512-/x72MkqLAoOQSOHFxdm17irJ1PNDWtdrMmfacaYniGT26nibak8vxEf9xmoVE+yTYL8N77I2icPtw89Yx6HvNg==
12201221
dependencies:
12211222
"@typescript-eslint/utils" "5.32.0"
12221223

1223-
"@typescript-eslint/parser@^5.48.2":
1224-
version "5.48.2"
1225-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.48.2.tgz#c9edef2a0922d26a37dba03be20c5fff378313b3"
1226-
integrity sha512-38zMsKsG2sIuM5Oi/olurGwYJXzmtdsHhn5mI/pQogP+BjYVkK5iRazCQ8RGS0V+YLk282uWElN70zAAUmaYHw==
1227-
dependencies:
1228-
"@typescript-eslint/scope-manager" "5.48.2"
1229-
"@typescript-eslint/types" "5.48.2"
1230-
"@typescript-eslint/typescript-estree" "5.48.2"
1231-
debug "^4.3.4"
1232-
12331224
"@typescript-eslint/parser@^5.5.0":
12341225
version "5.32.0"
12351226
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.32.0.tgz#1de243443bc6186fb153b9e395b842e46877ca5d"
@@ -1240,6 +1231,16 @@
12401231
"@typescript-eslint/typescript-estree" "5.32.0"
12411232
debug "^4.3.4"
12421233

1234+
"@typescript-eslint/parser@^5.51.0":
1235+
version "5.51.0"
1236+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.51.0.tgz#2d74626652096d966ef107f44b9479f02f51f271"
1237+
integrity sha512-fEV0R9gGmfpDeRzJXn+fGQKcl0inIeYobmmUWijZh9zA7bxJ8clPhV9up2ZQzATxAiFAECqPQyMDB4o4B81AaA==
1238+
dependencies:
1239+
"@typescript-eslint/scope-manager" "5.51.0"
1240+
"@typescript-eslint/types" "5.51.0"
1241+
"@typescript-eslint/typescript-estree" "5.51.0"
1242+
debug "^4.3.4"
1243+
12431244
"@typescript-eslint/scope-manager@5.32.0":
12441245
version "5.32.0"
12451246
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.32.0.tgz#763386e963a8def470580cc36cf9228864190b95"
@@ -1248,13 +1249,13 @@
12481249
"@typescript-eslint/types" "5.32.0"
12491250
"@typescript-eslint/visitor-keys" "5.32.0"
12501251

1251-
"@typescript-eslint/scope-manager@5.48.2":
1252-
version "5.48.2"
1253-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.48.2.tgz#bb7676cb78f1e94921eaab637a4b5d596f838abc"
1254-
integrity sha512-zEUFfonQid5KRDKoI3O+uP1GnrFd4tIHlvs+sTJXiWuypUWMuDaottkJuR612wQfOkjYbsaskSIURV9xo4f+Fw==
1252+
"@typescript-eslint/scope-manager@5.51.0":
1253+
version "5.51.0"
1254+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.51.0.tgz#ad3e3c2ecf762d9a4196c0fbfe19b142ac498990"
1255+
integrity sha512-gNpxRdlx5qw3yaHA0SFuTjW4rxeYhpHxt491PEcKF8Z6zpq0kMhe0Tolxt0qjlojS+/wArSDlj/LtE69xUJphQ==
12551256
dependencies:
1256-
"@typescript-eslint/types" "5.48.2"
1257-
"@typescript-eslint/visitor-keys" "5.48.2"
1257+
"@typescript-eslint/types" "5.51.0"
1258+
"@typescript-eslint/visitor-keys" "5.51.0"
12581259

12591260
"@typescript-eslint/type-utils@5.32.0":
12601261
version "5.32.0"
@@ -1265,13 +1266,13 @@
12651266
debug "^4.3.4"
12661267
tsutils "^3.21.0"
12671268

1268-
"@typescript-eslint/type-utils@5.48.2":
1269-
version "5.48.2"
1270-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.48.2.tgz#7d3aeca9fa37a7ab7e3d9056a99b42f342c48ad7"
1271-
integrity sha512-QVWx7J5sPMRiOMJp5dYshPxABRoZV1xbRirqSk8yuIIsu0nvMTZesKErEA3Oix1k+uvsk8Cs8TGJ6kQ0ndAcew==
1269+
"@typescript-eslint/type-utils@5.51.0":
1270+
version "5.51.0"
1271+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.51.0.tgz#7af48005531700b62a20963501d47dfb27095988"
1272+
integrity sha512-QHC5KKyfV8sNSyHqfNa0UbTbJ6caB8uhcx2hYcWVvJAZYJRBo5HyyZfzMdRx8nvS+GyMg56fugMzzWnojREuQQ==
12721273
dependencies:
1273-
"@typescript-eslint/typescript-estree" "5.48.2"
1274-
"@typescript-eslint/utils" "5.48.2"
1274+
"@typescript-eslint/typescript-estree" "5.51.0"
1275+
"@typescript-eslint/utils" "5.51.0"
12751276
debug "^4.3.4"
12761277
tsutils "^3.21.0"
12771278

@@ -1280,10 +1281,10 @@
12801281
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.32.0.tgz#484273021eeeae87ddb288f39586ef5efeb6dcd8"
12811282
integrity sha512-EBUKs68DOcT/EjGfzywp+f8wG9Zw6gj6BjWu7KV/IYllqKJFPlZlLSYw/PTvVyiRw50t6wVbgv4p9uE2h6sZrQ==
12821283

1283-
"@typescript-eslint/types@5.48.2":
1284-
version "5.48.2"
1285-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.48.2.tgz#635706abb1ec164137f92148f06f794438c97b8e"
1286-
integrity sha512-hE7dA77xxu7ByBc6KCzikgfRyBCTst6dZQpwaTy25iMYOnbNljDT4hjhrGEJJ0QoMjrfqrx+j1l1B9/LtKeuqA==
1284+
"@typescript-eslint/types@5.51.0":
1285+
version "5.51.0"
1286+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.51.0.tgz#e7c1622f46c7eea7e12bbf1edfb496d4dec37c90"
1287+
integrity sha512-SqOn0ANn/v6hFn0kjvLwiDi4AzR++CBZz0NV5AnusT2/3y32jdc0G4woXPWHCumWtUXZKPAS27/9vziSsC9jnw==
12871288

12881289
"@typescript-eslint/typescript-estree@5.32.0":
12891290
version "5.32.0"
@@ -1298,13 +1299,13 @@
12981299
semver "^7.3.7"
12991300
tsutils "^3.21.0"
13001301

1301-
"@typescript-eslint/typescript-estree@5.48.2":
1302-
version "5.48.2"
1303-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.48.2.tgz#6e206b462942b32383582a6c9251c05021cc21b0"
1304-
integrity sha512-bibvD3z6ilnoVxUBFEgkO0k0aFvUc4Cttt0dAreEr+nrAHhWzkO83PEVVuieK3DqcgL6VAK5dkzK8XUVja5Zcg==
1302+
"@typescript-eslint/typescript-estree@5.51.0":
1303+
version "5.51.0"
1304+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.51.0.tgz#0ec8170d7247a892c2b21845b06c11eb0718f8de"
1305+
integrity sha512-TSkNupHvNRkoH9FMA3w7TazVFcBPveAAmb7Sz+kArY6sLT86PA5Vx80cKlYmd8m3Ha2SwofM1KwraF24lM9FvA==
13051306
dependencies:
1306-
"@typescript-eslint/types" "5.48.2"
1307-
"@typescript-eslint/visitor-keys" "5.48.2"
1307+
"@typescript-eslint/types" "5.51.0"
1308+
"@typescript-eslint/visitor-keys" "5.51.0"
13081309
debug "^4.3.4"
13091310
globby "^11.1.0"
13101311
is-glob "^4.0.3"
@@ -1323,16 +1324,16 @@
13231324
eslint-scope "^5.1.1"
13241325
eslint-utils "^3.0.0"
13251326

1326-
"@typescript-eslint/utils@5.48.2":
1327-
version "5.48.2"
1328-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.48.2.tgz#3777a91dcb22b8499a25519e06eef2e9569295a3"
1329-
integrity sha512-2h18c0d7jgkw6tdKTlNaM7wyopbLRBiit8oAxoP89YnuBOzCZ8g8aBCaCqq7h208qUTroL7Whgzam7UY3HVLow==
1327+
"@typescript-eslint/utils@5.51.0":
1328+
version "5.51.0"
1329+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.51.0.tgz#074f4fabd5b12afe9c8aa6fdee881c050f8b4d47"
1330+
integrity sha512-76qs+5KWcaatmwtwsDJvBk4H76RJQBFe+Gext0EfJdC3Vd2kpY2Pf//OHHzHp84Ciw0/rYoGTDnIAr3uWhhJYw==
13301331
dependencies:
13311332
"@types/json-schema" "^7.0.9"
13321333
"@types/semver" "^7.3.12"
1333-
"@typescript-eslint/scope-manager" "5.48.2"
1334-
"@typescript-eslint/types" "5.48.2"
1335-
"@typescript-eslint/typescript-estree" "5.48.2"
1334+
"@typescript-eslint/scope-manager" "5.51.0"
1335+
"@typescript-eslint/types" "5.51.0"
1336+
"@typescript-eslint/typescript-estree" "5.51.0"
13361337
eslint-scope "^5.1.1"
13371338
eslint-utils "^3.0.0"
13381339
semver "^7.3.7"
@@ -1345,12 +1346,12 @@
13451346
"@typescript-eslint/types" "5.32.0"
13461347
eslint-visitor-keys "^3.3.0"
13471348

1348-
"@typescript-eslint/visitor-keys@5.48.2":
1349-
version "5.48.2"
1350-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.48.2.tgz#c247582a0bcce467461d7b696513bf9455000060"
1351-
integrity sha512-z9njZLSkwmjFWUelGEwEbdf4NwKvfHxvGC0OcGN1Hp/XNDIcJ7D5DpPNPv6x6/mFvc1tQHsaWmpD/a4gOvvCJQ==
1349+
"@typescript-eslint/visitor-keys@5.51.0":
1350+
version "5.51.0"
1351+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.51.0.tgz#c0147dd9a36c0de758aaebd5b48cae1ec59eba87"
1352+
integrity sha512-Oh2+eTdjHjOFjKA27sxESlA87YPSOJafGCR0md5oeMdh1ZcCfAGCIOL216uTBAkAIptvLIfKQhl7lHxMJet4GQ==
13521353
dependencies:
1353-
"@typescript-eslint/types" "5.48.2"
1354+
"@typescript-eslint/types" "5.51.0"
13541355
eslint-visitor-keys "^3.3.0"
13551356

13561357
acorn-jsx@^5.3.2:
@@ -2214,10 +2215,10 @@ eslint-plugin-react@^7.27.1:
22142215
semver "^6.3.0"
22152216
string.prototype.matchall "^4.0.7"
22162217

2217-
eslint-plugin-react@^7.32.1:
2218-
version "7.32.1"
2219-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.32.1.tgz#88cdeb4065da8ca0b64e1274404f53a0f9890200"
2220-
integrity sha512-vOjdgyd0ZHBXNsmvU+785xY8Bfe57EFbTYYk8XrROzWpr9QBvpjITvAXt9xqcE6+8cjR/g1+mfumPToxsl1www==
2218+
eslint-plugin-react@^7.32.2:
2219+
version "7.32.2"
2220+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.32.2.tgz#e71f21c7c265ebce01bcbc9d0955170c55571f10"
2221+
integrity sha512-t2fBMa+XzonrrNkyVirzKlvn5RXzzPwRHtMvLAtVZrt8oxgnTQaYbU6SXTOO1mwQgp1y5+toMSKInnzGr0Knqg==
22212222
dependencies:
22222223
array-includes "^3.1.6"
22232224
array.prototype.flatmap "^1.3.1"
@@ -2235,10 +2236,10 @@ eslint-plugin-react@^7.32.1:
22352236
semver "^6.3.0"
22362237
string.prototype.matchall "^4.0.8"
22372238

2238-
eslint-plugin-simple-import-sort@^9.0.0:
2239-
version "9.0.0"
2240-
resolved "https://registry.yarnpkg.com/eslint-plugin-simple-import-sort/-/eslint-plugin-simple-import-sort-9.0.0.tgz#04c97f06a2e526afd40e0ac694b70d1aaaec1aef"
2241-
integrity sha512-PtrLjyXP8kjRneWT1n0b99y/2Fyup37we7FVoWsI61/O7x4ztLohzhep/pxI/cYlECr/cQ2j6utckdvWpVwXNA==
2239+
eslint-plugin-simple-import-sort@^10.0.0:
2240+
version "10.0.0"
2241+
resolved "https://registry.yarnpkg.com/eslint-plugin-simple-import-sort/-/eslint-plugin-simple-import-sort-10.0.0.tgz#cc4ceaa81ba73252427062705b64321946f61351"
2242+
integrity sha512-AeTvO9UCMSNzIHRkg8S6c3RPy5YEwKWSQPx3DYghLedo2ZQxowPFLGDN1AZ2evfg6r6mjBSZSLxLFsWSu3acsw==
22422243

22432244
eslint-plugin-testing-library@^5.0.1:
22442245
version "5.6.0"
@@ -2300,10 +2301,10 @@ eslint-visitor-keys@^3.3.0:
23002301
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
23012302
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
23022303

2303-
eslint@^8.32.0:
2304-
version "8.32.0"
2305-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.32.0.tgz#d9690056bb6f1a302bd991e7090f5b68fbaea861"
2306-
integrity sha512-nETVXpnthqKPFyuY2FNjz/bEd6nbosRgKbkgS/y1C7LJop96gYHWpiguLecMHQ2XCPxn77DS0P+68WzG6vkZSQ==
2304+
eslint@^8.33.0:
2305+
version "8.33.0"
2306+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.33.0.tgz#02f110f32998cb598c6461f24f4d306e41ca33d7"
2307+
integrity sha512-WjOpFQgKK8VrCnAtl8We0SUOy/oVZ5NHykyMiagV1M9r8IFpIJX7DduK6n1mpfhlG7T1NLWm2SuD8QB7KFySaA==
23072308
dependencies:
23082309
"@eslint/eslintrc" "^1.4.1"
23092310
"@humanwhocodes/config-array" "^0.11.8"
@@ -3702,10 +3703,10 @@ typed-array-length@^1.0.4:
37023703
for-each "^0.3.3"
37033704
is-typed-array "^1.1.9"
37043705

3705-
typescript@^4.9.4:
3706-
version "4.9.4"
3707-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.4.tgz#a2a3d2756c079abda241d75f149df9d561091e78"
3708-
integrity sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg==
3706+
typescript@^4.9.5:
3707+
version "4.9.5"
3708+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
3709+
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
37093710

37103711
unbox-primitive@^1.0.2:
37113712
version "1.0.2"

packages/eslint-config-typescript/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"eslintconfig"
88
],
99
"dependencies": {
10-
"@typescript-eslint/parser": "^5.48.2",
10+
"@typescript-eslint/parser": "^5.51.0",
1111
"eslint-config-airbnb-base": "^15.0.0",
1212
"eslint-config-airbnb-typescript": "^17.0.0",
1313
"eslint-config-prettier": "^8.6.0",
@@ -22,23 +22,23 @@
2222
"eslint-plugin-n": "^15.x",
2323
"eslint-plugin-prettier": "^4.x",
2424
"eslint-plugin-promise": "^6.x",
25-
"eslint-plugin-simple-import-sort": "^9.x",
25+
"eslint-plugin-simple-import-sort": "^10.x",
2626
"eslint-plugin-tsdoc": "^0.x",
2727
"prettier": "^2.x",
2828
"typescript": "^4.x"
2929
},
3030
"devDependencies": {
31-
"@typescript-eslint/eslint-plugin": "^5.48.2",
32-
"eslint": "^8.32.0",
31+
"@typescript-eslint/eslint-plugin": "^5.51.0",
32+
"eslint": "^8.33.0",
3333
"eslint-plugin-import": "^2.27.5",
3434
"eslint-plugin-mocha": "^10.1.0",
3535
"eslint-plugin-n": "^15.6.1",
3636
"eslint-plugin-prettier": "^4.2.1",
3737
"eslint-plugin-promise": "^6.1.1",
38-
"eslint-plugin-simple-import-sort": "^9.0.0",
38+
"eslint-plugin-simple-import-sort": "^10.0.0",
3939
"eslint-plugin-tsdoc": "^0.2.17",
4040
"prettier": "^2.8.3",
41-
"typescript": "^4.9.4"
41+
"typescript": "^4.9.5"
4242
},
4343
"publishConfig": {
4444
"access": "public"

0 commit comments

Comments
 (0)