Skip to content

Commit 0162ab0

Browse files
committed
chore(deps): update all non-major dependencies
1 parent 5dbae96 commit 0162ab0

2 files changed

Lines changed: 111 additions & 105 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,14 @@
6262
"@4c/prettier-config": "^1.1.0",
6363
"@4c/tsconfig": "^0.4.1",
6464
"@babel/cli": "^7.19.3",
65-
"@babel/core": "^7.19.3",
65+
"@babel/core": "^7.19.6",
6666
"@babel/preset-typescript": "^7.18.6",
6767
"@types/express": "^4.17.14",
6868
"@types/jest": "^27.5.2",
6969
"@types/jsonwebtoken": "^8.5.9",
7070
"@types/redis": "^2.8.32",
71-
"@typescript-eslint/eslint-plugin": "^5.40.0",
72-
"@typescript-eslint/parser": "^5.40.0",
71+
"@typescript-eslint/eslint-plugin": "^5.40.1",
72+
"@typescript-eslint/parser": "^5.40.1",
7373
"babel-jest": "^27.5.1",
7474
"codecov": "^3.8.3",
7575
"eslint-config-4catalyzer": "^1.5.0",

yarn.lock

Lines changed: 108 additions & 102 deletions
Original file line numberDiff line numberDiff line change
@@ -214,21 +214,21 @@
214214
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.19.3.tgz#707b939793f867f5a73b2666e6d9a3396eb03151"
215215
integrity sha512-prBHMK4JYYK+wDjJF1q99KK4JLL+egWS4nmNqdlMUgCExMZ+iZW0hGhyC3VEbsPjvaN0TBhW//VIFwBrk8sEiw==
216216

217-
"@babel/core@^7.0.0", "@babel/core@^7.1.0", "@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.15.5", "@babel/core@^7.19.3", "@babel/core@^7.7.2", "@babel/core@^7.8.0", "@babel/core@^7.9.0":
218-
version "7.19.3"
219-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.19.3.tgz#2519f62a51458f43b682d61583c3810e7dcee64c"
220-
integrity sha512-WneDJxdsjEvyKtXKsaBGbDeiyOjR5vYq4HcShxnIbG0qixpoHjI3MqeZM9NDvsojNCEBItQE4juOo/bU6e72gQ==
217+
"@babel/core@^7.0.0", "@babel/core@^7.1.0", "@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.15.5", "@babel/core@^7.19.6", "@babel/core@^7.7.2", "@babel/core@^7.8.0", "@babel/core@^7.9.0":
218+
version "7.19.6"
219+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.19.6.tgz#7122ae4f5c5a37c0946c066149abd8e75f81540f"
220+
integrity sha512-D2Ue4KHpc6Ys2+AxpIx1BZ8+UegLLLE2p3KJEuJRKmokHOtl49jQ5ny1773KsGLZs8MQvBidAF6yWUJxRqtKtg==
221221
dependencies:
222222
"@ampproject/remapping" "^2.1.0"
223223
"@babel/code-frame" "^7.18.6"
224-
"@babel/generator" "^7.19.3"
224+
"@babel/generator" "^7.19.6"
225225
"@babel/helper-compilation-targets" "^7.19.3"
226-
"@babel/helper-module-transforms" "^7.19.0"
227-
"@babel/helpers" "^7.19.0"
228-
"@babel/parser" "^7.19.3"
226+
"@babel/helper-module-transforms" "^7.19.6"
227+
"@babel/helpers" "^7.19.4"
228+
"@babel/parser" "^7.19.6"
229229
"@babel/template" "^7.18.10"
230-
"@babel/traverse" "^7.19.3"
231-
"@babel/types" "^7.19.3"
230+
"@babel/traverse" "^7.19.6"
231+
"@babel/types" "^7.19.4"
232232
convert-source-map "^1.7.0"
233233
debug "^4.1.0"
234234
gensync "^1.0.0-beta.2"
@@ -244,12 +244,12 @@
244244
eslint-visitor-keys "^2.1.0"
245245
semver "^6.3.0"
246246

247-
"@babel/generator@^7.19.3", "@babel/generator@^7.7.2":
248-
version "7.19.3"
249-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.19.3.tgz#d7f4d1300485b4547cb6f94b27d10d237b42bf59"
250-
integrity sha512-fqVZnmp1ncvZU757UzDheKZpfPgatqY59XtW2/j/18H7u76akb8xqvjw82f+i2UKd/ksYsSick/BCLQUUtJ/qQ==
247+
"@babel/generator@^7.19.6", "@babel/generator@^7.7.2":
248+
version "7.19.6"
249+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.19.6.tgz#9e481a3fe9ca6261c972645ae3904ec0f9b34a1d"
250+
integrity sha512-oHGRUQeoX1QrKeJIKVe0hwjGqNnVYsM5Nep5zo0uE0m42sLH+Fsd2pStJ5sRM1bNyTUUoz0pe2lTeMJrb/taTA==
251251
dependencies:
252-
"@babel/types" "^7.19.3"
252+
"@babel/types" "^7.19.4"
253253
"@jridgewell/gen-mapping" "^0.3.2"
254254
jsesc "^2.5.1"
255255

@@ -354,19 +354,19 @@
354354
dependencies:
355355
"@babel/types" "^7.18.6"
356356

357-
"@babel/helper-module-transforms@^7.16.7", "@babel/helper-module-transforms@^7.19.0":
358-
version "7.19.0"
359-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.19.0.tgz#309b230f04e22c58c6a2c0c0c7e50b216d350c30"
360-
integrity sha512-3HBZ377Fe14RbLIA+ac3sY4PTgpxHVkFrESaWhoI5PuyXPBBX8+C34qblV9G89ZtycGJCmCI/Ut+VUDK4bltNQ==
357+
"@babel/helper-module-transforms@^7.16.7", "@babel/helper-module-transforms@^7.19.6":
358+
version "7.19.6"
359+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.19.6.tgz#6c52cc3ac63b70952d33ee987cbee1c9368b533f"
360+
integrity sha512-fCmcfQo/KYr/VXXDIyd3CBGZ6AFhPFy1TfSEJ+PilGVlQT6jcbqtHAM4C1EciRqMza7/TpOUZliuSH+U6HAhJw==
361361
dependencies:
362362
"@babel/helper-environment-visitor" "^7.18.9"
363363
"@babel/helper-module-imports" "^7.18.6"
364-
"@babel/helper-simple-access" "^7.18.6"
364+
"@babel/helper-simple-access" "^7.19.4"
365365
"@babel/helper-split-export-declaration" "^7.18.6"
366-
"@babel/helper-validator-identifier" "^7.18.6"
366+
"@babel/helper-validator-identifier" "^7.19.1"
367367
"@babel/template" "^7.18.10"
368-
"@babel/traverse" "^7.19.0"
369-
"@babel/types" "^7.19.0"
368+
"@babel/traverse" "^7.19.6"
369+
"@babel/types" "^7.19.4"
370370

371371
"@babel/helper-optimise-call-expression@^7.16.7", "@babel/helper-optimise-call-expression@^7.18.6":
372372
version "7.18.6"
@@ -400,12 +400,12 @@
400400
"@babel/traverse" "^7.18.6"
401401
"@babel/types" "^7.18.6"
402402

403-
"@babel/helper-simple-access@^7.16.7", "@babel/helper-simple-access@^7.18.6":
404-
version "7.18.6"
405-
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.18.6.tgz#d6d8f51f4ac2978068df934b569f08f29788c7ea"
406-
integrity sha512-iNpIgTgyAvDQpDj76POqg+YEt8fPxx3yaNBg3S30dxNKm2SWfYhD0TGrK/Eu9wHpUW63VQU894TsTg+GLbUa1g==
403+
"@babel/helper-simple-access@^7.16.7", "@babel/helper-simple-access@^7.19.4":
404+
version "7.19.4"
405+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.19.4.tgz#be553f4951ac6352df2567f7daa19a0ee15668e7"
406+
integrity sha512-f9Xq6WqBFqaDfbCzn2w85hwklswz5qsKlh7f08w4Y9yhJHpnNC0QemtSkK5YyOY8kPGvyiwdzZksGUhnGdaUIg==
407407
dependencies:
408-
"@babel/types" "^7.18.6"
408+
"@babel/types" "^7.19.4"
409409

410410
"@babel/helper-skip-transparent-expression-wrappers@^7.16.0":
411411
version "7.16.0"
@@ -421,10 +421,10 @@
421421
dependencies:
422422
"@babel/types" "^7.18.6"
423423

424-
"@babel/helper-string-parser@^7.18.10":
425-
version "7.18.10"
426-
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.18.10.tgz#181f22d28ebe1b3857fa575f5c290b1aaf659b56"
427-
integrity sha512-XtIfWmeNY3i4t7t4D2t02q50HvqHybPqW2ki1kosnvWCwuCMeo81Jf0gwr85jy/neUdg5XDdeFE/80DXiO+njw==
424+
"@babel/helper-string-parser@^7.19.4":
425+
version "7.19.4"
426+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63"
427+
integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==
428428

429429
"@babel/helper-validator-identifier@^7.16.7", "@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1":
430430
version "7.19.1"
@@ -446,14 +446,14 @@
446446
"@babel/traverse" "^7.16.8"
447447
"@babel/types" "^7.16.8"
448448

449-
"@babel/helpers@^7.19.0":
450-
version "7.19.0"
451-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.19.0.tgz#f30534657faf246ae96551d88dd31e9d1fa1fc18"
452-
integrity sha512-DRBCKGwIEdqY3+rPJgG/dKfQy9+08rHIAJx8q2p+HSWP87s2HCrQmaAMMyMll2kIXKCW0cO1RdQskx15Xakftg==
449+
"@babel/helpers@^7.19.4":
450+
version "7.19.4"
451+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.19.4.tgz#42154945f87b8148df7203a25c31ba9a73be46c5"
452+
integrity sha512-G+z3aOx2nfDHwX/kyVii5fJq+bgscg89/dJNWpYeKeBv3v9xX8EIabmx1k6u9LS04H7nROFVRVK+e3k0VHp+sw==
453453
dependencies:
454454
"@babel/template" "^7.18.10"
455-
"@babel/traverse" "^7.19.0"
456-
"@babel/types" "^7.19.0"
455+
"@babel/traverse" "^7.19.4"
456+
"@babel/types" "^7.19.4"
457457

458458
"@babel/highlight@^7.10.4", "@babel/highlight@^7.18.6":
459459
version "7.18.6"
@@ -464,10 +464,10 @@
464464
chalk "^2.0.0"
465465
js-tokens "^4.0.0"
466466

467-
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.18.10", "@babel/parser@^7.19.3":
468-
version "7.19.3"
469-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.3.tgz#8dd36d17c53ff347f9e55c328710321b49479a9a"
470-
integrity sha512-pJ9xOlNWHiy9+FuFP09DEAFbAn4JskgRsVcc169w2xRBC3FRGuQEwjeIMMND9L2zc0iEhO/tGv4Zq+km+hxNpQ==
467+
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.18.10", "@babel/parser@^7.19.6":
468+
version "7.19.6"
469+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.6.tgz#b923430cb94f58a7eae8facbffa9efd19130e7f8"
470+
integrity sha512-h1IUp81s2JYJ3mRkdxJgs4UvmSsRvDrx5ICSJbPvtWYv5i1nTBGcBpnog+89rAFMwvvru6E5NUHdBe01UeSzYA==
471471

472472
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.7":
473473
version "7.16.7"
@@ -1213,28 +1213,28 @@
12131213
"@babel/parser" "^7.18.10"
12141214
"@babel/types" "^7.18.10"
12151215

1216-
"@babel/traverse@^7.13.0", "@babel/traverse@^7.16.8", "@babel/traverse@^7.18.6", "@babel/traverse@^7.19.0", "@babel/traverse@^7.19.3", "@babel/traverse@^7.7.2":
1217-
version "7.19.3"
1218-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.3.tgz#3a3c5348d4988ba60884e8494b0592b2f15a04b4"
1219-
integrity sha512-qh5yf6149zhq2sgIXmwjnsvmnNQC2iw70UFjp4olxucKrWd/dvlUsBI88VSLUsnMNF7/vnOiA+nk1+yLoCqROQ==
1216+
"@babel/traverse@^7.13.0", "@babel/traverse@^7.16.8", "@babel/traverse@^7.18.6", "@babel/traverse@^7.19.4", "@babel/traverse@^7.19.6", "@babel/traverse@^7.7.2":
1217+
version "7.19.6"
1218+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.6.tgz#7b4c865611df6d99cb131eec2e8ac71656a490dc"
1219+
integrity sha512-6l5HrUCzFM04mfbG09AagtYyR2P0B71B1wN7PfSPiksDPz2k5H9CBC1tcZpz2M8OxbKTPccByoOJ22rUKbpmQQ==
12201220
dependencies:
12211221
"@babel/code-frame" "^7.18.6"
1222-
"@babel/generator" "^7.19.3"
1222+
"@babel/generator" "^7.19.6"
12231223
"@babel/helper-environment-visitor" "^7.18.9"
12241224
"@babel/helper-function-name" "^7.19.0"
12251225
"@babel/helper-hoist-variables" "^7.18.6"
12261226
"@babel/helper-split-export-declaration" "^7.18.6"
1227-
"@babel/parser" "^7.19.3"
1228-
"@babel/types" "^7.19.3"
1227+
"@babel/parser" "^7.19.6"
1228+
"@babel/types" "^7.19.4"
12291229
debug "^4.1.0"
12301230
globals "^11.1.0"
12311231

1232-
"@babel/types@^7.0.0", "@babel/types@^7.16.0", "@babel/types@^7.16.7", "@babel/types@^7.16.8", "@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.19.0", "@babel/types@^7.19.3", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.9.5":
1233-
version "7.19.3"
1234-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.3.tgz#fc420e6bbe54880bce6779ffaf315f5e43ec9624"
1235-
integrity sha512-hGCaQzIY22DJlDh9CH7NOxgKkFjBk0Cw9xDO1Xmh2151ti7wiGfQ3LauXzL4HP1fmFlTX6XjpRETTpUcv7wQLw==
1232+
"@babel/types@^7.0.0", "@babel/types@^7.16.0", "@babel/types@^7.16.7", "@babel/types@^7.16.8", "@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.19.0", "@babel/types@^7.19.4", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.9.5":
1233+
version "7.19.4"
1234+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.4.tgz#0dd5c91c573a202d600490a35b33246fed8a41c7"
1235+
integrity sha512-M5LK7nAeS6+9j7hAq+b3fQs+pNfUtTGq+yFFfHnauFA8zQtLRfmuipmsKDKKLuyG+wC8ABW43A153YNawNTEtw==
12361236
dependencies:
1237-
"@babel/helper-string-parser" "^7.18.10"
1237+
"@babel/helper-string-parser" "^7.19.4"
12381238
"@babel/helper-validator-identifier" "^7.19.1"
12391239
to-fast-properties "^2.0.0"
12401240

@@ -2269,6 +2269,11 @@
22692269
dependencies:
22702270
schema-utils "*"
22712271

2272+
"@types/semver@^7.3.12":
2273+
version "7.3.12"
2274+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.12.tgz#920447fdd78d76b19de0438b7f60df3c4a80bf1c"
2275+
integrity sha512-WwA1MW0++RfXmCr12xeYOOC5baSC9mSb0ZqCquFzKhcoF4TvHu5MKOuXsncgZcpVFhB1pXd5hZmM0ryAoCp12A==
2276+
22722277
"@types/serve-static@*":
22732278
version "1.13.7"
22742279
resolved "https://registry.yarnpkg.com/@types/serve-static/-/serve-static-1.13.7.tgz#e51b51a0becda910f9fd04c718044da69d6c492e"
@@ -2308,85 +2313,86 @@
23082313
dependencies:
23092314
"@types/yargs-parser" "*"
23102315

2311-
"@typescript-eslint/eslint-plugin@^5.40.0":
2312-
version "5.40.0"
2313-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.40.0.tgz#0159bb71410eec563968288a17bd4478cdb685bd"
2314-
integrity sha512-FIBZgS3DVJgqPwJzvZTuH4HNsZhHMa9SjxTKAZTlMsPw/UzpEjcf9f4dfgDJEHjK+HboUJo123Eshl6niwEm/Q==
2316+
"@typescript-eslint/eslint-plugin@^5.40.1":
2317+
version "5.40.1"
2318+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.40.1.tgz#3203a6ff396b1194083faaa6e5110c401201d7d5"
2319+
integrity sha512-FsWboKkWdytGiXT5O1/R9j37YgcjO8MKHSUmWnIEjVaz0krHkplPnYi7mwdb+5+cs0toFNQb0HIrN7zONdIEWg==
23152320
dependencies:
2316-
"@typescript-eslint/scope-manager" "5.40.0"
2317-
"@typescript-eslint/type-utils" "5.40.0"
2318-
"@typescript-eslint/utils" "5.40.0"
2321+
"@typescript-eslint/scope-manager" "5.40.1"
2322+
"@typescript-eslint/type-utils" "5.40.1"
2323+
"@typescript-eslint/utils" "5.40.1"
23192324
debug "^4.3.4"
23202325
ignore "^5.2.0"
23212326
regexpp "^3.2.0"
23222327
semver "^7.3.7"
23232328
tsutils "^3.21.0"
23242329

2325-
"@typescript-eslint/parser@^5.40.0":
2326-
version "5.40.0"
2327-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.40.0.tgz#432bddc1fe9154945660f67c1ba6d44de5014840"
2328-
integrity sha512-Ah5gqyX2ySkiuYeOIDg7ap51/b63QgWZA7w6AHtFrag7aH0lRQPbLzUjk0c9o5/KZ6JRkTTDKShL4AUrQa6/hw==
2330+
"@typescript-eslint/parser@^5.40.1":
2331+
version "5.40.1"
2332+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.40.1.tgz#e7f8295dd8154d0d37d661ddd8e2f0ecfdee28dd"
2333+
integrity sha512-IK6x55va5w4YvXd4b3VrXQPldV9vQTxi5ov+g4pMANsXPTXOcfjx08CRR1Dfrcc51syPtXHF5bgLlMHYFrvQtg==
23292334
dependencies:
2330-
"@typescript-eslint/scope-manager" "5.40.0"
2331-
"@typescript-eslint/types" "5.40.0"
2332-
"@typescript-eslint/typescript-estree" "5.40.0"
2335+
"@typescript-eslint/scope-manager" "5.40.1"
2336+
"@typescript-eslint/types" "5.40.1"
2337+
"@typescript-eslint/typescript-estree" "5.40.1"
23332338
debug "^4.3.4"
23342339

2335-
"@typescript-eslint/scope-manager@5.40.0":
2336-
version "5.40.0"
2337-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.40.0.tgz#d6ea782c8e3a2371ba3ea31458dcbdc934668fc4"
2338-
integrity sha512-d3nPmjUeZtEWRvyReMI4I1MwPGC63E8pDoHy0BnrYjnJgilBD3hv7XOiETKLY/zTwI7kCnBDf2vWTRUVpYw0Uw==
2340+
"@typescript-eslint/scope-manager@5.40.1":
2341+
version "5.40.1"
2342+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.40.1.tgz#a7a5197dfd234622a2421ea590ee0ccc02e18dfe"
2343+
integrity sha512-jkn4xsJiUQucI16OLCXrLRXDZ3afKhOIqXs4R3O+M00hdQLKR58WuyXPZZjhKLFCEP2g+TXdBRtLQ33UfAdRUg==
23392344
dependencies:
2340-
"@typescript-eslint/types" "5.40.0"
2341-
"@typescript-eslint/visitor-keys" "5.40.0"
2345+
"@typescript-eslint/types" "5.40.1"
2346+
"@typescript-eslint/visitor-keys" "5.40.1"
23422347

2343-
"@typescript-eslint/type-utils@5.40.0":
2344-
version "5.40.0"
2345-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.40.0.tgz#4964099d0158355e72d67a370249d7fc03331126"
2346-
integrity sha512-nfuSdKEZY2TpnPz5covjJqav+g5qeBqwSHKBvz7Vm1SAfy93SwKk/JeSTymruDGItTwNijSsno5LhOHRS1pcfw==
2348+
"@typescript-eslint/type-utils@5.40.1":
2349+
version "5.40.1"
2350+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.40.1.tgz#091e4ce3bebbdb68f4980bae9dee2e4e1725f601"
2351+
integrity sha512-DLAs+AHQOe6n5LRraXiv27IYPhleF0ldEmx6yBqBgBLaNRKTkffhV1RPsjoJBhVup2zHxfaRtan8/YRBgYhU9Q==
23472352
dependencies:
2348-
"@typescript-eslint/typescript-estree" "5.40.0"
2349-
"@typescript-eslint/utils" "5.40.0"
2353+
"@typescript-eslint/typescript-estree" "5.40.1"
2354+
"@typescript-eslint/utils" "5.40.1"
23502355
debug "^4.3.4"
23512356
tsutils "^3.21.0"
23522357

2353-
"@typescript-eslint/types@5.40.0":
2354-
version "5.40.0"
2355-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.40.0.tgz#8de07e118a10b8f63c99e174a3860f75608c822e"
2356-
integrity sha512-V1KdQRTXsYpf1Y1fXCeZ+uhjW48Niiw0VGt4V8yzuaDTU8Z1Xl7yQDyQNqyAFcVhpYXIVCEuxSIWTsLDpHgTbw==
2358+
"@typescript-eslint/types@5.40.1":
2359+
version "5.40.1"
2360+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.40.1.tgz#de37f4f64de731ee454bb2085d71030aa832f749"
2361+
integrity sha512-Icg9kiuVJSwdzSQvtdGspOlWNjVDnF3qVIKXdJ103o36yRprdl3Ge5cABQx+csx960nuMF21v8qvO31v9t3OHw==
23572362

2358-
"@typescript-eslint/typescript-estree@5.40.0":
2359-
version "5.40.0"
2360-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.40.0.tgz#e305e6a5d65226efa5471ee0f12e0ffaab6d3075"
2361-
integrity sha512-b0GYlDj8TLTOqwX7EGbw2gL5EXS2CPEWhF9nGJiGmEcmlpNBjyHsTwbqpyIEPVpl6br4UcBOYlcI2FJVtJkYhg==
2363+
"@typescript-eslint/typescript-estree@5.40.1":
2364+
version "5.40.1"
2365+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.40.1.tgz#9a7d25492f02c69882ce5e0cd1857b0c55645d72"
2366+
integrity sha512-5QTP/nW5+60jBcEPfXy/EZL01qrl9GZtbgDZtDPlfW5zj/zjNrdI2B5zMUHmOsfvOr2cWqwVdWjobCiHcedmQA==
23622367
dependencies:
2363-
"@typescript-eslint/types" "5.40.0"
2364-
"@typescript-eslint/visitor-keys" "5.40.0"
2368+
"@typescript-eslint/types" "5.40.1"
2369+
"@typescript-eslint/visitor-keys" "5.40.1"
23652370
debug "^4.3.4"
23662371
globby "^11.1.0"
23672372
is-glob "^4.0.3"
23682373
semver "^7.3.7"
23692374
tsutils "^3.21.0"
23702375

2371-
"@typescript-eslint/utils@5.40.0", "@typescript-eslint/utils@^5.10.0":
2372-
version "5.40.0"
2373-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.40.0.tgz#647f56a875fd09d33c6abd70913c3dd50759b772"
2374-
integrity sha512-MO0y3T5BQ5+tkkuYZJBjePewsY+cQnfkYeRqS6tPh28niiIwPnQ1t59CSRcs1ZwJJNOdWw7rv9pF8aP58IMihA==
2376+
"@typescript-eslint/utils@5.40.1", "@typescript-eslint/utils@^5.10.0":
2377+
version "5.40.1"
2378+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.40.1.tgz#3204fb73a559d3b7bab7dc9d3c44487c2734a9ca"
2379+
integrity sha512-a2TAVScoX9fjryNrW6BZRnreDUszxqm9eQ9Esv8n5nXApMW0zeANUYlwh/DED04SC/ifuBvXgZpIK5xeJHQ3aw==
23752380
dependencies:
23762381
"@types/json-schema" "^7.0.9"
2377-
"@typescript-eslint/scope-manager" "5.40.0"
2378-
"@typescript-eslint/types" "5.40.0"
2379-
"@typescript-eslint/typescript-estree" "5.40.0"
2382+
"@types/semver" "^7.3.12"
2383+
"@typescript-eslint/scope-manager" "5.40.1"
2384+
"@typescript-eslint/types" "5.40.1"
2385+
"@typescript-eslint/typescript-estree" "5.40.1"
23802386
eslint-scope "^5.1.1"
23812387
eslint-utils "^3.0.0"
23822388
semver "^7.3.7"
23832389

2384-
"@typescript-eslint/visitor-keys@5.40.0":
2385-
version "5.40.0"
2386-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.40.0.tgz#dd2d38097f68e0d2e1e06cb9f73c0173aca54b68"
2387-
integrity sha512-ijJ+6yig+x9XplEpG2K6FUdJeQGGj/15U3S56W9IqXKJqleuD7zJ2AX/miLezwxpd7ZxDAqO87zWufKg+RPZyQ==
2390+
"@typescript-eslint/visitor-keys@5.40.1":
2391+
version "5.40.1"
2392+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.40.1.tgz#f3d2bf5af192f4432b84cec6fdcb387193518754"
2393+
integrity sha512-A2DGmeZ+FMja0geX5rww+DpvILpwo1OsiQs0M+joPWJYsiEFBLsH0y1oFymPNul6Z5okSmHpP4ivkc2N0Cgfkw==
23882394
dependencies:
2389-
"@typescript-eslint/types" "5.40.0"
2395+
"@typescript-eslint/types" "5.40.1"
23902396
eslint-visitor-keys "^3.3.0"
23912397

23922398
JSONStream@^1.0.4:

0 commit comments

Comments
 (0)