-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump @babel/traverse from 7.12.5 to 7.23.2
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.12.5 to 7.23.2. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse) --- updated-dependencies: - dependency-name: "@babel/traverse" dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
bb7f648
commit d991abe
Showing
1 changed file
with
130 additions
and
78 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 |
---|---|---|
|
@@ -30,6 +30,14 @@ | |
dependencies: | ||
"@babel/highlight" "^7.18.6" | ||
|
||
"@babel/code-frame@^7.22.13": | ||
version "7.22.13" | ||
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e" | ||
integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w== | ||
dependencies: | ||
"@babel/highlight" "^7.22.13" | ||
chalk "^2.4.2" | ||
|
||
"@babel/compat-data@^7.18.8": | ||
version "7.18.13" | ||
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.18.13.tgz#6aff7b350a1e8c3e40b029e46cbe78e24a913483" | ||
|
@@ -56,15 +64,6 @@ | |
json5 "^2.2.1" | ||
semver "^6.3.0" | ||
|
||
"@babel/generator@^7.12.5", "@babel/generator@^7.7.2": | ||
version "7.12.5" | ||
resolved "https://registry.npmjs.org/@babel/generator/-/generator-7.12.5.tgz" | ||
integrity "sha1-osUN5ci21wirlb5eYFOTbBiEpN4= sha512-m16TQQJ8hPt7E+OS/XVQg/7U184MLXtvuGbCdA7na61vha+ImkyyNM/9DDA0unYCVZn3ZOhng+qz48/KBOT96A==" | ||
dependencies: | ||
"@babel/types" "^7.12.5" | ||
jsesc "^2.5.1" | ||
source-map "^0.5.0" | ||
|
||
"@babel/generator@^7.18.13": | ||
version "7.18.13" | ||
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.18.13.tgz#59550cbb9ae79b8def15587bdfbaa388c4abf212" | ||
|
@@ -74,6 +73,25 @@ | |
"@jridgewell/gen-mapping" "^0.3.2" | ||
jsesc "^2.5.1" | ||
|
||
"@babel/generator@^7.23.0": | ||
version "7.23.0" | ||
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420" | ||
integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g== | ||
dependencies: | ||
"@babel/types" "^7.23.0" | ||
"@jridgewell/gen-mapping" "^0.3.2" | ||
"@jridgewell/trace-mapping" "^0.3.17" | ||
jsesc "^2.5.1" | ||
|
||
"@babel/generator@^7.7.2": | ||
version "7.12.5" | ||
resolved "https://registry.npmjs.org/@babel/generator/-/generator-7.12.5.tgz" | ||
integrity "sha1-osUN5ci21wirlb5eYFOTbBiEpN4= sha512-m16TQQJ8hPt7E+OS/XVQg/7U184MLXtvuGbCdA7na61vha+ImkyyNM/9DDA0unYCVZn3ZOhng+qz48/KBOT96A==" | ||
dependencies: | ||
"@babel/types" "^7.12.5" | ||
jsesc "^2.5.1" | ||
source-map "^0.5.0" | ||
|
||
"@babel/helper-compilation-targets@^7.18.9": | ||
version "7.18.9" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.18.9.tgz#69e64f57b524cde3e5ff6cc5a9f4a387ee5563bf" | ||
|
@@ -89,36 +107,25 @@ | |
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz#0c0cee9b35d2ca190478756865bb3528422f51be" | ||
integrity sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg== | ||
|
||
"@babel/helper-function-name@^7.10.4": | ||
version "7.10.4" | ||
resolved "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.10.4.tgz" | ||
integrity "sha1-0tOyDFmtjEcRL6fSqUvAnV74Lxo= 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-environment-visitor@^7.22.20": | ||
version "7.22.20" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167" | ||
integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA== | ||
|
||
"@babel/helper-function-name@^7.18.9": | ||
version "7.18.9" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.18.9.tgz#940e6084a55dee867d33b4e487da2676365e86b0" | ||
integrity "sha1-lA5ghKVd7oZ9M7Tkh9omdjZehrA= sha512-fJgWlZt7nxGksJS9a0XdSaI4XvpExnNIgRP+rVefWh5U7BL8pPuir6SJUmFKRfjWQ51OtWSzwOxhaH/EBWWc0A==" | ||
"@babel/helper-function-name@^7.23.0": | ||
version "7.23.0" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759" | ||
integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw== | ||
dependencies: | ||
"@babel/template" "^7.18.6" | ||
"@babel/types" "^7.18.9" | ||
"@babel/template" "^7.22.15" | ||
"@babel/types" "^7.23.0" | ||
|
||
"@babel/helper-get-function-arity@^7.10.4": | ||
version "7.10.4" | ||
resolved "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.4.tgz" | ||
integrity "sha1-mMHL6g4jMvM/mkZhuM4VBbLBm6I= sha512-EkN3YDB+SRDgiIUnNgcmiD361ti+AVbL3f3Henf6dqqUyr5dMsorno0lJWJuLhDhkI5sYEpgj6y9kB8AOU1I2A==" | ||
"@babel/helper-hoist-variables@^7.22.5": | ||
version "7.22.5" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb" | ||
integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw== | ||
dependencies: | ||
"@babel/types" "^7.10.4" | ||
|
||
"@babel/helper-hoist-variables@^7.18.6": | ||
version "7.18.6" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz#d4d2c8fb4baeaa5c68b99cc8245c56554f926678" | ||
integrity sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q== | ||
dependencies: | ||
"@babel/types" "^7.18.6" | ||
"@babel/types" "^7.22.5" | ||
|
||
"@babel/helper-module-imports@^7.18.6": | ||
version "7.18.6" | ||
|
@@ -158,25 +165,30 @@ | |
dependencies: | ||
"@babel/types" "^7.18.6" | ||
|
||
"@babel/helper-split-export-declaration@^7.11.0": | ||
version "7.11.0" | ||
resolved "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.11.0.tgz" | ||
integrity "sha1-+KSRJErPamdhWKxCBykRuoOtCZ8= sha512-74Vejvp6mHkGE+m+k5vHY93FX2cAtrw1zXrZXRlG4l410Nm9PxfEiVTn1PjDPV5SnmieiueY4AFg2xqhNFuuZg==" | ||
dependencies: | ||
"@babel/types" "^7.11.0" | ||
|
||
"@babel/helper-split-export-declaration@^7.18.6": | ||
version "7.18.6" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz#7367949bc75b20c6d5a5d4a97bba2824ae8ef075" | ||
integrity sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA== | ||
dependencies: | ||
"@babel/types" "^7.18.6" | ||
|
||
"@babel/helper-split-export-declaration@^7.22.6": | ||
version "7.22.6" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c" | ||
integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g== | ||
dependencies: | ||
"@babel/types" "^7.22.5" | ||
|
||
"@babel/helper-string-parser@^7.18.10": | ||
version "7.18.10" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.18.10.tgz#181f22d28ebe1b3857fa575f5c290b1aaf659b56" | ||
integrity sha512-XtIfWmeNY3i4t7t4D2t02q50HvqHybPqW2ki1kosnvWCwuCMeo81Jf0gwr85jy/neUdg5XDdeFE/80DXiO+njw== | ||
|
||
"@babel/helper-string-parser@^7.22.5": | ||
version "7.22.5" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f" | ||
integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw== | ||
|
||
"@babel/helper-validator-identifier@^7.10.4", "@babel/helper-validator-identifier@^7.15.7": | ||
version "7.15.7" | ||
resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz" | ||
|
@@ -187,6 +199,11 @@ | |
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz#9c97e30d31b2b8c72a1d08984f2ca9b574d7a076" | ||
integrity sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g== | ||
|
||
"@babel/helper-validator-identifier@^7.22.20": | ||
version "7.22.20" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0" | ||
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A== | ||
|
||
"@babel/helper-validator-option@^7.18.6": | ||
version "7.18.6" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz#bf0d2b5a509b1f336099e4ff36e1a63aa5db4db8" | ||
|
@@ -219,7 +236,16 @@ | |
chalk "^2.0.0" | ||
js-tokens "^4.0.0" | ||
|
||
"@babel/parser@^7.1.0", "@babel/parser@^7.10.4", "@babel/parser@^7.12.5": | ||
"@babel/highlight@^7.22.13": | ||
version "7.22.20" | ||
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54" | ||
integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg== | ||
dependencies: | ||
"@babel/helper-validator-identifier" "^7.22.20" | ||
chalk "^2.4.2" | ||
js-tokens "^4.0.0" | ||
|
||
"@babel/parser@^7.1.0", "@babel/parser@^7.10.4": | ||
version "7.12.5" | ||
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.12.5.tgz" | ||
integrity "sha1-tK8y3dRzwL+mQ71/8HKLjnG4HqA= sha512-FVM6RZQ0mn2KCf1VUED7KepYeUWoVShczewOCfm3nzoBybaih51h+sYVVGthW9M6lPByEPTQf+xm27PBdlpwmQ==" | ||
|
@@ -229,6 +255,11 @@ | |
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.13.tgz#5b2dd21cae4a2c5145f1fbd8ca103f9313d3b7e4" | ||
integrity "sha1-Wy3SHK5KLFFF8fvYyhA/kxPTt+Q= sha512-dgXcIfMuQ0kgzLB2b9tRZs7TTFFaGM2AbtA4fJgUUYukzGH4jwsS7hzQHEGs67jdehpm22vkgKwvbU+aEflgwg==" | ||
|
||
"@babel/parser@^7.22.15", "@babel/parser@^7.23.0": | ||
version "7.23.0" | ||
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719" | ||
integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw== | ||
|
||
"@babel/plugin-syntax-async-generators@^7.8.4": | ||
version "7.8.4" | ||
resolved "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz" | ||
|
@@ -334,15 +365,6 @@ | |
dependencies: | ||
regenerator-runtime "^0.13.4" | ||
|
||
"@babel/template@^7.10.4", "@babel/template@^7.3.3": | ||
version "7.10.4" | ||
resolved "https://registry.npmjs.org/@babel/template/-/template-7.10.4.tgz" | ||
integrity "sha1-MlGZbEIA68cdGo/EBfupQPNrong= sha512-ZCjD27cGJFUB6nmCB1Enki3r+L5kJveX9pq1SvAUKoICy6CZ9yD8xO086YXdYhvNjBdnekm4ZnaP5yC8Cs/1tA==" | ||
dependencies: | ||
"@babel/code-frame" "^7.10.4" | ||
"@babel/parser" "^7.10.4" | ||
"@babel/types" "^7.10.4" | ||
|
||
"@babel/template@^7.18.10", "@babel/template@^7.18.6": | ||
version "7.18.10" | ||
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.18.10.tgz#6f9134835970d1dbf0835c0d100c9f38de0c5e71" | ||
|
@@ -352,38 +374,41 @@ | |
"@babel/parser" "^7.18.10" | ||
"@babel/types" "^7.18.10" | ||
|
||
"@babel/traverse@^7.18.13", "@babel/traverse@^7.18.9": | ||
version "7.18.13" | ||
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.13.tgz#5ab59ef51a997b3f10c4587d648b9696b6cb1a68" | ||
integrity "sha1-WrWe9RqZez8QxFh9ZIuWlrbLGmg= sha512-N6kt9X1jRMLPxxxPYWi7tgvJRH/rtoU+dbKAPDM44RFHiMH8igdsaSBgFeskhSl/kLWLDUvIh1RXCrTmg0/zvA==" | ||
"@babel/template@^7.22.15": | ||
version "7.22.15" | ||
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38" | ||
integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w== | ||
dependencies: | ||
"@babel/code-frame" "^7.18.6" | ||
"@babel/generator" "^7.18.13" | ||
"@babel/helper-environment-visitor" "^7.18.9" | ||
"@babel/helper-function-name" "^7.18.9" | ||
"@babel/helper-hoist-variables" "^7.18.6" | ||
"@babel/helper-split-export-declaration" "^7.18.6" | ||
"@babel/parser" "^7.18.13" | ||
"@babel/types" "^7.18.13" | ||
debug "^4.1.0" | ||
globals "^11.1.0" | ||
"@babel/code-frame" "^7.22.13" | ||
"@babel/parser" "^7.22.15" | ||
"@babel/types" "^7.22.15" | ||
|
||
"@babel/traverse@^7.7.2": | ||
version "7.12.5" | ||
resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.12.5.tgz" | ||
integrity "sha1-eKDGjI6KNeTKz9MduLswPVYG8JU= sha512-xa15FbQnias7z9a62LwYAA5SZZPkHIXpd42C6uW68o8uTuua96FHZy1y61Va5P/i83FAAcMpW8+A/QayntzuqA==" | ||
"@babel/template@^7.3.3": | ||
version "7.10.4" | ||
resolved "https://registry.npmjs.org/@babel/template/-/template-7.10.4.tgz" | ||
integrity "sha1-MlGZbEIA68cdGo/EBfupQPNrong= sha512-ZCjD27cGJFUB6nmCB1Enki3r+L5kJveX9pq1SvAUKoICy6CZ9yD8xO086YXdYhvNjBdnekm4ZnaP5yC8Cs/1tA==" | ||
dependencies: | ||
"@babel/code-frame" "^7.10.4" | ||
"@babel/generator" "^7.12.5" | ||
"@babel/helper-function-name" "^7.10.4" | ||
"@babel/helper-split-export-declaration" "^7.11.0" | ||
"@babel/parser" "^7.12.5" | ||
"@babel/types" "^7.12.5" | ||
"@babel/parser" "^7.10.4" | ||
"@babel/types" "^7.10.4" | ||
|
||
"@babel/traverse@^7.18.13", "@babel/traverse@^7.18.9", "@babel/traverse@^7.7.2": | ||
version "7.23.2" | ||
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8" | ||
integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw== | ||
dependencies: | ||
"@babel/code-frame" "^7.22.13" | ||
"@babel/generator" "^7.23.0" | ||
"@babel/helper-environment-visitor" "^7.22.20" | ||
"@babel/helper-function-name" "^7.23.0" | ||
"@babel/helper-hoist-variables" "^7.22.5" | ||
"@babel/helper-split-export-declaration" "^7.22.6" | ||
"@babel/parser" "^7.23.0" | ||
"@babel/types" "^7.23.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.11.0", "@babel/types@^7.12.5", "@babel/types@^7.3.0", "@babel/types@^7.3.3": | ||
"@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.12.5", "@babel/types@^7.3.0", "@babel/types@^7.3.3": | ||
version "7.12.6" | ||
resolved "https://registry.npmjs.org/@babel/types/-/types-7.12.6.tgz" | ||
integrity "sha1-rg5V7xzOH7yIHNJvgjTrPmV+3JY= sha512-hwyjw6GvjBLiyy3W0YQf0Z5Zf4NpYejUnKFcfcUhZCSffoBBp30w6wP2Wn6pk31jMYZvcOrB/1b7cGXvEoKogA==" | ||
|
@@ -401,6 +426,15 @@ | |
"@babel/helper-validator-identifier" "^7.18.6" | ||
to-fast-properties "^2.0.0" | ||
|
||
"@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0": | ||
version "7.23.0" | ||
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb" | ||
integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg== | ||
dependencies: | ||
"@babel/helper-string-parser" "^7.22.5" | ||
"@babel/helper-validator-identifier" "^7.22.20" | ||
to-fast-properties "^2.0.0" | ||
|
||
"@bcoe/v8-coverage@^0.2.3": | ||
version "0.2.3" | ||
resolved "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz" | ||
|
@@ -843,6 +877,11 @@ | |
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.0.5.tgz#68eb521368db76d040a6315cdb24bf2483037b9c" | ||
integrity "sha1-aOtSE2jbdtBApjFc2yS/JIMDe5w= sha512-VPeQ7+wH0itvQxnG+lIzWgkysKIr3L9sslimFW55rHMdGu/qCQ5z5h9zq4gI8uBtqkpHhsF4Z/OwExufUCThew==" | ||
|
||
"@jridgewell/resolve-uri@^3.1.0": | ||
version "3.1.1" | ||
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz#c08679063f279615a3326583ba3a90d1d82cc721" | ||
integrity sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA== | ||
|
||
"@jridgewell/set-array@^1.0.1": | ||
version "1.1.2" | ||
resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72" | ||
|
@@ -853,6 +892,11 @@ | |
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.11.tgz#771a1d8d744eeb71b6adb35808e1a6c7b9b8c8ec" | ||
integrity "sha1-dxodjXRO63G2rbNYCOGmx7m4yOw= sha512-Fg32GrJo61m+VqYSdRSjRXMjQ06j8YIYfcTqndLYVAaHmroZHLJZCydsWBOTDqXS2v+mjxohBWEMfg97GXmYQg==" | ||
|
||
"@jridgewell/sourcemap-codec@^1.4.14": | ||
version "1.4.15" | ||
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32" | ||
integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg== | ||
|
||
"@jridgewell/[email protected]": | ||
version "0.3.9" | ||
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz#6534fd5933a53ba7cbf3a17615e273a0d1273ff9" | ||
|
@@ -877,6 +921,14 @@ | |
"@jridgewell/resolve-uri" "^3.0.3" | ||
"@jridgewell/sourcemap-codec" "^1.4.10" | ||
|
||
"@jridgewell/trace-mapping@^0.3.17": | ||
version "0.3.19" | ||
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.19.tgz#f8a3249862f91be48d3127c3cfe992f79b4b8811" | ||
integrity sha512-kf37QtfW+Hwx/buWGMPcR60iF9ziHa6r/CZJIHbmcm4+0qrXiVdxegAH0F6yddEVQ7zdkjcGCgCzUu+BcbhQxw== | ||
dependencies: | ||
"@jridgewell/resolve-uri" "^3.1.0" | ||
"@jridgewell/sourcemap-codec" "^1.4.14" | ||
|
||
"@manypkg/find-root@^1.1.0": | ||
version "1.1.0" | ||
resolved "https://registry.npmjs.org/@manypkg/find-root/-/find-root-1.1.0.tgz" | ||
|
@@ -1858,7 +1910,7 @@ caseless@~0.12.0: | |
resolved "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz" | ||
integrity "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw= sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==" | ||
|
||
chalk@^2.0.0, chalk@^2.3.2: | ||
chalk@^2.0.0, chalk@^2.3.2, chalk@^2.4.2: | ||
version "2.4.2" | ||
resolved "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz" | ||
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ== | ||
|