Skip to content

Commit 222a1b9

Browse files
committed
chore(deps): update all non-major dependencies to ^5.42.1
1 parent d378b11 commit 222a1b9

2 files changed

Lines changed: 51 additions & 51 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@
6868
"@types/jest": "^27.5.2",
6969
"@types/jsonwebtoken": "^8.5.9",
7070
"@types/redis": "^2.8.32",
71-
"@typescript-eslint/eslint-plugin": "^5.42.0",
72-
"@typescript-eslint/parser": "^5.42.0",
71+
"@typescript-eslint/eslint-plugin": "^5.42.1",
72+
"@typescript-eslint/parser": "^5.42.1",
7373
"babel-jest": "^27.5.1",
7474
"codecov": "^3.8.3",
7575
"eslint-config-4catalyzer": "^1.5.0",

yarn.lock

Lines changed: 49 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -2313,87 +2313,87 @@
23132313
dependencies:
23142314
"@types/yargs-parser" "*"
23152315

2316-
"@typescript-eslint/eslint-plugin@^5.42.0":
2317-
version "5.42.0"
2318-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.42.0.tgz#36a8c0c379870127059889a9cc7e05c260d2aaa5"
2319-
integrity sha512-5TJh2AgL6+wpL8H/GTSjNb4WrjKoR2rqvFxR/DDTqYNk6uXn8BJMEcncLSpMbf/XV1aS0jAjYwn98uvVCiAywQ==
2320-
dependencies:
2321-
"@typescript-eslint/scope-manager" "5.42.0"
2322-
"@typescript-eslint/type-utils" "5.42.0"
2323-
"@typescript-eslint/utils" "5.42.0"
2316+
"@typescript-eslint/eslint-plugin@^5.42.1":
2317+
version "5.42.1"
2318+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.42.1.tgz#696b9cc21dfd4749c1c8ad1307f76a36a00aa0e3"
2319+
integrity sha512-LyR6x784JCiJ1j6sH5Y0K6cdExqCCm8DJUTcwG5ThNXJj/G8o5E56u5EdG4SLy+bZAwZBswC+GYn3eGdttBVCg==
2320+
dependencies:
2321+
"@typescript-eslint/scope-manager" "5.42.1"
2322+
"@typescript-eslint/type-utils" "5.42.1"
2323+
"@typescript-eslint/utils" "5.42.1"
23242324
debug "^4.3.4"
23252325
ignore "^5.2.0"
23262326
natural-compare-lite "^1.4.0"
23272327
regexpp "^3.2.0"
23282328
semver "^7.3.7"
23292329
tsutils "^3.21.0"
23302330

2331-
"@typescript-eslint/parser@^5.42.0":
2332-
version "5.42.0"
2333-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.42.0.tgz#be0ffbe279e1320e3d15e2ef0ad19262f59e9240"
2334-
integrity sha512-Ixh9qrOTDRctFg3yIwrLkgf33AHyEIn6lhyf5cCfwwiGtkWhNpVKlEZApi3inGQR/barWnY7qY8FbGKBO7p3JA==
2331+
"@typescript-eslint/parser@^5.42.1":
2332+
version "5.42.1"
2333+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.42.1.tgz#3e66156f2f74b11690b45950d8f5f28a62751d35"
2334+
integrity sha512-kAV+NiNBWVQDY9gDJDToTE/NO8BHi4f6b7zTsVAJoTkmB/zlfOpiEVBzHOKtlgTndCKe8vj9F/PuolemZSh50Q==
23352335
dependencies:
2336-
"@typescript-eslint/scope-manager" "5.42.0"
2337-
"@typescript-eslint/types" "5.42.0"
2338-
"@typescript-eslint/typescript-estree" "5.42.0"
2336+
"@typescript-eslint/scope-manager" "5.42.1"
2337+
"@typescript-eslint/types" "5.42.1"
2338+
"@typescript-eslint/typescript-estree" "5.42.1"
23392339
debug "^4.3.4"
23402340

2341-
"@typescript-eslint/scope-manager@5.42.0":
2342-
version "5.42.0"
2343-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.42.0.tgz#e1f2bb26d3b2a508421ee2e3ceea5396b192f5ef"
2344-
integrity sha512-l5/3IBHLH0Bv04y+H+zlcLiEMEMjWGaCX6WyHE5Uk2YkSGAMlgdUPsT/ywTSKgu9D1dmmKMYgYZijObfA39Wow==
2341+
"@typescript-eslint/scope-manager@5.42.1":
2342+
version "5.42.1"
2343+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.42.1.tgz#05e5e1351485637d466464237e5259b49f609b18"
2344+
integrity sha512-QAZY/CBP1Emx4rzxurgqj3rUinfsh/6mvuKbLNMfJMMKYLRBfweus8brgXF8f64ABkIZ3zdj2/rYYtF8eiuksQ==
23452345
dependencies:
2346-
"@typescript-eslint/types" "5.42.0"
2347-
"@typescript-eslint/visitor-keys" "5.42.0"
2346+
"@typescript-eslint/types" "5.42.1"
2347+
"@typescript-eslint/visitor-keys" "5.42.1"
23482348

2349-
"@typescript-eslint/type-utils@5.42.0":
2350-
version "5.42.0"
2351-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.42.0.tgz#4206d7192d4fe903ddf99d09b41d4ac31b0b7dca"
2352-
integrity sha512-HW14TXC45dFVZxnVW8rnUGnvYyRC0E/vxXShFCthcC9VhVTmjqOmtqj6H5rm9Zxv+ORxKA/1aLGD7vmlLsdlOg==
2349+
"@typescript-eslint/type-utils@5.42.1":
2350+
version "5.42.1"
2351+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.42.1.tgz#21328feb2d4b193c5852b35aabd241ccc1449daa"
2352+
integrity sha512-WWiMChneex5w4xPIX56SSnQQo0tEOy5ZV2dqmj8Z371LJ0E+aymWD25JQ/l4FOuuX+Q49A7pzh/CGIQflxMVXg==
23532353
dependencies:
2354-
"@typescript-eslint/typescript-estree" "5.42.0"
2355-
"@typescript-eslint/utils" "5.42.0"
2354+
"@typescript-eslint/typescript-estree" "5.42.1"
2355+
"@typescript-eslint/utils" "5.42.1"
23562356
debug "^4.3.4"
23572357
tsutils "^3.21.0"
23582358

2359-
"@typescript-eslint/types@5.42.0":
2360-
version "5.42.0"
2361-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.42.0.tgz#5aeff9b5eced48f27d5b8139339bf1ef805bad7a"
2362-
integrity sha512-t4lzO9ZOAUcHY6bXQYRuu+3SSYdD9TS8ooApZft4WARt4/f2Cj/YpvbTe8A4GuhT4bNW72goDMOy7SW71mZwGw==
2359+
"@typescript-eslint/types@5.42.1":
2360+
version "5.42.1"
2361+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.42.1.tgz#0d4283c30e9b70d2aa2391c36294413de9106df2"
2362+
integrity sha512-Qrco9dsFF5lhalz+lLFtxs3ui1/YfC6NdXu+RAGBa8uSfn01cjO7ssCsjIsUs484vny9Xm699FSKwpkCcqwWwA==
23632363

2364-
"@typescript-eslint/typescript-estree@5.42.0":
2365-
version "5.42.0"
2366-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.42.0.tgz#2592d24bb5f89bf54a63384ff3494870f95b3fd8"
2367-
integrity sha512-2O3vSq794x3kZGtV7i4SCWZWCwjEtkWfVqX4m5fbUBomOsEOyd6OAD1qU2lbvV5S8tgy/luJnOYluNyYVeOTTg==
2364+
"@typescript-eslint/typescript-estree@5.42.1":
2365+
version "5.42.1"
2366+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.42.1.tgz#f9a223ecb547a781d37e07a5ac6ba9ff681eaef0"
2367+
integrity sha512-qElc0bDOuO0B8wDhhW4mYVgi/LZL+igPwXtV87n69/kYC/7NG3MES0jHxJNCr4EP7kY1XVsRy8C/u3DYeTKQmw==
23682368
dependencies:
2369-
"@typescript-eslint/types" "5.42.0"
2370-
"@typescript-eslint/visitor-keys" "5.42.0"
2369+
"@typescript-eslint/types" "5.42.1"
2370+
"@typescript-eslint/visitor-keys" "5.42.1"
23712371
debug "^4.3.4"
23722372
globby "^11.1.0"
23732373
is-glob "^4.0.3"
23742374
semver "^7.3.7"
23752375
tsutils "^3.21.0"
23762376

2377-
"@typescript-eslint/utils@5.42.0", "@typescript-eslint/utils@^5.10.0":
2378-
version "5.42.0"
2379-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.42.0.tgz#f06bd43b9a9a06ed8f29600273240e84a53f2f15"
2380-
integrity sha512-JZ++3+h1vbeG1NUECXQZE3hg0kias9kOtcQr3+JVQ3whnjvKuMyktJAAIj6743OeNPnGBmjj7KEmiDL7qsdnCQ==
2377+
"@typescript-eslint/utils@5.42.1", "@typescript-eslint/utils@^5.10.0":
2378+
version "5.42.1"
2379+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.42.1.tgz#2789b1cd990f0c07aaa3e462dbe0f18d736d5071"
2380+
integrity sha512-Gxvf12xSp3iYZd/fLqiQRD4uKZjDNR01bQ+j8zvhPjpsZ4HmvEFL/tC4amGNyxN9Rq+iqvpHLhlqx6KTxz9ZyQ==
23812381
dependencies:
23822382
"@types/json-schema" "^7.0.9"
23832383
"@types/semver" "^7.3.12"
2384-
"@typescript-eslint/scope-manager" "5.42.0"
2385-
"@typescript-eslint/types" "5.42.0"
2386-
"@typescript-eslint/typescript-estree" "5.42.0"
2384+
"@typescript-eslint/scope-manager" "5.42.1"
2385+
"@typescript-eslint/types" "5.42.1"
2386+
"@typescript-eslint/typescript-estree" "5.42.1"
23872387
eslint-scope "^5.1.1"
23882388
eslint-utils "^3.0.0"
23892389
semver "^7.3.7"
23902390

2391-
"@typescript-eslint/visitor-keys@5.42.0":
2392-
version "5.42.0"
2393-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.42.0.tgz#ee8d62d486f41cfe646632fab790fbf0c1db5bb0"
2394-
integrity sha512-QHbu5Hf/2lOEOwy+IUw0GoSCuAzByTAWWrOTKzTzsotiUnWFpuKnXcAhC9YztAf2EElQ0VvIK+pHJUPkM0q7jg==
2391+
"@typescript-eslint/visitor-keys@5.42.1":
2392+
version "5.42.1"
2393+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.42.1.tgz#df10839adf6605e1cdb79174cf21e46df9be4872"
2394+
integrity sha512-LOQtSF4z+hejmpUvitPlc4hA7ERGoj2BVkesOcG91HCn8edLGUXbTrErmutmPbl8Bo9HjAvOO/zBKQHExXNA2A==
23952395
dependencies:
2396-
"@typescript-eslint/types" "5.42.0"
2396+
"@typescript-eslint/types" "5.42.1"
23972397
eslint-visitor-keys "^3.3.0"
23982398

23992399
JSONStream@^1.0.4:

0 commit comments

Comments
 (0)