-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update all non-major dependencies
- Loading branch information
1 parent
a2ba4f8
commit aa38617
Showing
2 changed files
with
124 additions
and
95 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
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 |
---|---|---|
|
@@ -21,10 +21,10 @@ | |
lodash "^4.17.15" | ||
read-pkg-up "^7.0.1" | ||
|
||
"@babel/cli@^7.14.5": | ||
version "7.14.5" | ||
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.14.5.tgz#9551b194f02360729de6060785bbdcce52c69f0a" | ||
integrity sha512-poegjhRvXHWO0EAsnYajwYZuqcz7gyfxwfaecUESxDujrqOivf3zrjFbub8IJkrqEaz3fvJWh001EzxBub54fg== | ||
"@babel/cli@^7.14.8": | ||
version "7.14.8" | ||
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.14.8.tgz#fac73c0e2328a8af9fd3560c06b096bfa3730933" | ||
integrity sha512-lcy6Lymft9Rpfqmrqdd4oTDdUx9ZwaAhAfywVrHG4771Pa6PPT0danJ1kDHBXYqh4HHSmIdA+nlmfxfxSDPtBg== | ||
dependencies: | ||
commander "^4.0.1" | ||
convert-source-map "^1.1.0" | ||
|
@@ -56,33 +56,33 @@ | |
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.5.tgz#8ef4c18e58e801c5c95d3c1c0f2874a2680fadea" | ||
integrity sha512-kixrYn4JwfAVPa0f2yfzc2AWti6WRRyO3XjWW5PJAvtE11qhSayrrcrEnee05KAtNaPC+EwehE8Qt1UedEVB8w== | ||
|
||
"@babel/core@^7.0.0", "@babel/core@^7.1.0", "@babel/core@^7.14.6", "@babel/core@^7.7.5", "@babel/core@^7.9.0": | ||
version "7.14.6" | ||
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.6.tgz#e0814ec1a950032ff16c13a2721de39a8416fcab" | ||
integrity sha512-gJnOEWSqTk96qG5BoIrl5bVtc23DCycmIePPYnamY9RboYdI4nFy5vAQMSl81O5K/W0sLDWfGysnOECC+KUUCA== | ||
"@babel/core@^7.0.0", "@babel/core@^7.1.0", "@babel/core@^7.14.8", "@babel/core@^7.7.5", "@babel/core@^7.9.0": | ||
version "7.14.8" | ||
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.8.tgz#20cdf7c84b5d86d83fac8710a8bc605a7ba3f010" | ||
integrity sha512-/AtaeEhT6ErpDhInbXmjHcUQXH0L0TEgscfcxk1qbOvLuKCa5aZT0SOOtDKFY96/CLROwbLSKyFor6idgNaU4Q== | ||
dependencies: | ||
"@babel/code-frame" "^7.14.5" | ||
"@babel/generator" "^7.14.5" | ||
"@babel/generator" "^7.14.8" | ||
"@babel/helper-compilation-targets" "^7.14.5" | ||
"@babel/helper-module-transforms" "^7.14.5" | ||
"@babel/helpers" "^7.14.6" | ||
"@babel/parser" "^7.14.6" | ||
"@babel/helper-module-transforms" "^7.14.8" | ||
"@babel/helpers" "^7.14.8" | ||
"@babel/parser" "^7.14.8" | ||
"@babel/template" "^7.14.5" | ||
"@babel/traverse" "^7.14.5" | ||
"@babel/types" "^7.14.5" | ||
"@babel/traverse" "^7.14.8" | ||
"@babel/types" "^7.14.8" | ||
convert-source-map "^1.7.0" | ||
debug "^4.1.0" | ||
gensync "^1.0.0-beta.2" | ||
json5 "^2.1.2" | ||
semver "^6.3.0" | ||
source-map "^0.5.0" | ||
|
||
"@babel/generator@^7.14.5", "@babel/generator@^7.5.0": | ||
version "7.14.5" | ||
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.14.5.tgz#848d7b9f031caca9d0cd0af01b063f226f52d785" | ||
integrity sha512-y3rlP+/G25OIX3mYKKIOlQRcqj7YgrvHxOLbVmyLJ9bPmi5ttvUmpydVjcFjZphOktWuA7ovbx91ECloWTfjIA== | ||
"@babel/generator@^7.14.8", "@babel/generator@^7.5.0": | ||
version "7.14.8" | ||
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.14.8.tgz#bf86fd6af96cf3b74395a8ca409515f89423e070" | ||
integrity sha512-cYDUpvIzhBVnMzRoY1fkSEhK/HmwEVwlyULYgn/tMQYd6Obag3ylCjONle3gdErfXBW61SVTlR9QR7uWlgeIkg== | ||
dependencies: | ||
"@babel/types" "^7.14.5" | ||
"@babel/types" "^7.14.8" | ||
jsesc "^2.5.1" | ||
source-map "^0.5.0" | ||
|
||
|
@@ -202,19 +202,19 @@ | |
dependencies: | ||
"@babel/types" "^7.14.5" | ||
|
||
"@babel/helper-module-transforms@^7.10.4", "@babel/helper-module-transforms@^7.10.5", "@babel/helper-module-transforms@^7.14.5": | ||
version "7.14.5" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.14.5.tgz#7de42f10d789b423eb902ebd24031ca77cb1e10e" | ||
integrity sha512-iXpX4KW8LVODuAieD7MzhNjmM6dzYY5tfRqT+R9HDXWl0jPn/djKmA+G9s/2C2T9zggw5tK1QNqZ70USfedOwA== | ||
"@babel/helper-module-transforms@^7.10.4", "@babel/helper-module-transforms@^7.10.5", "@babel/helper-module-transforms@^7.14.8": | ||
version "7.14.8" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.14.8.tgz#d4279f7e3fd5f4d5d342d833af36d4dd87d7dc49" | ||
integrity sha512-RyE+NFOjXn5A9YU1dkpeBaduagTlZ0+fccnIcAGbv1KGUlReBj7utF7oEth8IdIBQPcux0DDgW5MFBH2xu9KcA== | ||
dependencies: | ||
"@babel/helper-module-imports" "^7.14.5" | ||
"@babel/helper-replace-supers" "^7.14.5" | ||
"@babel/helper-simple-access" "^7.14.5" | ||
"@babel/helper-simple-access" "^7.14.8" | ||
"@babel/helper-split-export-declaration" "^7.14.5" | ||
"@babel/helper-validator-identifier" "^7.14.5" | ||
"@babel/helper-validator-identifier" "^7.14.8" | ||
"@babel/template" "^7.14.5" | ||
"@babel/traverse" "^7.14.5" | ||
"@babel/types" "^7.14.5" | ||
"@babel/traverse" "^7.14.8" | ||
"@babel/types" "^7.14.8" | ||
|
||
"@babel/helper-optimise-call-expression@^7.10.4", "@babel/helper-optimise-call-expression@^7.14.5": | ||
version "7.14.5" | ||
|
@@ -255,12 +255,12 @@ | |
"@babel/traverse" "^7.14.5" | ||
"@babel/types" "^7.14.5" | ||
|
||
"@babel/helper-simple-access@^7.10.4", "@babel/helper-simple-access@^7.14.5": | ||
version "7.14.5" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.14.5.tgz#66ea85cf53ba0b4e588ba77fc813f53abcaa41c4" | ||
integrity sha512-nfBN9xvmCt6nrMZjfhkl7i0oTV3yxR4/FztsbOASyTvVcoYd0TRHh7eMLdlEcCqobydC0LAF3LtC92Iwxo0wyw== | ||
"@babel/helper-simple-access@^7.10.4", "@babel/helper-simple-access@^7.14.8": | ||
version "7.14.8" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.14.8.tgz#82e1fec0644a7e775c74d305f212c39f8fe73924" | ||
integrity sha512-TrFN4RHh9gnWEU+s7JloIho2T76GPwRHhdzOWLqTrMnlas8T9O7ec+oEDNsRXndOmru9ymH9DFrEOxpzPoSbdg== | ||
dependencies: | ||
"@babel/types" "^7.14.5" | ||
"@babel/types" "^7.14.8" | ||
|
||
"@babel/helper-skip-transparent-expression-wrappers@^7.11.0": | ||
version "7.11.0" | ||
|
@@ -276,10 +276,10 @@ | |
dependencies: | ||
"@babel/types" "^7.14.5" | ||
|
||
"@babel/helper-validator-identifier@^7.14.5": | ||
version "7.14.5" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.5.tgz#d0f0e277c512e0c938277faa85a3968c9a44c0e8" | ||
integrity sha512-5lsetuxCLilmVGyiLEfoHBRX8UCFD+1m2x3Rj97WrW3V7H3u4RWRXA4evMjImCsin2J2YT0QaVDGf+z8ondbAg== | ||
"@babel/helper-validator-identifier@^7.14.5", "@babel/helper-validator-identifier@^7.14.8": | ||
version "7.14.8" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.8.tgz#32be33a756f29e278a0d644fa08a2c9e0f88a34c" | ||
integrity sha512-ZGy6/XQjllhYQrNw/3zfWRwZCTVSiBLZ9DHVZxn9n2gip/7ab8mv2TWlKPIBk26RwedCBoWdjLmn+t9na2Gcow== | ||
|
||
"@babel/helper-validator-option@^7.14.5": | ||
version "7.14.5" | ||
|
@@ -296,14 +296,14 @@ | |
"@babel/traverse" "^7.10.4" | ||
"@babel/types" "^7.10.4" | ||
|
||
"@babel/helpers@^7.14.6": | ||
version "7.14.6" | ||
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.14.6.tgz#5b58306b95f1b47e2a0199434fa8658fa6c21635" | ||
integrity sha512-yesp1ENQBiLI+iYHSJdoZKUtRpfTlL1grDIX9NRlAVppljLw/4tTyYupIB7uIYmC3stW/imAv8EqaKaS/ibmeA== | ||
"@babel/helpers@^7.14.8": | ||
version "7.14.8" | ||
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.14.8.tgz#839f88f463025886cff7f85a35297007e2da1b77" | ||
integrity sha512-ZRDmI56pnV+p1dH6d+UN6GINGz7Krps3+270qqI9UJ4wxYThfAIcI5i7j5vXC4FJ3Wap+S9qcebxeYiqn87DZw== | ||
dependencies: | ||
"@babel/template" "^7.14.5" | ||
"@babel/traverse" "^7.14.5" | ||
"@babel/types" "^7.14.5" | ||
"@babel/traverse" "^7.14.8" | ||
"@babel/types" "^7.14.8" | ||
|
||
"@babel/highlight@^7.10.4", "@babel/highlight@^7.14.5": | ||
version "7.14.5" | ||
|
@@ -326,10 +326,10 @@ | |
regenerator-runtime "^0.13.4" | ||
v8flags "^3.1.1" | ||
|
||
"@babel/parser@^7.0.0", "@babel/parser@^7.1.0", "@babel/parser@^7.14.5", "@babel/parser@^7.14.6": | ||
version "7.14.6" | ||
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.6.tgz#d85cc68ca3cac84eae384c06f032921f5227f4b2" | ||
integrity sha512-oG0ej7efjEXxb4UgE+klVx+3j4MVo+A2vCzm7OUN4CLo6WhQ+vSOD2yJ8m7B+DghObxtLxt3EfgMWpq+AsWehQ== | ||
"@babel/parser@^7.0.0", "@babel/parser@^7.1.0", "@babel/parser@^7.14.5", "@babel/parser@^7.14.8": | ||
version "7.14.8" | ||
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.8.tgz#66fd41666b2d7b840bd5ace7f7416d5ac60208d4" | ||
integrity sha512-syoCQFOoo/fzkWDeM0dLEZi5xqurb5vuyzwIMNZRNun+N/9A4cUZeQaE7dTrB8jGaKuJRBtEOajtnmw0I5hvvA== | ||
|
||
"@babel/plugin-proposal-async-generator-functions@^7.10.4": | ||
version "7.10.5" | ||
|
@@ -1009,27 +1009,27 @@ | |
"@babel/parser" "^7.14.5" | ||
"@babel/types" "^7.14.5" | ||
|
||
"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.10.4", "@babel/traverse@^7.14.5": | ||
version "7.14.5" | ||
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.5.tgz#c111b0f58afab4fea3d3385a406f692748c59870" | ||
integrity sha512-G3BiS15vevepdmFqmUc9X+64y0viZYygubAMO8SvBmKARuF6CPSZtH4Ng9vi/lrWlZFGe3FWdXNy835akH8Glg== | ||
"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.10.4", "@babel/traverse@^7.14.5", "@babel/traverse@^7.14.8": | ||
version "7.14.8" | ||
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.8.tgz#c0253f02677c5de1a8ff9df6b0aacbec7da1a8ce" | ||
integrity sha512-kexHhzCljJcFNn1KYAQ6A5wxMRzq9ebYpEDV4+WdNyr3i7O44tanbDOR/xjiG2F3sllan+LgwK+7OMk0EmydHg== | ||
dependencies: | ||
"@babel/code-frame" "^7.14.5" | ||
"@babel/generator" "^7.14.5" | ||
"@babel/generator" "^7.14.8" | ||
"@babel/helper-function-name" "^7.14.5" | ||
"@babel/helper-hoist-variables" "^7.14.5" | ||
"@babel/helper-split-export-declaration" "^7.14.5" | ||
"@babel/parser" "^7.14.5" | ||
"@babel/types" "^7.14.5" | ||
"@babel/parser" "^7.14.8" | ||
"@babel/types" "^7.14.8" | ||
debug "^4.1.0" | ||
globals "^11.1.0" | ||
|
||
"@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.11.0", "@babel/types@^7.14.5", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.9.5": | ||
version "7.14.5" | ||
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.5.tgz#3bb997ba829a2104cedb20689c4a5b8121d383ff" | ||
integrity sha512-M/NzBpEL95I5Hh4dwhin5JlE7EzO5PHMAuzjxss3tiOBD46KfQvVedN/3jEPZvdRvtsK2222XfdHogNIttFgcg== | ||
"@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.11.0", "@babel/types@^7.14.5", "@babel/types@^7.14.8", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.9.5": | ||
version "7.14.8" | ||
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.8.tgz#38109de8fcadc06415fbd9b74df0065d4d41c728" | ||
integrity sha512-iob4soQa7dZw8nodR/KlOQkPh9S4I8RwCxwRIFuiMRYjOzH/KJzdUfDgz6cGi5dDaclXF4P2PAhCdrBJNIg68Q== | ||
dependencies: | ||
"@babel/helper-validator-identifier" "^7.14.5" | ||
"@babel/helper-validator-identifier" "^7.14.8" | ||
to-fast-properties "^2.0.0" | ||
|
||
"@bcoe/v8-coverage@^0.2.3": | ||
|
@@ -1045,10 +1045,10 @@ | |
exec-sh "^0.3.2" | ||
minimist "^1.2.0" | ||
|
||
"@eslint/eslintrc@^0.4.2": | ||
version "0.4.2" | ||
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.2.tgz#f63d0ef06f5c0c57d76c4ab5f63d3835c51b0179" | ||
integrity sha512-8nmGq/4ycLpIwzvhI4tNDmQztZ8sp+hI7cyG8i1nQDhkAbRzHpXPidRAHlNvCZQpJTKw5ItIpMw9RSToGF00mg== | ||
"@eslint/eslintrc@^0.4.3": | ||
version "0.4.3" | ||
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.3.tgz#9e42981ef035beb3dd49add17acb96e8ff6f394c" | ||
integrity sha512-J6KFFz5QCYUJq3pf0mjEcCJVERbzv71PUIDczuh9JkwGEzced6CO5ADLHB1rbf/+oPBtoPfMYNOpGDzCANlbXw== | ||
dependencies: | ||
ajv "^6.12.4" | ||
debug "^4.1.1" | ||
|
@@ -1072,6 +1072,20 @@ | |
resolved "https://registry.yarnpkg.com/@formatjs/intl-utils/-/intl-utils-3.0.1.tgz#b9a7f79033b54bff1d03e7f05ba0e0627ba49451" | ||
integrity sha512-wA9jNZ/6sglIeOznDL19/EgX//xkj/IN0pffuKM2fFFm5F2LB/MItrMlLW0MJwdp/aRVa8UGNbSl1zg5mmYoiA== | ||
|
||
"@humanwhocodes/config-array@^0.5.0": | ||
version "0.5.0" | ||
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.5.0.tgz#1407967d4c6eecd7388f83acf1eaf4d0c6e58ef9" | ||
integrity sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg== | ||
dependencies: | ||
"@humanwhocodes/object-schema" "^1.2.0" | ||
debug "^4.1.1" | ||
minimatch "^3.0.4" | ||
|
||
"@humanwhocodes/object-schema@^1.2.0": | ||
version "1.2.0" | ||
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.0.tgz#87de7af9c231826fdd68ac7258f77c429e0e5fcf" | ||
integrity sha512-wdppn25U8z/2yiaT6YGquE6X8sSv7hNMWSXYSSU1jGv/yd6XqjXgTDJ8KP4NgjTXfJ3GbRjeeb8RTV7a/VpM+w== | ||
|
||
"@istanbuljs/load-nyc-config@^1.0.0": | ||
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/@istanbuljs/load-nyc-config/-/load-nyc-config-1.0.0.tgz#10602de5570baea82f8afbfa2630b24e7a8cfe5b" | ||
|
@@ -2069,16 +2083,16 @@ co@^4.6.0: | |
resolved "https://registry.yarnpkg.com/co/-/co-4.6.0.tgz#6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184" | ||
integrity sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ= | ||
|
||
codecov@^3.8.2: | ||
version "3.8.2" | ||
resolved "https://registry.yarnpkg.com/codecov/-/codecov-3.8.2.tgz#ab24f18783998c39e809ea210af899f8dbcc790e" | ||
integrity sha512-6w/kt/xvmPsWMfDFPE/T054txA9RTgcJEw36PNa6MYX+YV29jCHCRFXwbQ3QZBTOgnex1J2WP8bo2AT8TWWz9g== | ||
codecov@^3.8.3: | ||
version "3.8.3" | ||
resolved "https://registry.yarnpkg.com/codecov/-/codecov-3.8.3.tgz#9c3e364b8a700c597346ae98418d09880a3fdbe7" | ||
integrity sha512-Y8Hw+V3HgR7V71xWH2vQ9lyS358CbGCldWlJFR0JirqoGtOoas3R3/OclRTvgUYFK29mmJICDPauVKmpqbwhOA== | ||
dependencies: | ||
argv "0.0.2" | ||
ignore-walk "3.0.3" | ||
ignore-walk "3.0.4" | ||
js-yaml "3.14.1" | ||
teeny-request "7.0.1" | ||
urlgrey "0.4.4" | ||
teeny-request "7.1.1" | ||
urlgrey "1.0.0" | ||
|
||
collect-v8-coverage@^1.0.0: | ||
version "1.0.0" | ||
|
@@ -2604,13 +2618,14 @@ eslint-visitor-keys@^2.0.0: | |
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8" | ||
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ== | ||
|
||
eslint@^7.29.0: | ||
version "7.29.0" | ||
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.29.0.tgz#ee2a7648f2e729485e4d0bd6383ec1deabc8b3c0" | ||
integrity sha512-82G/JToB9qIy/ArBzIWG9xvvwL3R86AlCjtGw+A29OMZDqhTybz/MByORSukGxeI+YPCR4coYyITKk8BFH9nDA== | ||
eslint@^7.31.0: | ||
version "7.31.0" | ||
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.31.0.tgz#f972b539424bf2604907a970860732c5d99d3aca" | ||
integrity sha512-vafgJpSh2ia8tnTkNUkwxGmnumgckLh5aAbLa1xRmIn9+owi8qBNGKL+B881kNKNTy7FFqTEkpNkUvmw0n6PkA== | ||
dependencies: | ||
"@babel/code-frame" "7.12.11" | ||
"@eslint/eslintrc" "^0.4.2" | ||
"@eslint/eslintrc" "^0.4.3" | ||
"@humanwhocodes/config-array" "^0.5.0" | ||
ajv "^6.10.0" | ||
chalk "^4.0.0" | ||
cross-spawn "^7.0.2" | ||
|
@@ -2814,6 +2829,13 @@ fast-levenshtein@^2.0.6, fast-levenshtein@~2.0.6: | |
resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917" | ||
integrity sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc= | ||
|
||
fast-url-parser@^1.1.3: | ||
version "1.1.3" | ||
resolved "https://registry.yarnpkg.com/fast-url-parser/-/fast-url-parser-1.1.3.tgz#f4af3ea9f34d8a271cf58ad2b3759f431f0b318d" | ||
integrity sha1-9K8+qfNNiicc9YrSs3WfQx8LMY0= | ||
dependencies: | ||
punycode "^1.3.2" | ||
|
||
fb-watchman@^2.0.0: | ||
version "2.0.1" | ||
resolved "https://registry.yarnpkg.com/fb-watchman/-/fb-watchman-2.0.1.tgz#fc84fb39d2709cf3ff6d743706157bb5708a8a85" | ||
|
@@ -3081,10 +3103,10 @@ graceful-fs@^4.1.11, graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0, | |
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.4.tgz#2256bde14d3632958c465ebc96dc467ca07a29fb" | ||
integrity sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw== | ||
|
||
graphql-relay@^0.7.0: | ||
version "0.7.0" | ||
resolved "https://registry.yarnpkg.com/graphql-relay/-/graphql-relay-0.7.0.tgz#e5c7a4bb52ede09e90e92dfd7b89d5947362278b" | ||
integrity sha512-P8eS3IbZRhbfbcfud1Q6VPrIru4hchkb15MuOij+WQo9r0chD5NBIxiVjuRE2iG2EMHxIOrZb8LnMe82+YdITA== | ||
graphql-relay@^0.8.0: | ||
version "0.8.0" | ||
resolved "https://registry.yarnpkg.com/graphql-relay/-/graphql-relay-0.8.0.tgz#35f0090f0f056192767c1acdaa402daed19ede6d" | ||
integrity sha512-NU7CkwNxPzkqpBgv76Cgycrc3wmWVA2K5Sxm9DHSSLLuQTpaSRAUsX1sf2gITf+XQpkccsv56/z0LojXTyQbUw== | ||
|
||
graphql@^15.5.1: | ||
version "15.5.1" | ||
|
@@ -3244,10 +3266,10 @@ [email protected]: | |
dependencies: | ||
safer-buffer ">= 2.1.2 < 3" | ||
|
||
[email protected].3: | ||
version "3.0.3" | ||
resolved "https://registry.yarnpkg.com/ignore-walk/-/ignore-walk-3.0.3.tgz#017e2447184bfeade7c238e4aefdd1e8f95b1e37" | ||
integrity sha512-m7o6xuOaT1aqheYHKf8W6J5pYH85ZI9w077erOzLje3JsB1gkafkAhHHY19dqjulgIZHFm32Cp5uNZgcQqdJKw== | ||
[email protected].4: | ||
version "3.0.4" | ||
resolved "https://registry.yarnpkg.com/ignore-walk/-/ignore-walk-3.0.4.tgz#c9a09f69b7c7b479a5d74ac1a3c0d4236d2a6335" | ||
integrity sha512-PY6Ii8o1jMRA1z4F2hRkH/xN59ox43DavKvD3oDpfurRlOJyAHpifIwpbdv1n4jt4ov0jSpw3kQ4GhJnpBL6WQ== | ||
dependencies: | ||
minimatch "^3.0.4" | ||
|
||
|
@@ -4967,6 +4989,11 @@ pump@^3.0.0: | |
end-of-stream "^1.1.0" | ||
once "^1.3.1" | ||
|
||
punycode@^1.3.2: | ||
version "1.4.1" | ||
resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.4.1.tgz#c0d5a63b2718800ad8e1eb0fa5269c84dd41845e" | ||
integrity sha1-wNWmOycYgArY4esPpSachN1BhF4= | ||
|
||
punycode@^2.1.0, punycode@^2.1.1: | ||
version "2.1.1" | ||
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec" | ||
|
@@ -5727,10 +5754,10 @@ table@^6.0.9: | |
string-width "^4.2.0" | ||
strip-ansi "^6.0.0" | ||
|
||
teeny-request@7.0.1: | ||
version "7.0.1" | ||
resolved "https://registry.yarnpkg.com/teeny-request/-/teeny-request-7.0.1.tgz#bdd41fdffea5f8fbc0d29392cb47bec4f66b2b4c" | ||
integrity sha512-sasJmQ37klOlplL4Ia/786M5YlOcoLGQyq2TE4WHSRupbAuDaQW0PfVxV4MtdBtRJ4ngzS+1qim8zP6Zp35qCw== | ||
teeny-request@7.1.1: | ||
version "7.1.1" | ||
resolved "https://registry.yarnpkg.com/teeny-request/-/teeny-request-7.1.1.tgz#2b0d156f4a8ad81de44303302ba8d7f1f05e20e6" | ||
integrity sha512-iwY6rkW5DDGq8hE2YgNQlKbptYpY5Nn2xecjQiNjOXWbKzPGUfmeUBCSQbbr306d7Z7U2N0TPl+/SwYRfua1Dg== | ||
dependencies: | ||
http-proxy-agent "^4.0.0" | ||
https-proxy-agent "^5.0.0" | ||
|
@@ -5994,10 +6021,12 @@ urix@^0.1.0: | |
resolved "https://registry.yarnpkg.com/urix/-/urix-0.1.0.tgz#da937f7a62e21fec1fd18d49b35c2935067a6c72" | ||
integrity sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI= | ||
|
||
[email protected]: | ||
version "0.4.4" | ||
resolved "https://registry.yarnpkg.com/urlgrey/-/urlgrey-0.4.4.tgz#892fe95960805e85519f1cd4389f2cb4cbb7652f" | ||
integrity sha1-iS/pWWCAXoVRnxzUOJ8stMu3ZS8= | ||
[email protected]: | ||
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/urlgrey/-/urlgrey-1.0.0.tgz#72d2f904482d0b602e3c7fa599343d699bbe1017" | ||
integrity sha512-hJfIzMPJmI9IlLkby8QrsCykQ+SXDeO2W5Q9QTW3QpqZVTx4a/K7p8/5q+/isD8vsbVaFgql/gvAoQCRQ2Cb5w== | ||
dependencies: | ||
fast-url-parser "^1.1.3" | ||
|
||
use@^3.1.0: | ||
version "3.1.1" | ||
|