Skip to content

Commit 376145c

Browse files
1 parent 462dee0 commit 376145c

File tree

2 files changed

+9
-43
lines changed

2 files changed

+9
-43
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"@types/node-fetch": "2.5.10",
8484
"@types/qs": "6.9.6",
8585
"@typescript-eslint/eslint-plugin": "4.28.1",
86-
"@typescript-eslint/parser": "4.28.0",
86+
"@typescript-eslint/parser": "4.28.1",
8787
"codecov": "3.8.2",
8888
"eslint": "7.30.0",
8989
"eslint-config-prettier": "8.3.0",

yarn.lock

Lines changed: 8 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1679,23 +1679,15 @@
16791679
eslint-scope "^5.1.1"
16801680
eslint-utils "^3.0.0"
16811681

1682-
"@typescript-eslint/[email protected]":
1683-
version "4.28.0"
1684-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.28.0.tgz#2404c16751a28616ef3abab77c8e51d680a12caa"
1685-
integrity sha512-7x4D22oPY8fDaOCvkuXtYYTQ6mTMmkivwEzS+7iml9F9VkHGbbZ3x4fHRwxAb5KeuSkLqfnYjs46tGx2Nour4A==
1686-
dependencies:
1687-
"@typescript-eslint/scope-manager" "4.28.0"
1688-
"@typescript-eslint/types" "4.28.0"
1689-
"@typescript-eslint/typescript-estree" "4.28.0"
1690-
debug "^4.3.1"
1691-
1692-
"@typescript-eslint/[email protected]":
1693-
version "4.28.0"
1694-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.28.0.tgz#6a3009d2ab64a30fc8a1e257a1a320067f36a0ce"
1695-
integrity sha512-eCALCeScs5P/EYjwo6se9bdjtrh8ByWjtHzOkC4Tia6QQWtQr3PHovxh3TdYTuFcurkYI4rmFsRFpucADIkseg==
1682+
"@typescript-eslint/[email protected]":
1683+
version "4.28.1"
1684+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.28.1.tgz#5181b81658414f47291452c15bf6cd44a32f85bd"
1685+
integrity sha512-UjrMsgnhQIIK82hXGaD+MCN8IfORS1CbMdu7VlZbYa8LCZtbZjJA26De4IPQB7XYZbL8gJ99KWNj0l6WD0guJg==
16961686
dependencies:
1697-
"@typescript-eslint/types" "4.28.0"
1698-
"@typescript-eslint/visitor-keys" "4.28.0"
1687+
"@typescript-eslint/scope-manager" "4.28.1"
1688+
"@typescript-eslint/types" "4.28.1"
1689+
"@typescript-eslint/typescript-estree" "4.28.1"
1690+
debug "^4.3.1"
16991691

17001692
"@typescript-eslint/[email protected]":
17011693
version "4.28.1"
@@ -1705,29 +1697,11 @@
17051697
"@typescript-eslint/types" "4.28.1"
17061698
"@typescript-eslint/visitor-keys" "4.28.1"
17071699

1708-
"@typescript-eslint/[email protected]":
1709-
version "4.28.0"
1710-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.28.0.tgz#a33504e1ce7ac51fc39035f5fe6f15079d4dafb0"
1711-
integrity sha512-p16xMNKKoiJCVZY5PW/AfILw2xe1LfruTcfAKBj3a+wgNYP5I9ZEKNDOItoRt53p4EiPV6iRSICy8EPanG9ZVA==
1712-
17131700
"@typescript-eslint/[email protected]":
17141701
version "4.28.1"
17151702
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.28.1.tgz#d0f2ecbef3684634db357b9bbfc97b94b828f83f"
17161703
integrity sha512-4z+knEihcyX7blAGi7O3Fm3O6YRCP+r56NJFMNGsmtdw+NCdpG5SgNz427LS9nQkRVTswZLhz484hakQwB8RRg==
17171704

1718-
"@typescript-eslint/[email protected]":
1719-
version "4.28.0"
1720-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.28.0.tgz#e66d4e5aa2ede66fec8af434898fe61af10c71cf"
1721-
integrity sha512-m19UQTRtxMzKAm8QxfKpvh6OwQSXaW1CdZPoCaQuLwAq7VZMNuhJmZR4g5281s2ECt658sldnJfdpSZZaxUGMQ==
1722-
dependencies:
1723-
"@typescript-eslint/types" "4.28.0"
1724-
"@typescript-eslint/visitor-keys" "4.28.0"
1725-
debug "^4.3.1"
1726-
globby "^11.0.3"
1727-
is-glob "^4.0.1"
1728-
semver "^7.3.5"
1729-
tsutils "^3.21.0"
1730-
17311705
"@typescript-eslint/[email protected]":
17321706
version "4.28.1"
17331707
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.28.1.tgz#af882ae41740d1f268e38b4d0fad21e7e8d86a81"
@@ -1741,14 +1715,6 @@
17411715
semver "^7.3.5"
17421716
tsutils "^3.21.0"
17431717

1744-
"@typescript-eslint/[email protected]":
1745-
version "4.28.0"
1746-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.28.0.tgz#255c67c966ec294104169a6939d96f91c8a89434"
1747-
integrity sha512-PjJyTWwrlrvM5jazxYF5ZPs/nl0kHDZMVbuIcbpawVXaDPelp3+S9zpOz5RmVUfS/fD5l5+ZXNKnWhNYjPzCvw==
1748-
dependencies:
1749-
"@typescript-eslint/types" "4.28.0"
1750-
eslint-visitor-keys "^2.0.0"
1751-
17521718
"@typescript-eslint/[email protected]":
17531719
version "4.28.1"
17541720
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.28.1.tgz#162a515ee255f18a6068edc26df793cdc1ec9157"

0 commit comments

Comments
 (0)