Skip to content

Commit 5651881

Browse files
dependabot[bot]jrolfs
authored andcommitted
1 parent 78e7af8 commit 5651881

File tree

2 files changed

+36
-36
lines changed

2 files changed

+36
-36
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@commitlint/config-conventional": "^11.0.0",
5555
"@commitlint/prompt": "^11.0.0",
5656
"@types/jest": "^26.0.20",
57-
"@typescript-eslint/eslint-plugin": "^4.4.0",
57+
"@typescript-eslint/eslint-plugin": "^4.15.0",
5858
"@typescript-eslint/parser": "^4.14.2",
5959
"arrify": "^2.0.1",
6060
"chalk": "^4.1.0",

yarn.lock

+35-35
Original file line numberDiff line numberDiff line change
@@ -1553,28 +1553,29 @@
15531553
dependencies:
15541554
"@types/yargs-parser" "*"
15551555

1556-
"@typescript-eslint/eslint-plugin@^4.4.0":
1557-
version "4.4.0"
1558-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.4.0.tgz#0321684dd2b902c89128405cf0385e9fe8561934"
1559-
integrity sha512-RVt5wU9H/2H+N/ZrCasTXdGbUTkbf7Hfi9eLiA8vPQkzUJ/bLDCC3CsoZioPrNcnoyN8r0gT153dC++A4hKBQQ==
1556+
"@typescript-eslint/eslint-plugin@^4.15.0":
1557+
version "4.15.0"
1558+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.15.0.tgz#13a5a07cf30d0d5781e43480aa2a8d38d308b084"
1559+
integrity sha512-DJgdGZW+8CFUTz5C/dnn4ONcUm2h2T0itWD85Ob5/V27Ndie8hUoX5HKyGssvR8sUMkAIlUc/AMK67Lqa3kBIQ==
15601560
dependencies:
1561-
"@typescript-eslint/experimental-utils" "4.4.0"
1562-
"@typescript-eslint/scope-manager" "4.4.0"
1561+
"@typescript-eslint/experimental-utils" "4.15.0"
1562+
"@typescript-eslint/scope-manager" "4.15.0"
15631563
debug "^4.1.1"
15641564
functional-red-black-tree "^1.0.1"
1565+
lodash "^4.17.15"
15651566
regexpp "^3.0.0"
15661567
semver "^7.3.2"
15671568
tsutils "^3.17.1"
15681569

1569-
"@typescript-eslint/experimental-utils@4.4.0", "@typescript-eslint/experimental-utils@^4.0.1":
1570-
version "4.4.0"
1571-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.4.0.tgz#62a05d3f543b8fc5dec4982830618ea4d030e1a9"
1572-
integrity sha512-01+OtK/oWeSJTjQcyzDztfLF1YjvKpLFo+JZmurK/qjSRcyObpIecJ4rckDoRCSh5Etw+jKfdSzVEHevh9gJ1w==
1570+
"@typescript-eslint/experimental-utils@4.15.0", "@typescript-eslint/experimental-utils@^4.0.1":
1571+
version "4.15.0"
1572+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.15.0.tgz#b87c36410a9b23f637689427be85007a2ec1a9c6"
1573+
integrity sha512-V4vaDWvxA2zgesg4KPgEGiomWEBpJXvY4ZX34Y3qxK8LUm5I87L+qGIOTd9tHZOARXNRt9pLbblSKiYBlGMawg==
15731574
dependencies:
15741575
"@types/json-schema" "^7.0.3"
1575-
"@typescript-eslint/scope-manager" "4.4.0"
1576-
"@typescript-eslint/types" "4.4.0"
1577-
"@typescript-eslint/typescript-estree" "4.4.0"
1576+
"@typescript-eslint/scope-manager" "4.15.0"
1577+
"@typescript-eslint/types" "4.15.0"
1578+
"@typescript-eslint/typescript-estree" "4.15.0"
15781579
eslint-scope "^5.0.0"
15791580
eslint-utils "^2.0.0"
15801581

@@ -1617,13 +1618,13 @@
16171618
"@typescript-eslint/types" "4.14.2"
16181619
"@typescript-eslint/visitor-keys" "4.14.2"
16191620

1620-
"@typescript-eslint/scope-manager@4.4.0":
1621-
version "4.4.0"
1622-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.4.0.tgz#2f3dd27692a12cc9a046a90ba6a9d8cb7731190a"
1623-
integrity sha512-r2FIeeU1lmW4K3CxgOAt8djI5c6Q/5ULAgdVo9AF3hPMpu0B14WznBAtxrmB/qFVbVIB6fSx2a+EVXuhSVMEyA==
1621+
"@typescript-eslint/scope-manager@4.15.0":
1622+
version "4.15.0"
1623+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.15.0.tgz#c42703558ea6daaaba51a9c3a86f2902dbab9432"
1624+
integrity sha512-CSNBZnCC2jEA/a+pR9Ljh8Y+5TY5qgbPz7ICEk9WCpSEgT6Pi7H2RIjxfrrbUXvotd6ta+i27sssKEH8Azm75g==
16241625
dependencies:
1625-
"@typescript-eslint/types" "4.4.0"
1626-
"@typescript-eslint/visitor-keys" "4.4.0"
1626+
"@typescript-eslint/types" "4.15.0"
1627+
"@typescript-eslint/visitor-keys" "4.15.0"
16271628

16281629
"@typescript-eslint/[email protected]":
16291630
version "3.10.1"
@@ -1635,10 +1636,10 @@
16351636
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.14.2.tgz#d96da62be22dc9dc6a06647f3633815350fb3174"
16361637
integrity sha512-LltxawRW6wXy4Gck6ZKlBD05tCHQUj4KLn4iR69IyRiDHX3d3NCAhO+ix5OR2Q+q9bjCrHE/HKt+riZkd1At8Q==
16371638

1638-
"@typescript-eslint/types@4.4.0":
1639-
version "4.4.0"
1640-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.4.0.tgz#63440ef87a54da7399a13bdd4b82060776e9e621"
1641-
integrity sha512-nU0VUpzanFw3jjX+50OTQy6MehVvf8pkqFcURPAE06xFNFenMj1GPEI6IESvp7UOHAnq+n/brMirZdR+7rCrlA==
1639+
"@typescript-eslint/types@4.15.0":
1640+
version "4.15.0"
1641+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.15.0.tgz#3011ae1ac3299bb9a5ac56bdd297cccf679d3662"
1642+
integrity sha512-su4RHkJhS+iFwyqyXHcS8EGPlUVoC+XREfy5daivjLur9JP8GhvTmDipuRpcujtGC4M+GYhUOJCPDE3rC5NJrg==
16421643

16431644
"@typescript-eslint/[email protected]":
16441645
version "2.34.0"
@@ -1681,17 +1682,16 @@
16811682
semver "^7.3.2"
16821683
tsutils "^3.17.1"
16831684

1684-
"@typescript-eslint/typescript-estree@4.4.0":
1685-
version "4.4.0"
1686-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.4.0.tgz#16a2df7c16710ddd5406b32b86b9c1124b1ca526"
1687-
integrity sha512-Fh85feshKXwki4nZ1uhCJHmqKJqCMba+8ZicQIhNi5d5jSQFteWiGeF96DTjO8br7fn+prTP+t3Cz/a/3yOKqw==
1685+
"@typescript-eslint/typescript-estree@4.15.0":
1686+
version "4.15.0"
1687+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.15.0.tgz#402c86a7d2111c1f7a2513022f22a38a395b7f93"
1688+
integrity sha512-jG6xTmcNbi6xzZq0SdWh7wQ9cMb2pqXaUp6bUZOMsIlu5aOlxGxgE/t6L/gPybybQGvdguajXGkZKSndZJpksA==
16881689
dependencies:
1689-
"@typescript-eslint/types" "4.4.0"
1690-
"@typescript-eslint/visitor-keys" "4.4.0"
1690+
"@typescript-eslint/types" "4.15.0"
1691+
"@typescript-eslint/visitor-keys" "4.15.0"
16911692
debug "^4.1.1"
16921693
globby "^11.0.1"
16931694
is-glob "^4.0.1"
1694-
lodash "^4.17.15"
16951695
semver "^7.3.2"
16961696
tsutils "^3.17.1"
16971697

@@ -1710,12 +1710,12 @@
17101710
"@typescript-eslint/types" "4.14.2"
17111711
eslint-visitor-keys "^2.0.0"
17121712

1713-
"@typescript-eslint/visitor-keys@4.4.0":
1714-
version "4.4.0"
1715-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.4.0.tgz#0a9118344082f14c0f051342a74b42dfdb012640"
1716-
integrity sha512-oBWeroUZCVsHLiWRdcTXJB7s1nB3taFY8WGvS23tiAlT6jXVvsdAV4rs581bgdEjOhn43q6ro7NkOiLKu6kFqA==
1713+
"@typescript-eslint/visitor-keys@4.15.0":
1714+
version "4.15.0"
1715+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.15.0.tgz#2a07768df30c8a5673f1bce406338a07fdec38ca"
1716+
integrity sha512-RnDtJwOwFucWFAMjG3ghCG/ikImFJFEg20DI7mn4pHEx3vC48lIAoyjhffvfHmErRDboUPC7p9Z2il4CLb7qxA==
17171717
dependencies:
1718-
"@typescript-eslint/types" "4.4.0"
1718+
"@typescript-eslint/types" "4.15.0"
17191719
eslint-visitor-keys "^2.0.0"
17201720

17211721
"@webassemblyjs/[email protected]":

0 commit comments

Comments
 (0)