Skip to content

Commit 0936294

Browse files
authored
Merge pull request #306 from masb0ymas/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-4.15.2
build(deps-dev): bump @typescript-eslint/eslint-plugin from 4.15.1 to 4.15.2
2 parents 4e4b7d1 + 33ae827 commit 0936294

File tree

2 files changed

+48
-14
lines changed

2 files changed

+48
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
"@types/swagger-jsdoc": "^6.0.0",
121121
"@types/swagger-ui-express": "^4.1.2",
122122
"@types/yup": "^0.29.9",
123-
"@typescript-eslint/eslint-plugin": "^4.14.0",
123+
"@typescript-eslint/eslint-plugin": "^4.15.2",
124124
"@typescript-eslint/parser": "^4.14.0",
125125
"babel-plugin-module-resolver": "^4.0.0",
126126
"eslint": "^7.19.0",

yarn.lock

Lines changed: 47 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1899,29 +1899,29 @@
18991899
resolved "https://registry.yarnpkg.com/@types/yup/-/yup-0.29.11.tgz#d654a112973f5e004bf8438122bd7e56a8e5cd7e"
19001900
integrity sha512-9cwk3c87qQKZrT251EDoibiYRILjCmxBvvcb4meofCmx1vdnNcR9gyildy5vOHASpOKMsn42CugxUvcwK5eu1g==
19011901

1902-
"@typescript-eslint/eslint-plugin@^4.14.0":
1903-
version "4.15.1"
1904-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.15.1.tgz#835f64aa0a403e5e9e64c10ceaf8d05c3f015180"
1905-
integrity sha512-yW2epMYZSpNJXZy22Biu+fLdTG8Mn6b22kR3TqblVk50HGNV8Zya15WAXuQCr8tKw4Qf1BL4QtI6kv6PCkLoJw==
1902+
"@typescript-eslint/eslint-plugin@^4.15.2":
1903+
version "4.15.2"
1904+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.15.2.tgz#981b26b4076c62a5a55873fbef3fe98f83360c61"
1905+
integrity sha512-uiQQeu9tWl3f1+oK0yoAv9lt/KXO24iafxgQTkIYO/kitruILGx3uH+QtIAHqxFV+yIsdnJH+alel9KuE3J15Q==
19061906
dependencies:
1907-
"@typescript-eslint/experimental-utils" "4.15.1"
1908-
"@typescript-eslint/scope-manager" "4.15.1"
1907+
"@typescript-eslint/experimental-utils" "4.15.2"
1908+
"@typescript-eslint/scope-manager" "4.15.2"
19091909
debug "^4.1.1"
19101910
functional-red-black-tree "^1.0.1"
19111911
lodash "^4.17.15"
19121912
regexpp "^3.0.0"
19131913
semver "^7.3.2"
19141914
tsutils "^3.17.1"
19151915

1916-
"@typescript-eslint/[email protected].1":
1917-
version "4.15.1"
1918-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.15.1.tgz#d744d1ac40570a84b447f7aa1b526368afd17eec"
1919-
integrity sha512-9LQRmOzBRI1iOdJorr4jEnQhadxK4c9R2aEAsm7WE/7dq8wkKD1suaV0S/JucTL8QlYUPU1y2yjqg+aGC0IQBQ==
1916+
"@typescript-eslint/[email protected].2":
1917+
version "4.15.2"
1918+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.15.2.tgz#5efd12355bd5b535e1831282e6cf465b9a71cf36"
1919+
integrity sha512-Fxoshw8+R5X3/Vmqwsjc8nRO/7iTysRtDqx6rlfLZ7HbT8TZhPeQqbPjTyk2RheH3L8afumecTQnUc9EeXxohQ==
19201920
dependencies:
19211921
"@types/json-schema" "^7.0.3"
1922-
"@typescript-eslint/scope-manager" "4.15.1"
1923-
"@typescript-eslint/types" "4.15.1"
1924-
"@typescript-eslint/typescript-estree" "4.15.1"
1922+
"@typescript-eslint/scope-manager" "4.15.2"
1923+
"@typescript-eslint/types" "4.15.2"
1924+
"@typescript-eslint/typescript-estree" "4.15.2"
19251925
eslint-scope "^5.0.0"
19261926
eslint-utils "^2.0.0"
19271927

@@ -1943,11 +1943,24 @@
19431943
"@typescript-eslint/types" "4.15.1"
19441944
"@typescript-eslint/visitor-keys" "4.15.1"
19451945

1946+
"@typescript-eslint/[email protected]":
1947+
version "4.15.2"
1948+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.15.2.tgz#5725bda656995960ae1d004bfd1cd70320f37f4f"
1949+
integrity sha512-Zm0tf/MSKuX6aeJmuXexgdVyxT9/oJJhaCkijv0DvJVT3ui4zY6XYd6iwIo/8GEZGy43cd7w1rFMiCLHbRzAPQ==
1950+
dependencies:
1951+
"@typescript-eslint/types" "4.15.2"
1952+
"@typescript-eslint/visitor-keys" "4.15.2"
1953+
19461954
"@typescript-eslint/[email protected]":
19471955
version "4.15.1"
19481956
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.15.1.tgz#da702f544ef1afae4bc98da699eaecd49cf31c8c"
19491957
integrity sha512-iGsaUyWFyLz0mHfXhX4zO6P7O3sExQpBJ2dgXB0G5g/8PRVfBBsmQIc3r83ranEQTALLR3Vko/fnCIVqmH+mPw==
19501958

1959+
"@typescript-eslint/[email protected]":
1960+
version "4.15.2"
1961+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.15.2.tgz#04acf3a2dc8001a88985291744241e732ef22c60"
1962+
integrity sha512-r7lW7HFkAarfUylJ2tKndyO9njwSyoy6cpfDKWPX6/ctZA+QyaYscAHXVAfJqtnY6aaTwDYrOhp+ginlbc7HfQ==
1963+
19511964
"@typescript-eslint/[email protected]":
19521965
version "4.15.1"
19531966
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.15.1.tgz#fa9a9ff88b4a04d901ddbe5b248bc0a00cd610be"
@@ -1961,6 +1974,19 @@
19611974
semver "^7.3.2"
19621975
tsutils "^3.17.1"
19631976

1977+
"@typescript-eslint/[email protected]":
1978+
version "4.15.2"
1979+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.15.2.tgz#c2f7a1e94f3428d229d5ecff3ead6581ee9b62fa"
1980+
integrity sha512-cGR8C2g5SPtHTQvAymEODeqx90pJHadWsgTtx6GbnTWKqsg7yp6Eaya9nFzUd4KrKhxdYTTFBiYeTPQaz/l8bw==
1981+
dependencies:
1982+
"@typescript-eslint/types" "4.15.2"
1983+
"@typescript-eslint/visitor-keys" "4.15.2"
1984+
debug "^4.1.1"
1985+
globby "^11.0.1"
1986+
is-glob "^4.0.1"
1987+
semver "^7.3.2"
1988+
tsutils "^3.17.1"
1989+
19641990
"@typescript-eslint/[email protected]":
19651991
version "4.15.1"
19661992
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.15.1.tgz#c76abbf2a3be8a70ed760f0e5756bf62de5865dd"
@@ -1969,6 +1995,14 @@
19691995
"@typescript-eslint/types" "4.15.1"
19701996
eslint-visitor-keys "^2.0.0"
19711997

1998+
"@typescript-eslint/[email protected]":
1999+
version "4.15.2"
2000+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.15.2.tgz#3d1c7979ce75bf6acf9691109bd0d6b5706192b9"
2001+
integrity sha512-TME1VgSb7wTwgENN5KVj4Nqg25hP8DisXxNBojM4Nn31rYaNDIocNm5cmjOFfh42n7NVERxWrDFoETO/76ePyg==
2002+
dependencies:
2003+
"@typescript-eslint/types" "4.15.2"
2004+
eslint-visitor-keys "^2.0.0"
2005+
19722006
JSONStream@^1.0.4:
19732007
version "1.3.5"
19742008
resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0"

0 commit comments

Comments
 (0)