Skip to content

Commit 753f6a5

Browse files
committed
chore(deps): update typescript-eslint monorepo to v5.59.11
1 parent c63f1a8 commit 753f6a5

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
@@ -49,8 +49,8 @@
4949
"@rollup/plugin-node-resolve": "15.1.0",
5050
"@types/jest": "29.5.2",
5151
"@types/ramda": "0.29.2",
52-
"@typescript-eslint/eslint-plugin": "5.59.9",
53-
"@typescript-eslint/parser": "5.59.9",
52+
"@typescript-eslint/eslint-plugin": "5.59.11",
53+
"@typescript-eslint/parser": "5.59.11",
5454
"eslint": "8.42.0",
5555
"eslint-config-prettier": "8.8.0",
5656
"eslint-plugin-functional": "4.4.1",

yarn.lock

Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -2393,30 +2393,30 @@
23932393
dependencies:
23942394
"@types/yargs-parser" "*"
23952395

2396-
"@typescript-eslint/[email protected].9":
2397-
version "5.59.9"
2398-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.59.9.tgz#2604cfaf2b306e120044f901e20c8ed926debf15"
2399-
integrity sha512-4uQIBq1ffXd2YvF7MAvehWKW3zVv/w+mSfRAu+8cKbfj3nwzyqJLNcZJpQ/WZ1HLbJDiowwmQ6NO+63nCA+fqA==
2396+
"@typescript-eslint/[email protected].11":
2397+
version "5.59.11"
2398+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.59.11.tgz#8d466aa21abea4c3f37129997b198d141f09e76f"
2399+
integrity sha512-XxuOfTkCUiOSyBWIvHlUraLw/JT/6Io1365RO6ZuI88STKMavJZPNMU0lFcUTeQXEhHiv64CbxYxBNoDVSmghg==
24002400
dependencies:
24012401
"@eslint-community/regexpp" "^4.4.0"
2402-
"@typescript-eslint/scope-manager" "5.59.9"
2403-
"@typescript-eslint/type-utils" "5.59.9"
2404-
"@typescript-eslint/utils" "5.59.9"
2402+
"@typescript-eslint/scope-manager" "5.59.11"
2403+
"@typescript-eslint/type-utils" "5.59.11"
2404+
"@typescript-eslint/utils" "5.59.11"
24052405
debug "^4.3.4"
24062406
grapheme-splitter "^1.0.4"
24072407
ignore "^5.2.0"
24082408
natural-compare-lite "^1.4.0"
24092409
semver "^7.3.7"
24102410
tsutils "^3.21.0"
24112411

2412-
"@typescript-eslint/[email protected].9":
2413-
version "5.59.9"
2414-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.59.9.tgz#a85c47ccdd7e285697463da15200f9a8561dd5fa"
2415-
integrity sha512-FsPkRvBtcLQ/eVK1ivDiNYBjn3TGJdXy2fhXX+rc7czWl4ARwnpArwbihSOHI2Peg9WbtGHrbThfBUkZZGTtvQ==
2412+
"@typescript-eslint/[email protected].11":
2413+
version "5.59.11"
2414+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.59.11.tgz#af7d4b7110e3068ce0b97550736de455e4250103"
2415+
integrity sha512-s9ZF3M+Nym6CAZEkJJeO2TFHHDsKAM3ecNkLuH4i4s8/RCPnF5JRip2GyviYkeEAcwGMJxkqG9h2dAsnA1nZpA==
24162416
dependencies:
2417-
"@typescript-eslint/scope-manager" "5.59.9"
2418-
"@typescript-eslint/types" "5.59.9"
2419-
"@typescript-eslint/typescript-estree" "5.59.9"
2417+
"@typescript-eslint/scope-manager" "5.59.11"
2418+
"@typescript-eslint/types" "5.59.11"
2419+
"@typescript-eslint/typescript-estree" "5.59.11"
24202420
debug "^4.3.4"
24212421

24222422
"@typescript-eslint/[email protected]":
@@ -2435,21 +2435,21 @@
24352435
"@typescript-eslint/types" "5.18.0"
24362436
"@typescript-eslint/visitor-keys" "5.18.0"
24372437

2438-
"@typescript-eslint/[email protected].9":
2439-
version "5.59.9"
2440-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.59.9.tgz#eadce1f2733389cdb58c49770192c0f95470d2f4"
2441-
integrity sha512-8RA+E+w78z1+2dzvK/tGZ2cpGigBZ58VMEHDZtpE1v+LLjzrYGc8mMaTONSxKyEkz3IuXFM0IqYiGHlCsmlZxQ==
2438+
"@typescript-eslint/[email protected].11":
2439+
version "5.59.11"
2440+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.59.11.tgz#5d131a67a19189c42598af9fb2ea1165252001ce"
2441+
integrity sha512-dHFOsxoLFtrIcSj5h0QoBT/89hxQONwmn3FOQ0GOQcLOOXm+MIrS8zEAhs4tWl5MraxCY3ZJpaXQQdFMc2Tu+Q==
24422442
dependencies:
2443-
"@typescript-eslint/types" "5.59.9"
2444-
"@typescript-eslint/visitor-keys" "5.59.9"
2443+
"@typescript-eslint/types" "5.59.11"
2444+
"@typescript-eslint/visitor-keys" "5.59.11"
24452445

2446-
"@typescript-eslint/[email protected].9":
2447-
version "5.59.9"
2448-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.59.9.tgz#53bfaae2e901e6ac637ab0536d1754dfef4dafc2"
2449-
integrity sha512-ksEsT0/mEHg9e3qZu98AlSrONAQtrSTljL3ow9CGej8eRo7pe+yaC/mvTjptp23Xo/xIf2mLZKC6KPv4Sji26Q==
2446+
"@typescript-eslint/[email protected].11":
2447+
version "5.59.11"
2448+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.59.11.tgz#5eb67121808a84cb57d65a15f48f5bdda25f2346"
2449+
integrity sha512-LZqVY8hMiVRF2a7/swmkStMYSoXMFlzL6sXV6U/2gL5cwnLWQgLEG8tjWPpaE4rMIdZ6VKWwcffPlo1jPfk43g==
24502450
dependencies:
2451-
"@typescript-eslint/typescript-estree" "5.59.9"
2452-
"@typescript-eslint/utils" "5.59.9"
2451+
"@typescript-eslint/typescript-estree" "5.59.11"
2452+
"@typescript-eslint/utils" "5.59.11"
24532453
debug "^4.3.4"
24542454
tsutils "^3.21.0"
24552455

@@ -2463,10 +2463,10 @@
24632463
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.18.0.tgz#4f0425d85fdb863071680983853c59a62ce9566e"
24642464
integrity sha512-bhV1+XjM+9bHMTmXi46p1Led5NP6iqQcsOxgx7fvk6gGiV48c6IynY0apQb7693twJDsXiVzNXTflhplmaiJaw==
24652465

2466-
"@typescript-eslint/[email protected].9":
2467-
version "5.59.9"
2468-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.59.9.tgz#3b4e7ae63718ce1b966e0ae620adc4099a6dcc52"
2469-
integrity sha512-uW8H5NRgTVneSVTfiCVffBb8AbwWSKg7qcA4Ot3JI3MPCJGsB4Db4BhvAODIIYE5mNj7Q+VJkK7JxmRhk2Lyjw==
2466+
"@typescript-eslint/[email protected].11":
2467+
version "5.59.11"
2468+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.59.11.tgz#1a9018fe3c565ba6969561f2a49f330cf1fe8db1"
2469+
integrity sha512-epoN6R6tkvBYSc+cllrz+c2sOFWkbisJZWkOE+y3xHtvYaOE6Wk6B8e114McRJwFRjGvYdJwLXQH5c9osME/AA==
24702470

24712471
"@typescript-eslint/[email protected]":
24722472
version "5.10.0"
@@ -2494,30 +2494,30 @@
24942494
semver "^7.3.5"
24952495
tsutils "^3.21.0"
24962496

2497-
"@typescript-eslint/[email protected].9":
2498-
version "5.59.9"
2499-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.9.tgz#6bfea844e468427b5e72034d33c9fffc9557392b"
2500-
integrity sha512-pmM0/VQ7kUhd1QyIxgS+aRvMgw+ZljB3eDb+jYyp6d2bC0mQWLzUDF+DLwCTkQ3tlNyVsvZRXjFyV0LkU/aXjA==
2497+
"@typescript-eslint/[email protected].11":
2498+
version "5.59.11"
2499+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.11.tgz#b2caaa31725e17c33970c1197bcd54e3c5f42b9f"
2500+
integrity sha512-YupOpot5hJO0maupJXixi6l5ETdrITxeo5eBOeuV7RSKgYdU3G5cxO49/9WRnJq9EMrB7AuTSLH/bqOsXi7wPA==
25012501
dependencies:
2502-
"@typescript-eslint/types" "5.59.9"
2503-
"@typescript-eslint/visitor-keys" "5.59.9"
2502+
"@typescript-eslint/types" "5.59.11"
2503+
"@typescript-eslint/visitor-keys" "5.59.11"
25042504
debug "^4.3.4"
25052505
globby "^11.1.0"
25062506
is-glob "^4.0.3"
25072507
semver "^7.3.7"
25082508
tsutils "^3.21.0"
25092509

2510-
"@typescript-eslint/[email protected].9":
2511-
version "5.59.9"
2512-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.59.9.tgz#adee890107b5ffe02cd46fdaa6c2125fb3c6c7c4"
2513-
integrity sha512-1PuMYsju/38I5Ggblaeb98TOoUvjhRvLpLa1DoTOFaLWqaXl/1iQ1eGurTXgBY58NUdtfTXKP5xBq7q9NDaLKg==
2510+
"@typescript-eslint/[email protected].11":
2511+
version "5.59.11"
2512+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.59.11.tgz#9dbff49dc80bfdd9289f9f33548f2e8db3c59ba1"
2513+
integrity sha512-didu2rHSOMUdJThLk4aZ1Or8IcO3HzCw/ZvEjTTIfjIrcdd5cvSIwwDy2AOlE7htSNp7QIZ10fLMyRCveesMLg==
25142514
dependencies:
25152515
"@eslint-community/eslint-utils" "^4.2.0"
25162516
"@types/json-schema" "^7.0.9"
25172517
"@types/semver" "^7.3.12"
2518-
"@typescript-eslint/scope-manager" "5.59.9"
2519-
"@typescript-eslint/types" "5.59.9"
2520-
"@typescript-eslint/typescript-estree" "5.59.9"
2518+
"@typescript-eslint/scope-manager" "5.59.11"
2519+
"@typescript-eslint/types" "5.59.11"
2520+
"@typescript-eslint/typescript-estree" "5.59.11"
25212521
eslint-scope "^5.1.1"
25222522
semver "^7.3.7"
25232523

@@ -2561,12 +2561,12 @@
25612561
"@typescript-eslint/types" "5.18.0"
25622562
eslint-visitor-keys "^3.0.0"
25632563

2564-
"@typescript-eslint/[email protected].9":
2565-
version "5.59.9"
2566-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.9.tgz#9f86ef8e95aca30fb5a705bb7430f95fc58b146d"
2567-
integrity sha512-bT7s0td97KMaLwpEBckbzj/YohnvXtqbe2XgqNvTl6RJVakY5mvENOTPvw5u66nljfZxthESpDozs86U+oLY8Q==
2564+
"@typescript-eslint/[email protected].11":
2565+
version "5.59.11"
2566+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.11.tgz#dca561ddad169dc27d62396d64f45b2d2c3ecc56"
2567+
integrity sha512-KGYniTGG3AMTuKF9QBD7EIrvufkB6O6uX3knP73xbKLMpH+QRPcgnCxjWXSHjMRuOxFLovljqQgQpR0c7GvjoA==
25682568
dependencies:
2569-
"@typescript-eslint/types" "5.59.9"
2569+
"@typescript-eslint/types" "5.59.11"
25702570
eslint-visitor-keys "^3.3.0"
25712571

25722572
acorn-jsx@^5.3.2:

0 commit comments

Comments
 (0)