@@ -977,9 +977,9 @@ error-ex@^1.3.1:
977
977
is-arrayish "^0.2.1"
978
978
979
979
es-abstract@^1.23.5, es-abstract@^1.23.6, es-abstract@^1.23.9 :
980
- version "1.23.10 "
981
- resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.23.10 .tgz#84792c152ff2898ec73efe33c1c1323a3dfd87f8 "
982
- integrity sha512-MtUbM072wlJNyeYAe0mhzrD+M6DIJa96CZAOBBrhDbgKnB4MApIKefcyAB1eOdYn8cUNZgvwBvEzdoAYsxgEIw ==
980
+ version "1.24.0 "
981
+ resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.24.0 .tgz#c44732d2beb0acc1ed60df840869e3106e7af328 "
982
+ integrity sha512-WSzPgsdLtTcQwm4CROfS5ju2Wa1QQcVeT37jFjYzdFz1r9ahadC8B8/a4qxJxM+09F18iumCdRmlr96ZYkQvEg ==
983
983
dependencies :
984
984
array-buffer-byte-length "^1.0.2"
985
985
arraybuffer.prototype.slice "^1.0.4"
@@ -1008,7 +1008,9 @@ es-abstract@^1.23.5, es-abstract@^1.23.6, es-abstract@^1.23.9:
1008
1008
is-array-buffer "^3.0.5"
1009
1009
is-callable "^1.2.7"
1010
1010
is-data-view "^1.0.2"
1011
+ is-negative-zero "^2.0.3"
1011
1012
is-regex "^1.2.1"
1013
+ is-set "^2.0.3"
1012
1014
is-shared-array-buffer "^1.0.4"
1013
1015
is-string "^1.1.1"
1014
1016
is-typed-array "^1.1.15"
@@ -1023,6 +1025,7 @@ es-abstract@^1.23.5, es-abstract@^1.23.6, es-abstract@^1.23.9:
1023
1025
safe-push-apply "^1.0.0"
1024
1026
safe-regex-test "^1.1.0"
1025
1027
set-proto "^1.0.0"
1028
+ stop-iteration-iterator "^1.1.0"
1026
1029
string.prototype.trim "^1.2.10"
1027
1030
string.prototype.trimend "^1.0.9"
1028
1031
string.prototype.trimstart "^1.0.8"
@@ -1840,6 +1843,11 @@ is-map@^2.0.3:
1840
1843
resolved "https://registry.yarnpkg.com/is-map/-/is-map-2.0.3.tgz#ede96b7fe1e270b3c4465e3a465658764926d62e"
1841
1844
integrity sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==
1842
1845
1846
+ is-negative-zero@^2.0.3 :
1847
+ version "2.0.3"
1848
+ resolved "https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.3.tgz#ced903a027aca6381b777a5743069d7376a49747"
1849
+ integrity sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==
1850
+
1843
1851
is-number-object@^1.1.1 :
1844
1852
version "1.1.1"
1845
1853
resolved "https://registry.yarnpkg.com/is-number-object/-/is-number-object-1.1.1.tgz#144b21e95a1bc148205dcc2814a9134ec41b2541"
@@ -2877,6 +2885,14 @@ sprintf-js@^1.1.1:
2877
2885
resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.1.3.tgz#4914b903a2f8b685d17fdf78a70e917e872e444a"
2878
2886
integrity sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==
2879
2887
2888
+ stop-iteration-iterator@^1.1.0 :
2889
+ version "1.1.0"
2890
+ resolved "https://registry.yarnpkg.com/stop-iteration-iterator/-/stop-iteration-iterator-1.1.0.tgz#f481ff70a548f6124d0312c3aa14cbfa7aa542ad"
2891
+ integrity sha512-eLoXW/DHyl62zxY4SCaIgnRhuMr6ri4juEYARS8E6sCEqzKpOiE521Ucofdx+KnDZl5xmvGYaaKCk5FEOxJCoQ==
2892
+ dependencies :
2893
+ es-errors "^1.3.0"
2894
+ internal-slot "^1.1.0"
2895
+
2880
2896
string.prototype.matchall@^4.0.6 :
2881
2897
version "4.0.12"
2882
2898
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.12.tgz#6c88740e49ad4956b1332a911e949583a275d4c0"
0 commit comments