Skip to content

Commit 66633d3

Browse files
Lock file maintenance
1 parent d018fcc commit 66633d3

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

yarn.lock

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -977,9 +977,9 @@ error-ex@^1.3.1:
977977
is-arrayish "^0.2.1"
978978

979979
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==
983983
dependencies:
984984
array-buffer-byte-length "^1.0.2"
985985
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:
10081008
is-array-buffer "^3.0.5"
10091009
is-callable "^1.2.7"
10101010
is-data-view "^1.0.2"
1011+
is-negative-zero "^2.0.3"
10111012
is-regex "^1.2.1"
1013+
is-set "^2.0.3"
10121014
is-shared-array-buffer "^1.0.4"
10131015
is-string "^1.1.1"
10141016
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:
10231025
safe-push-apply "^1.0.0"
10241026
safe-regex-test "^1.1.0"
10251027
set-proto "^1.0.0"
1028+
stop-iteration-iterator "^1.1.0"
10261029
string.prototype.trim "^1.2.10"
10271030
string.prototype.trimend "^1.0.9"
10281031
string.prototype.trimstart "^1.0.8"
@@ -1840,6 +1843,11 @@ is-map@^2.0.3:
18401843
resolved "https://registry.yarnpkg.com/is-map/-/is-map-2.0.3.tgz#ede96b7fe1e270b3c4465e3a465658764926d62e"
18411844
integrity sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==
18421845

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+
18431851
is-number-object@^1.1.1:
18441852
version "1.1.1"
18451853
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:
28772885
resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.1.3.tgz#4914b903a2f8b685d17fdf78a70e917e872e444a"
28782886
integrity sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==
28792887

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+
28802896
string.prototype.matchall@^4.0.6:
28812897
version "4.0.12"
28822898
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.12.tgz#6c88740e49ad4956b1332a911e949583a275d4c0"

0 commit comments

Comments
 (0)