aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-01-05 10:46:51 +0000
committerGitHub <[email protected]>2021-01-05 10:46:51 +0000
commitf849cd79fa56e65831de1749bf19d205b1ea2de6 (patch)
tree9c94571b7867f36d3e087b6b4276fe740e6e2d86
parenta0e546de68172b6760c17c03d7625f5a9278e621 (diff)
parent6a4780c0224b04a2dae508add33640325d99b114 (diff)
downloadmuse-f849cd79fa56e65831de1749bf19d205b1ea2de6.tar.xz
muse-f849cd79fa56e65831de1749bf19d205b1ea2de6.zip
Merge pull request #74 from codetheweb/dependabot/npm_and_yarn/typescript-eslint/parser-4.12.0
-rw-r--r--package.json2
-rw-r--r--yarn.lock51
2 files changed, 44 insertions, 9 deletions
diff --git a/package.json b/package.json
index 842a03a..a917217 100644
--- a/package.json
+++ b/package.json
@@ -35,7 +35,7 @@
"@types/validator": "^13.1.2",
"@types/ws": "^7.4.0",
"@typescript-eslint/eslint-plugin": "^4.11.1",
- "@typescript-eslint/parser": "^4.11.1",
+ "@typescript-eslint/parser": "^4.12.0",
"eslint": "^7.17.0",
"eslint-config-xo": "^0.33.1",
"eslint-config-xo-typescript": "^0.36.0",
diff --git a/yarn.lock b/yarn.lock
index b4c8e4f..c4065b3 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -244,14 +244,14 @@
eslint-scope "^5.0.0"
eslint-utils "^2.0.0"
-"@typescript-eslint/parser@^4.11.1":
- version "4.11.1"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.11.1.tgz#981e18de2e019d6ca312596615f92e8f6f6598ed"
- integrity sha512-BJ3jwPQu1jeynJ5BrjLuGfK/UJu6uwHxJ/di7sanqmUmxzmyIcd3vz58PMR7wpi8k3iWq2Q11KMYgZbUpRoIPw==
- dependencies:
- "@typescript-eslint/scope-manager" "4.11.1"
- "@typescript-eslint/types" "4.11.1"
- "@typescript-eslint/typescript-estree" "4.11.1"
+"@typescript-eslint/parser@^4.12.0":
+ version "4.12.0"
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.12.0.tgz#e1cf30436e4f916c31fcc962158917bd9e9d460a"
+ integrity sha512-9XxVADAo9vlfjfoxnjboBTxYOiNY93/QuvcPgsiKvHxW6tOZx1W4TvkIQ2jB3k5M0pbFP5FlXihLK49TjZXhuQ==
+ dependencies:
+ "@typescript-eslint/scope-manager" "4.12.0"
+ "@typescript-eslint/types" "4.12.0"
+ "@typescript-eslint/typescript-estree" "4.12.0"
debug "^4.1.1"
"@typescript-eslint/[email protected]":
@@ -262,11 +262,24 @@
"@typescript-eslint/types" "4.11.1"
"@typescript-eslint/visitor-keys" "4.11.1"
+"@typescript-eslint/[email protected]":
+ version "4.12.0"
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.12.0.tgz#beeb8beca895a07b10c593185a5612f1085ef279"
+ integrity sha512-QVf9oCSVLte/8jvOsxmgBdOaoe2J0wtEmBr13Yz0rkBNkl5D8bfnf6G4Vhox9qqMIoG7QQoVwd2eG9DM/ge4Qg==
+ dependencies:
+ "@typescript-eslint/types" "4.12.0"
+ "@typescript-eslint/visitor-keys" "4.12.0"
+
"@typescript-eslint/[email protected]":
version "4.11.1"
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.11.1.tgz#3ba30c965963ef9f8ced5a29938dd0c465bd3e05"
integrity sha512-5kvd38wZpqGY4yP/6W3qhYX6Hz0NwUbijVsX2rxczpY6OXaMxh0+5E5uLJKVFwaBM7PJe1wnMym85NfKYIh6CA==
+"@typescript-eslint/[email protected]":
+ version "4.12.0"
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.12.0.tgz#fb891fe7ccc9ea8b2bbd2780e36da45d0dc055e5"
+ integrity sha512-N2RhGeheVLGtyy+CxRmxdsniB7sMSCfsnbh8K/+RUIXYYq3Ub5+sukRCjVE80QerrUBvuEvs4fDhz5AW/pcL6g==
+
"@typescript-eslint/[email protected]":
version "4.11.1"
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.11.1.tgz#a4416b4a65872a48773b9e47afabdf7519eb10bc"
@@ -281,6 +294,20 @@
semver "^7.3.2"
tsutils "^3.17.1"
+"@typescript-eslint/[email protected]":
+ version "4.12.0"
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.12.0.tgz#3963418c850f564bdab3882ae23795d115d6d32e"
+ integrity sha512-gZkFcmmp/CnzqD2RKMich2/FjBTsYopjiwJCroxqHZIY11IIoN0l5lKqcgoAPKHt33H2mAkSfvzj8i44Jm7F4w==
+ dependencies:
+ "@typescript-eslint/types" "4.12.0"
+ "@typescript-eslint/visitor-keys" "4.12.0"
+ debug "^4.1.1"
+ globby "^11.0.1"
+ is-glob "^4.0.1"
+ lodash "^4.17.15"
+ semver "^7.3.2"
+ tsutils "^3.17.1"
+
"@typescript-eslint/[email protected]":
version "4.11.1"
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.11.1.tgz#4c050a4c1f7239786e2dd4e69691436143024e05"
@@ -289,6 +316,14 @@
"@typescript-eslint/types" "4.11.1"
eslint-visitor-keys "^2.0.0"
+"@typescript-eslint/[email protected]":
+ version "4.12.0"
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.12.0.tgz#a470a79be6958075fa91c725371a83baf428a67a"
+ integrity sha512-hVpsLARbDh4B9TKYz5cLbcdMIOAoBYgFPCSP9FFS/liSF+b33gVNq8JHY3QGhHNVz85hObvL7BEYLlgx553WCw==
+ dependencies:
+ "@typescript-eslint/types" "4.12.0"
+ eslint-visitor-keys "^2.0.0"
+
abbrev@1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8"