|
@@ -9,6 +9,13 @@
|
|
|
dependencies:
|
|
|
"@babel/highlight" "^7.8.3"
|
|
|
|
|
|
+"@babel/code-frame@^7.10.4":
|
|
|
+ version "7.10.4"
|
|
|
+ resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.10.4.tgz#168da1a36e90da68ae8d49c0f1b48c7c6249213a"
|
|
|
+ integrity sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==
|
|
|
+ dependencies:
|
|
|
+ "@babel/highlight" "^7.10.4"
|
|
|
+
|
|
|
"@babel/core@^7.7.5":
|
|
|
version "7.9.0"
|
|
|
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.9.0.tgz#ac977b538b77e132ff706f3b8a4dbad09c03c56e"
|
|
@@ -31,6 +38,15 @@
|
|
|
semver "^5.4.1"
|
|
|
source-map "^0.5.0"
|
|
|
|
|
|
+"@babel/generator@^7.11.5":
|
|
|
+ version "7.11.6"
|
|
|
+ resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.11.6.tgz#b868900f81b163b4d464ea24545c61cbac4dc620"
|
|
|
+ integrity sha512-DWtQ1PV3r+cLbySoHrwn9RWEgKMBLLma4OBQloPRyDYvc5msJM9kvTLo1YnlJd1P/ZuKbdli3ijr5q3FvAF3uA==
|
|
|
+ dependencies:
|
|
|
+ "@babel/types" "^7.11.5"
|
|
|
+ jsesc "^2.5.1"
|
|
|
+ source-map "^0.5.0"
|
|
|
+
|
|
|
"@babel/generator@^7.9.0":
|
|
|
version "7.9.3"
|
|
|
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.9.3.tgz#7c8b2956c6f68b3ab732bd16305916fbba521d94"
|
|
@@ -41,6 +57,15 @@
|
|
|
lodash "^4.17.13"
|
|
|
source-map "^0.5.0"
|
|
|
|
|
|
+"@babel/helper-function-name@^7.10.4":
|
|
|
+ version "7.10.4"
|
|
|
+ resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.10.4.tgz#d2d3b20c59ad8c47112fa7d2a94bc09d5ef82f1a"
|
|
|
+ integrity sha512-YdaSyz1n8gY44EmN7x44zBn9zQ1Ry2Y+3GTA+3vH6Mizke1Vw0aWDM66FOYEPw8//qKkmqOckrGgTYa+6sceqQ==
|
|
|
+ dependencies:
|
|
|
+ "@babel/helper-get-function-arity" "^7.10.4"
|
|
|
+ "@babel/template" "^7.10.4"
|
|
|
+ "@babel/types" "^7.10.4"
|
|
|
+
|
|
|
"@babel/helper-function-name@^7.8.3":
|
|
|
version "7.8.3"
|
|
|
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.8.3.tgz#eeeb665a01b1f11068e9fb86ad56a1cb1a824cca"
|
|
@@ -50,6 +75,13 @@
|
|
|
"@babel/template" "^7.8.3"
|
|
|
"@babel/types" "^7.8.3"
|
|
|
|
|
|
+"@babel/helper-get-function-arity@^7.10.4":
|
|
|
+ version "7.10.4"
|
|
|
+ resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.4.tgz#98c1cbea0e2332f33f9a4661b8ce1505b2c19ba2"
|
|
|
+ integrity sha512-EkN3YDB+SRDgiIUnNgcmiD361ti+AVbL3f3Henf6dqqUyr5dMsorno0lJWJuLhDhkI5sYEpgj6y9kB8AOU1I2A==
|
|
|
+ dependencies:
|
|
|
+ "@babel/types" "^7.10.4"
|
|
|
+
|
|
|
"@babel/helper-get-function-arity@^7.8.3":
|
|
|
version "7.8.3"
|
|
|
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.8.3.tgz#b894b947bd004381ce63ea1db9f08547e920abd5"
|
|
@@ -109,6 +141,13 @@
|
|
|
"@babel/template" "^7.8.3"
|
|
|
"@babel/types" "^7.8.3"
|
|
|
|
|
|
+"@babel/helper-split-export-declaration@^7.11.0":
|
|
|
+ version "7.11.0"
|
|
|
+ resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.11.0.tgz#f8a491244acf6a676158ac42072911ba83ad099f"
|
|
|
+ integrity sha512-74Vejvp6mHkGE+m+k5vHY93FX2cAtrw1zXrZXRlG4l410Nm9PxfEiVTn1PjDPV5SnmieiueY4AFg2xqhNFuuZg==
|
|
|
+ dependencies:
|
|
|
+ "@babel/types" "^7.11.0"
|
|
|
+
|
|
|
"@babel/helper-split-export-declaration@^7.8.3":
|
|
|
version "7.8.3"
|
|
|
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.8.3.tgz#31a9f30070f91368a7182cf05f831781065fc7a9"
|
|
@@ -116,6 +155,11 @@
|
|
|
dependencies:
|
|
|
"@babel/types" "^7.8.3"
|
|
|
|
|
|
+"@babel/helper-validator-identifier@^7.10.4":
|
|
|
+ version "7.10.4"
|
|
|
+ resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz#a78c7a7251e01f616512d31b10adcf52ada5e0d2"
|
|
|
+ integrity sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw==
|
|
|
+
|
|
|
"@babel/helper-validator-identifier@^7.9.0":
|
|
|
version "7.9.0"
|
|
|
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.0.tgz#ad53562a7fc29b3b9a91bbf7d10397fd146346ed"
|
|
@@ -130,6 +174,15 @@
|
|
|
"@babel/traverse" "^7.9.0"
|
|
|
"@babel/types" "^7.9.0"
|
|
|
|
|
|
+"@babel/highlight@^7.10.4":
|
|
|
+ version "7.10.4"
|
|
|
+ resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.10.4.tgz#7d1bdfd65753538fabe6c38596cdb76d9ac60143"
|
|
|
+ integrity sha512-i6rgnR/YgPEQzZZnbTHHuZdlE8qyoBNalD6F+q4vAFlcMEcqmkoG+mPqJYJCo63qPf74+Y1UZsl3l6f7/RIkmA==
|
|
|
+ dependencies:
|
|
|
+ "@babel/helper-validator-identifier" "^7.10.4"
|
|
|
+ chalk "^2.0.0"
|
|
|
+ js-tokens "^4.0.0"
|
|
|
+
|
|
|
"@babel/highlight@^7.8.3":
|
|
|
version "7.9.0"
|
|
|
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.9.0.tgz#4e9b45ccb82b79607271b2979ad82c7b68163079"
|
|
@@ -139,11 +192,25 @@
|
|
|
chalk "^2.0.0"
|
|
|
js-tokens "^4.0.0"
|
|
|
|
|
|
+"@babel/parser@^7.10.4", "@babel/parser@^7.11.5", "@babel/parser@^7.7.0":
|
|
|
+ version "7.11.5"
|
|
|
+ resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.11.5.tgz#c7ff6303df71080ec7a4f5b8c003c58f1cf51037"
|
|
|
+ integrity sha512-X9rD8qqm695vgmeaQ4fvz/o3+Wk4ZzQvSHkDBgpYKxpD4qTAUm88ZKtHkVqIOsYFFbIQ6wQYhC6q7pjqVK0E0Q==
|
|
|
+
|
|
|
"@babel/parser@^7.7.5", "@babel/parser@^7.8.6", "@babel/parser@^7.9.0":
|
|
|
version "7.9.3"
|
|
|
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.9.3.tgz#043a5fc2ad8b7ea9facddc4e802a1f0f25da7255"
|
|
|
integrity sha512-E6SpIDJZ0cZAKoCNk+qSDd0ChfTnpiJN9FfNf3RZ20dzwA2vL2oq5IX1XTVT+4vDmRlta2nGk5HGMMskJAR+4A==
|
|
|
|
|
|
+"@babel/template@^7.10.4":
|
|
|
+ version "7.10.4"
|
|
|
+ resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.10.4.tgz#3251996c4200ebc71d1a8fc405fba940f36ba278"
|
|
|
+ integrity sha512-ZCjD27cGJFUB6nmCB1Enki3r+L5kJveX9pq1SvAUKoICy6CZ9yD8xO086YXdYhvNjBdnekm4ZnaP5yC8Cs/1tA==
|
|
|
+ dependencies:
|
|
|
+ "@babel/code-frame" "^7.10.4"
|
|
|
+ "@babel/parser" "^7.10.4"
|
|
|
+ "@babel/types" "^7.10.4"
|
|
|
+
|
|
|
"@babel/template@^7.7.4", "@babel/template@^7.8.3", "@babel/template@^7.8.6":
|
|
|
version "7.8.6"
|
|
|
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.8.6.tgz#86b22af15f828dfb086474f964dcc3e39c43ce2b"
|
|
@@ -153,6 +220,21 @@
|
|
|
"@babel/parser" "^7.8.6"
|
|
|
"@babel/types" "^7.8.6"
|
|
|
|
|
|
+"@babel/traverse@^7.7.0":
|
|
|
+ version "7.11.5"
|
|
|
+ resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.11.5.tgz#be777b93b518eb6d76ee2e1ea1d143daa11e61c3"
|
|
|
+ integrity sha512-EjiPXt+r7LiCZXEfRpSJd+jUMnBd4/9OUv7Nx3+0u9+eimMwJmG0Q98lw4/289JCoxSE8OolDMNZaaF/JZ69WQ==
|
|
|
+ dependencies:
|
|
|
+ "@babel/code-frame" "^7.10.4"
|
|
|
+ "@babel/generator" "^7.11.5"
|
|
|
+ "@babel/helper-function-name" "^7.10.4"
|
|
|
+ "@babel/helper-split-export-declaration" "^7.11.0"
|
|
|
+ "@babel/parser" "^7.11.5"
|
|
|
+ "@babel/types" "^7.11.5"
|
|
|
+ debug "^4.1.0"
|
|
|
+ globals "^11.1.0"
|
|
|
+ lodash "^4.17.19"
|
|
|
+
|
|
|
"@babel/traverse@^7.7.4", "@babel/traverse@^7.8.6", "@babel/traverse@^7.9.0":
|
|
|
version "7.9.0"
|
|
|
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.9.0.tgz#d3882c2830e513f4fe4cec9fe76ea1cc78747892"
|
|
@@ -168,6 +250,15 @@
|
|
|
globals "^11.1.0"
|
|
|
lodash "^4.17.13"
|
|
|
|
|
|
+"@babel/types@^7.10.4", "@babel/types@^7.11.0", "@babel/types@^7.11.5", "@babel/types@^7.7.0":
|
|
|
+ version "7.11.5"
|
|
|
+ resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.11.5.tgz#d9de577d01252d77c6800cee039ee64faf75662d"
|
|
|
+ integrity sha512-bvM7Qz6eKnJVFIn+1LPtjlBFPVN5jNDc1XmN15vWe7Q3DPBufWWsLiIvUu7xW87uTG6QoggpIDnUgLQvPheU+Q==
|
|
|
+ dependencies:
|
|
|
+ "@babel/helper-validator-identifier" "^7.10.4"
|
|
|
+ lodash "^4.17.19"
|
|
|
+ to-fast-properties "^2.0.0"
|
|
|
+
|
|
|
"@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.9.0":
|
|
|
version "7.9.0"
|
|
|
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.0.tgz#00b064c3df83ad32b2dbf5ff07312b15c7f1efb5"
|
|
@@ -415,10 +506,10 @@
|
|
|
resolved "https://registry.yarnpkg.com/@types/node/-/node-13.9.3.tgz#6356df2647de9eac569f9a52eda3480fa9e70b4d"
|
|
|
integrity sha512-01s+ac4qerwd6RHD+mVbOEsraDHSgUaefQlEdBbUolnQFjKwCr7luvAlEwW1RFojh67u0z4OUTjPn9LEl4zIkA==
|
|
|
|
|
|
-"@types/[email protected]0.3":
|
|
|
- version "14.10.3"
|
|
|
- resolved "https://registry.yarnpkg.com/@types/node/-/node-14.10.3.tgz#5ae1f119c96643fc9b19b2d1a83bfa2ec3dbb7ea"
|
|
|
- integrity sha512-zdN0hor7TLkjAdKTnYW+Y22oIhUUpil5ZD1V1OFq0CR0CLKw+NdR6dkziTfkWRLo6sKzisayoj/GNpNbe4LY9Q==
|
|
|
+"@types/[email protected]1.1":
|
|
|
+ version "14.11.1"
|
|
|
+ resolved "https://registry.yarnpkg.com/@types/node/-/node-14.11.1.tgz#56af902ad157e763f9ba63d671c39cda3193c835"
|
|
|
+ integrity sha512-oTQgnd0hblfLsJ6BvJzzSL+Inogp3lq9fGgqRkMB/ziKMgEUaFl801OncOzUmalfzt14N0oPHMK47ipl+wbTIw==
|
|
|
|
|
|
"@types/normalize-package-data@^2.4.0":
|
|
|
version "2.4.0"
|
|
@@ -705,11 +796,6 @@ acorn@^6.4.1:
|
|
|
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.4.1.tgz#531e58ba3f51b9dacb9a6646ca4debf5b14ca474"
|
|
|
integrity sha512-ZVA9k326Nwrj3Cj9jlh3wGFutC2ZornPNARZwsNYqQYgN0EsV2d53w5RN/co65Ohn4sUAUtb1rSUAOD6XN9idA==
|
|
|
|
|
|
-acorn@^7.1.1:
|
|
|
- version "7.1.1"
|
|
|
- resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.1.1.tgz#e35668de0b402f359de515c5482a1ab9f89a69bf"
|
|
|
- integrity sha512-add7dgA5ppRPxCFJoAGfMDi7PIBXq1RtGo7BhbLaxwrXPOmw8gq48Y9ozT01hUKy9byMjlR20EJhu5zlkErEkg==
|
|
|
-
|
|
|
acorn@^7.4.0:
|
|
|
version "7.4.0"
|
|
|
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.0.tgz#e1ad486e6c54501634c6c397c5c121daa383607c"
|
|
@@ -984,6 +1070,18 @@ aws4@^1.8.0:
|
|
|
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.9.1.tgz#7e33d8f7d449b3f673cd72deb9abdc552dbe528e"
|
|
|
integrity sha512-wMHVg2EOHaMRxbzgFJ9gtjOOCrI80OHLG14rxi28XwOW8ux6IiEbRCGGGqCtdAIg4FQCbW20k9RsT4y3gJlFug==
|
|
|
|
|
|
+babel-eslint@^10.1.0:
|
|
|
+ version "10.1.0"
|
|
|
+ resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.1.0.tgz#6968e568a910b78fb3779cdd8b6ac2f479943232"
|
|
|
+ integrity sha512-ifWaTHQ0ce+448CYop8AdrQiBsGrnC+bMgfyKFdi6EsPLTAWG+QfyDeM6OH+FmWnKvEq5NnBMLvlBUPKQZoDSg==
|
|
|
+ dependencies:
|
|
|
+ "@babel/code-frame" "^7.0.0"
|
|
|
+ "@babel/parser" "^7.7.0"
|
|
|
+ "@babel/traverse" "^7.7.0"
|
|
|
+ "@babel/types" "^7.7.0"
|
|
|
+ eslint-visitor-keys "^1.0.0"
|
|
|
+ resolve "^1.12.0"
|
|
|
+
|
|
|
balanced-match@^1.0.0:
|
|
|
version "1.0.0"
|
|
|
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767"
|
|
@@ -2058,18 +2156,18 @@ [email protected]:
|
|
|
resolved "https://registry.yarnpkg.com/eslint-plugin-prefer-arrow/-/eslint-plugin-prefer-arrow-1.2.2.tgz#0c6d25a6b94cb3e0110a23d129760af5860edb6e"
|
|
|
integrity sha512-C8YMhL+r8RMeMdYAw/rQtE6xNdMulj+zGWud/qIGnlmomiPRaLDGLMeskZ3alN6uMBojmooRimtdrXebLN4svQ==
|
|
|
|
|
|
-eslint-plugin-unicorn@21.0.0:
|
|
|
- version "21.0.0"
|
|
|
- resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-21.0.0.tgz#7e3a8b0f725f003619e1f40d769939ecd8d708d0"
|
|
|
- integrity sha512-S8v7+v4gZTQPj4pKKvexhgSUaLQSyItvxW2SVZDaX9Iu5IjlAmF2eni+L6w8a2aqshxgU8Lle4FIAVDtuejSKQ==
|
|
|
+eslint-plugin-unicorn@22.0.0:
|
|
|
+ version "22.0.0"
|
|
|
+ resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-22.0.0.tgz#46a93d8de393b865e04c2057a4ed3510864dd3be"
|
|
|
+ integrity sha512-jXPOauNiVFYLr+AeU3l21Ao+iDl/G08vUWui21RCI2L1TJIIoJvAMjMR6I+QPKr8FgIumzuR6gzDKCtEx2IkzA==
|
|
|
dependencies:
|
|
|
ci-info "^2.0.0"
|
|
|
clean-regexp "^1.0.0"
|
|
|
eslint-ast-utils "^1.1.0"
|
|
|
- eslint-template-visitor "^2.0.0"
|
|
|
+ eslint-template-visitor "^2.2.1"
|
|
|
eslint-utils "^2.1.0"
|
|
|
import-modules "^2.0.0"
|
|
|
- lodash "^4.17.15"
|
|
|
+ lodash "^4.17.20"
|
|
|
pluralize "^8.0.0"
|
|
|
read-pkg-up "^7.0.1"
|
|
|
regexp-tree "^0.1.21"
|
|
@@ -2109,13 +2207,14 @@ eslint-scope@^5.1.1:
|
|
|
esrecurse "^4.3.0"
|
|
|
estraverse "^4.1.1"
|
|
|
|
|
|
-eslint-template-visitor@^2.0.0:
|
|
|
- version "2.0.0"
|
|
|
- resolved "https://registry.yarnpkg.com/eslint-template-visitor/-/eslint-template-visitor-2.0.0.tgz#7cb6471ed29a53ab28a1dcbfca38355251c2be06"
|
|
|
- integrity sha512-WijrLXWk/TiiG9FBTeEeb2pj/nD8H4eKIYx1DhTv/c7QoFmelE5P+3gzKUcXWZz88AI2+Wjse9DTV8lXrhcUsw==
|
|
|
+eslint-template-visitor@^2.2.1:
|
|
|
+ version "2.2.1"
|
|
|
+ resolved "https://registry.yarnpkg.com/eslint-template-visitor/-/eslint-template-visitor-2.2.1.tgz#2dccb1ab28fa7429e56ba6dd0144def2d89bc2d6"
|
|
|
+ integrity sha512-q3SxoBXz0XjPGkUpwGVAwIwIPIxzCAJX1uwfVc8tW3v7u/zS7WXNH3I2Mu2MDz2NgSITAyKLRaQFPHu/iyKxDQ==
|
|
|
dependencies:
|
|
|
- eslint-visitor-keys "^1.1.0"
|
|
|
- espree "^7.0.0"
|
|
|
+ babel-eslint "^10.1.0"
|
|
|
+ eslint-visitor-keys "^1.3.0"
|
|
|
+ esquery "^1.3.1"
|
|
|
multimap "^1.1.0"
|
|
|
|
|
|
eslint-utils@^2.0.0:
|
|
@@ -2132,16 +2231,16 @@ eslint-utils@^2.1.0:
|
|
|
dependencies:
|
|
|
eslint-visitor-keys "^1.1.0"
|
|
|
|
|
|
+eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.3.0:
|
|
|
+ version "1.3.0"
|
|
|
+ resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
|
|
|
+ integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==
|
|
|
+
|
|
|
eslint-visitor-keys@^1.1.0:
|
|
|
version "1.1.0"
|
|
|
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz#e2a82cea84ff246ad6fb57f9bde5b46621459ec2"
|
|
|
integrity sha512-8y9YjtM1JBJU/A9Kc+SbaOV4y29sSWckBwMHa+FGtVj5gN/sbnKDf6xJUl+8g7FAij9LVaP8C24DUiH/f/2Z9A==
|
|
|
|
|
|
-eslint-visitor-keys@^1.3.0:
|
|
|
- version "1.3.0"
|
|
|
- resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
|
|
|
- integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==
|
|
|
-
|
|
|
eslint-visitor-keys@^2.0.0:
|
|
|
version "2.0.0"
|
|
|
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
|
|
@@ -2195,15 +2294,6 @@ esm@^3.2.25:
|
|
|
resolved "https://registry.yarnpkg.com/esm/-/esm-3.2.25.tgz#342c18c29d56157688ba5ce31f8431fbb795cc10"
|
|
|
integrity sha512-U1suiZ2oDVWv4zPO56S0NcR5QriEahGtdN2OR6FiOG4WJvcjBVFB0qI4+eKoWFH483PKGuLuu6V8Z4T5g63UVA==
|
|
|
|
|
|
-espree@^7.0.0:
|
|
|
- version "7.0.0"
|
|
|
- resolved "https://registry.yarnpkg.com/espree/-/espree-7.0.0.tgz#8a7a60f218e69f120a842dc24c5a88aa7748a74e"
|
|
|
- integrity sha512-/r2XEx5Mw4pgKdyb7GNLQNsu++asx/dltf/CI8RFi9oGHxmQFgvLbc5Op4U6i8Oaj+kdslhJtVlEZeAqH5qOTw==
|
|
|
- dependencies:
|
|
|
- acorn "^7.1.1"
|
|
|
- acorn-jsx "^5.2.0"
|
|
|
- eslint-visitor-keys "^1.1.0"
|
|
|
-
|
|
|
espree@^7.3.0:
|
|
|
version "7.3.0"
|
|
|
resolved "https://registry.yarnpkg.com/espree/-/espree-7.3.0.tgz#dc30437cf67947cf576121ebd780f15eeac72348"
|
|
@@ -2218,7 +2308,7 @@ esprima@^4.0.0, esprima@^4.0.1:
|
|
|
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
|
|
|
integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
|
|
|
|
|
|
-esquery@^1.2.0:
|
|
|
+esquery@^1.2.0, esquery@^1.3.1:
|
|
|
version "1.3.1"
|
|
|
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.3.1.tgz#b78b5828aa8e214e29fb74c4d5b752e1c033da57"
|
|
|
integrity sha512-olpvt9QG0vniUBZspVRN6lwB7hOZoTRtT+jzR+tS4ffYx2mzbw+z0XCOk44aaLYKApNX5nMm+E+P6o25ip/DHQ==
|
|
@@ -4733,7 +4823,7 @@ resolve@^1.10.0, resolve@^1.13.1, resolve@^1.3.2:
|
|
|
dependencies:
|
|
|
path-parse "^1.0.6"
|
|
|
|
|
|
-resolve@^1.17.0:
|
|
|
+resolve@^1.12.0, resolve@^1.17.0:
|
|
|
version "1.17.0"
|
|
|
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.17.0.tgz#b25941b54968231cc2d1bb76a79cb7f2c0bf8444"
|
|
|
integrity sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w==
|
|
@@ -5429,10 +5519,10 @@ tough-cookie@~2.5.0:
|
|
|
psl "^1.1.28"
|
|
|
punycode "^2.1.1"
|
|
|
|
|
|
[email protected].3:
|
|
|
- version "8.0.3"
|
|
|
- resolved "https://registry.yarnpkg.com/ts-loader/-/ts-loader-8.0.3.tgz#56858f4296edf1ed55e01f8520552984d3f0911c"
|
|
|
- integrity sha512-wsqfnVdB7xQiqhqbz2ZPLGHLPZbHVV5Qn/MNFZkCFxRU1miDyxKORucDGxKtsQJ63Rfza0udiUxWF5nHY6bpdQ==
|
|
|
[email protected].4:
|
|
|
+ version "8.0.4"
|
|
|
+ resolved "https://registry.yarnpkg.com/ts-loader/-/ts-loader-8.0.4.tgz#02b9c91fbcfdb3114d8b1e98a3829265270eee7a"
|
|
|
+ integrity sha512-5u8KF1SW8eCUb/Ff7At81e3wznPmT/27fvaGRO9CziVy+6NlPVRvrzSox4OwU0/e6OflOUB32Err4VquysCSAQ==
|
|
|
dependencies:
|
|
|
chalk "^2.3.0"
|
|
|
enhanced-resolve "^4.0.0"
|
|
@@ -5536,10 +5626,10 @@ typedarray@^0.0.6:
|
|
|
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
|
|
|
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
|
|
|
|
|
|
[email protected].2:
|
|
|
- version "4.0.2"
|
|
|
- resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.2.tgz#7ea7c88777c723c681e33bf7988be5d008d05ac2"
|
|
|
- integrity sha512-e4ERvRV2wb+rRZ/IQeb3jm2VxBsirQLpQhdxplZ2MEzGvDkkMmPglecnNDfSUBivMjP93vRbngYYDQqQ/78bcQ==
|
|
|
[email protected].3:
|
|
|
+ version "4.0.3"
|
|
|
+ resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.3.tgz#153bbd468ef07725c1df9c77e8b453f8d36abba5"
|
|
|
+ integrity sha512-tEu6DGxGgRJPb/mVPIZ48e69xCn2yRmCgYmDugAVwmJ6o+0u1RI18eO7E7WBTLYLaEVVOhwQmcdhQHweux/WPg==
|
|
|
|
|
|
union-value@^1.0.0:
|
|
|
version "1.0.1"
|
|
@@ -5717,10 +5807,10 @@ webpack-sources@^1.4.0, webpack-sources@^1.4.1:
|
|
|
source-list-map "^2.0.0"
|
|
|
source-map "~0.6.1"
|
|
|
|
|
|
[email protected].1:
|
|
|
- version "4.44.1"
|
|
|
- resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.44.1.tgz#17e69fff9f321b8f117d1fda714edfc0b939cc21"
|
|
|
- integrity sha512-4UOGAohv/VGUNQJstzEywwNxqX417FnjZgZJpJQegddzPmTvph37eBIRbRTfdySXzVtJXLJfbMN3mMYhM6GdmQ==
|
|
|
[email protected].2:
|
|
|
+ version "4.44.2"
|
|
|
+ resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.44.2.tgz#6bfe2b0af055c8b2d1e90ed2cd9363f841266b72"
|
|
|
+ integrity sha512-6KJVGlCxYdISyurpQ0IPTklv+DULv05rs2hseIXer6D7KrUicRDLFb4IUM1S6LUAKypPM/nSiVSuv8jHu1m3/Q==
|
|
|
dependencies:
|
|
|
"@webassemblyjs/ast" "1.9.0"
|
|
|
"@webassemblyjs/helper-module-context" "1.9.0"
|