Skip to content

Commit 809478c

Browse files
authored
Merge pull request #544 from standard-crypto/dependabot/npm_and_yarn/develop/typescript-eslint/eslint-plugin-5.56.0
chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.55.0 to 5.56.0
2 parents e51b028 + 61402eb commit 809478c

File tree

2 files changed

+21
-55
lines changed

2 files changed

+21
-55
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@types/mocha": "^10.0.0",
5757
"@types/node": "^18.15.3",
5858
"@types/prompts": "^2.4.3",
59-
"@typescript-eslint/eslint-plugin": "^5.55.0",
59+
"@typescript-eslint/eslint-plugin": "^5.56.0",
6060
"@typescript-eslint/parser": "^5.56.0",
6161
"chai": "^4.3.4",
6262
"chai-as-promised": "^7.1.1",

yarn.lock

Lines changed: 20 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -1838,15 +1838,15 @@
18381838
resolved "https://registry.yarnpkg.com/@types/unist/-/unist-2.0.6.tgz#250a7b16c3b91f672a24552ec64678eeb1d3a08d"
18391839
integrity sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ==
18401840

1841-
"@typescript-eslint/eslint-plugin@^5.55.0":
1842-
version "5.55.0"
1843-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.55.0.tgz#bc2400c3a23305e8c9a9c04aa40933868aaaeb47"
1844-
integrity sha512-IZGc50rtbjk+xp5YQoJvmMPmJEYoC53SiKPXyqWfv15XoD2Y5Kju6zN0DwlmaGJp1Iw33JsWJcQ7nw0lGCGjVg==
1841+
"@typescript-eslint/eslint-plugin@^5.56.0":
1842+
version "5.56.0"
1843+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.56.0.tgz#e4fbb4d6dd8dab3e733485c1a44a02189ae75364"
1844+
integrity sha512-ZNW37Ccl3oMZkzxrYDUX4o7cnuPgU+YrcaYXzsRtLB16I1FR5SHMqga3zGsaSliZADCWo2v8qHWqAYIj8nWCCg==
18451845
dependencies:
18461846
"@eslint-community/regexpp" "^4.4.0"
1847-
"@typescript-eslint/scope-manager" "5.55.0"
1848-
"@typescript-eslint/type-utils" "5.55.0"
1849-
"@typescript-eslint/utils" "5.55.0"
1847+
"@typescript-eslint/scope-manager" "5.56.0"
1848+
"@typescript-eslint/type-utils" "5.56.0"
1849+
"@typescript-eslint/utils" "5.56.0"
18501850
debug "^4.3.4"
18511851
grapheme-splitter "^1.0.4"
18521852
ignore "^5.2.0"
@@ -1882,14 +1882,6 @@
18821882
"@typescript-eslint/types" "4.33.0"
18831883
"@typescript-eslint/visitor-keys" "4.33.0"
18841884

1885-
"@typescript-eslint/scope-manager@5.55.0":
1886-
version "5.55.0"
1887-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.55.0.tgz#e863bab4d4183ddce79967fe10ceb6c829791210"
1888-
integrity sha512-OK+cIO1ZGhJYNCL//a3ROpsd83psf4dUJ4j7pdNVzd5DmIk+ffkuUIX2vcZQbEW/IR41DYsfJTB19tpCboxQuw==
1889-
dependencies:
1890-
"@typescript-eslint/types" "5.55.0"
1891-
"@typescript-eslint/visitor-keys" "5.55.0"
1892-
18931885
"@typescript-eslint/scope-manager@5.56.0":
18941886
version "5.56.0"
18951887
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.56.0.tgz#62b4055088903b5254fa20403010e1c16d6ab725"
@@ -1898,13 +1890,13 @@
18981890
"@typescript-eslint/types" "5.56.0"
18991891
"@typescript-eslint/visitor-keys" "5.56.0"
19001892

1901-
"@typescript-eslint/type-utils@5.55.0":
1902-
version "5.55.0"
1903-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.55.0.tgz#74bf0233523f874738677bb73cb58094210e01e9"
1904-
integrity sha512-ObqxBgHIXj8rBNm0yh8oORFrICcJuZPZTqtAFh0oZQyr5DnAHZWfyw54RwpEEH+fD8suZaI0YxvWu5tYE/WswA==
1893+
"@typescript-eslint/type-utils@5.56.0":
1894+
version "5.56.0"
1895+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.56.0.tgz#e6f004a072f09c42e263dc50e98c70b41a509685"
1896+
integrity sha512-8WxgOgJjWRy6m4xg9KoSHPzBNZeQbGlQOH7l2QEhQID/+YseaFxg5J/DLwWSsi9Axj4e/cCiKx7PVzOq38tY4A==
19051897
dependencies:
1906-
"@typescript-eslint/typescript-estree" "5.55.0"
1907-
"@typescript-eslint/utils" "5.55.0"
1898+
"@typescript-eslint/typescript-estree" "5.56.0"
1899+
"@typescript-eslint/utils" "5.56.0"
19081900
debug "^4.3.4"
19091901
tsutils "^3.21.0"
19101902

@@ -1913,11 +1905,6 @@
19131905
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.33.0.tgz#a1e59036a3b53ae8430ceebf2a919dc7f9af6d72"
19141906
integrity sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==
19151907

1916-
"@typescript-eslint/types@5.55.0":
1917-
version "5.55.0"
1918-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.55.0.tgz#9830f8d3bcbecf59d12f821e5bc6960baaed41fd"
1919-
integrity sha512-M4iRh4AG1ChrOL6Y+mETEKGeDnT7Sparn6fhZ5LtVJF1909D5O4uqK+C5NPbLmpfZ0XIIxCdwzKiijpZUOvOug==
1920-
19211908
"@typescript-eslint/types@5.56.0":
19221909
version "5.56.0"
19231910
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.56.0.tgz#b03f0bfd6fa2afff4e67c5795930aff398cbd834"
@@ -1936,19 +1923,6 @@
19361923
semver "^7.3.5"
19371924
tsutils "^3.21.0"
19381925

1939-
"@typescript-eslint/typescript-estree@5.55.0":
1940-
version "5.55.0"
1941-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.55.0.tgz#8db7c8e47ecc03d49b05362b8db6f1345ee7b575"
1942-
integrity sha512-I7X4A9ovA8gdpWMpr7b1BN9eEbvlEtWhQvpxp/yogt48fy9Lj3iE3ild/1H3jKBBIYj5YYJmS2+9ystVhC7eaQ==
1943-
dependencies:
1944-
"@typescript-eslint/types" "5.55.0"
1945-
"@typescript-eslint/visitor-keys" "5.55.0"
1946-
debug "^4.3.4"
1947-
globby "^11.1.0"
1948-
is-glob "^4.0.3"
1949-
semver "^7.3.7"
1950-
tsutils "^3.21.0"
1951-
19521926
"@typescript-eslint/typescript-estree@5.56.0":
19531927
version "5.56.0"
19541928
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.56.0.tgz#48342aa2344649a03321e74cab9ccecb9af086c3"
@@ -1962,17 +1936,17 @@
19621936
semver "^7.3.7"
19631937
tsutils "^3.21.0"
19641938

1965-
"@typescript-eslint/utils@5.55.0":
1966-
version "5.55.0"
1967-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.55.0.tgz#34e97322e7ae5b901e7a870aabb01dad90023341"
1968-
integrity sha512-FkW+i2pQKcpDC3AY6DU54yl8Lfl14FVGYDgBTyGKB75cCwV3KpkpTMFi9d9j2WAJ4271LR2HeC5SEWF/CZmmfw==
1939+
"@typescript-eslint/utils@5.56.0":
1940+
version "5.56.0"
1941+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.56.0.tgz#db64705409b9a15546053fb4deb2888b37df1f41"
1942+
integrity sha512-XhZDVdLnUJNtbzaJeDSCIYaM+Tgr59gZGbFuELgF7m0IY03PlciidS7UQNKLE0+WpUTn1GlycEr6Ivb/afjbhA==
19691943
dependencies:
19701944
"@eslint-community/eslint-utils" "^4.2.0"
19711945
"@types/json-schema" "^7.0.9"
19721946
"@types/semver" "^7.3.12"
1973-
"@typescript-eslint/scope-manager" "5.55.0"
1974-
"@typescript-eslint/types" "5.55.0"
1975-
"@typescript-eslint/typescript-estree" "5.55.0"
1947+
"@typescript-eslint/scope-manager" "5.56.0"
1948+
"@typescript-eslint/types" "5.56.0"
1949+
"@typescript-eslint/typescript-estree" "5.56.0"
19761950
eslint-scope "^5.1.1"
19771951
semver "^7.3.7"
19781952

@@ -1984,14 +1958,6 @@
19841958
"@typescript-eslint/types" "4.33.0"
19851959
eslint-visitor-keys "^2.0.0"
19861960

1987-
"@typescript-eslint/visitor-keys@5.55.0":
1988-
version "5.55.0"
1989-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.55.0.tgz#01ad414fca8367706d76cdb94adf788dc5b664a2"
1990-
integrity sha512-q2dlHHwWgirKh1D3acnuApXG+VNXpEY5/AwRxDVuEQpxWaB0jCDe0jFMVMALJ3ebSfuOVE8/rMS+9ZOYGg1GWw==
1991-
dependencies:
1992-
"@typescript-eslint/types" "5.55.0"
1993-
eslint-visitor-keys "^3.3.0"
1994-
19951961
"@typescript-eslint/visitor-keys@5.56.0":
19961962
version "5.56.0"
19971963
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.56.0.tgz#f19eb297d972417eb13cb69b35b3213e13cc214f"

0 commit comments

Comments
 (0)