-
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.
chore(deps): update dependency eslint-plugin-react to v7.20.3
- Loading branch information
1 parent
4cca197
commit d129ee4
Showing
2 changed files
with
182 additions
and
12 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 |
---|---|---|
|
@@ -2470,6 +2470,15 @@ array-includes@^3.0.3: | |
define-properties "^1.1.2" | ||
es-abstract "^1.7.0" | ||
|
||
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== | ||
dependencies: | ||
define-properties "^1.1.3" | ||
es-abstract "^1.17.0" | ||
is-string "^1.0.5" | ||
|
||
array-iterate@^1.0.0: | ||
version "1.1.3" | ||
resolved "https://registry.yarnpkg.com/array-iterate/-/array-iterate-1.1.3.tgz#b116bdb1e37f3c3fec13acdfb91ac829f122543c" | ||
|
@@ -2507,6 +2516,15 @@ 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.3: | ||
version "1.2.3" | ||
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.2.3.tgz#1c13f84a178566042dd63de4414440db9222e443" | ||
integrity sha512-OOEk+lkePcg+ODXIpvuU9PAryCikCJyo7GlDG1upleEpQRx6mzL9puEBkozQ5iAx20KV0l3DbyQwqciJtqe5Pg== | ||
dependencies: | ||
define-properties "^1.1.3" | ||
es-abstract "^1.17.0-next.1" | ||
function-bind "^1.1.1" | ||
|
||
arraybuffer.slice@~0.0.7: | ||
version "0.0.7" | ||
resolved "https://registry.yarnpkg.com/arraybuffer.slice/-/arraybuffer.slice-0.0.7.tgz#3bbc4275dd584cc1b10809b89d4e8b63a69e7675" | ||
|
@@ -5331,6 +5349,23 @@ es-abstract@^1.11.0, es-abstract@^1.12.0, es-abstract@^1.4.3, es-abstract@^1.5.0 | |
is-regex "^1.0.4" | ||
object-keys "^1.0.12" | ||
|
||
es-abstract@^1.17.0, es-abstract@^1.17.0-next.1, 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== | ||
dependencies: | ||
es-to-primitive "^1.2.1" | ||
function-bind "^1.1.1" | ||
has "^1.0.3" | ||
has-symbols "^1.0.1" | ||
is-callable "^1.2.0" | ||
is-regex "^1.1.0" | ||
object-inspect "^1.7.0" | ||
object-keys "^1.1.1" | ||
object.assign "^4.1.0" | ||
string.prototype.trimend "^1.0.1" | ||
string.prototype.trimstart "^1.0.1" | ||
|
||
es-to-primitive@^1.2.0: | ||
version "1.2.0" | ||
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.0.tgz#edf72478033456e8dda8ef09e00ad9650707f377" | ||
|
@@ -5340,6 +5375,15 @@ es-to-primitive@^1.2.0: | |
is-date-object "^1.0.1" | ||
is-symbol "^1.0.2" | ||
|
||
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" | ||
integrity sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA== | ||
dependencies: | ||
is-callable "^1.1.4" | ||
is-date-object "^1.0.1" | ||
is-symbol "^1.0.2" | ||
|
||
es5-ext@^0.10.35, es5-ext@^0.10.46, es5-ext@^0.10.50, es5-ext@~0.10.14: | ||
version "0.10.50" | ||
resolved "https://registry.yarnpkg.com/es5-ext/-/es5-ext-0.10.50.tgz#6d0e23a0abdb27018e5ac4fd09b412bc5517a778" | ||
|
@@ -5501,20 +5545,22 @@ eslint-plugin-jsx-a11y@^6.0.3: | |
has "^1.0.3" | ||
jsx-ast-utils "^2.2.1" | ||
|
||
eslint-plugin-react@7.16.0: | ||
version "7.16.0" | ||
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.16.0.tgz#9928e4f3e2122ed3ba6a5b56d0303ba3e41d8c09" | ||
integrity sha512-GacBAATewhhptbK3/vTP09CbFrgUJmBSaaRcWdbQLFvUZy9yVcQxigBNHGPU/KE2AyHpzj3AWXpxoMTsIDiHug== | ||
eslint-plugin-react@7.20.3: | ||
version "7.20.3" | ||
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.20.3.tgz#0590525e7eb83890ce71f73c2cf836284ad8c2f1" | ||
integrity sha512-txbo090buDeyV0ugF3YMWrzLIUqpYTsWSDZV9xLSmExE1P/Kmgg9++PD931r+KEWS66O1c9R4srLVVHmeHpoAg== | ||
dependencies: | ||
array-includes "^3.0.3" | ||
array-includes "^3.1.1" | ||
array.prototype.flatmap "^1.2.3" | ||
doctrine "^2.1.0" | ||
has "^1.0.3" | ||
jsx-ast-utils "^2.2.1" | ||
object.entries "^1.1.0" | ||
object.fromentries "^2.0.0" | ||
object.values "^1.1.0" | ||
jsx-ast-utils "^2.4.1" | ||
object.entries "^1.1.2" | ||
object.fromentries "^2.0.2" | ||
object.values "^1.1.1" | ||
prop-types "^15.7.2" | ||
resolve "^1.12.0" | ||
resolve "^1.17.0" | ||
string.prototype.matchall "^4.0.2" | ||
|
||
eslint-plugin-react@^7.8.2: | ||
version "7.14.2" | ||
|
@@ -7457,6 +7503,11 @@ has-symbols@^1.0.0: | |
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.0.tgz#ba1a8f1af2a0fc39650f5c850367704122063b44" | ||
integrity sha1-uhqPGvKg/DllD1yFA2dwQSIGO0Q= | ||
|
||
has-symbols@^1.0.1: | ||
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.1.tgz#9f5214758a44196c406d9bd76cebf81ec2dd31e8" | ||
integrity sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg== | ||
|
||
has-to-string-tag-x@^1.2.0: | ||
version "1.4.1" | ||
resolved "https://registry.yarnpkg.com/has-to-string-tag-x/-/has-to-string-tag-x-1.4.1.tgz#a045ab383d7b4b2012a00148ab0aa5f290044d4d" | ||
|
@@ -8279,6 +8330,15 @@ internal-ip@^4.3.0: | |
default-gateway "^4.2.0" | ||
ipaddr.js "^1.9.0" | ||
|
||
internal-slot@^1.0.2: | ||
version "1.0.2" | ||
resolved "https://registry.yarnpkg.com/internal-slot/-/internal-slot-1.0.2.tgz#9c2e9fb3cd8e5e4256c6f45fe310067fcfa378a3" | ||
integrity sha512-2cQNfwhAfJIkU4KZPkDI+Gj5yNNnbqi40W9Gge6dfnk4TocEVm00B3bdiL+JINrbGJil2TeHvM4rETGzk/f/0g== | ||
dependencies: | ||
es-abstract "^1.17.0-next.1" | ||
has "^1.0.3" | ||
side-channel "^1.0.2" | ||
|
||
into-stream@^3.1.0: | ||
version "3.1.0" | ||
resolved "https://registry.yarnpkg.com/into-stream/-/into-stream-3.1.0.tgz#96fb0a936c12babd6ff1752a17d05616abd094c6" | ||
|
@@ -8405,6 +8465,11 @@ is-callable@^1.1.3, is-callable@^1.1.4: | |
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75" | ||
integrity sha512-r5p9sxJjYnArLjObpjA4xu5EKI3CuKHkJXMhT7kwbpUyIFD1n5PMAsoPvWnvtZiNz7LjkYDRZhd7FlI0eMijEA== | ||
|
||
is-callable@^1.2.0: | ||
version "1.2.0" | ||
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.0.tgz#83336560b54a38e35e3a2df7afd0454d691468bb" | ||
integrity sha512-pyVD9AaGLxtg6srb2Ng6ynWJqkHU9bEM087AKck0w8QwDarTfNcpIYoU8x8Hv2Icm8u6kFJM18Dag8lyqGkviw== | ||
|
||
is-ci@^1.0.10: | ||
version "1.2.1" | ||
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-1.2.1.tgz#e3779c8ee17fccf428488f6e281187f2e632841c" | ||
|
@@ -8703,6 +8768,13 @@ is-regex@^1.0.4: | |
dependencies: | ||
has "^1.0.1" | ||
|
||
is-regex@^1.1.0: | ||
version "1.1.0" | ||
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.0.tgz#ece38e389e490df0dc21caea2bd596f987f767ff" | ||
integrity sha512-iI97M8KTWID2la5uYXlkbSDQIg4F6o1sYboZKKTDpnDQMLtUL86zxhgDet3Q2SriaYsyGqZ6Mn2SjbRKeLHdqw== | ||
dependencies: | ||
has-symbols "^1.0.1" | ||
|
||
is-relative-url@^2.0.0: | ||
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/is-relative-url/-/is-relative-url-2.0.0.tgz#72902d7fe04b3d4792e7db15f9db84b7204c9cef" | ||
|
@@ -8744,6 +8816,11 @@ is-stream@^1.0.0, is-stream@^1.0.1, is-stream@^1.1.0: | |
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44" | ||
integrity sha1-EtSj3U5o4Lec6428hBc66A2RykQ= | ||
|
||
is-string@^1.0.5: | ||
version "1.0.5" | ||
resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.5.tgz#40493ed198ef3ff477b8c7f92f644ec82a5cd3a6" | ||
integrity sha512-buY6VNRjhQMiF1qWDouloZlQbRhDPCebwxSjxMjxgemYT46YMd2NR0/H+fBhEfWX4A/w9TBJ+ol+okqJKFE6vQ== | ||
|
||
is-svg@^3.0.0: | ||
version "3.0.0" | ||
resolved "https://registry.yarnpkg.com/is-svg/-/is-svg-3.0.0.tgz#9321dbd29c212e5ca99c4fa9794c714bcafa2f75" | ||
|
@@ -9131,6 +9208,14 @@ jsx-ast-utils@^2.1.0, jsx-ast-utils@^2.2.1: | |
array-includes "^3.0.3" | ||
object.assign "^4.1.0" | ||
|
||
jsx-ast-utils@^2.4.1: | ||
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== | ||
dependencies: | ||
array-includes "^3.1.1" | ||
object.assign "^4.1.0" | ||
|
||
jwt-decode@^2.1.0, jwt-decode@^2.2.0: | ||
version "2.2.0" | ||
resolved "https://registry.yarnpkg.com/jwt-decode/-/jwt-decode-2.2.0.tgz#7d86bd56679f58ce6a84704a657dd392bba81a79" | ||
|
@@ -10832,12 +10917,17 @@ object-hash@^1.1.4: | |
resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-1.3.1.tgz#fde452098a951cb145f039bb7d455449ddc126df" | ||
integrity sha512-OSuu/pU4ENM9kmREg0BdNrUDIl1heYa4mBZacJc+vVWz4GtAwu7jO8s4AIt2aGRUTqxykpWzI3Oqnsm13tTMDA== | ||
|
||
object-inspect@^1.7.0: | ||
version "1.8.0" | ||
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.8.0.tgz#df807e5ecf53a609cc6bfe93eac3cc7be5b3a9d0" | ||
integrity sha512-jLdtEOB112fORuypAyl/50VRVIBIdVQOSUUGQHzJ4xBSbit81zRarz7GThkEFZy1RceYrWYcPcBFPQwHyAc1gA== | ||
|
||
object-inspect@~1.4.0: | ||
version "1.4.1" | ||
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.4.1.tgz#37ffb10e71adaf3748d05f713b4c9452f402cbc4" | ||
integrity sha512-wqdhLpfCUbEsoEwl3FXwGyv8ief1k/1aUdIPCqVnupM6e8l63BEJdiF/0swtn04/8p05tG/T0FrpTlfwvljOdw== | ||
|
||
object-keys@^1.0.11, object-keys@^1.0.12, object-keys@^1.0.6: | ||
object-keys@^1.0.11, object-keys@^1.0.12, object-keys@^1.0.6, object-keys@^1.1.1: | ||
version "1.1.1" | ||
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e" | ||
integrity sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA== | ||
|
@@ -10874,6 +10964,15 @@ object.entries@^1.1.0: | |
function-bind "^1.1.1" | ||
has "^1.0.3" | ||
|
||
object.entries@^1.1.2: | ||
version "1.1.2" | ||
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.2.tgz#bc73f00acb6b6bb16c203434b10f9a7e797d3add" | ||
integrity sha512-BQdB9qKmb/HyNdMNWVr7O3+z5MUIx3aiegEIJqjMBbBf0YT9RRxTJSim4mzFqtyr7PDAHigq0N9dO0m0tRakQA== | ||
dependencies: | ||
define-properties "^1.1.3" | ||
es-abstract "^1.17.5" | ||
has "^1.0.3" | ||
|
||
object.fromentries@^2.0.0: | ||
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.0.tgz#49a543d92151f8277b3ac9600f1e930b189d30ab" | ||
|
@@ -10884,6 +10983,16 @@ object.fromentries@^2.0.0: | |
function-bind "^1.1.1" | ||
has "^1.0.1" | ||
|
||
object.fromentries@^2.0.2: | ||
version "2.0.2" | ||
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.2.tgz#4a09c9b9bb3843dd0f89acdb517a794d4f355ac9" | ||
integrity sha512-r3ZiBH7MQppDJVLx6fhD618GKNG40CZYH9wgwdhKxBDDbQgjeWGGd4AtkZad84d291YxvWe7bJGuE65Anh0dxQ== | ||
dependencies: | ||
define-properties "^1.1.3" | ||
es-abstract "^1.17.0-next.1" | ||
function-bind "^1.1.1" | ||
has "^1.0.3" | ||
|
||
object.getownpropertydescriptors@^2.0.3: | ||
version "2.0.3" | ||
resolved "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.0.3.tgz#8758c846f5b407adab0f236e0986f14b051caa16" | ||
|
@@ -10909,6 +11018,16 @@ object.values@^1.1.0: | |
function-bind "^1.1.1" | ||
has "^1.0.3" | ||
|
||
object.values@^1.1.1: | ||
version "1.1.1" | ||
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.1.tgz#68a99ecde356b7e9295a3c5e0ce31dc8c953de5e" | ||
integrity sha512-WTa54g2K8iu0kmS/us18jEmdv1a4Wi//BZ/DTVYEcH0XhLM5NYdpDHja3gt57VrZLcNAO2WGA+KpWsDBaHt6eA== | ||
dependencies: | ||
define-properties "^1.1.3" | ||
es-abstract "^1.17.0-next.1" | ||
function-bind "^1.1.1" | ||
has "^1.0.3" | ||
|
||
obuf@^1.0.0, obuf@^1.1.2: | ||
version "1.1.2" | ||
resolved "https://registry.yarnpkg.com/obuf/-/obuf-1.1.2.tgz#09bea3343d41859ebd446292d11c9d4db619084e" | ||
|
@@ -13114,6 +13233,14 @@ regexp-tree@^0.1.6: | |
resolved "https://registry.yarnpkg.com/regexp-tree/-/regexp-tree-0.1.11.tgz#c9c7f00fcf722e0a56c7390983a7a63dd6c272f3" | ||
integrity sha512-7/l/DgapVVDzZobwMCCgMlqiqyLFJ0cduo/j+3BcDJIB+yJdsYCfKuI3l/04NV+H/rfNRdPIDbXNZHM9XvQatg== | ||
|
||
regexp.prototype.flags@^1.3.0: | ||
version "1.3.0" | ||
resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.3.0.tgz#7aba89b3c13a64509dabcf3ca8d9fbb9bdf5cb75" | ||
integrity sha512-2+Q0C5g951OlYlJz6yu5/M33IcsESLlLfsyIaLJaG4FA2r4yP8MvVMJUUP/fVBkSpbbbZlS5gynbEWLipiiXiQ== | ||
dependencies: | ||
define-properties "^1.1.3" | ||
es-abstract "^1.17.0-next.1" | ||
|
||
regexpp@^2.0.1: | ||
version "2.0.1" | ||
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-2.0.1.tgz#8d19d31cf632482b589049f8281f93dbcba4d07f" | ||
|
@@ -13524,6 +13651,13 @@ resolve@^1.12.0: | |
dependencies: | ||
path-parse "^1.0.6" | ||
|
||
resolve@^1.17.0: | ||
version "1.17.0" | ||
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.17.0.tgz#b25941b54968231cc2d1bb76a79cb7f2c0bf8444" | ||
integrity sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w== | ||
dependencies: | ||
path-parse "^1.0.6" | ||
|
||
[email protected]: | ||
version "1.0.2" | ||
resolved "https://registry.yarnpkg.com/responselike/-/responselike-1.0.2.tgz#918720ef3b631c5642be068f15ade5a46f4ba1e7" | ||
|
@@ -13986,6 +14120,14 @@ [email protected], shell-quote@^1.6.1: | |
array-reduce "~0.0.0" | ||
jsonify "~0.0.0" | ||
|
||
side-channel@^1.0.2: | ||
version "1.0.2" | ||
resolved "https://registry.yarnpkg.com/side-channel/-/side-channel-1.0.2.tgz#df5d1abadb4e4bf4af1cd8852bf132d2f7876947" | ||
integrity sha512-7rL9YlPHg7Ancea1S96Pa8/QWb4BtXL/TZvS6B8XFetGBeuhAsfmUspK6DokBeZ64+Kj9TCNRD/30pVz1BvQNA== | ||
dependencies: | ||
es-abstract "^1.17.0-next.1" | ||
object-inspect "^1.7.0" | ||
|
||
sift@^5.1.0: | ||
version "5.1.0" | ||
resolved "https://registry.yarnpkg.com/sift/-/sift-5.1.0.tgz#1bbf2dfb0eb71e56c4cc7fb567fbd1351b65015e" | ||
|
@@ -14640,6 +14782,18 @@ string-width@^3.0.0, string-width@^3.1.0: | |
is-fullwidth-code-point "^2.0.0" | ||
strip-ansi "^5.1.0" | ||
|
||
string.prototype.matchall@^4.0.2: | ||
version "4.0.2" | ||
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.2.tgz#48bb510326fb9fdeb6a33ceaa81a6ea04ef7648e" | ||
integrity sha512-N/jp6O5fMf9os0JU3E72Qhf590RSRZU/ungsL/qJUYVTNv7hTG0P/dbPjxINVN9jpscu3nzYwKESU3P3RY5tOg== | ||
dependencies: | ||
define-properties "^1.1.3" | ||
es-abstract "^1.17.0" | ||
has-symbols "^1.0.1" | ||
internal-slot "^1.0.2" | ||
regexp.prototype.flags "^1.3.0" | ||
side-channel "^1.0.2" | ||
|
||
string.prototype.padend@^3.0.0: | ||
version "3.0.0" | ||
resolved "https://registry.yarnpkg.com/string.prototype.padend/-/string.prototype.padend-3.0.0.tgz#f3aaef7c1719f170c5eab1c32bf780d96e21f2f0" | ||
|
@@ -14658,6 +14812,22 @@ string.prototype.trim@^1.1.2: | |
es-abstract "^1.5.0" | ||
function-bind "^1.0.2" | ||
|
||
string.prototype.trimend@^1.0.1: | ||
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.1.tgz#85812a6b847ac002270f5808146064c995fb6913" | ||
integrity sha512-LRPxFUaTtpqYsTeNKaFOw3R4bxIzWOnbQ837QfBylo8jIxtcbK/A/sMV7Q+OAV/vWo+7s25pOE10KYSjaSO06g== | ||
dependencies: | ||
define-properties "^1.1.3" | ||
es-abstract "^1.17.5" | ||
|
||
string.prototype.trimstart@^1.0.1: | ||
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.1.tgz#14af6d9f34b053f7cfc89b72f8f2ee14b9039a54" | ||
integrity sha512-XxZn+QpvrBI1FOcg6dIpxUPgWCPuNXvMD72aaRaUQv1eD4e/Qy8i/hFTe0BUmD60p/QA6bh1avmuPTfNjqVWRw== | ||
dependencies: | ||
define-properties "^1.1.3" | ||
es-abstract "^1.17.5" | ||
|
||
string_decoder@^1.0.0, string_decoder@^1.1.1: | ||
version "1.2.0" | ||
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.2.0.tgz#fe86e738b19544afe70469243b2a1ee9240eae8d" | ||
|