-
Notifications
You must be signed in to change notification settings - Fork 39
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
0fc61a6
commit f2bcf64
Showing
1 changed file
with
110 additions
and
110 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 |
---|---|---|
|
@@ -17,64 +17,64 @@ | |
dependencies: | ||
"@babel/highlight" "^7.10.4" | ||
|
||
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.18.6", "@babel/code-frame@^7.21.4": | ||
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.21.4": | ||
version "7.21.4" | ||
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.21.4.tgz#d0fa9e4413aca81f2b23b9442797bda1826edb39" | ||
integrity sha512-LYvhNKfwWSPpocw8GI7gpK2nq3HSDuEPC/uSYaALSJu9xjsalaaYFOq0Pwt5KmVqwEbZlDu81aLXwBOmD/Fv9g== | ||
dependencies: | ||
"@babel/highlight" "^7.18.6" | ||
|
||
"@babel/compat-data@^7.21.5": | ||
version "7.21.7" | ||
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.21.7.tgz#61caffb60776e49a57ba61a88f02bedd8714f6bc" | ||
integrity sha512-KYMqFYTaenzMK4yUtf4EW9wc4N9ef80FsbMtkwool5zpwl4YrT1SdWYSTRcT94KO4hannogdS+LxY7L+arP3gA== | ||
"@babel/compat-data@^7.22.0": | ||
version "7.22.3" | ||
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.3.tgz#cd502a6a0b6e37d7ad72ce7e71a7160a3ae36f7e" | ||
integrity sha512-aNtko9OPOwVESUFp3MZfD8Uzxl7JzSeJpd7npIoxCasU37PFbAQRpKglkaKwlHOyeJdrREpo8TW8ldrkYWwvIQ== | ||
|
||
"@babel/core@^7.1.0", "@babel/core@^7.12.3", "@babel/core@^7.7.5": | ||
version "7.21.8" | ||
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.21.8.tgz#2a8c7f0f53d60100ba4c32470ba0281c92aa9aa4" | ||
integrity sha512-YeM22Sondbo523Sz0+CirSPnbj9bG3P0CdHcBZdqUuaeOaYEFbOLoGU7lebvGP6P5J/WE9wOn7u7C4J9HvS1xQ== | ||
version "7.22.1" | ||
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.1.tgz#5de51c5206f4c6f5533562838337a603c1033cfd" | ||
integrity sha512-Hkqu7J4ynysSXxmAahpN1jjRwVJ+NdpraFLIWflgjpVob3KNyK3/tIUc7Q7szed8WMp0JNa7Qtd1E9Oo22F9gA== | ||
dependencies: | ||
"@ampproject/remapping" "^2.2.0" | ||
"@babel/code-frame" "^7.21.4" | ||
"@babel/generator" "^7.21.5" | ||
"@babel/helper-compilation-targets" "^7.21.5" | ||
"@babel/helper-module-transforms" "^7.21.5" | ||
"@babel/helpers" "^7.21.5" | ||
"@babel/parser" "^7.21.8" | ||
"@babel/template" "^7.20.7" | ||
"@babel/traverse" "^7.21.5" | ||
"@babel/types" "^7.21.5" | ||
"@babel/generator" "^7.22.0" | ||
"@babel/helper-compilation-targets" "^7.22.1" | ||
"@babel/helper-module-transforms" "^7.22.1" | ||
"@babel/helpers" "^7.22.0" | ||
"@babel/parser" "^7.22.0" | ||
"@babel/template" "^7.21.9" | ||
"@babel/traverse" "^7.22.1" | ||
"@babel/types" "^7.22.0" | ||
convert-source-map "^1.7.0" | ||
debug "^4.1.0" | ||
gensync "^1.0.0-beta.2" | ||
json5 "^2.2.2" | ||
semver "^6.3.0" | ||
|
||
"@babel/generator@^7.21.5": | ||
version "7.21.5" | ||
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.21.5.tgz#c0c0e5449504c7b7de8236d99338c3e2a340745f" | ||
integrity sha512-SrKK/sRv8GesIW1bDagf9cCG38IOMYZusoe1dfg0D8aiUe3Amvoj1QtjTPAWcfrZFvIwlleLb0gxzQidL9w14w== | ||
"@babel/generator@^7.22.0": | ||
version "7.22.3" | ||
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.22.3.tgz#0ff675d2edb93d7596c5f6728b52615cfc0df01e" | ||
integrity sha512-C17MW4wlk//ES/CJDL51kPNwl+qiBQyN7b9SKyVp11BLGFeSPoVaHrv+MNt8jwQFhQWowW88z1eeBx3pFz9v8A== | ||
dependencies: | ||
"@babel/types" "^7.21.5" | ||
"@babel/types" "^7.22.3" | ||
"@jridgewell/gen-mapping" "^0.3.2" | ||
"@jridgewell/trace-mapping" "^0.3.17" | ||
jsesc "^2.5.1" | ||
|
||
"@babel/helper-compilation-targets@^7.21.5": | ||
version "7.21.5" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.21.5.tgz#631e6cc784c7b660417421349aac304c94115366" | ||
integrity sha512-1RkbFGUKex4lvsB9yhIfWltJM5cZKUftB2eNajaDv3dCMEp49iBG0K14uH8NnX9IPux2+mK7JGEOB0jn48/J6w== | ||
"@babel/helper-compilation-targets@^7.22.1": | ||
version "7.22.1" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.1.tgz#bfcd6b7321ffebe33290d68550e2c9d7eb7c7a58" | ||
integrity sha512-Rqx13UM3yVB5q0D/KwQ8+SPfX/+Rnsy1Lw1k/UwOC4KC6qrzIQoY3lYnBu5EHKBlEHHcj0M0W8ltPSkD8rqfsQ== | ||
dependencies: | ||
"@babel/compat-data" "^7.21.5" | ||
"@babel/compat-data" "^7.22.0" | ||
"@babel/helper-validator-option" "^7.21.0" | ||
browserslist "^4.21.3" | ||
lru-cache "^5.1.1" | ||
semver "^6.3.0" | ||
|
||
"@babel/helper-environment-visitor@^7.21.5": | ||
version "7.21.5" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.21.5.tgz#c769afefd41d171836f7cb63e295bedf689d48ba" | ||
integrity sha512-IYl4gZ3ETsWocUWgsFZLM5i1BYx9SoemminVEXadgLBa9TdeorzgLKm8wWLA6J1N/kT3Kch8XIk1laNzYoHKvQ== | ||
"@babel/helper-environment-visitor@^7.22.1": | ||
version "7.22.1" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.1.tgz#ac3a56dbada59ed969d712cf527bd8271fe3eba8" | ||
integrity sha512-Z2tgopurB/kTbidvzeBrc2To3PUP/9i5MUe+fU6QJCQDyPwSH2oRapkLw3KGECDYSjhQZCNxEvNvZlLw8JjGwA== | ||
|
||
"@babel/helper-function-name@^7.21.0": | ||
version "7.21.0" | ||
|
@@ -98,19 +98,19 @@ | |
dependencies: | ||
"@babel/types" "^7.21.4" | ||
|
||
"@babel/helper-module-transforms@^7.21.5": | ||
version "7.21.5" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.21.5.tgz#d937c82e9af68d31ab49039136a222b17ac0b420" | ||
integrity sha512-bI2Z9zBGY2q5yMHoBvJ2a9iX3ZOAzJPm7Q8Yz6YeoUjU/Cvhmi2G4QyTNyPBqqXSgTjUxRg3L0xV45HvkNWWBw== | ||
"@babel/helper-module-transforms@^7.22.1": | ||
version "7.22.1" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.22.1.tgz#e0cad47fedcf3cae83c11021696376e2d5a50c63" | ||
integrity sha512-dxAe9E7ySDGbQdCVOY/4+UcD8M9ZFqZcZhSPsPacvCG4M+9lwtDDQfI2EoaSvmf7W/8yCBkGU0m7Pvt1ru3UZw== | ||
dependencies: | ||
"@babel/helper-environment-visitor" "^7.21.5" | ||
"@babel/helper-environment-visitor" "^7.22.1" | ||
"@babel/helper-module-imports" "^7.21.4" | ||
"@babel/helper-simple-access" "^7.21.5" | ||
"@babel/helper-split-export-declaration" "^7.18.6" | ||
"@babel/helper-validator-identifier" "^7.19.1" | ||
"@babel/template" "^7.20.7" | ||
"@babel/traverse" "^7.21.5" | ||
"@babel/types" "^7.21.5" | ||
"@babel/template" "^7.21.9" | ||
"@babel/traverse" "^7.22.1" | ||
"@babel/types" "^7.22.0" | ||
|
||
"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.8.0": | ||
version "7.21.5" | ||
|
@@ -146,14 +146,14 @@ | |
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.21.0.tgz#8224c7e13ace4bafdc4004da2cf064ef42673180" | ||
integrity sha512-rmL/B8/f0mKS2baE9ZpyTcTavvEuWhTTW8amjzXNvYG4AwBsqTLikfXsEofsJEfKHf+HQVQbFOHy6o+4cnC/fQ== | ||
|
||
"@babel/helpers@^7.21.5": | ||
version "7.21.5" | ||
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.21.5.tgz#5bac66e084d7a4d2d9696bdf0175a93f7fb63c08" | ||
integrity sha512-BSY+JSlHxOmGsPTydUkPf1MdMQ3M81x5xGCOVgWM3G8XH77sJ292Y2oqcp0CbbgxhqBuI46iUz1tT7hqP7EfgA== | ||
"@babel/helpers@^7.22.0": | ||
version "7.22.3" | ||
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.22.3.tgz#53b74351da9684ea2f694bf0877998da26dd830e" | ||
integrity sha512-jBJ7jWblbgr7r6wYZHMdIqKc73ycaTcCaWRq4/2LpuPHcx7xMlZvpGQkOYc9HeSjn6rcx15CPlgVcBtZ4WZJ2w== | ||
dependencies: | ||
"@babel/template" "^7.20.7" | ||
"@babel/traverse" "^7.21.5" | ||
"@babel/types" "^7.21.5" | ||
"@babel/template" "^7.21.9" | ||
"@babel/traverse" "^7.22.1" | ||
"@babel/types" "^7.22.3" | ||
|
||
"@babel/highlight@^7.10.4", "@babel/highlight@^7.18.6": | ||
version "7.18.6" | ||
|
@@ -164,10 +164,10 @@ | |
chalk "^2.0.0" | ||
js-tokens "^4.0.0" | ||
|
||
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.21.5", "@babel/parser@^7.21.8", "@babel/parser@^7.6.0", "@babel/parser@^7.9.6": | ||
version "7.21.8" | ||
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.8.tgz#642af7d0333eab9c0ad70b14ac5e76dbde7bfdf8" | ||
integrity sha512-6zavDGdzG3gUqAdWvlLFfk+36RilI+Pwyuuh7HItyeScCWP3k6i8vKclAQ0bM/0y/Kz/xiwvxhMv9MgTJP5gmA== | ||
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.21.9", "@babel/parser@^7.22.0", "@babel/parser@^7.6.0", "@babel/parser@^7.9.6": | ||
version "7.22.3" | ||
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.3.tgz#838ae31893373222cd9062568e2192c670037e00" | ||
integrity sha512-vrukxyW/ep8UD1UDzOYpTKQ6abgjFoeG6L+4ar9+c5TN9QnlqiOi6QK7LSR5ewm/ERyGkT/Ai6VboNrxhbr9Uw== | ||
|
||
"@babel/plugin-syntax-async-generators@^7.8.4": | ||
version "7.8.4" | ||
|
@@ -254,41 +254,41 @@ | |
"@babel/helper-plugin-utils" "^7.14.5" | ||
|
||
"@babel/runtime@^7.21.0": | ||
version "7.21.5" | ||
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.21.5.tgz#8492dddda9644ae3bda3b45eabe87382caee7200" | ||
integrity sha512-8jI69toZqqcsnqGGqwGS4Qb1VwLOEp4hz+CXPywcvjs60u3B4Pom/U/7rm4W8tMOYEB+E9wgD0mW1l3r8qlI9Q== | ||
version "7.22.3" | ||
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.22.3.tgz#0a7fce51d43adbf0f7b517a71f4c3aaca92ebcbb" | ||
integrity sha512-XsDuspWKLUsxwCp6r7EhsExHtYfbe5oAGQ19kqngTdCPUoPQzOPdUbD/pB9PJiwb2ptYKQDjSJT3R6dC+EPqfQ== | ||
dependencies: | ||
regenerator-runtime "^0.13.11" | ||
|
||
"@babel/template@^7.20.7", "@babel/template@^7.3.3": | ||
version "7.20.7" | ||
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.20.7.tgz#a15090c2839a83b02aa996c0b4994005841fd5a8" | ||
integrity sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw== | ||
"@babel/template@^7.20.7", "@babel/template@^7.21.9", "@babel/template@^7.3.3": | ||
version "7.21.9" | ||
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.21.9.tgz#bf8dad2859130ae46088a99c1f265394877446fb" | ||
integrity sha512-MK0X5k8NKOuWRamiEfc3KEJiHMTkGZNUjzMipqCGDDc6ijRl/B7RGSKVGncu4Ro/HdyzzY6cmoXuKI2Gffk7vQ== | ||
dependencies: | ||
"@babel/code-frame" "^7.18.6" | ||
"@babel/parser" "^7.20.7" | ||
"@babel/types" "^7.20.7" | ||
"@babel/code-frame" "^7.21.4" | ||
"@babel/parser" "^7.21.9" | ||
"@babel/types" "^7.21.5" | ||
|
||
"@babel/traverse@^7.1.0", "@babel/traverse@^7.21.5": | ||
version "7.21.5" | ||
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.5.tgz#ad22361d352a5154b498299d523cf72998a4b133" | ||
integrity sha512-AhQoI3YjWi6u/y/ntv7k48mcrCXmus0t79J9qPNlk/lAsFlCiJ047RmbfMOawySTHtywXhbXgpx/8nXMYd+oFw== | ||
"@babel/traverse@^7.1.0", "@babel/traverse@^7.22.1": | ||
version "7.22.1" | ||
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.1.tgz#bd22c50b1439cfcfc2fa137b7fdf6c06787456e9" | ||
integrity sha512-lAWkdCoUFnmwLBhIRLciFntGYsIIoC6vIbN8zrLPqBnJmPu7Z6nzqnKd7FsxQUNAvZfVZ0x6KdNvNp8zWIOHSQ== | ||
dependencies: | ||
"@babel/code-frame" "^7.21.4" | ||
"@babel/generator" "^7.21.5" | ||
"@babel/helper-environment-visitor" "^7.21.5" | ||
"@babel/generator" "^7.22.0" | ||
"@babel/helper-environment-visitor" "^7.22.1" | ||
"@babel/helper-function-name" "^7.21.0" | ||
"@babel/helper-hoist-variables" "^7.18.6" | ||
"@babel/helper-split-export-declaration" "^7.18.6" | ||
"@babel/parser" "^7.21.5" | ||
"@babel/types" "^7.21.5" | ||
"@babel/parser" "^7.22.0" | ||
"@babel/types" "^7.22.0" | ||
debug "^4.1.0" | ||
globals "^11.1.0" | ||
|
||
"@babel/types@^7.0.0", "@babel/types@^7.18.6", "@babel/types@^7.20.7", "@babel/types@^7.21.0", "@babel/types@^7.21.4", "@babel/types@^7.21.5", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.6.1", "@babel/types@^7.9.6": | ||
version "7.21.5" | ||
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.21.5.tgz#18dfbd47c39d3904d5db3d3dc2cc80bedb60e5b6" | ||
integrity sha512-m4AfNvVF2mVC/F7fDEdH2El3HzUg9It/XsCxZiOTTA3m3qYfcSVSbTfM6Q9xG+hYDniZssYhlXKKUMD5m8tF4Q== | ||
"@babel/types@^7.0.0", "@babel/types@^7.18.6", "@babel/types@^7.20.7", "@babel/types@^7.21.0", "@babel/types@^7.21.4", "@babel/types@^7.21.5", "@babel/types@^7.22.0", "@babel/types@^7.22.3", "@babel/types@^7.3.3", "@babel/types@^7.6.1", "@babel/types@^7.9.6": | ||
version "7.22.3" | ||
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.3.tgz#0cc6af178b91490acaeb4a2f70dcbf27cdf3d8f3" | ||
integrity sha512-P3na3xIQHTKY4L0YOG7pM8M8uoUIB910WQaSiiMCZUC2Cy8XFEQONGABFnHWBa2gpGKODTAJcNhi5Zk0sLRrzg== | ||
dependencies: | ||
"@babel/helper-string-parser" "^7.21.5" | ||
"@babel/helper-validator-identifier" "^7.19.1" | ||
|
@@ -601,9 +601,9 @@ | |
integrity sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw== | ||
|
||
"@types/babel__core@^7.0.0", "@types/babel__core@^7.1.7": | ||
version "7.20.0" | ||
resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.20.0.tgz#61bc5a4cae505ce98e1e36c5445e4bee060d8891" | ||
integrity sha512-+n8dL/9GWblDO0iU6eZAwEIJVr5DWigtle+Q6HLOrh/pdbXOhOtqzq8VPPE2zvNJzSKY4vH/z3iT3tn0A3ypiQ== | ||
version "7.20.1" | ||
resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.20.1.tgz#916ecea274b0c776fec721e333e55762d3a9614b" | ||
integrity sha512-aACu/U/omhdk15O4Nfb+fHgH/z3QsfQzpnvRZhYhThms83ZnAOZz7zZAWO7mn2yyNQaA4xTO8GLK3uqFU4bYYw== | ||
dependencies: | ||
"@babel/parser" "^7.20.7" | ||
"@babel/types" "^7.20.7" | ||
|
@@ -627,11 +627,11 @@ | |
"@babel/types" "^7.0.0" | ||
|
||
"@types/babel__traverse@*", "@types/babel__traverse@^7.0.4", "@types/babel__traverse@^7.0.6": | ||
version "7.18.5" | ||
resolved "https://registry.yarnpkg.com/@types/babel__traverse/-/babel__traverse-7.18.5.tgz#c107216842905afafd3b6e774f6f935da6f5db80" | ||
integrity sha512-enCvTL8m/EHS/zIvJno9nE+ndYPh1/oNFzRYRmtUqJICG2VnCSBzMLW5VN2KCQU91f23tsNKR8v7VJJQMatl7Q== | ||
version "7.20.0" | ||
resolved "https://registry.yarnpkg.com/@types/babel__traverse/-/babel__traverse-7.20.0.tgz#4709d34d3eba3e1dad1950d40e80c6b5e0b81fc9" | ||
integrity sha512-TBOjqAGf0hmaqRwpii5LLkJLg7c6OMm4nHLmpsUxwk9bBHtoTC6dAHdVWdGv4TBxj2CZOZY8Xfq8WmfoVi7n4Q== | ||
dependencies: | ||
"@babel/types" "^7.3.0" | ||
"@babel/types" "^7.20.7" | ||
|
||
"@types/body-parser@*": | ||
version "1.19.2" | ||
|
@@ -713,9 +713,9 @@ | |
pretty-format "^26.0.0" | ||
|
||
"@types/json-schema@^7.0.7": | ||
version "7.0.11" | ||
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3" | ||
integrity sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ== | ||
version "7.0.12" | ||
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.12.tgz#d70faba7039d5fca54c83c7dbab41051d2b6f6cb" | ||
integrity sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA== | ||
|
||
"@types/json5@^0.0.29": | ||
version "0.0.29" | ||
|
@@ -740,9 +740,9 @@ | |
"@types/node" "*" | ||
|
||
"@types/node@*": | ||
version "20.2.3" | ||
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.2.3.tgz#b31eb300610c3835ac008d690de6f87e28f9b878" | ||
integrity sha512-pg9d0yC4rVNWQzX8U7xb4olIOFuuVL9za3bzMT2pu2SU0SNEi66i2qrvhE2qt0HvkhuCaWJu7pLNOt/Pj8BIrw== | ||
version "20.2.5" | ||
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.2.5.tgz#26d295f3570323b2837d322180dfbf1ba156fefb" | ||
integrity sha512-JJulVEQXmiY9Px5axXHeYGLSjhkZEnD+MDPDGbCbIAbMslkKwmygtZFy1X6s/075Yo94sf8GuSlFfPzysQrWZQ== | ||
|
||
"@types/[email protected]": | ||
version "14.18.48" | ||
|
@@ -791,9 +791,9 @@ | |
integrity sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw== | ||
|
||
"@types/superagent@*": | ||
version "4.1.17" | ||
resolved "https://registry.yarnpkg.com/@types/superagent/-/superagent-4.1.17.tgz#c8f0162b5d8a9c52d38b81398ef0650ef974b452" | ||
integrity sha512-FFK/rRjNy24U6J1BvQkaNWu2ohOIF/kxRQXRsbT141YQODcOcZjzlcc4DGdI2SkTa0rhmF+X14zu6ICjCGIg+w== | ||
version "4.1.18" | ||
resolved "https://registry.yarnpkg.com/@types/superagent/-/superagent-4.1.18.tgz#e8f037d015cb3b55e64dd00c4d07a84be6d16d34" | ||
integrity sha512-LOWgpacIV8GHhrsQU+QMZuomfqXiqzz3ILLkCtKx3Us6AmomFViuzKT9D693QTKgyut2oCytMG8/efOop+DB+w== | ||
dependencies: | ||
"@types/cookiejar" "*" | ||
"@types/node" "*" | ||
|
@@ -1271,14 +1271,14 @@ browser-process-hrtime@^1.0.0: | |
integrity sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow== | ||
|
||
browserslist@^4.21.3: | ||
version "4.21.5" | ||
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.21.5.tgz#75c5dae60063ee641f977e00edd3cfb2fb7af6a7" | ||
integrity sha512-tUkiguQGW7S3IhB7N+c2MV/HZPSCPAAiYBZXLsBhFB/PCy6ZKKsZrmBayHV9fdGV/ARIfJ14NkxKzRDjvp7L6w== | ||
version "4.21.6" | ||
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.21.6.tgz#18ab9830a5a61806a909a4717f85665792e7f267" | ||
integrity sha512-PF07dKGXKR+/bljJzCB6rAYtHEu21TthLxmJagtQizx+rwiqdRDBO5971Xu1N7MgcMLi4+mr4Cnl76x7O3DHtA== | ||
dependencies: | ||
caniuse-lite "^1.0.30001449" | ||
electron-to-chromium "^1.4.284" | ||
node-releases "^2.0.8" | ||
update-browserslist-db "^1.0.10" | ||
caniuse-lite "^1.0.30001489" | ||
electron-to-chromium "^1.4.411" | ||
node-releases "^2.0.12" | ||
update-browserslist-db "^1.0.11" | ||
|
||
[email protected]: | ||
version "0.2.6" | ||
|
@@ -1342,10 +1342,10 @@ camelcase@^6.0.0: | |
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-6.3.0.tgz#5685b95eb209ac9c0c177467778c9c84df58ba9a" | ||
integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA== | ||
|
||
caniuse-lite@^1.0.30001449: | ||
version "1.0.30001488" | ||
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001488.tgz#d19d7b6e913afae3e98f023db97c19e9ddc5e91f" | ||
integrity sha512-NORIQuuL4xGpIy6iCCQGN4iFjlBXtfKWIenlUuyZJumLRIindLb7wXM+GO8erEhb7vXfcnf4BAg2PrSDN5TNLQ== | ||
caniuse-lite@^1.0.30001489: | ||
version "1.0.30001489" | ||
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001489.tgz#ca82ee2d4e4dbf2bd2589c9360d3fcc2c7ba3bd8" | ||
integrity sha512-x1mgZEXK8jHIfAxm+xgdpHpk50IN3z3q3zP261/WS+uvePxW8izXuCu6AHz0lkuYTlATDehiZ/tNyYBdSQsOUQ== | ||
|
||
capture-exit@^2.0.0: | ||
version "2.0.0" | ||
|
@@ -1759,10 +1759,10 @@ [email protected]: | |
resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d" | ||
integrity sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow== | ||
|
||
electron-to-chromium@^1.4.284: | ||
version "1.4.402" | ||
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.402.tgz#9aa7bbb63081513127870af6d22f829344c5ba57" | ||
integrity sha512-gWYvJSkohOiBE6ecVYXkrDgNaUjo47QEKK0kQzmWyhkH+yoYiG44bwuicTGNSIQRG3WDMsWVZJLRnJnLNkbWvA== | ||
electron-to-chromium@^1.4.411: | ||
version "1.4.411" | ||
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.411.tgz#8cb7787f0442fcb4209590e9951bdb482caa93b2" | ||
integrity sha512-5VXLW4Qw89vM2WTICHua/y8v7fKGDRVa2VPOtBB9IpLvW316B+xd8yD1wTmLPY2ot/00P/qt87xdolj4aG/Lzg== | ||
|
||
emittery@^0.7.1: | ||
version "0.7.2" | ||
|
@@ -3845,10 +3845,10 @@ node-notifier@^8.0.0: | |
uuid "^8.3.0" | ||
which "^2.0.2" | ||
|
||
node-releases@^2.0.8: | ||
version "2.0.11" | ||
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.11.tgz#59d7cef999d13f908e43b5a70001cf3129542f0f" | ||
integrity sha512-+M0PwXeU80kRohZ3aT4J/OnR+l9/KD2nVLNNoRgFtnf+umQVFdGBAO2N8+nCnEi0xlh/Wk3zOGC+vNNx+uM79Q== | ||
node-releases@^2.0.12: | ||
version "2.0.12" | ||
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.12.tgz#35627cc224a23bfb06fb3380f2b3afaaa7eb1039" | ||
integrity sha512-QzsYKWhXTWx8h1kIvqfnC++o0pEmpRQA/aenALsL2F4pqNVr7YzcdMlDij5WBnwftRbJCNJL/O7zdKaxKPHqgQ== | ||
|
||
[email protected]: | ||
version "2.0.22" | ||
|
@@ -3910,9 +3910,9 @@ npm-run-path@^4.0.0: | |
path-key "^3.0.0" | ||
|
||
nwsapi@^2.2.0: | ||
version "2.2.4" | ||
resolved "https://registry.yarnpkg.com/nwsapi/-/nwsapi-2.2.4.tgz#fd59d5e904e8e1f03c25a7d5a15cfa16c714a1e5" | ||
integrity sha512-NHj4rzRo0tQdijE9ZqAx6kYDcoRwYwSYzCA8MY3JzfxlrvEU0jhnhJT9BhqhJs7I/dKcrDm6TyulaRqZPIhN5g== | ||
version "2.2.5" | ||
resolved "https://registry.yarnpkg.com/nwsapi/-/nwsapi-2.2.5.tgz#a52744c61b3889dd44b0a158687add39b8d935e2" | ||
integrity sha512-6xpotnECFy/og7tKSBVmUNft7J3jyXAka4XvG6AUhFWRz+Q/Ljus7znJAA3bxColfQLdS+XsjoodtJfCgeTEFQ== | ||
|
||
object-assign@^4.1.1: | ||
version "4.1.1" | ||
|
@@ -5266,7 +5266,7 @@ unset-value@^1.0.0: | |
has-value "^0.3.1" | ||
isobject "^3.0.0" | ||
|
||
update-browserslist-db@^1.0.10: | ||
update-browserslist-db@^1.0.11: | ||
version "1.0.11" | ||
resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.0.11.tgz#9a2a641ad2907ae7b3616506f4b977851db5b940" | ||
integrity sha512-dCwEFf0/oT85M1fHBg4F0jtLwJrutGoHSQXCh7u4o2t1drG+c0a9Flnqww6XUKSfQMPpJBRjU8d4RXB09qtvaA== | ||
|