Skip to content

Commit 425ad5c

Browse files
Merge pull request ferdikoomen#161 from ferdikoomen/dependabot/npm_and_yarn/typescript-eslint/parser-2.24.0
2 parents f13820e + 94976d4 commit 425ad5c

File tree

2 files changed

+29
-7
lines changed

2 files changed

+29
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"@types/node": "13.9.1",
8080
"@types/rimraf": "2.0.3",
8181
"@typescript-eslint/eslint-plugin": "2.23.0",
82-
"@typescript-eslint/parser": "2.23.0",
82+
"@typescript-eslint/parser": "2.24.0",
8383
"codecov": "3.6.5",
8484
"eslint": "6.8.0",
8585
"eslint-config-prettier": "6.10.0",

yarn.lock

Lines changed: 28 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1116,14 +1116,23 @@
11161116
"@typescript-eslint/typescript-estree" "2.23.0"
11171117
eslint-scope "^5.0.0"
11181118

1119-
"@typescript-eslint/[email protected]":
1120-
version "2.23.0"
1121-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.23.0.tgz#f3d4e2928ff647fe77fc2fcef1a3534fee6a3212"
1122-
integrity sha512-k61pn/Nepk43qa1oLMiyqApC6x5eP5ddPz6VUYXCAuXxbmRLqkPYzkFRKl42ltxzB2luvejlVncrEpflgQoSUg==
1119+
"@typescript-eslint/[email protected]":
1120+
version "2.24.0"
1121+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.24.0.tgz#a5cb2ed89fedf8b59638dc83484eb0c8c35e1143"
1122+
integrity sha512-DXrwuXTdVh3ycNCMYmWhUzn/gfqu9N0VzNnahjiDJvcyhfBy4gb59ncVZVxdp5XzBC77dCncu0daQgOkbvPwBw==
1123+
dependencies:
1124+
"@types/json-schema" "^7.0.3"
1125+
"@typescript-eslint/typescript-estree" "2.24.0"
1126+
eslint-scope "^5.0.0"
1127+
1128+
"@typescript-eslint/[email protected]":
1129+
version "2.24.0"
1130+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.24.0.tgz#2cf0eae6e6dd44d162486ad949c126b887f11eb8"
1131+
integrity sha512-H2Y7uacwSSg8IbVxdYExSI3T7uM1DzmOn2COGtCahCC3g8YtM1xYAPi2MAHyfPs61VKxP/J/UiSctcRgw4G8aw==
11231132
dependencies:
11241133
"@types/eslint-visitor-keys" "^1.0.0"
1125-
"@typescript-eslint/experimental-utils" "2.23.0"
1126-
"@typescript-eslint/typescript-estree" "2.23.0"
1134+
"@typescript-eslint/experimental-utils" "2.24.0"
1135+
"@typescript-eslint/typescript-estree" "2.24.0"
11271136
eslint-visitor-keys "^1.1.0"
11281137

11291138
"@typescript-eslint/[email protected]":
@@ -1139,6 +1148,19 @@
11391148
semver "^6.3.0"
11401149
tsutils "^3.17.1"
11411150

1151+
"@typescript-eslint/[email protected]":
1152+
version "2.24.0"
1153+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.24.0.tgz#38bbc8bb479790d2f324797ffbcdb346d897c62a"
1154+
integrity sha512-RJ0yMe5owMSix55qX7Mi9V6z2FDuuDpN6eR5fzRJrp+8in9UF41IGNQHbg5aMK4/PjVaEQksLvz0IA8n+Mr/FA==
1155+
dependencies:
1156+
debug "^4.1.1"
1157+
eslint-visitor-keys "^1.1.0"
1158+
glob "^7.1.6"
1159+
is-glob "^4.0.1"
1160+
lodash "^4.17.15"
1161+
semver "^6.3.0"
1162+
tsutils "^3.17.1"
1163+
11421164
abab@^2.0.0:
11431165
version "2.0.3"
11441166
resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.3.tgz#623e2075e02eb2d3f2475e49f99c91846467907a"

0 commit comments

Comments
 (0)