Skip to content

Commit 5fd999a

Browse files
authored
Merge pull request #57 from scality/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-5.62.0
build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.57.1 to 5.62.0
2 parents 0a762d7 + 0915b23 commit 5fd999a

File tree

2 files changed

+21
-64
lines changed

2 files changed

+21
-64
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@openapitools/openapi-generator-cli": "^2.23.4",
2323
"@types/jest": "^30.0.0",
2424
"@types/node": "^24.5.2",
25-
"@typescript-eslint/eslint-plugin": "^5.45.0",
25+
"@typescript-eslint/eslint-plugin": "^5.62.0",
2626
"@typescript-eslint/parser": "^5.62.0",
2727
"babel-jest": "^30.1.2",
2828
"eslint": "^8.28.0",

yarn.lock

Lines changed: 20 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -1751,17 +1751,17 @@
17511751
dependencies:
17521752
"@types/yargs-parser" "*"
17531753

1754-
"@typescript-eslint/eslint-plugin@^5.45.0":
1755-
version "5.57.1"
1756-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.57.1.tgz#d1ab162a3cd2671b8a1c9ddf6e2db73b14439735"
1757-
integrity sha512-1MeobQkQ9tztuleT3v72XmY0XuKXVXusAhryoLuU5YZ+mXoYKZP9SQ7Flulh1NX4DTjpGTc2b/eMu4u7M7dhnQ==
1754+
"@typescript-eslint/eslint-plugin@^5.62.0":
1755+
version "5.62.0"
1756+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz#aeef0328d172b9e37d9bab6dbc13b87ed88977db"
1757+
integrity sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==
17581758
dependencies:
17591759
"@eslint-community/regexpp" "^4.4.0"
1760-
"@typescript-eslint/scope-manager" "5.57.1"
1761-
"@typescript-eslint/type-utils" "5.57.1"
1762-
"@typescript-eslint/utils" "5.57.1"
1760+
"@typescript-eslint/scope-manager" "5.62.0"
1761+
"@typescript-eslint/type-utils" "5.62.0"
1762+
"@typescript-eslint/utils" "5.62.0"
17631763
debug "^4.3.4"
1764-
grapheme-splitter "^1.0.4"
1764+
graphemer "^1.4.0"
17651765
ignore "^5.2.0"
17661766
natural-compare-lite "^1.4.0"
17671767
semver "^7.3.7"
@@ -1777,14 +1777,6 @@
17771777
"@typescript-eslint/typescript-estree" "5.62.0"
17781778
debug "^4.3.4"
17791779

1780-
"@typescript-eslint/scope-manager@5.57.1":
1781-
version "5.57.1"
1782-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.57.1.tgz#5d28799c0fc8b501a29ba1749d827800ef22d710"
1783-
integrity sha512-N/RrBwEUKMIYxSKl0oDK5sFVHd6VI7p9K5MyUlVYAY6dyNb/wHUqndkTd3XhpGlXgnQsBkRZuu4f9kAHghvgPw==
1784-
dependencies:
1785-
"@typescript-eslint/types" "5.57.1"
1786-
"@typescript-eslint/visitor-keys" "5.57.1"
1787-
17881780
"@typescript-eslint/scope-manager@5.62.0":
17891781
version "5.62.0"
17901782
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz#d9457ccc6a0b8d6b37d0eb252a23022478c5460c"
@@ -1793,39 +1785,21 @@
17931785
"@typescript-eslint/types" "5.62.0"
17941786
"@typescript-eslint/visitor-keys" "5.62.0"
17951787

1796-
"@typescript-eslint/type-utils@5.57.1":
1797-
version "5.57.1"
1798-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.57.1.tgz#235daba621d3f882b8488040597b33777c74bbe9"
1799-
integrity sha512-/RIPQyx60Pt6ga86hKXesXkJ2WOS4UemFrmmq/7eOyiYjYv/MUSHPlkhU6k9T9W1ytnTJueqASW+wOmW4KrViw==
1788+
"@typescript-eslint/type-utils@5.62.0":
1789+
version "5.62.0"
1790+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz#286f0389c41681376cdad96b309cedd17d70346a"
1791+
integrity sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==
18001792
dependencies:
1801-
"@typescript-eslint/typescript-estree" "5.57.1"
1802-
"@typescript-eslint/utils" "5.57.1"
1793+
"@typescript-eslint/typescript-estree" "5.62.0"
1794+
"@typescript-eslint/utils" "5.62.0"
18031795
debug "^4.3.4"
18041796
tsutils "^3.21.0"
18051797

1806-
"@typescript-eslint/types@5.57.1":
1807-
version "5.57.1"
1808-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.57.1.tgz#d9989c7a9025897ea6f0550b7036027f69e8a603"
1809-
integrity sha512-bSs4LOgyV3bJ08F5RDqO2KXqg3WAdwHCu06zOqcQ6vqbTJizyBhuh1o1ImC69X4bV2g1OJxbH71PJqiO7Y1RuA==
1810-
18111798
"@typescript-eslint/types@5.62.0":
18121799
version "5.62.0"
18131800
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
18141801
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
18151802

1816-
"@typescript-eslint/typescript-estree@5.57.1":
1817-
version "5.57.1"
1818-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.57.1.tgz#10d9643e503afc1ca4f5553d9bbe672ea4050b71"
1819-
integrity sha512-A2MZqD8gNT0qHKbk2wRspg7cHbCDCk2tcqt6ScCFLr5Ru8cn+TCfM786DjPhqwseiS+PrYwcXht5ztpEQ6TFTw==
1820-
dependencies:
1821-
"@typescript-eslint/types" "5.57.1"
1822-
"@typescript-eslint/visitor-keys" "5.57.1"
1823-
debug "^4.3.4"
1824-
globby "^11.1.0"
1825-
is-glob "^4.0.3"
1826-
semver "^7.3.7"
1827-
tsutils "^3.21.0"
1828-
18291803
"@typescript-eslint/typescript-estree@5.62.0":
18301804
version "5.62.0"
18311805
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
@@ -1839,21 +1813,7 @@
18391813
semver "^7.3.7"
18401814
tsutils "^3.21.0"
18411815

1842-
"@typescript-eslint/utils@5.57.1":
1843-
version "5.57.1"
1844-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.57.1.tgz#0f97b0bbd88c2d5e2036869f26466be5f4c69475"
1845-
integrity sha512-kN6vzzf9NkEtawECqze6v99LtmDiUJCVpvieTFA1uL7/jDghiJGubGZ5csicYHU1Xoqb3oH/R5cN5df6W41Nfg==
1846-
dependencies:
1847-
"@eslint-community/eslint-utils" "^4.2.0"
1848-
"@types/json-schema" "^7.0.9"
1849-
"@types/semver" "^7.3.12"
1850-
"@typescript-eslint/scope-manager" "5.57.1"
1851-
"@typescript-eslint/types" "5.57.1"
1852-
"@typescript-eslint/typescript-estree" "5.57.1"
1853-
eslint-scope "^5.1.1"
1854-
semver "^7.3.7"
1855-
1856-
"@typescript-eslint/utils@^5.10.0":
1816+
"@typescript-eslint/utils@5.62.0", "@typescript-eslint/utils@^5.10.0":
18571817
version "5.62.0"
18581818
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
18591819
integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==
@@ -1867,14 +1827,6 @@
18671827
eslint-scope "^5.1.1"
18681828
semver "^7.3.7"
18691829

1870-
"@typescript-eslint/visitor-keys@5.57.1":
1871-
version "5.57.1"
1872-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.57.1.tgz#585e5fa42a9bbcd9065f334fd7c8a4ddfa7d905e"
1873-
integrity sha512-RjQrAniDU0CEk5r7iphkm731zKlFiUjvcBS2yHAg8WWqFMCaCrD0rKEVOMUyMMcbGPZ0bPp56srkGWrgfZqLRA==
1874-
dependencies:
1875-
"@typescript-eslint/types" "5.57.1"
1876-
eslint-visitor-keys "^3.3.0"
1877-
18781830
"@typescript-eslint/visitor-keys@5.62.0":
18791831
version "5.62.0"
18801832
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz#2174011917ce582875954ffe2f6912d5931e353e"
@@ -3583,6 +3535,11 @@ grapheme-splitter@^1.0.4:
35833535
resolved "https://registry.yarnpkg.com/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz#9cf3a665c6247479896834af35cf1dbb4400767e"
35843536
integrity sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==
35853537

3538+
graphemer@^1.4.0:
3539+
version "1.4.0"
3540+
resolved "https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6"
3541+
integrity sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==
3542+
35863543
handlebars@^4.7.8:
35873544
version "4.7.8"
35883545
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.8.tgz#41c42c18b1be2365439188c77c6afae71c0cd9e9"

0 commit comments

Comments
 (0)