aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-02-22 20:23:10 +0000
committerGitHub <noreply@github.com>2022-02-22 20:23:10 +0000
commitde057cf09b57604076d84660862937149ac8e78e (patch)
treee3eaa6c28d6fc178a36214d73532b4359a790a4c
parentAdd super basic example (diff)
downloadee4511w-web-de057cf09b57604076d84660862937149ac8e78e.tar
ee4511w-web-de057cf09b57604076d84660862937149ac8e78e.tar.gz
ee4511w-web-de057cf09b57604076d84660862937149ac8e78e.tar.bz2
ee4511w-web-de057cf09b57604076d84660862937149ac8e78e.tar.lz
ee4511w-web-de057cf09b57604076d84660862937149ac8e78e.tar.xz
ee4511w-web-de057cf09b57604076d84660862937149ac8e78e.tar.zst
ee4511w-web-de057cf09b57604076d84660862937149ac8e78e.zip
Bump @typescript-eslint/parser from 5.12.0 to 5.12.1 (#11)
Diffstat (limited to '')
-rw-r--r--package.json2
-rw-r--r--yarn.lock50
2 files changed, 43 insertions, 9 deletions
diff --git a/package.json b/package.json
index e6fffc8..426b1d8 100644
--- a/package.json
+++ b/package.json
@@ -17,7 +17,7 @@
"@types/node": "^17.0.17",
"@types/shell-quote": "^1.7.1",
"@typescript-eslint/eslint-plugin": "^5.11.0",
- "@typescript-eslint/parser": "^5.11.0",
+ "@typescript-eslint/parser": "^5.12.1",
"eslint": "^8.9.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.4",
diff --git a/yarn.lock b/yarn.lock
index bcdbfe3..2488cdc 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -208,14 +208,14 @@
semver "^7.3.5"
tsutils "^3.21.0"
-"@typescript-eslint/parser@^5.11.0":
- version "5.12.0"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.12.0.tgz#0ca669861813df99ce54916f66f524c625ed2434"
- integrity sha512-MfSwg9JMBojMUoGjUmX+D2stoQj1CBYTCP0qnnVtu9A+YQXVKNtLjasYh+jozOcrb/wau8TCfWOkQTiOAruBog==
- dependencies:
- "@typescript-eslint/scope-manager" "5.12.0"
- "@typescript-eslint/types" "5.12.0"
- "@typescript-eslint/typescript-estree" "5.12.0"
+"@typescript-eslint/parser@^5.12.1":
+ version "5.12.1"
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.12.1.tgz#b090289b553b8aa0899740d799d0f96e6f49771b"
+ integrity sha512-6LuVUbe7oSdHxUWoX/m40Ni8gsZMKCi31rlawBHt7VtW15iHzjbpj2WLiToG2758KjtCCiLRKZqfrOdl3cNKuw==
+ dependencies:
+ "@typescript-eslint/scope-manager" "5.12.1"
+ "@typescript-eslint/types" "5.12.1"
+ "@typescript-eslint/typescript-estree" "5.12.1"
debug "^4.3.2"
"@typescript-eslint/scope-manager@5.12.0":
@@ -226,6 +226,14 @@
"@typescript-eslint/types" "5.12.0"
"@typescript-eslint/visitor-keys" "5.12.0"
+"@typescript-eslint/scope-manager@5.12.1":
+ version "5.12.1"
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.12.1.tgz#58734fd45d2d1dec49641aacc075fba5f0968817"
+ integrity sha512-J0Wrh5xS6XNkd4TkOosxdpObzlYfXjAFIm9QxYLCPOcHVv1FyyFCPom66uIh8uBr0sZCrtS+n19tzufhwab8ZQ==
+ dependencies:
+ "@typescript-eslint/types" "5.12.1"
+ "@typescript-eslint/visitor-keys" "5.12.1"
+
"@typescript-eslint/type-utils@5.12.0":
version "5.12.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.12.0.tgz#aaf45765de71c6d9707c66ccff76ec2b9aa31bb6"
@@ -240,6 +248,11 @@
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.12.0.tgz#5b4030a28222ee01e851836562c07769eecda0b8"
integrity sha512-JowqbwPf93nvf8fZn5XrPGFBdIK8+yx5UEGs2QFAYFI8IWYfrzz+6zqlurGr2ctShMaJxqwsqmra3WXWjH1nRQ==
+"@typescript-eslint/types@5.12.1":
+ version "5.12.1"
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.12.1.tgz#46a36a28ff4d946821b58fe5a73c81dc2e12aa89"
+ integrity sha512-hfcbq4qVOHV1YRdhkDldhV9NpmmAu2vp6wuFODL71Y0Ixak+FLeEU4rnPxgmZMnGreGEghlEucs9UZn5KOfHJA==
+
"@typescript-eslint/typescript-estree@5.12.0":
version "5.12.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.12.0.tgz#cabf545fd592722f0e2b4104711e63bf89525cd2"
@@ -253,6 +266,19 @@
semver "^7.3.5"
tsutils "^3.21.0"
+"@typescript-eslint/typescript-estree@5.12.1":
+ version "5.12.1"
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.12.1.tgz#6a9425b9c305bcbc38e2d1d9a24c08e15e02b722"
+ integrity sha512-ahOdkIY9Mgbza7L9sIi205Pe1inCkZWAHE1TV1bpxlU4RZNPtXaDZfiiFWcL9jdxvW1hDYZJXrFm+vlMkXRbBw==
+ dependencies:
+ "@typescript-eslint/types" "5.12.1"
+ "@typescript-eslint/visitor-keys" "5.12.1"
+ debug "^4.3.2"
+ globby "^11.0.4"
+ is-glob "^4.0.3"
+ semver "^7.3.5"
+ tsutils "^3.21.0"
+
"@typescript-eslint/utils@5.12.0":
version "5.12.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.12.0.tgz#92fd3193191621ab863add2f553a7b38b65646af"
@@ -273,6 +299,14 @@
"@typescript-eslint/types" "5.12.0"
eslint-visitor-keys "^3.0.0"
+"@typescript-eslint/visitor-keys@5.12.1":
+ version "5.12.1"
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.12.1.tgz#f722da106c8f9695ae5640574225e45af3e52ec3"
+ integrity sha512-l1KSLfupuwrXx6wc0AuOmC7Ko5g14ZOQ86wJJqRbdLbXLK02pK/DPiDDqCc7BqqiiA04/eAA6ayL0bgOrAkH7A==
+ dependencies:
+ "@typescript-eslint/types" "5.12.1"
+ eslint-visitor-keys "^3.0.0"
+
abbrev@1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8"