mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 17:41:40 -05:00
Merge pull request #3711 from tridactyl/dependabot/npm_and_yarn/typescript-eslint/parser-4.25.0
This commit is contained in:
commit
798a8ec8d7
2 changed files with 8 additions and 8 deletions
|
@ -33,7 +33,7 @@
|
|||
"@types/selenium-webdriver": "^4.0.12",
|
||||
"@typescript-eslint/eslint-plugin": "^4.24.0",
|
||||
"@typescript-eslint/eslint-plugin-tslint": "^4.25.0",
|
||||
"@typescript-eslint/parser": "^4.24.0",
|
||||
"@typescript-eslint/parser": "^4.25.0",
|
||||
"command-line-args": "^5.1.1",
|
||||
"eslint": "^7.27.0",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
|
|
14
yarn.lock
14
yarn.lock
|
@ -891,14 +891,14 @@
|
|||
eslint-scope "^5.0.0"
|
||||
eslint-utils "^2.0.0"
|
||||
|
||||
"@typescript-eslint/parser@^4.24.0":
|
||||
version "4.24.0"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.24.0.tgz#2e5f1cc78ffefe43bfac7e5659309a92b09a51bd"
|
||||
integrity sha512-dj1ZIh/4QKeECLb2f/QjRwMmDArcwc2WorWPRlB8UNTZlY1KpTVsbX7e3ZZdphfRw29aTFUSNuGB8w9X5sS97w==
|
||||
"@typescript-eslint/parser@^4.25.0":
|
||||
version "4.25.0"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.25.0.tgz#6b2cb6285aa3d55bfb263c650739091b0f19aceb"
|
||||
integrity sha512-OZFa1SKyEJpAhDx8FcbWyX+vLwh7OEtzoo2iQaeWwxucyfbi0mT4DijbOSsTgPKzGHr6GrF2V5p/CEpUH/VBxg==
|
||||
dependencies:
|
||||
"@typescript-eslint/scope-manager" "4.24.0"
|
||||
"@typescript-eslint/types" "4.24.0"
|
||||
"@typescript-eslint/typescript-estree" "4.24.0"
|
||||
"@typescript-eslint/scope-manager" "4.25.0"
|
||||
"@typescript-eslint/types" "4.25.0"
|
||||
"@typescript-eslint/typescript-estree" "4.25.0"
|
||||
debug "^4.1.1"
|
||||
|
||||
"@typescript-eslint/scope-manager@4.24.0":
|
||||
|
|
Loading…
Add table
Reference in a new issue