-
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.
fix(deps): update dependency eslint-config-cozy-app to v2.1.1
- Loading branch information
1 parent
5d48136
commit 464eac5
Showing
2 changed files
with
169 additions
and
52 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 |
---|---|---|
|
@@ -612,14 +612,16 @@ [email protected]: | |
resolved "https://registry.yarnpkg.com/array-flatten/-/array-flatten-1.1.1.tgz#9a5f699051b1e7073328f2a008968b64ea2955d2" | ||
integrity sha1-ml9pkFGx5wczKPKgCJaLZOopVdI= | ||
|
||
array-includes@^3.0.3, array-includes@^3.1.1: | ||
version "3.1.1" | ||
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.1.tgz#cdd67e6852bdf9c1215460786732255ed2459348" | ||
integrity sha512-c2VXaCHl7zPsvpkFsw4nxvFie4fh1ur9bpcgsVkIjqn0H/Xwdg+7fv3n2r/isyS8EBj5b06M9kHyZuIr4El6WQ== | ||
array-includes@^3.1.3, array-includes@^3.1.5: | ||
version "3.1.6" | ||
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.6.tgz#9e9e720e194f198266ba9e18c29e6a9b0e4b225f" | ||
integrity sha512-sgTbLvL6cNnw24FnbaDyjmvddQ2ML8arZsgaJhoABMoplz/4QRhtrYS+alr1BUM1Bwp6dhx8vVCBSLG+StwOFw== | ||
dependencies: | ||
define-properties "^1.1.3" | ||
es-abstract "^1.17.0" | ||
is-string "^1.0.5" | ||
call-bind "^1.0.2" | ||
define-properties "^1.1.4" | ||
es-abstract "^1.20.4" | ||
get-intrinsic "^1.1.3" | ||
is-string "^1.0.7" | ||
|
||
array-union@^2.1.0: | ||
version "2.1.0" | ||
|
@@ -631,6 +633,16 @@ array-unique@^0.3.2: | |
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428" | ||
integrity sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg= | ||
|
||
array.prototype.flatmap@^1.2.4: | ||
version "1.3.1" | ||
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.1.tgz#1aae7903c2100433cb8261cd4ed310aab5c4a183" | ||
integrity sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ== | ||
dependencies: | ||
call-bind "^1.0.2" | ||
define-properties "^1.1.4" | ||
es-abstract "^1.20.4" | ||
es-shim-unscopables "^1.0.0" | ||
|
||
array.prototype.foreach@^1.0.0: | ||
version "1.0.2" | ||
resolved "https://registry.yarnpkg.com/array.prototype.foreach/-/array.prototype.foreach-1.0.2.tgz#592b177c8d6abb84e14de1649eb6e7cc5eb9c9ae" | ||
|
@@ -2223,7 +2235,7 @@ error-ex@^1.3.1: | |
dependencies: | ||
is-arrayish "^0.2.1" | ||
|
||
es-abstract@^1.17.0, es-abstract@^1.17.0-next.1, es-abstract@^1.17.2, es-abstract@^1.17.5: | ||
es-abstract@^1.17.0-next.1, es-abstract@^1.17.2, es-abstract@^1.17.5: | ||
version "1.17.6" | ||
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.17.6.tgz#9142071707857b2cacc7b89ecb670316c3e2d52a" | ||
integrity sha512-Fr89bON3WFyUi5EvAeI48QTWX0AyekGgLA8H+c+7fbfCkJwRWRMLd8CQedNEyJuoYYhmtEqY92pgte1FAhBlhw== | ||
|
@@ -2269,11 +2281,48 @@ es-abstract@^1.19.0, es-abstract@^1.19.1, es-abstract@^1.19.5: | |
string.prototype.trimstart "^1.0.5" | ||
unbox-primitive "^1.0.2" | ||
|
||
es-abstract@^1.20.4: | ||
version "1.20.4" | ||
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.20.4.tgz#1d103f9f8d78d4cf0713edcd6d0ed1a46eed5861" | ||
integrity sha512-0UtvRN79eMe2L+UNEF1BwRe364sj/DXhQ/k5FmivgoSdpM90b8Jc0mDzKMGo7QS0BVbOP/bTwBKNnDc9rNzaPA== | ||
dependencies: | ||
call-bind "^1.0.2" | ||
es-to-primitive "^1.2.1" | ||
function-bind "^1.1.1" | ||
function.prototype.name "^1.1.5" | ||
get-intrinsic "^1.1.3" | ||
get-symbol-description "^1.0.0" | ||
has "^1.0.3" | ||
has-property-descriptors "^1.0.0" | ||
has-symbols "^1.0.3" | ||
internal-slot "^1.0.3" | ||
is-callable "^1.2.7" | ||
is-negative-zero "^2.0.2" | ||
is-regex "^1.1.4" | ||
is-shared-array-buffer "^1.0.2" | ||
is-string "^1.0.7" | ||
is-weakref "^1.0.2" | ||
object-inspect "^1.12.2" | ||
object-keys "^1.1.1" | ||
object.assign "^4.1.4" | ||
regexp.prototype.flags "^1.4.3" | ||
safe-regex-test "^1.0.0" | ||
string.prototype.trimend "^1.0.5" | ||
string.prototype.trimstart "^1.0.5" | ||
unbox-primitive "^1.0.2" | ||
|
||
es-array-method-boxes-properly@^1.0.0: | ||
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/es-array-method-boxes-properly/-/es-array-method-boxes-properly-1.0.0.tgz#873f3e84418de4ee19c5be752990b2e44718d09e" | ||
integrity sha512-wd6JXUmyHmt8T5a2xreUwKcGPq6f1f+WwIJkijUqiGcJz1qqnZgP6XIK+QyIWU5lT7imeNxUll48bziG+TSYcA== | ||
|
||
es-shim-unscopables@^1.0.0: | ||
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/es-shim-unscopables/-/es-shim-unscopables-1.0.0.tgz#702e632193201e3edf8713635d083d378e510241" | ||
integrity sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w== | ||
dependencies: | ||
has "^1.0.3" | ||
|
||
es-to-primitive@^1.2.1: | ||
version "1.2.1" | ||
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a" | ||
|
@@ -2308,16 +2357,16 @@ escape-string-regexp@^1.0.5: | |
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4" | ||
integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ= | ||
|
||
eslint-config-cozy-app@2.0.0: | ||
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/eslint-config-cozy-app/-/eslint-config-cozy-app-2.0.0.tgz#2b8ee3f4ee695d1f8503e76018b771bfdfc0d629" | ||
integrity sha512-eRqxBsKyDYpqP3aRprTvMuJOKQHiVzy1eWd7jIMmGcUWTicZftZuVYQw0l9xadPmE6S92PgbihdCpJKQf9vNvA== | ||
eslint-config-cozy-app@2.1.1: | ||
version "2.1.1" | ||
resolved "https://registry.yarnpkg.com/eslint-config-cozy-app/-/eslint-config-cozy-app-2.1.1.tgz#08ad88288f0016044242dc52e4ec4345ae77bb3b" | ||
integrity sha512-n6MJ27wQYoIZ/WtCXq7QZm229m4b+wktUDAvVw5vILyXfrRbuvW0DVOdPMOrGRreg9Ahut7NWQieh3ECUsRjWw== | ||
dependencies: | ||
babel-eslint "10.0.1" | ||
eslint "5.16.0" | ||
eslint-config-prettier "4.3.0" | ||
eslint-plugin-prettier "3.1.2" | ||
eslint-plugin-react "7.14.3" | ||
eslint-plugin-react "7.24.0" | ||
eslint-plugin-react-hooks "2.3.0" | ||
eslint-plugin-vue "5.2.3" | ||
prettier "1.18.2" | ||
|
@@ -2341,20 +2390,23 @@ [email protected]: | |
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-2.3.0.tgz#53e073961f1f5ccf8dd19558036c1fac8c29d99a" | ||
integrity sha512-gLKCa52G4ee7uXzdLiorca7JIQZPPXRAQDXV83J4bUEeUuc5pIEyZYAZ45Xnxe5IuupxEqHS+hUhSLIimK1EMw== | ||
|
||
eslint-plugin-react@7.14.3: | ||
version "7.14.3" | ||
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.14.3.tgz#911030dd7e98ba49e1b2208599571846a66bdf13" | ||
integrity sha512-EzdyyBWC4Uz2hPYBiEJrKCUi2Fn+BJ9B/pJQcjw5X+x/H2Nm59S4MJIvL4O5NEE0+WbnQwEBxWY03oUk+Bc3FA== | ||
eslint-plugin-react@7.24.0: | ||
version "7.24.0" | ||
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.24.0.tgz#eadedfa351a6f36b490aa17f4fa9b14e842b9eb4" | ||
integrity sha512-KJJIx2SYx7PBx3ONe/mEeMz4YE0Lcr7feJTCMyyKb/341NcjuAgim3Acgan89GfPv7nxXK2+0slu0CWXYM4x+Q== | ||
dependencies: | ||
array-includes "^3.0.3" | ||
array-includes "^3.1.3" | ||
array.prototype.flatmap "^1.2.4" | ||
doctrine "^2.1.0" | ||
has "^1.0.3" | ||
jsx-ast-utils "^2.1.0" | ||
object.entries "^1.1.0" | ||
object.fromentries "^2.0.0" | ||
object.values "^1.1.0" | ||
jsx-ast-utils "^2.4.1 || ^3.0.0" | ||
minimatch "^3.0.4" | ||
object.entries "^1.1.4" | ||
object.fromentries "^2.0.4" | ||
object.values "^1.1.4" | ||
prop-types "^15.7.2" | ||
resolve "^1.10.1" | ||
resolve "^2.0.0-next.3" | ||
string.prototype.matchall "^4.0.5" | ||
|
||
[email protected]: | ||
version "5.2.3" | ||
|
@@ -2949,6 +3001,15 @@ get-intrinsic@^1.0.2, get-intrinsic@^1.1.0, get-intrinsic@^1.1.1: | |
has "^1.0.3" | ||
has-symbols "^1.0.1" | ||
|
||
get-intrinsic@^1.1.3: | ||
version "1.1.3" | ||
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.1.3.tgz#063c84329ad93e83893c7f4f243ef63ffa351385" | ||
integrity sha512-QJVz1Tj7MS099PevUG5jvnt9tSkXN8K14dxQlikJuPt4uD9hHAHjLyLBiLR5zELelBdD9QNRAXZzsJx0WaDL9A== | ||
dependencies: | ||
function-bind "^1.1.1" | ||
has "^1.0.3" | ||
has-symbols "^1.0.3" | ||
|
||
get-stdin@^6.0.0: | ||
version "6.0.0" | ||
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-6.0.0.tgz#9e09bf712b360ab9225e812048f71fde9c89657b" | ||
|
@@ -3488,6 +3549,18 @@ is-callable@^1.2.4: | |
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.4.tgz#47301d58dd0259407865547853df6d61fe471945" | ||
integrity sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w== | ||
|
||
is-callable@^1.2.7: | ||
version "1.2.7" | ||
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.7.tgz#3bc2a85ea742d9e36205dcacdd72ca1fdc51b055" | ||
integrity sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA== | ||
|
||
is-core-module@^2.9.0: | ||
version "2.11.0" | ||
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.11.0.tgz#ad4cb3e3863e814523c96f3f58d26cc570ff0144" | ||
integrity sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw== | ||
dependencies: | ||
has "^1.0.3" | ||
|
||
is-data-descriptor@^0.1.4: | ||
version "0.1.4" | ||
resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56" | ||
|
@@ -3833,13 +3906,13 @@ jsprim@^1.2.2: | |
json-schema "0.2.3" | ||
verror "1.10.0" | ||
|
||
jsx-ast-utils@^2.1.0: | ||
version "2.4.1" | ||
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.4.1.tgz#1114a4c1209481db06c690c2b4f488cc665f657e" | ||
integrity sha512-z1xSldJ6imESSzOjd3NNkieVJKRlKYSOtMG8SFyCj2FIrvSaSuli/WjpBkEzCBoR9bYYYFgqJw61Xhu7Lcgk+w== | ||
"jsx-ast-utils@^2.4.1 || ^3.0.0": | ||
version "3.3.3" | ||
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-3.3.3.tgz#76b3e6e6cece5c69d49a5792c3d01bd1a0cdc7ea" | ||
integrity sha512-fYQHZTZ8jSfmWZ0iyzfwiU4WDX4HpHbMCZ3gPlWYiCl3BoeOTsqKBqnTVfH2rYT7eP5c3sVbeSPHnnJOaTrWiw== | ||
dependencies: | ||
array-includes "^3.1.1" | ||
object.assign "^4.1.0" | ||
array-includes "^3.1.5" | ||
object.assign "^4.1.3" | ||
|
||
kind-of@^3.0.2, kind-of@^3.0.3, kind-of@^3.2.0: | ||
version "3.2.2" | ||
|
@@ -4491,6 +4564,11 @@ object-inspect@^1.12.0, object-inspect@^1.9.0: | |
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.12.0.tgz#6e2c120e868fd1fd18cb4f18c31741d0d6e776f0" | ||
integrity sha512-Ho2z80bVIvJloH+YzRmpZVQe87+qASmBUKZDWgx9cu+KDrX2ZDH/3tMy+gXbZETVGs2M8YdxObOh7XAtim9Y0g== | ||
|
||
object-inspect@^1.12.2: | ||
version "1.12.2" | ||
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.12.2.tgz#c0641f26394532f28ab8d796ab954e43c009a8ea" | ||
integrity sha512-z+cPxW0QGUp0mcqcsgQyLVRDoXFQbXOwBaqyF7VIgI4TWNQsDHrBpUQslRmIfAoYWdYzs6UlKJtB2XJpTaNSpQ== | ||
|
||
object-inspect@^1.7.0: | ||
version "1.8.0" | ||
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.8.0.tgz#df807e5ecf53a609cc6bfe93eac3cc7be5b3a9d0" | ||
|
@@ -4528,14 +4606,15 @@ object.assign@^4.1.2: | |
has-symbols "^1.0.1" | ||
object-keys "^1.1.1" | ||
|
||
object.entries@^1.1.0: | ||
version "1.1.2" | ||
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.2.tgz#bc73f00acb6b6bb16c203434b10f9a7e797d3add" | ||
integrity sha512-BQdB9qKmb/HyNdMNWVr7O3+z5MUIx3aiegEIJqjMBbBf0YT9RRxTJSim4mzFqtyr7PDAHigq0N9dO0m0tRakQA== | ||
object.assign@^4.1.3, object.assign@^4.1.4: | ||
version "4.1.4" | ||
resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.4.tgz#9673c7c7c351ab8c4d0b516f4343ebf4dfb7799f" | ||
integrity sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ== | ||
dependencies: | ||
define-properties "^1.1.3" | ||
es-abstract "^1.17.5" | ||
has "^1.0.3" | ||
call-bind "^1.0.2" | ||
define-properties "^1.1.4" | ||
has-symbols "^1.0.3" | ||
object-keys "^1.1.1" | ||
|
||
object.entries@^1.1.4: | ||
version "1.1.5" | ||
|
@@ -4546,15 +4625,14 @@ object.entries@^1.1.4: | |
define-properties "^1.1.3" | ||
es-abstract "^1.19.1" | ||
|
||
object.fromentries@^2.0.0: | ||
version "2.0.2" | ||
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.2.tgz#4a09c9b9bb3843dd0f89acdb517a794d4f355ac9" | ||
integrity sha512-r3ZiBH7MQppDJVLx6fhD618GKNG40CZYH9wgwdhKxBDDbQgjeWGGd4AtkZad84d291YxvWe7bJGuE65Anh0dxQ== | ||
object.fromentries@^2.0.4: | ||
version "2.0.6" | ||
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.6.tgz#cdb04da08c539cffa912dcd368b886e0904bfa73" | ||
integrity sha512-VciD13dswC4j1Xt5394WR4MzmAQmlgN72phd/riNp9vtD7tp4QQWJ0R4wvclXcafgcYK8veHRed2W6XeGBvcfg== | ||
dependencies: | ||
define-properties "^1.1.3" | ||
es-abstract "^1.17.0-next.1" | ||
function-bind "^1.1.1" | ||
has "^1.0.3" | ||
call-bind "^1.0.2" | ||
define-properties "^1.1.4" | ||
es-abstract "^1.20.4" | ||
|
||
object.getownpropertydescriptors@^2.1.0: | ||
version "2.1.0" | ||
|
@@ -4581,6 +4659,15 @@ object.values@^1.1.0: | |
function-bind "^1.1.1" | ||
has "^1.0.3" | ||
|
||
object.values@^1.1.4: | ||
version "1.1.6" | ||
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.6.tgz#4abbaa71eba47d63589d402856f908243eea9b1d" | ||
integrity sha512-FVVTkD1vENCsAcwNs9k6jea2uHC/X0+JcjG8YA60FN5CMaJmG95wT9jek/xX9nornqGRrBkKtzuAu2wuHpKqvw== | ||
dependencies: | ||
call-bind "^1.0.2" | ||
define-properties "^1.1.4" | ||
es-abstract "^1.20.4" | ||
|
||
on-finished@~2.3.0: | ||
version "2.3.0" | ||
resolved "https://registry.yarnpkg.com/on-finished/-/on-finished-2.3.0.tgz#20f1336481b083cd75337992a16971aa2d906947" | ||
|
@@ -4828,7 +4915,7 @@ path-key@^2.0.1: | |
resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40" | ||
integrity sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A= | ||
|
||
path-parse@^1.0.6: | ||
path-parse@^1.0.7: | ||
version "1.0.7" | ||
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735" | ||
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw== | ||
|
@@ -5378,7 +5465,7 @@ regex-not@^1.0.0, regex-not@^1.0.2: | |
extend-shallow "^3.0.2" | ||
safe-regex "^1.1.0" | ||
|
||
regexp.prototype.flags@^1.4.1: | ||
regexp.prototype.flags@^1.4.1, regexp.prototype.flags@^1.4.3: | ||
version "1.4.3" | ||
resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.4.3.tgz#87cab30f80f66660181a3bb7bf5981a872b367ac" | ||
integrity sha512-fjggEOO3slI6Wvgjwflkc4NFRCTZAu5CnNfBd5qOMYhWdn67nJBBu34/TkD++eeFmd8C9r9jfXJ27+nSiRkSUA== | ||
|
@@ -5528,12 +5615,14 @@ resolve-url@^0.2.1: | |
resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a" | ||
integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo= | ||
|
||
resolve@^1.10.1: | ||
version "1.17.0" | ||
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.17.0.tgz#b25941b54968231cc2d1bb76a79cb7f2c0bf8444" | ||
integrity sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w== | ||
resolve@^2.0.0-next.3: | ||
version "2.0.0-next.4" | ||
resolved "https://registry.yarnpkg.com/resolve/-/resolve-2.0.0-next.4.tgz#3d37a113d6429f496ec4752d2a2e58efb1fd4660" | ||
integrity sha512-iMDbmAWtfU+MHpxt/I5iWI7cY6YVEZUQ3MBgPQ++XD1PELuJHIl82xBmObyP2KyQmkNB2dsqF7seoQQiAn5yDQ== | ||
dependencies: | ||
path-parse "^1.0.6" | ||
is-core-module "^2.9.0" | ||
path-parse "^1.0.7" | ||
supports-preserve-symlinks-flag "^1.0.0" | ||
|
||
restore-cursor@^2.0.0: | ||
version "2.0.0" | ||
|
@@ -5626,6 +5715,15 @@ safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.1, safe-buffer@^5.1.2, | |
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6" | ||
integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ== | ||
|
||
safe-regex-test@^1.0.0: | ||
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/safe-regex-test/-/safe-regex-test-1.0.0.tgz#793b874d524eb3640d1873aad03596db2d4f2295" | ||
integrity sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA== | ||
dependencies: | ||
call-bind "^1.0.2" | ||
get-intrinsic "^1.1.3" | ||
is-regex "^1.1.4" | ||
|
||
safe-regex@^1.1.0: | ||
version "1.1.0" | ||
resolved "https://registry.yarnpkg.com/safe-regex/-/safe-regex-1.1.0.tgz#40a3669f3b077d1e943d44629e157dd48023bf2e" | ||
|
@@ -6030,6 +6128,20 @@ string-width@^4.1.0, string-width@^4.2.0: | |
is-fullwidth-code-point "^3.0.0" | ||
strip-ansi "^6.0.0" | ||
|
||
string.prototype.matchall@^4.0.5: | ||
version "4.0.8" | ||
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.8.tgz#3bf85722021816dcd1bf38bb714915887ca79fd3" | ||
integrity sha512-6zOCOcJ+RJAQshcTvXPHoxoQGONa3e/Lqx90wUA+wEzX78sg5Bo+1tQo4N0pohS0erG9qtCqJDjNCQBjeWVxyg== | ||
dependencies: | ||
call-bind "^1.0.2" | ||
define-properties "^1.1.4" | ||
es-abstract "^1.20.4" | ||
get-intrinsic "^1.1.3" | ||
has-symbols "^1.0.3" | ||
internal-slot "^1.0.3" | ||
regexp.prototype.flags "^1.4.3" | ||
side-channel "^1.0.4" | ||
|
||
string.prototype.trim@^1.2.4: | ||
version "1.2.6" | ||
resolved "https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.2.6.tgz#824960787db37a9e24711802ed0c1d1c0254f83e" | ||
|
@@ -6152,6 +6264,11 @@ supports-color@^7.1.0: | |
dependencies: | ||
has-flag "^4.0.0" | ||
|
||
supports-preserve-symlinks-flag@^1.0.0: | ||
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09" | ||
integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w== | ||
|
||
[email protected]: | ||
version "1.3.2" | ||
resolved "https://registry.yarnpkg.com/svgo/-/svgo-1.3.2.tgz#b6dc511c063346c9e415b81e43401145b96d4167" | ||
|