Skip to content

Commit c15b8cf

Browse files
chore(deps): update typescript-eslint monorepo to v5.59.6
1 parent 18dc629 commit c15b8cf

File tree

2 files changed

+50
-50
lines changed

2 files changed

+50
-50
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
"@types/debug": "4.1.7",
4545
"@types/jest": "29.5.1",
4646
"@types/node": "18.16.8",
47-
"@typescript-eslint/eslint-plugin": "5.59.5",
48-
"@typescript-eslint/parser": "5.59.5",
47+
"@typescript-eslint/eslint-plugin": "5.59.6",
48+
"@typescript-eslint/parser": "5.59.6",
4949
"babel-jest": "29.5.0",
5050
"bob-the-bundler": "6.0.0",
5151
"chalk": "4.1.2",

yarn.lock

Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -3215,88 +3215,88 @@
32153215
dependencies:
32163216
"@types/node" "*"
32173217

3218-
"@typescript-eslint/eslint-plugin@5.59.5":
3219-
version "5.59.5"
3220-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.59.5.tgz#f156827610a3f8cefc56baeaa93cd4a5f32966b4"
3221-
integrity sha512-feA9xbVRWJZor+AnLNAr7A8JRWeZqHUf4T9tlP+TN04b05pFVhO5eN7/O93Y/1OUlLMHKbnJisgDURs/qvtqdg==
3218+
"@typescript-eslint/eslint-plugin@5.59.6":
3219+
version "5.59.6"
3220+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.59.6.tgz#a350faef1baa1e961698240f922d8de1761a9e2b"
3221+
integrity sha512-sXtOgJNEuRU5RLwPUb1jxtToZbgvq3M6FPpY4QENxoOggK+UpTxUBpj6tD8+Qh2g46Pi9We87E+eHnUw8YcGsw==
32223222
dependencies:
32233223
"@eslint-community/regexpp" "^4.4.0"
3224-
"@typescript-eslint/scope-manager" "5.59.5"
3225-
"@typescript-eslint/type-utils" "5.59.5"
3226-
"@typescript-eslint/utils" "5.59.5"
3224+
"@typescript-eslint/scope-manager" "5.59.6"
3225+
"@typescript-eslint/type-utils" "5.59.6"
3226+
"@typescript-eslint/utils" "5.59.6"
32273227
debug "^4.3.4"
32283228
grapheme-splitter "^1.0.4"
32293229
ignore "^5.2.0"
32303230
natural-compare-lite "^1.4.0"
32313231
semver "^7.3.7"
32323232
tsutils "^3.21.0"
32333233

3234-
"@typescript-eslint/parser@5.59.5":
3235-
version "5.59.5"
3236-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.59.5.tgz#63064f5eafbdbfb5f9dfbf5c4503cdf949852981"
3237-
integrity sha512-NJXQC4MRnF9N9yWqQE2/KLRSOLvrrlZb48NGVfBa+RuPMN6B7ZcK5jZOvhuygv4D64fRKnZI4L4p8+M+rfeQuw==
3234+
"@typescript-eslint/parser@5.59.6":
3235+
version "5.59.6"
3236+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.59.6.tgz#bd36f71f5a529f828e20b627078d3ed6738dbb40"
3237+
integrity sha512-7pCa6al03Pv1yf/dUg/s1pXz/yGMUBAw5EeWqNTFiSueKvRNonze3hma3lhdsOrQcaOXhbk5gKu2Fludiho9VA==
32383238
dependencies:
3239-
"@typescript-eslint/scope-manager" "5.59.5"
3240-
"@typescript-eslint/types" "5.59.5"
3241-
"@typescript-eslint/typescript-estree" "5.59.5"
3239+
"@typescript-eslint/scope-manager" "5.59.6"
3240+
"@typescript-eslint/types" "5.59.6"
3241+
"@typescript-eslint/typescript-estree" "5.59.6"
32423242
debug "^4.3.4"
32433243

3244-
"@typescript-eslint/scope-manager@5.59.5":
3245-
version "5.59.5"
3246-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.59.5.tgz#33ffc7e8663f42cfaac873de65ebf65d2bce674d"
3247-
integrity sha512-jVecWwnkX6ZgutF+DovbBJirZcAxgxC0EOHYt/niMROf8p4PwxxG32Qdhj/iIQQIuOflLjNkxoXyArkcIP7C3A==
3244+
"@typescript-eslint/scope-manager@5.59.6":
3245+
version "5.59.6"
3246+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.59.6.tgz#d43a3687aa4433868527cfe797eb267c6be35f19"
3247+
integrity sha512-gLbY3Le9Dxcb8KdpF0+SJr6EQ+hFGYFl6tVY8VxLPFDfUZC7BHFw+Vq7bM5lE9DwWPfx4vMWWTLGXgpc0mAYyQ==
32483248
dependencies:
3249-
"@typescript-eslint/types" "5.59.5"
3250-
"@typescript-eslint/visitor-keys" "5.59.5"
3249+
"@typescript-eslint/types" "5.59.6"
3250+
"@typescript-eslint/visitor-keys" "5.59.6"
32513251

3252-
"@typescript-eslint/type-utils@5.59.5":
3253-
version "5.59.5"
3254-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.59.5.tgz#485b0e2c5b923460bc2ea6b338c595343f06fc9b"
3255-
integrity sha512-4eyhS7oGym67/pSxA2mmNq7X164oqDYNnZCUayBwJZIRVvKpBCMBzFnFxjeoDeShjtO6RQBHBuwybuX3POnDqg==
3252+
"@typescript-eslint/type-utils@5.59.6":
3253+
version "5.59.6"
3254+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.59.6.tgz#37c51d2ae36127d8b81f32a0a4d2efae19277c48"
3255+
integrity sha512-A4tms2Mp5yNvLDlySF+kAThV9VTBPCvGf0Rp8nl/eoDX9Okun8byTKoj3fJ52IJitjWOk0fKPNQhXEB++eNozQ==
32563256
dependencies:
3257-
"@typescript-eslint/typescript-estree" "5.59.5"
3258-
"@typescript-eslint/utils" "5.59.5"
3257+
"@typescript-eslint/typescript-estree" "5.59.6"
3258+
"@typescript-eslint/utils" "5.59.6"
32593259
debug "^4.3.4"
32603260
tsutils "^3.21.0"
32613261

3262-
"@typescript-eslint/types@5.59.5":
3263-
version "5.59.5"
3264-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.59.5.tgz#e63c5952532306d97c6ea432cee0981f6d2258c7"
3265-
integrity sha512-xkfRPHbqSH4Ggx4eHRIO/eGL8XL4Ysb4woL8c87YuAo8Md7AUjyWKa9YMwTL519SyDPrfEgKdewjkxNCVeJW7w==
3262+
"@typescript-eslint/types@5.59.6":
3263+
version "5.59.6"
3264+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.59.6.tgz#5a6557a772af044afe890d77c6a07e8c23c2460b"
3265+
integrity sha512-tH5lBXZI7T2MOUgOWFdVNUILsI02shyQvfzG9EJkoONWugCG77NDDa1EeDGw7oJ5IvsTAAGVV8I3Tk2PNu9QfA==
32663266

3267-
"@typescript-eslint/typescript-estree@5.59.5":
3268-
version "5.59.5"
3269-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.5.tgz#9b252ce55dd765e972a7a2f99233c439c5101e42"
3270-
integrity sha512-+XXdLN2CZLZcD/mO7mQtJMvCkzRfmODbeSKuMY/yXbGkzvA9rJyDY5qDYNoiz2kP/dmyAxXquL2BvLQLJFPQIg==
3267+
"@typescript-eslint/typescript-estree@5.59.6":
3268+
version "5.59.6"
3269+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.6.tgz#2fb80522687bd3825504925ea7e1b8de7bb6251b"
3270+
integrity sha512-vW6JP3lMAs/Tq4KjdI/RiHaaJSO7IUsbkz17it/Rl9Q+WkQ77EOuOnlbaU8kKfVIOJxMhnRiBG+olE7f3M16DA==
32713271
dependencies:
3272-
"@typescript-eslint/types" "5.59.5"
3273-
"@typescript-eslint/visitor-keys" "5.59.5"
3272+
"@typescript-eslint/types" "5.59.6"
3273+
"@typescript-eslint/visitor-keys" "5.59.6"
32743274
debug "^4.3.4"
32753275
globby "^11.1.0"
32763276
is-glob "^4.0.3"
32773277
semver "^7.3.7"
32783278
tsutils "^3.21.0"
32793279

3280-
"@typescript-eslint/utils@5.59.5":
3281-
version "5.59.5"
3282-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.59.5.tgz#15b3eb619bb223302e60413adb0accd29c32bcae"
3283-
integrity sha512-sCEHOiw+RbyTii9c3/qN74hYDPNORb8yWCoPLmB7BIflhplJ65u2PBpdRla12e3SSTJ2erRkPjz7ngLHhUegxA==
3280+
"@typescript-eslint/utils@5.59.6":
3281+
version "5.59.6"
3282+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.59.6.tgz#82960fe23788113fc3b1f9d4663d6773b7907839"
3283+
integrity sha512-vzaaD6EXbTS29cVH0JjXBdzMt6VBlv+hE31XktDRMX1j3462wZCJa7VzO2AxXEXcIl8GQqZPcOPuW/Z1tZVogg==
32843284
dependencies:
32853285
"@eslint-community/eslint-utils" "^4.2.0"
32863286
"@types/json-schema" "^7.0.9"
32873287
"@types/semver" "^7.3.12"
3288-
"@typescript-eslint/scope-manager" "5.59.5"
3289-
"@typescript-eslint/types" "5.59.5"
3290-
"@typescript-eslint/typescript-estree" "5.59.5"
3288+
"@typescript-eslint/scope-manager" "5.59.6"
3289+
"@typescript-eslint/types" "5.59.6"
3290+
"@typescript-eslint/typescript-estree" "5.59.6"
32913291
eslint-scope "^5.1.1"
32923292
semver "^7.3.7"
32933293

3294-
"@typescript-eslint/visitor-keys@5.59.5":
3295-
version "5.59.5"
3296-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.5.tgz#ba5b8d6791a13cf9fea6716af1e7626434b29b9b"
3297-
integrity sha512-qL+Oz+dbeBRTeyJTIy0eniD3uvqU7x+y1QceBismZ41hd4aBSRh8UAw4pZP0+XzLuPZmx4raNMq/I+59W2lXKA==
3294+
"@typescript-eslint/visitor-keys@5.59.6":
3295+
version "5.59.6"
3296+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.6.tgz#673fccabf28943847d0c8e9e8d008e3ada7be6bb"
3297+
integrity sha512-zEfbFLzB9ETcEJ4HZEEsCR9HHeNku5/Qw1jSS5McYJv5BR+ftYXwFFAH5Al+xkGaZEqowMwl7uoJjQb1YSPF8Q==
32983298
dependencies:
3299-
"@typescript-eslint/types" "5.59.5"
3299+
"@typescript-eslint/types" "5.59.6"
33003300
eslint-visitor-keys "^3.3.0"
33013301

33023302
"@urql/core@4.0.7":

0 commit comments

Comments
 (0)