-
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
1 parent
8619044
commit f3ef2f3
Showing
1 changed file
with
83 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 |
---|---|---|
|
@@ -10,18 +10,18 @@ | |
"@babel/highlight" "^7.10.4" | ||
|
||
"@babel/core@>=7.9.0", "@babel/core@^7.1.0", "@babel/core@^7.7.5": | ||
version "7.10.5" | ||
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.5.tgz#1f15e2cca8ad9a1d78a38ddba612f5e7cdbbd330" | ||
integrity sha512-O34LQooYVDXPl7QWCdW9p4NR+QlzOr7xShPPJz8GsuCU3/8ua/wqTr7gmnxXv+WBESiGU/G5s16i6tUvHkNb+w== | ||
version "7.11.0" | ||
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.11.0.tgz#73b9c33f1658506887f767c26dae07798b30df76" | ||
integrity sha512-mkLq8nwaXmDtFmRkQ8ED/eA2CnVw4zr7dCztKalZXBvdK5EeNUAesrrwUqjQEzFgomJssayzB0aqlOsP1vGLqg== | ||
dependencies: | ||
"@babel/code-frame" "^7.10.4" | ||
"@babel/generator" "^7.10.5" | ||
"@babel/helper-module-transforms" "^7.10.5" | ||
"@babel/generator" "^7.11.0" | ||
"@babel/helper-module-transforms" "^7.11.0" | ||
"@babel/helpers" "^7.10.4" | ||
"@babel/parser" "^7.10.5" | ||
"@babel/parser" "^7.11.0" | ||
"@babel/template" "^7.10.4" | ||
"@babel/traverse" "^7.10.5" | ||
"@babel/types" "^7.10.5" | ||
"@babel/traverse" "^7.11.0" | ||
"@babel/types" "^7.11.0" | ||
convert-source-map "^1.7.0" | ||
debug "^4.1.0" | ||
gensync "^1.0.0-beta.1" | ||
|
@@ -31,12 +31,12 @@ | |
semver "^5.4.1" | ||
source-map "^0.5.0" | ||
|
||
"@babel/generator@^7.10.5": | ||
version "7.10.5" | ||
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.10.5.tgz#1b903554bc8c583ee8d25f1e8969732e6b829a69" | ||
integrity sha512-3vXxr3FEW7E7lJZiWQ3bM4+v/Vyr9C+hpolQ8BGFr9Y8Ri2tFLWTixmwKBafDujO1WVah4fhZBeU1bieKdghig== | ||
"@babel/generator@^7.11.0": | ||
version "7.11.0" | ||
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.11.0.tgz#4b90c78d8c12825024568cbe83ee6c9af193585c" | ||
integrity sha512-fEm3Uzw7Mc9Xi//qU20cBKatTfs2aOtKqmvy/Vm7RkJEGFQ4xc9myCfbXxqK//ZS8MR/ciOHw6meGASJuKmDfQ== | ||
dependencies: | ||
"@babel/types" "^7.10.5" | ||
"@babel/types" "^7.11.0" | ||
jsesc "^2.5.1" | ||
source-map "^0.5.0" | ||
|
||
|
@@ -57,11 +57,11 @@ | |
"@babel/types" "^7.10.4" | ||
|
||
"@babel/helper-member-expression-to-functions@^7.10.4": | ||
version "7.10.5" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.10.5.tgz#172f56e7a63e78112f3a04055f24365af702e7ee" | ||
integrity sha512-HiqJpYD5+WopCXIAbQDG0zye5XYVvcO9w/DHp5GsaGkRUaamLj2bEtu6i8rnGGprAhHM3qidCMgp71HF4endhA== | ||
version "7.11.0" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.11.0.tgz#ae69c83d84ee82f4b42f96e2a09410935a8f26df" | ||
integrity sha512-JbFlKHFntRV5qKw3YC0CvQnDZ4XMwgzzBbld7Ly4Mj4cbFy3KywcR8NtNctRToMWJOVvLINJv525Gd6wwVEx/Q== | ||
dependencies: | ||
"@babel/types" "^7.10.5" | ||
"@babel/types" "^7.11.0" | ||
|
||
"@babel/helper-module-imports@^7.10.4": | ||
version "7.10.4" | ||
|
@@ -70,17 +70,17 @@ | |
dependencies: | ||
"@babel/types" "^7.10.4" | ||
|
||
"@babel/helper-module-transforms@^7.10.5": | ||
version "7.10.5" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.10.5.tgz#120c271c0b3353673fcdfd8c053db3c544a260d6" | ||
integrity sha512-4P+CWMJ6/j1W915ITJaUkadLObmCRRSC234uctJfn/vHrsLNxsR8dwlcXv9ZhJWzl77awf+mWXSZEKt5t0OnlA== | ||
"@babel/helper-module-transforms@^7.11.0": | ||
version "7.11.0" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.11.0.tgz#b16f250229e47211abdd84b34b64737c2ab2d359" | ||
integrity sha512-02EVu8COMuTRO1TAzdMtpBPbe6aQ1w/8fePD2YgQmxZU4gpNWaL9gK3Jp7dxlkUlUCJOTaSeA+Hrm1BRQwqIhg== | ||
dependencies: | ||
"@babel/helper-module-imports" "^7.10.4" | ||
"@babel/helper-replace-supers" "^7.10.4" | ||
"@babel/helper-simple-access" "^7.10.4" | ||
"@babel/helper-split-export-declaration" "^7.10.4" | ||
"@babel/helper-split-export-declaration" "^7.11.0" | ||
"@babel/template" "^7.10.4" | ||
"@babel/types" "^7.10.5" | ||
"@babel/types" "^7.11.0" | ||
lodash "^4.17.19" | ||
|
||
"@babel/helper-optimise-call-expression@^7.10.4": | ||
|
@@ -113,12 +113,12 @@ | |
"@babel/template" "^7.10.4" | ||
"@babel/types" "^7.10.4" | ||
|
||
"@babel/helper-split-export-declaration@^7.10.4": | ||
version "7.10.4" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.10.4.tgz#2c70576eaa3b5609b24cb99db2888cc3fc4251d1" | ||
integrity sha512-pySBTeoUff56fL5CBU2hWm9TesA4r/rOkI9DyJLvvgz09MB9YtfIYe3iBriVaYNaPe+Alua0vBIOVOLs2buWhg== | ||
"@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.10.4" | ||
"@babel/types" "^7.11.0" | ||
|
||
"@babel/helper-validator-identifier@^7.10.4": | ||
version "7.10.4" | ||
|
@@ -143,10 +143,10 @@ | |
chalk "^2.0.0" | ||
js-tokens "^4.0.0" | ||
|
||
"@babel/parser@^7.1.0", "@babel/parser@^7.10.4", "@babel/parser@^7.10.5": | ||
version "7.10.5" | ||
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.5.tgz#e7c6bf5a7deff957cec9f04b551e2762909d826b" | ||
integrity sha512-wfryxy4bE1UivvQKSQDU4/X6dr+i8bctjUjj8Zyt3DQy7NtPizJXT8M52nqpNKL+nq2PW8lxk4ZqLj0fD4B4hQ== | ||
"@babel/parser@^7.1.0", "@babel/parser@^7.10.4", "@babel/parser@^7.11.0": | ||
version "7.11.0" | ||
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.11.0.tgz#a9d7e11aead25d3b422d17b2c6502c8dddef6a5d" | ||
integrity sha512-qvRvi4oI8xii8NllyEc4MDJjuZiNaRzyb7Y7lup1NqJV8TZHF4O27CcP+72WPn/k1zkgJ6WJfnIbk4jTsVAZHw== | ||
|
||
"@babel/plugin-syntax-async-generators@^7.8.4": | ||
version "7.8.4" | ||
|
@@ -234,25 +234,25 @@ | |
"@babel/parser" "^7.10.4" | ||
"@babel/types" "^7.10.4" | ||
|
||
"@babel/traverse@^7.1.0", "@babel/traverse@^7.10.4", "@babel/traverse@^7.10.5": | ||
version "7.10.5" | ||
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.10.5.tgz#77ce464f5b258be265af618d8fddf0536f20b564" | ||
integrity sha512-yc/fyv2gUjPqzTz0WHeRJH2pv7jA9kA7mBX2tXl/x5iOE81uaVPuGPtaYk7wmkx4b67mQ7NqI8rmT2pF47KYKQ== | ||
"@babel/traverse@^7.1.0", "@babel/traverse@^7.10.4", "@babel/traverse@^7.11.0": | ||
version "7.11.0" | ||
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.11.0.tgz#9b996ce1b98f53f7c3e4175115605d56ed07dd24" | ||
integrity sha512-ZB2V+LskoWKNpMq6E5UUCrjtDUh5IOTAyIl0dTjIEoXum/iKWkoIEKIRDnUucO6f+2FzNkE0oD4RLKoPIufDtg== | ||
dependencies: | ||
"@babel/code-frame" "^7.10.4" | ||
"@babel/generator" "^7.10.5" | ||
"@babel/generator" "^7.11.0" | ||
"@babel/helper-function-name" "^7.10.4" | ||
"@babel/helper-split-export-declaration" "^7.10.4" | ||
"@babel/parser" "^7.10.5" | ||
"@babel/types" "^7.10.5" | ||
"@babel/helper-split-export-declaration" "^7.11.0" | ||
"@babel/parser" "^7.11.0" | ||
"@babel/types" "^7.11.0" | ||
debug "^4.1.0" | ||
globals "^11.1.0" | ||
lodash "^4.17.19" | ||
|
||
"@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.3.0", "@babel/types@^7.3.3": | ||
version "7.10.5" | ||
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.5.tgz#d88ae7e2fde86bfbfe851d4d81afa70a997b5d15" | ||
integrity sha512-ixV66KWfCI6GKoA/2H9v6bQdbfXEwwpOdQ8cRvb4F+eyvhlaHxWFMQB4+3d9QFJXZsiiiqVrewNV0DFEQpyT4Q== | ||
"@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.11.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3": | ||
version "7.11.0" | ||
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.11.0.tgz#2ae6bf1ba9ae8c3c43824e5861269871b206e90d" | ||
integrity sha512-O53yME4ZZI0jO1EVGtF1ePGl0LHirG4P1ibcD80XyzZcKhcMFeCXmh4Xb1ifGBIV233Qg12x4rBfQgA+tmOukA== | ||
dependencies: | ||
"@babel/helper-validator-identifier" "^7.10.4" | ||
lodash "^4.17.19" | ||
|
@@ -1615,9 +1615,9 @@ | |
integrity sha1-aaI6OtKcrwCX8G7aWbNh7i8GOfY= | ||
|
||
"@types/node@*", "@types/node@>= 8": | ||
version "14.0.26" | ||
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.0.26.tgz#22a3b8a46510da8944b67bfc27df02c34a35331c" | ||
integrity sha512-W+fpe5s91FBGE0pEa0lnqGLL4USgpLgs4nokw16SrBBco/gQxuua7KnArSEOd5iaMqbbSHV10vUDkJYJJqpXKA== | ||
version "14.0.27" | ||
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.0.27.tgz#a151873af5a5e851b51b3b065c9e63390a9e0eb1" | ||
integrity sha512-kVrqXhbclHNHGu9ztnAwSncIgJv/FaxmzXJvGXNdcCpV1b8u1/Mi6z6m0vwy0LzKeXFTPLH0NzwmoJ3fNCIq0g== | ||
|
||
"@types/[email protected]": | ||
version "10.17.28" | ||
|
@@ -1711,9 +1711,9 @@ JSONStream@^1.0.4, JSONStream@^1.3.4: | |
through ">=2.2.7 <3" | ||
|
||
abab@^2.0.0: | ||
version "2.0.3" | ||
resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.3.tgz#623e2075e02eb2d3f2475e49f99c91846467907a" | ||
integrity sha512-tsFzPpcttalNjFBCFMqsKYQcWxxen1pgJR56by//QwvJc4/OUS3kPOOttx2tSIfjsylB0pYu7f5D3K1RCxUnUg== | ||
version "2.0.4" | ||
resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.4.tgz#6dfa57b417ca06d21b2478f0e638302f99c2405c" | ||
integrity sha512-Eu9ELJWCz/c1e9gTiCY+FceWxcqzjYEbqMgtndnuSqZSUCOL73TWNK2mHfIj4Cw2E/ongOp+JISVNCmovt2KYQ== | ||
|
||
abbrev@1: | ||
version "1.1.1" | ||
|
@@ -1769,7 +1769,7 @@ agentkeepalive@^3.4.1: | |
dependencies: | ||
humanize-ms "^1.2.1" | ||
|
||
ajv@^6.10.0, ajv@^6.10.2, ajv@^6.5.5: | ||
ajv@^6.10.0, ajv@^6.10.2, ajv@^6.12.3: | ||
version "6.12.3" | ||
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.3.tgz#18c5af38a111ddeb4f2697bd78d68abc1cabd706" | ||
integrity sha512-4K0cK3L1hsqk9xIb2z9vs/XU+PGJZ9PNpJRDS9YLzmNdX6jmVPfamLvTJr0aDAusnHyCHO6MjzlkAsgtqp9teA== | ||
|
@@ -1992,13 +1992,13 @@ atob@^2.1.2: | |
integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg== | ||
|
||
autoprefixer@^9.8.0: | ||
version "9.8.5" | ||
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-9.8.5.tgz#2c225de229ddafe1d1424c02791d0c3e10ccccaa" | ||
integrity sha512-C2p5KkumJlsTHoNv9w31NrBRgXhf6eCMteJuHZi2xhkgC+5Vm40MEtCKPhc0qdgAOhox0YPy1SQHTAky05UoKg== | ||
version "9.8.6" | ||
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-9.8.6.tgz#3b73594ca1bf9266320c5acf1588d74dea74210f" | ||
integrity sha512-XrvP4VVHdRBCdX1S3WXVD8+RyG9qeb1D5Sn1DeLiG2xfSpzellk5k54xbUERJ3M5DggQxes39UGOTP8CFrEGbg== | ||
dependencies: | ||
browserslist "^4.12.0" | ||
caniuse-lite "^1.0.30001097" | ||
colorette "^1.2.0" | ||
caniuse-lite "^1.0.30001109" | ||
colorette "^1.2.1" | ||
normalize-range "^0.1.2" | ||
num2fraction "^1.2.2" | ||
postcss "^7.0.32" | ||
|
@@ -2338,10 +2338,10 @@ camelcase@^6.0.0: | |
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-6.0.0.tgz#5259f7c30e35e278f1bdc2a4d91230b37cad981e" | ||
integrity sha512-8KMDF1Vz2gzOq54ONPJS65IvTUaB1cHJ2DMM7MbPmLZljDH1qpzzLsWdiN9pHh6qvkRVDTi/07+eNGch/oLU4w== | ||
|
||
caniuse-lite@^1.0.30000887, caniuse-lite@^1.0.30001093, caniuse-lite@^1.0.30001097: | ||
version "1.0.30001107" | ||
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001107.tgz#809360df7a5b3458f627aa46b0f6ed6d5239da9a" | ||
integrity sha512-86rCH+G8onCmdN4VZzJet5uPELII59cUzDphko3thQFgAQG1RNa+sVLDoALIhRYmflo5iSIzWY3vu1XTWtNMQQ== | ||
caniuse-lite@^1.0.30000887, caniuse-lite@^1.0.30001093, caniuse-lite@^1.0.30001109: | ||
version "1.0.30001109" | ||
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001109.tgz#a9f3f26a0c3753b063d7acbb48dfb9c0e46f2b19" | ||
integrity sha512-4JIXRodHzdS3HdK8nSgIqXYLExOvG+D2/EenSvcub2Kp3QEADjo2v2oUn5g0n0D+UNwG9BtwKOyGcSq2qvQXvQ== | ||
|
||
capture-exit@^2.0.0: | ||
version "2.0.0" | ||
|
@@ -2554,7 +2554,7 @@ color-name@~1.1.4: | |
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2" | ||
integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA== | ||
|
||
colorette@^1.2.0: | ||
colorette@^1.2.1: | ||
version "1.2.1" | ||
resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.2.1.tgz#4d0b921325c14faf92633086a536db6e89564b1b" | ||
integrity sha512-puCDz0CzydiSYOrnXpz/PKd69zRrribezjtE9yd4zvytoRc8+RY/KJPvtPFKZS3E3wP6neGyMe0vOTlHO5L3Pw== | ||
|
@@ -3168,9 +3168,9 @@ ecc-jsbn@~0.1.1: | |
safer-buffer "^2.1.0" | ||
|
||
electron-to-chromium@^1.3.488: | ||
version "1.3.509" | ||
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.509.tgz#830fcb89cd66dc2984d18d794973b99e3f00584c" | ||
integrity sha512-cN4lkjNRuTG8rtAqTOVgwpecEC2kbKA04PG6YijcKGHK/kD0xLjiqExcAOmLUwtXZRF8cBeam2I0VZcih919Ug== | ||
version "1.3.516" | ||
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.516.tgz#03ec071b061e462b786bf7e7ce226fd7ab7cf1f6" | ||
integrity sha512-WDM5AAQdOrvLqSX8g3Zd5AujBXfMxf96oeZkff0U2HF5op3tjShE+on2yay3r1UD4M9I3p0iHpAS4+yV8U8A9A== | ||
|
||
emoji-regex@^7.0.1: | ||
version "7.0.3" | ||
|
@@ -4105,11 +4105,11 @@ har-schema@^2.0.0: | |
integrity sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI= | ||
|
||
har-validator@~5.1.3: | ||
version "5.1.3" | ||
resolved "https://registry.yarnpkg.com/har-validator/-/har-validator-5.1.3.tgz#1ef89ebd3e4996557675eed9893110dc350fa080" | ||
integrity sha512-sNvOCzEQNr/qrvJgc3UG/kD4QtlHycrzwS+6mfTrrSq97BvaYcPZZI1ZSqGSPR73Cxn4LKTD4PttRwfU7jWq5g== | ||
version "5.1.5" | ||
resolved "https://registry.yarnpkg.com/har-validator/-/har-validator-5.1.5.tgz#1f0803b9f8cb20c0fa13822df1ecddb36bde1efd" | ||
integrity sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w== | ||
dependencies: | ||
ajv "^6.5.5" | ||
ajv "^6.12.3" | ||
har-schema "^2.0.0" | ||
|
||
hard-rejection@^2.1.0: | ||
|
@@ -4564,9 +4564,9 @@ is-directory@^0.3.1: | |
integrity sha1-YTObbyR1/Hcv2cnYP1yFddwVSuE= | ||
|
||
is-docker@^2.0.0: | ||
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/is-docker/-/is-docker-2.0.0.tgz#2cb0df0e75e2d064fe1864c37cdeacb7b2dcf25b" | ||
integrity sha512-pJEdRugimx4fBMra5z2/5iRdZ63OhYV0vr0Dwm5+xtW4D1FvRkB8hamMIhnWfyJeDdyr/aa7BDyNbtG38VxgoQ== | ||
version "2.1.0" | ||
resolved "https://registry.yarnpkg.com/is-docker/-/is-docker-2.1.0.tgz#25dc043e4fdc3cf969d622735e05a86ba9952e2b" | ||
integrity sha512-mB2WygGsSeoXtLKpSYzP6sa0Z9DyU9ZyKlnvuZWxCociaI0qsF8u12sR72DFTX236g1u6oWSWYFuUk09nGQEjg== | ||
|
||
is-extendable@^0.1.0, is-extendable@^0.1.1: | ||
version "0.1.1" | ||
|
@@ -6281,9 +6281,9 @@ onetime@^2.0.0: | |
mimic-fn "^1.0.0" | ||
|
||
onetime@^5.1.0: | ||
version "5.1.0" | ||
resolved "https://registry.yarnpkg.com/onetime/-/onetime-5.1.0.tgz#fff0f3c91617fe62bb50189636e99ac8a6df7be5" | ||
integrity sha512-5NcSkPHhwTVFIQN+TUqXoS5+dlElHXdpAWu9I0HP20YOtIi+aZ0Ct82jdlILDxjLEAWwvm+qj1m6aEtsDVmm6Q== | ||
version "5.1.1" | ||
resolved "https://registry.yarnpkg.com/onetime/-/onetime-5.1.1.tgz#5c8016847b0d67fcedb7eef254751cfcdc7e9418" | ||
integrity sha512-ZpZpjcJeugQfWsfyQlshVoowIIQ1qBGSVll4rfDq6JJVO//fesjoX808hXWfBjY+ROZgpKDI5TRSRBSoJiZ8eg== | ||
dependencies: | ||
mimic-fn "^2.1.0" | ||
|
||
|
@@ -7351,9 +7351,9 @@ run-queue@^1.0.0, run-queue@^1.0.3: | |
aproba "^1.1.1" | ||
|
||
rxjs@^6.4.0, rxjs@^6.6.0: | ||
version "6.6.0" | ||
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.0.tgz#af2901eedf02e3a83ffa7f886240ff9018bbec84" | ||
integrity sha512-3HMA8z/Oz61DUHe+SdOiQyzIf4tOx5oQHmMir7IZEu6TMqCLHT4LRcmNaUS0NwOz8VLvmmBduMsoaUvMaIiqzg== | ||
version "6.6.2" | ||
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.2.tgz#8096a7ac03f2cc4fe5860ef6e572810d9e01c0d2" | ||
integrity sha512-BHdBMVoWC2sL26w//BCu3YzKT4s2jip/WhwsGEDmeKYBhKDZeYezVUnHatYB7L85v5xs0BAQmg6BEYJEKxBabg== | ||
dependencies: | ||
tslib "^1.9.0" | ||
|
||
|
@@ -8420,9 +8420,9 @@ [email protected]: | |
integrity sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw== | ||
|
||
uglify-js@^3.1.4: | ||
version "3.10.0" | ||
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.10.0.tgz#397a7e6e31ce820bfd1cb55b804ee140c587a9e7" | ||
integrity sha512-Esj5HG5WAyrLIdYU74Z3JdG2PxdIusvj6IWHMtlyESxc7kcDz7zYlYjpnSokn1UbpV0d/QX9fan7gkCNd/9BQA== | ||
version "3.10.1" | ||
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.10.1.tgz#dd14767eb7150de97f2573a5ff210db14fffe4ad" | ||
integrity sha512-RjxApKkrPJB6kjJxQS3iZlf///REXWYxYJxO/MpmlQzVkDWVI3PSnCBWezMecmTU/TRkNxrl8bmsfFQCp+LO+Q== | ||
|
||
[email protected]: | ||
version "0.0.6" | ||
|
@@ -8642,9 +8642,9 @@ vfile-message@*, vfile-message@^2.0.0: | |
unist-util-stringify-position "^2.0.0" | ||
|
||
vfile@^4.0.0: | ||
version "4.1.1" | ||
resolved "https://registry.yarnpkg.com/vfile/-/vfile-4.1.1.tgz#282d28cebb609183ac51703001bc18b3e3f17de9" | ||
integrity sha512-lRjkpyDGjVlBA7cDQhQ+gNcvB1BGaTHYuSOcY3S7OhDmBtnzX95FhtZZDecSTDm6aajFymyve6S5DN4ZHGezdQ== | ||
version "4.2.0" | ||
resolved "https://registry.yarnpkg.com/vfile/-/vfile-4.2.0.tgz#26c78ac92eb70816b01d4565e003b7e65a2a0e01" | ||
integrity sha512-a/alcwCvtuc8OX92rqqo7PflxiCgXRFjdyoGVuYV+qbgCb0GgZJRvIgCD4+U/Kl1yhaRsaTwksF88xbPyGsgpw== | ||
dependencies: | ||
"@types/unist" "^2.0.0" | ||
is-buffer "^2.0.0" | ||
|