-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Limon Monte
committed
Jan 18, 2022
1 parent
dc5224c
commit 962cb3a
Showing
1 changed file
with
63 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,83 +63,83 @@ | |
integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4= | ||
|
||
"@typescript-eslint/eslint-plugin@^5.0.0": | ||
version "5.9.1" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.9.1.tgz#e5a86d7e1f9dc0b3df1e6d94feaf20dd838d066c" | ||
integrity sha512-Xv9tkFlyD4MQGpJgTo6wqDqGvHIRmRgah/2Sjz1PUnJTawjHWIwBivUE9x0QtU2WVii9baYgavo/bHjrZJkqTw== | ||
version "5.10.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.10.0.tgz#e90afea96dff8620892ad216b0e4ccdf8ee32d3a" | ||
integrity sha512-XXVKnMsq2fuu9K2KsIxPUGqb6xAImz8MEChClbXmE3VbveFtBUU5bzM6IPVWqzyADIgdkS2Ws/6Xo7W2TeZWjQ== | ||
dependencies: | ||
"@typescript-eslint/experimental-utils" "5.9.1" | ||
"@typescript-eslint/scope-manager" "5.9.1" | ||
"@typescript-eslint/type-utils" "5.9.1" | ||
"@typescript-eslint/scope-manager" "5.10.0" | ||
"@typescript-eslint/type-utils" "5.10.0" | ||
"@typescript-eslint/utils" "5.10.0" | ||
debug "^4.3.2" | ||
functional-red-black-tree "^1.0.1" | ||
ignore "^5.1.8" | ||
regexpp "^3.2.0" | ||
semver "^7.3.5" | ||
tsutils "^3.21.0" | ||
|
||
"@typescript-eslint/[email protected]": | ||
version "5.9.1" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.9.1.tgz#8c407c4dd5ffe522329df6e4c9c2b52206d5f7f1" | ||
integrity sha512-cb1Njyss0mLL9kLXgS/eEY53SZQ9sT519wpX3i+U457l2UXRDuo87hgKfgRazmu9/tQb0x2sr3Y0yrU+Zz0y+w== | ||
dependencies: | ||
"@types/json-schema" "^7.0.9" | ||
"@typescript-eslint/scope-manager" "5.9.1" | ||
"@typescript-eslint/types" "5.9.1" | ||
"@typescript-eslint/typescript-estree" "5.9.1" | ||
eslint-scope "^5.1.1" | ||
eslint-utils "^3.0.0" | ||
|
||
"@typescript-eslint/parser@^5.0.0": | ||
version "5.9.1" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.9.1.tgz#b114011010a87e17b3265ca715e16c76a9834cef" | ||
integrity sha512-PLYO0AmwD6s6n0ZQB5kqPgfvh73p0+VqopQQLuNfi7Lm0EpfKyDalchpVwkE+81k5HeiRrTV/9w1aNHzjD7C4g== | ||
version "5.10.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.10.0.tgz#8f59e036f5f1cffc178cacbd5ccdd02aeb96c91c" | ||
integrity sha512-pJB2CCeHWtwOAeIxv8CHVGJhI5FNyJAIpx5Pt72YkK3QfEzt6qAlXZuyaBmyfOdM62qU0rbxJzNToPTVeJGrQw== | ||
dependencies: | ||
"@typescript-eslint/scope-manager" "5.9.1" | ||
"@typescript-eslint/types" "5.9.1" | ||
"@typescript-eslint/typescript-estree" "5.9.1" | ||
"@typescript-eslint/scope-manager" "5.10.0" | ||
"@typescript-eslint/types" "5.10.0" | ||
"@typescript-eslint/typescript-estree" "5.10.0" | ||
debug "^4.3.2" | ||
|
||
"@typescript-eslint/scope-manager@5.9.1": | ||
version "5.9.1" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.9.1.tgz#6c27be89f1a9409f284d95dfa08ee3400166fe69" | ||
integrity sha512-8BwvWkho3B/UOtzRyW07ffJXPaLSUKFBjpq8aqsRvu6HdEuzCY57+ffT7QoV4QXJXWSU1+7g3wE4AlgImmQ9pQ== | ||
"@typescript-eslint/scope-manager@5.10.0": | ||
version "5.10.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.10.0.tgz#bb5d872e8b9e36203908595507fbc4d3105329cb" | ||
integrity sha512-tgNgUgb4MhqK6DoKn3RBhyZ9aJga7EQrw+2/OiDk5hKf3pTVZWyqBi7ukP+Z0iEEDMF5FDa64LqODzlfE4O/Dg== | ||
dependencies: | ||
"@typescript-eslint/types" "5.9.1" | ||
"@typescript-eslint/visitor-keys" "5.9.1" | ||
"@typescript-eslint/types" "5.10.0" | ||
"@typescript-eslint/visitor-keys" "5.10.0" | ||
|
||
"@typescript-eslint/type-utils@5.9.1": | ||
version "5.9.1" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.9.1.tgz#c6832ffe655b9b1fec642d36db1a262d721193de" | ||
integrity sha512-tRSpdBnPRssjlUh35rE9ug5HrUvaB9ntREy7gPXXKwmIx61TNN7+l5YKgi1hMKxo5NvqZCfYhA5FvyuJG6X6vg== | ||
"@typescript-eslint/type-utils@5.10.0": | ||
version "5.10.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.10.0.tgz#8524b9479c19c478347a7df216827e749e4a51e5" | ||
integrity sha512-TzlyTmufJO5V886N+hTJBGIfnjQDQ32rJYxPaeiyWKdjsv2Ld5l8cbS7pxim4DeNs62fKzRSt8Q14Evs4JnZyQ== | ||
dependencies: | ||
"@typescript-eslint/experimental-utils" "5.9.1" | ||
"@typescript-eslint/utils" "5.10.0" | ||
debug "^4.3.2" | ||
tsutils "^3.21.0" | ||
|
||
"@typescript-eslint/types@5.9.1": | ||
version "5.9.1" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.9.1.tgz#1bef8f238a2fb32ebc6ff6d75020d9f47a1593c6" | ||
integrity sha512-SsWegWudWpkZCwwYcKoDwuAjoZXnM1y2EbEerTHho19Hmm+bQ56QG4L4jrtCu0bI5STaRTvRTZmjprWlTw/5NQ== | ||
"@typescript-eslint/types@5.10.0": | ||
version "5.10.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.10.0.tgz#beb3cb345076f5b088afe996d57bcd1dfddaa75c" | ||
integrity sha512-wUljCgkqHsMZbw60IbOqT/puLfyqqD5PquGiBo1u1IS3PLxdi3RDGlyf032IJyh+eQoGhz9kzhtZa+VC4eWTlQ== | ||
|
||
"@typescript-eslint/typescript-estree@5.9.1": | ||
version "5.9.1" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.9.1.tgz#d5b996f49476495070d2b8dd354861cf33c005d6" | ||
integrity sha512-gL1sP6A/KG0HwrahVXI9fZyeVTxEYV//6PmcOn1tD0rw8VhUWYeZeuWHwwhnewnvEMcHjhnJLOBhA9rK4vmb8A== | ||
"@typescript-eslint/typescript-estree@5.10.0": | ||
version "5.10.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.10.0.tgz#4be24a3dea0f930bb1397c46187d0efdd955a224" | ||
integrity sha512-x+7e5IqfwLwsxTdliHRtlIYkgdtYXzE0CkFeV6ytAqq431ZyxCFzNMNR5sr3WOlIG/ihVZr9K/y71VHTF/DUQA== | ||
dependencies: | ||
"@typescript-eslint/types" "5.9.1" | ||
"@typescript-eslint/visitor-keys" "5.9.1" | ||
"@typescript-eslint/types" "5.10.0" | ||
"@typescript-eslint/visitor-keys" "5.10.0" | ||
debug "^4.3.2" | ||
globby "^11.0.4" | ||
is-glob "^4.0.3" | ||
semver "^7.3.5" | ||
tsutils "^3.21.0" | ||
|
||
"@typescript-eslint/visitor-keys@5.9.1": | ||
version "5.9.1" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.9.1.tgz#f52206f38128dd4f675cf28070a41596eee985b7" | ||
integrity sha512-Xh37pNz9e9ryW4TVdwiFzmr4hloty8cFj8GTWMXh3Z8swGwyQWeCcNgF0hm6t09iZd6eiZmIf4zHedQVP6TVtg== | ||
"@typescript-eslint/utils@5.10.0": | ||
version "5.10.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.10.0.tgz#c3d152a85da77c400e37281355561c72fb1b5a65" | ||
integrity sha512-IGYwlt1CVcFoE2ueW4/ioEwybR60RAdGeiJX/iDAw0t5w0wK3S7QncDwpmsM70nKgGTuVchEWB8lwZwHqPAWRg== | ||
dependencies: | ||
"@typescript-eslint/types" "5.9.1" | ||
"@types/json-schema" "^7.0.9" | ||
"@typescript-eslint/scope-manager" "5.10.0" | ||
"@typescript-eslint/types" "5.10.0" | ||
"@typescript-eslint/typescript-estree" "5.10.0" | ||
eslint-scope "^5.1.1" | ||
eslint-utils "^3.0.0" | ||
|
||
"@typescript-eslint/[email protected]": | ||
version "5.10.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.10.0.tgz#770215497ad67cd15a572b52089991d5dfe06281" | ||
integrity sha512-GMxj0K1uyrFLPKASLmZzCuSddmjZVbVj3Ouy5QVuIGKZopxvOr24JsS7gruz6C3GExE01mublZ3mIBOaon9zuQ== | ||
dependencies: | ||
"@typescript-eslint/types" "5.10.0" | ||
eslint-visitor-keys "^3.0.0" | ||
|
||
acorn-jsx@^5.3.1: | ||
|
@@ -162,11 +162,6 @@ ajv@^6.10.0, ajv@^6.12.4: | |
json-schema-traverse "^0.4.1" | ||
uri-js "^4.2.2" | ||
|
||
ansi-colors@^4.1.1: | ||
version "4.1.1" | ||
resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-4.1.1.tgz#cbb9ae256bf750af1eab344f229aa27fe94ba348" | ||
integrity sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA== | ||
|
||
ansi-regex@^5.0.1: | ||
version "5.0.1" | ||
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304" | ||
|
@@ -330,13 +325,6 @@ doctrine@^3.0.0: | |
dependencies: | ||
esutils "^2.0.2" | ||
|
||
enquirer@^2.3.5: | ||
version "2.3.6" | ||
resolved "https://registry.yarnpkg.com/enquirer/-/enquirer-2.3.6.tgz#2a7fe5dd634a1e4125a975ec994ff5456dc3734d" | ||
integrity sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg== | ||
dependencies: | ||
ansi-colors "^4.1.1" | ||
|
||
es-abstract@^1.19.0, es-abstract@^1.19.1: | ||
version "1.19.1" | ||
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.19.1.tgz#d4885796876916959de78edaa0df456627115ec3" | ||
|
@@ -482,15 +470,15 @@ eslint-visitor-keys@^2.0.0: | |
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303" | ||
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw== | ||
|
||
eslint-visitor-keys@^3.0.0, eslint-visitor-keys@^3.1.0: | ||
version "3.1.0" | ||
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.1.0.tgz#eee4acea891814cda67a7d8812d9647dd0179af2" | ||
integrity sha512-yWJFpu4DtjsWKkt5GeNBBuZMlNcYVs6vRCLoCVEJrTjaSB6LC98gFipNK/erM2Heg/E8mIK+hXG/pJMLK+eRZA== | ||
eslint-visitor-keys@^3.0.0, eslint-visitor-keys@^3.1.0, eslint-visitor-keys@^3.2.0: | ||
version "3.2.0" | ||
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.2.0.tgz#6fbb166a6798ee5991358bc2daa1ba76cc1254a1" | ||
integrity sha512-IOzT0X126zn7ALX0dwFiUQEdsfzrm4+ISsQS8nukaJXwEyYKRSnEIIDULYg1mCtGp7UUXgfGl7BIolXREQK+XQ== | ||
|
||
eslint@^8.0.0: | ||
version "8.6.0" | ||
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.6.0.tgz#4318c6a31c5584838c1a2e940c478190f58d558e" | ||
integrity sha512-UvxdOJ7mXFlw7iuHZA4jmzPaUqIw54mZrv+XPYKNbKdLR0et4rf60lIZUU9kiNtnzzMzGWxMV+tQ7uG7JG8DPw== | ||
version "8.7.0" | ||
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.7.0.tgz#22e036842ee5b7cf87b03fe237731675b4d3633c" | ||
integrity sha512-ifHYzkBGrzS2iDU7KjhCAVMGCvF6M3Xfs8X8b37cgrUlDt6bWRTpRh6T/gtSXv1HJ/BUGgmjvNvOEGu85Iif7w== | ||
dependencies: | ||
"@eslint/eslintrc" "^1.0.5" | ||
"@humanwhocodes/config-array" "^0.9.2" | ||
|
@@ -499,11 +487,10 @@ eslint@^8.0.0: | |
cross-spawn "^7.0.2" | ||
debug "^4.3.2" | ||
doctrine "^3.0.0" | ||
enquirer "^2.3.5" | ||
escape-string-regexp "^4.0.0" | ||
eslint-scope "^7.1.0" | ||
eslint-utils "^3.0.0" | ||
eslint-visitor-keys "^3.1.0" | ||
eslint-visitor-keys "^3.2.0" | ||
espree "^9.3.0" | ||
esquery "^1.4.0" | ||
esutils "^2.0.2" | ||
|
@@ -512,7 +499,7 @@ eslint@^8.0.0: | |
functional-red-black-tree "^1.0.1" | ||
glob-parent "^6.0.1" | ||
globals "^13.6.0" | ||
ignore "^4.0.6" | ||
ignore "^5.2.0" | ||
import-fresh "^3.0.0" | ||
imurmurhash "^0.1.4" | ||
is-glob "^4.0.0" | ||
|
@@ -523,9 +510,7 @@ eslint@^8.0.0: | |
minimatch "^3.0.4" | ||
natural-compare "^1.4.0" | ||
optionator "^0.9.1" | ||
progress "^2.0.0" | ||
regexpp "^3.2.0" | ||
semver "^7.2.1" | ||
strip-ansi "^6.0.1" | ||
strip-json-comments "^3.1.0" | ||
text-table "^0.2.0" | ||
|
@@ -575,9 +560,9 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3: | |
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q== | ||
|
||
fast-glob@^3.2.9: | ||
version "3.2.10" | ||
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.10.tgz#2734f83baa7f43b7fd41e13bc34438f4ffe284ee" | ||
integrity sha512-s9nFhFnvR63wls6/kM88kQqDhMu0AfdjqouE2l5GVQPbqLgyFjjU5ry/r2yKsJxpb9Py1EYNqieFrmMaX4v++A== | ||
version "3.2.11" | ||
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.11.tgz#a1172ad95ceb8a16e20caa5c5e56480e5129c1d9" | ||
integrity sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew== | ||
dependencies: | ||
"@nodelib/fs.stat" "^2.0.2" | ||
"@nodelib/fs.walk" "^1.2.3" | ||
|
@@ -1095,11 +1080,6 @@ prelude-ls@^1.2.1: | |
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396" | ||
integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g== | ||
|
||
progress@^2.0.0: | ||
version "2.0.3" | ||
resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8" | ||
integrity sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA== | ||
|
||
punycode@^2.1.0: | ||
version "2.1.1" | ||
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec" | ||
|
@@ -1153,7 +1133,7 @@ semver@^6.1.0: | |
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d" | ||
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw== | ||
|
||
semver@^7.2.1, semver@^7.3.5: | ||
semver@^7.3.5: | ||
version "7.3.5" | ||
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.5.tgz#0b621c879348d8998e4b0e4be94b3f12e6018ef7" | ||
integrity sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ== | ||
|