Skip to content

Commit 67a7808

Browse files
Bump pbkdf2 from 3.1.2 to 3.1.3 in /ui (#403)
Bumps [pbkdf2](https://github.com/crypto-browserify/pbkdf2) from 3.1.2 to 3.1.3. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/browserify/pbkdf2/blob/master/CHANGELOG.md">pbkdf2's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/browserify/pbkdf2/compare/v3.1.2...v3.1.3">v3.1.3</a> - 2025-06-20</h2> <h3>Commits</h3> <ul> <li>Only apps should have lockfiles <a href="https://github.com/browserify/pbkdf2/commit/8b067308eedcc3b7da3e06202d437ff532de75bd"><code>8b06730</code></a></li> <li>[lint] fix whitespace <a href="https://github.com/browserify/pbkdf2/commit/9a76e2f37ef4541aeff92d97b7335b7fa6e989a8"><code>9a76e2f</code></a></li> <li>[lint] fix parens/curlies/semis/etc <a href="https://github.com/browserify/pbkdf2/commit/6fd84bf64a423d207d9e665f3e9fd88b148c4480"><code>6fd84bf</code></a></li> <li>[meta] add <code>auto-changelog</code> <a href="https://github.com/browserify/pbkdf2/commit/796c38d428ed9546e7ddfbb38322faa99921d716"><code>796c38d</code></a></li> <li>[Tests] fix tests in node 17 <a href="https://github.com/browserify/pbkdf2/commit/3661fb0156177bfe380c7bcc133917e7ee501bc7"><code>3661fb0</code></a></li> <li>Revert &quot;[Tests] fix tests in node &lt; 3&quot; <a href="https://github.com/browserify/pbkdf2/commit/7431b5766805cbf880c1b3d0f38d484357844ff7"><code>7431b57</code></a></li> <li>[Tests] fix tests in node &lt; 3 <a href="https://github.com/browserify/pbkdf2/commit/eb9f97a66ed83836bebc4ff563a1588248708501"><code>eb9f97a</code></a></li> <li>[Fix] ensure unknown algorithms throw + known ones match node <a href="https://github.com/browserify/pbkdf2/commit/26d4fd391e00ed806840ea1ef7341937985f4ba8"><code>26d4fd3</code></a></li> <li>[Tests] add GHA, always run nyc <a href="https://github.com/browserify/pbkdf2/commit/513906a735e80a0e125e1a3363c5dbe90bb34bb7"><code>513906a</code></a></li> <li>[lint] fix a few more rules <a href="https://github.com/browserify/pbkdf2/commit/ab04da834a0342cb3779486314fa67ebc1e3f035"><code>ab04da8</code></a></li> <li>[lint] switch to eslint <a href="https://github.com/browserify/pbkdf2/commit/89694cf7e4062a8c924fbe74ad2b2d3cf78f1715"><code>89694cf</code></a></li> <li>[Tests] add coverage <a href="https://github.com/browserify/pbkdf2/commit/d0d534bfdc4db6d6ea9f719606ad18a78db6c124"><code>d0d534b</code></a></li> <li>[Refactor] use <code>to-buffer</code> <a href="https://github.com/browserify/pbkdf2/commit/e3102a8cd4830a3ac85cd0dd011cc002fdde33bb"><code>e3102a8</code></a></li> <li>[readme] improve badges <a href="https://github.com/browserify/pbkdf2/commit/fca0c9d4c5b053d911315a3607367d1db9f9f605"><code>fca0c9d</code></a></li> <li>[Tests] remove unused travis file <a href="https://github.com/browserify/pbkdf2/commit/a2c7d93bbcad73c49dad0c18fef6b8a4af8c3310"><code>a2c7d93</code></a></li> <li>[meta] switch from <code>files</code> to <code>npmignore</code> <a href="https://github.com/browserify/pbkdf2/commit/7f31fbca528fa5af3b7d3910daf09a7e5ed8adb4"><code>7f31fbc</code></a></li> <li>[Tests] use .nycrc <a href="https://github.com/browserify/pbkdf2/commit/8d628e8d5559b4acd4d4a714afb04a2990f901b7"><code>8d628e8</code></a></li> <li>[Refactor] minor tweaks <a href="https://github.com/browserify/pbkdf2/commit/fc61005c8cbd480e24ee103ac39a45f0d90ac636"><code>fc61005</code></a></li> <li>[Deps] update <code>create-hmac</code>, <code>safe-buffer</code>, <code>sha.js</code> <a href="https://github.com/browserify/pbkdf2/commit/ae2a7d051c9133c25d5212ba4f46747c0ed4c190"><code>ae2a7d0</code></a></li> <li>[Fix] pin <code>create-hash</code>, <code>ripemd160</code> due to breaking changes <a href="https://github.com/browserify/pbkdf2/commit/e07996890af79296f1913431fb3b252e25df2f0e"><code>e079968</code></a></li> <li>[Tests] fix tests in node 3 <a href="https://github.com/browserify/pbkdf2/commit/45fbcf30431f9585ae3b61f2207c0a16c1953915"><code>45fbcf3</code></a></li> <li>[meta] skip publishing benchmarks <a href="https://github.com/browserify/pbkdf2/commit/19ea57bf11d055ddcd97d2556cd3097663b050b9"><code>19ea57b</code></a></li> <li>[Dev Deps] add missing peer dep <a href="https://github.com/browserify/pbkdf2/commit/645e252375087e97beb95e518038b99eb5724c5b"><code>645e252</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/browserify/pbkdf2/commit/3e40827b183f7f5a14946bdb7d57de3d1d8dd581"><code>3e40827</code></a> v3.1.3</li> <li><a href="https://github.com/browserify/pbkdf2/commit/e3102a8cd4830a3ac85cd0dd011cc002fdde33bb"><code>e3102a8</code></a> [Refactor] use <code>to-buffer</code></li> <li><a href="https://github.com/browserify/pbkdf2/commit/7431b5766805cbf880c1b3d0f38d484357844ff7"><code>7431b57</code></a> Revert &quot;[Tests] fix tests in node &lt; 3&quot;</li> <li><a href="https://github.com/browserify/pbkdf2/commit/19ea57bf11d055ddcd97d2556cd3097663b050b9"><code>19ea57b</code></a> [meta] skip publishing benchmarks</li> <li><a href="https://github.com/browserify/pbkdf2/commit/a2c7d93bbcad73c49dad0c18fef6b8a4af8c3310"><code>a2c7d93</code></a> [Tests] remove unused travis file</li> <li><a href="https://github.com/browserify/pbkdf2/commit/645e252375087e97beb95e518038b99eb5724c5b"><code>645e252</code></a> [Dev Deps] add missing peer dep</li> <li><a href="https://github.com/browserify/pbkdf2/commit/796c38d428ed9546e7ddfbb38322faa99921d716"><code>796c38d</code></a> [meta] add <code>auto-changelog</code></li> <li><a href="https://github.com/browserify/pbkdf2/commit/d0d534bfdc4db6d6ea9f719606ad18a78db6c124"><code>d0d534b</code></a> [Tests] add coverage</li> <li><a href="https://github.com/browserify/pbkdf2/commit/7f31fbca528fa5af3b7d3910daf09a7e5ed8adb4"><code>7f31fbc</code></a> [meta] switch from <code>files</code> to <code>npmignore</code></li> <li><a href="https://github.com/browserify/pbkdf2/commit/fca0c9d4c5b053d911315a3607367d1db9f9f605"><code>fca0c9d</code></a> [readme] improve badges</li> <li>Additional commits viewable in <a href="https://github.com/crypto-browserify/pbkdf2/compare/v3.1.2...v3.1.3">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~ljharb">ljharb</a>, a new releaser for pbkdf2 since your current version.</p> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pbkdf2&package-manager=npm_and_yarn&previous-version=3.1.2&new-version=3.1.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/azimuth-cloud/azimuth/network/alerts). </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 587d435 commit 67a7808

File tree

1 file changed

+194
-13
lines changed

1 file changed

+194
-13
lines changed

ui/yarn.lock

Lines changed: 194 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1847,6 +1847,13 @@ available-typed-arrays@^1.0.5:
18471847
resolved "https://registry.yarnpkg.com/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz#92f95616501069d07d10edb2fc37d3e1c65123b7"
18481848
integrity sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==
18491849

1850+
available-typed-arrays@^1.0.7:
1851+
version "1.0.7"
1852+
resolved "https://registry.yarnpkg.com/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz#a5cc375d6a03c2efc87a553f3e0b1522def14846"
1853+
integrity sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==
1854+
dependencies:
1855+
possible-typed-array-names "^1.0.0"
1856+
18501857
babel-loader@^9.0.0:
18511858
version "9.0.0"
18521859
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-9.0.0.tgz#b90f48b49f5360e4678733755d1413e16cfee48e"
@@ -2080,6 +2087,14 @@ [email protected]:
20802087
resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.1.2.tgz#8b0beeb98605adf1b128fa4386403c009e0221a5"
20812088
integrity sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==
20822089

2090+
call-bind-apply-helpers@^1.0.0, call-bind-apply-helpers@^1.0.1, call-bind-apply-helpers@^1.0.2:
2091+
version "1.0.2"
2092+
resolved "https://registry.yarnpkg.com/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz#4b5428c222be985d79c3d82657479dbe0b59b2d6"
2093+
integrity sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==
2094+
dependencies:
2095+
es-errors "^1.3.0"
2096+
function-bind "^1.1.2"
2097+
20832098
call-bind@^1.0.0, call-bind@^1.0.2:
20842099
version "1.0.2"
20852100
resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.2.tgz#b1d4e89e688119c3c9a903ad30abb2f6a919be3c"
@@ -2099,6 +2114,24 @@ call-bind@^1.0.7:
20992114
get-intrinsic "^1.2.4"
21002115
set-function-length "^1.2.1"
21012116

2117+
call-bind@^1.0.8:
2118+
version "1.0.8"
2119+
resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.8.tgz#0736a9660f537e3388826f440d5ec45f744eaa4c"
2120+
integrity sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==
2121+
dependencies:
2122+
call-bind-apply-helpers "^1.0.0"
2123+
es-define-property "^1.0.0"
2124+
get-intrinsic "^1.2.4"
2125+
set-function-length "^1.2.2"
2126+
2127+
call-bound@^1.0.3, call-bound@^1.0.4:
2128+
version "1.0.4"
2129+
resolved "https://registry.yarnpkg.com/call-bound/-/call-bound-1.0.4.tgz#238de935d2a2a692928c538c7ccfa91067fd062a"
2130+
integrity sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==
2131+
dependencies:
2132+
call-bind-apply-helpers "^1.0.2"
2133+
get-intrinsic "^1.3.0"
2134+
21022135
callsites@^3.0.0:
21032136
version "3.1.0"
21042137
resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73"
@@ -2332,7 +2365,7 @@ create-ecdh@^4.0.0:
23322365
bn.js "^4.1.0"
23332366
elliptic "^6.5.3"
23342367

2335-
create-hash@^1.1.0, create-hash@^1.1.2, create-hash@^1.2.0:
2368+
create-hash@^1.1.0, create-hash@^1.2.0:
23362369
version "1.2.0"
23372370
resolved "https://registry.yarnpkg.com/create-hash/-/create-hash-1.2.0.tgz#889078af11a63756bcfb59bd221996be3a9ef196"
23382371
integrity sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==
@@ -2343,7 +2376,17 @@ create-hash@^1.1.0, create-hash@^1.1.2, create-hash@^1.2.0:
23432376
ripemd160 "^2.0.1"
23442377
sha.js "^2.4.0"
23452378

2346-
create-hmac@^1.1.0, create-hmac@^1.1.4, create-hmac@^1.1.7:
2379+
create-hash@~1.1.3:
2380+
version "1.1.3"
2381+
resolved "https://registry.yarnpkg.com/create-hash/-/create-hash-1.1.3.tgz#606042ac8b9262750f483caddab0f5819172d8fd"
2382+
integrity sha512-snRpch/kwQhcdlnZKYanNF1m0RDlrCdSKQaH87w1FCFPVPNCQ/Il9QJKAX2jVBZddRdaHBMC+zXa9Gw9tmkNUA==
2383+
dependencies:
2384+
cipher-base "^1.0.1"
2385+
inherits "^2.0.1"
2386+
ripemd160 "^2.0.0"
2387+
sha.js "^2.4.0"
2388+
2389+
create-hmac@^1.1.0, create-hmac@^1.1.7:
23472390
version "1.1.7"
23482391
resolved "https://registry.yarnpkg.com/create-hmac/-/create-hmac-1.1.7.tgz#69170c78b3ab957147b2b8b04572e47ead2243ff"
23492392
integrity sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg==
@@ -2597,6 +2640,15 @@ dot-case@^3.0.4:
25972640
no-case "^3.0.4"
25982641
tslib "^2.0.3"
25992642

2643+
dunder-proto@^1.0.1:
2644+
version "1.0.1"
2645+
resolved "https://registry.yarnpkg.com/dunder-proto/-/dunder-proto-1.0.1.tgz#d7ae667e1dc83482f8b70fd0f6eefc50da30f58a"
2646+
integrity sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==
2647+
dependencies:
2648+
call-bind-apply-helpers "^1.0.1"
2649+
es-errors "^1.3.0"
2650+
gopd "^1.2.0"
2651+
26002652
ecc-jsbn@~0.1.1:
26012653
version "0.1.2"
26022654
resolved "https://registry.yarnpkg.com/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz#3a83a904e54353287874c564b7549386849a98c9"
@@ -2705,6 +2757,11 @@ es-define-property@^1.0.0:
27052757
dependencies:
27062758
get-intrinsic "^1.2.4"
27072759

2760+
es-define-property@^1.0.1:
2761+
version "1.0.1"
2762+
resolved "https://registry.yarnpkg.com/es-define-property/-/es-define-property-1.0.1.tgz#983eb2f9a6724e9303f61addf011c72e09e0b0fa"
2763+
integrity sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==
2764+
27082765
es-errors@^1.3.0:
27092766
version "1.3.0"
27102767
resolved "https://registry.yarnpkg.com/es-errors/-/es-errors-1.3.0.tgz#05f75a25dab98e4fb1dcd5e1472c0546d5057c8f"
@@ -2715,6 +2772,13 @@ es-module-lexer@^1.2.1:
27152772
resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-1.5.4.tgz#a8efec3a3da991e60efa6b633a7cad6ab8d26b78"
27162773
integrity sha512-MVNK56NiMrOwitFB7cqDwq0CQutbw+0BvLshJSse0MUNU+y1FC3bUS/AQg7oUng+/wKrrki7JfmwtVHkVfPLlw==
27172774

2775+
es-object-atoms@^1.0.0, es-object-atoms@^1.1.1:
2776+
version "1.1.1"
2777+
resolved "https://registry.yarnpkg.com/es-object-atoms/-/es-object-atoms-1.1.1.tgz#1c4f2c4837327597ce69d2ca190a7fdd172338c1"
2778+
integrity sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==
2779+
dependencies:
2780+
es-errors "^1.3.0"
2781+
27182782
es-to-primitive@^1.2.1:
27192783
version "1.2.1"
27202784
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a"
@@ -2961,6 +3025,13 @@ for-each@^0.3.3:
29613025
dependencies:
29623026
is-callable "^1.1.3"
29633027

3028+
for-each@^0.3.5:
3029+
version "0.3.5"
3030+
resolved "https://registry.yarnpkg.com/for-each/-/for-each-0.3.5.tgz#d650688027826920feeb0af747ee7b9421a41d47"
3031+
integrity sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==
3032+
dependencies:
3033+
is-callable "^1.2.7"
3034+
29643035
29653036
version "0.2.0"
29663037
resolved "https://registry.yarnpkg.com/forwarded/-/forwarded-0.2.0.tgz#2269936428aad4c15c7ebe9779a84bf0b2a81811"
@@ -3036,6 +3107,30 @@ get-intrinsic@^1.2.4:
30363107
has-symbols "^1.0.3"
30373108
hasown "^2.0.0"
30383109

3110+
get-intrinsic@^1.3.0:
3111+
version "1.3.0"
3112+
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.3.0.tgz#743f0e3b6964a93a5491ed1bffaae054d7f98d01"
3113+
integrity sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==
3114+
dependencies:
3115+
call-bind-apply-helpers "^1.0.2"
3116+
es-define-property "^1.0.1"
3117+
es-errors "^1.3.0"
3118+
es-object-atoms "^1.1.1"
3119+
function-bind "^1.1.2"
3120+
get-proto "^1.0.1"
3121+
gopd "^1.2.0"
3122+
has-symbols "^1.1.0"
3123+
hasown "^2.0.2"
3124+
math-intrinsics "^1.1.0"
3125+
3126+
get-proto@^1.0.1:
3127+
version "1.0.1"
3128+
resolved "https://registry.yarnpkg.com/get-proto/-/get-proto-1.0.1.tgz#150b3f2743869ef3e851ec0c49d15b1d14d00ee1"
3129+
integrity sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==
3130+
dependencies:
3131+
dunder-proto "^1.0.1"
3132+
es-object-atoms "^1.0.0"
3133+
30393134
get-stream@^6.0.0:
30403135
version "6.0.1"
30413136
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-6.0.1.tgz#a262d8eef67aced57c2852ad6167526a43cbf7b7"
@@ -3122,6 +3217,11 @@ gopd@^1.0.1:
31223217
dependencies:
31233218
get-intrinsic "^1.1.3"
31243219

3220+
gopd@^1.2.0:
3221+
version "1.2.0"
3222+
resolved "https://registry.yarnpkg.com/gopd/-/gopd-1.2.0.tgz#89f56b8217bdbc8802bd299df6d7f1081d7e51a1"
3223+
integrity sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==
3224+
31253225
graceful-fs@^4.1.2, graceful-fs@^4.2.11, graceful-fs@^4.2.4, graceful-fs@^4.2.6:
31263226
version "4.2.11"
31273227
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.11.tgz#4183e4e8bf08bb6e05bbb2f7d2e0c8f712ca40e3"
@@ -3171,20 +3271,39 @@ has-symbols@^1.0.2, has-symbols@^1.0.3:
31713271
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.3.tgz#bb7b2c4349251dce87b125f7bdf874aa7c8b39f8"
31723272
integrity sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==
31733273

3274+
has-symbols@^1.1.0:
3275+
version "1.1.0"
3276+
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.1.0.tgz#fc9c6a783a084951d0b971fe1018de813707a338"
3277+
integrity sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==
3278+
31743279
has-tostringtag@^1.0.0:
31753280
version "1.0.0"
31763281
resolved "https://registry.yarnpkg.com/has-tostringtag/-/has-tostringtag-1.0.0.tgz#7e133818a7d394734f941e73c3d3f9291e658b25"
31773282
integrity sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==
31783283
dependencies:
31793284
has-symbols "^1.0.2"
31803285

3286+
has-tostringtag@^1.0.2:
3287+
version "1.0.2"
3288+
resolved "https://registry.yarnpkg.com/has-tostringtag/-/has-tostringtag-1.0.2.tgz#2cdc42d40bef2e5b4eeab7c01a73c54ce7ab5abc"
3289+
integrity sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==
3290+
dependencies:
3291+
has-symbols "^1.0.3"
3292+
31813293
has@^1.0.3:
31823294
version "1.0.3"
31833295
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
31843296
integrity sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==
31853297
dependencies:
31863298
function-bind "^1.1.1"
31873299

3300+
hash-base@^2.0.0:
3301+
version "2.0.2"
3302+
resolved "https://registry.yarnpkg.com/hash-base/-/hash-base-2.0.2.tgz#66ea1d856db4e8a5470cadf6fce23ae5244ef2e1"
3303+
integrity sha512-0TROgQ1/SxE6KmxWSvXHvRj90/Xo1JvZShofnYF+f6ZsGtR4eES7WfrQzPalmyagfKZCXpVnitiRebZulWsbiw==
3304+
dependencies:
3305+
inherits "^2.0.1"
3306+
31883307
hash-base@^3.0.0:
31893308
version "3.1.0"
31903309
resolved "https://registry.yarnpkg.com/hash-base/-/hash-base-3.1.0.tgz#55c381d9e06e1d2997a883b4a3fddfe7f0d3af33"
@@ -3202,7 +3321,7 @@ hash.js@^1.0.0, hash.js@^1.0.3:
32023321
inherits "^2.0.3"
32033322
minimalistic-assert "^1.0.1"
32043323

3205-
hasown@^2.0.0:
3324+
hasown@^2.0.0, hasown@^2.0.2:
32063325
version "2.0.2"
32073326
resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.2.tgz#003eaf91be7adc372e84ec59dc37252cedb80003"
32083327
integrity sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==
@@ -3596,6 +3715,13 @@ is-symbol@^1.0.2, is-symbol@^1.0.3:
35963715
dependencies:
35973716
has-symbols "^1.0.2"
35983717

3718+
is-typed-array@^1.1.14:
3719+
version "1.1.15"
3720+
resolved "https://registry.yarnpkg.com/is-typed-array/-/is-typed-array-1.1.15.tgz#4bfb4a45b61cee83a5a46fba778e4e8d59c0ce0b"
3721+
integrity sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==
3722+
dependencies:
3723+
which-typed-array "^1.1.16"
3724+
35993725
is-typed-array@^1.1.3, is-typed-array@^1.1.9:
36003726
version "1.1.9"
36013727
resolved "https://registry.yarnpkg.com/is-typed-array/-/is-typed-array-1.1.9.tgz#246d77d2871e7d9f5aeb1d54b9f52c71329ece67"
@@ -3621,6 +3747,11 @@ is-wsl@^2.2.0:
36213747
dependencies:
36223748
is-docker "^2.0.0"
36233749

3750+
isarray@^2.0.5:
3751+
version "2.0.5"
3752+
resolved "https://registry.yarnpkg.com/isarray/-/isarray-2.0.5.tgz#8af1e4c1221244cc62459faf38940d4e644a5723"
3753+
integrity sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==
3754+
36243755
isarray@~1.0.0:
36253756
version "1.0.0"
36263757
resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11"
@@ -3769,6 +3900,11 @@ make-dir@^3.0.2:
37693900
dependencies:
37703901
semver "^6.0.0"
37713902

3903+
math-intrinsics@^1.1.0:
3904+
version "1.1.0"
3905+
resolved "https://registry.yarnpkg.com/math-intrinsics/-/math-intrinsics-1.1.0.tgz#a0dd74be81e2aa5c2f27e65ce283605ee4e2b7f9"
3906+
integrity sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==
3907+
37723908
md5.js@^1.3.4:
37733909
version "1.3.5"
37743910
resolved "https://registry.yarnpkg.com/md5.js/-/md5.js-1.3.5.tgz#b5d07b8e3216e3e27cd728d72f70d1e6a342005f"
@@ -4386,15 +4522,16 @@ path-type@^4.0.0:
43864522
integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==
43874523

43884524
pbkdf2@^3.0.3:
4389-
version "3.1.2"
4390-
resolved "https://registry.yarnpkg.com/pbkdf2/-/pbkdf2-3.1.2.tgz#dd822aa0887580e52f1a039dc3eda108efae3075"
4391-
integrity sha512-iuh7L6jA7JEGu2WxDwtQP1ddOpaJNC4KlDEFfdQajSGgGPNi4OyDc2R7QnbY2bR9QjBVGwgvTdNJZoE7RaxUMA==
4525+
version "3.1.3"
4526+
resolved "https://registry.yarnpkg.com/pbkdf2/-/pbkdf2-3.1.3.tgz#8be674d591d65658113424592a95d1517318dd4b"
4527+
integrity sha512-wfRLBZ0feWRhCIkoMB6ete7czJcnNnqRpcoWQBLqatqXXmelSRqfdDK4F3u9T2s2cXas/hQJcryI/4lAL+XTlA==
43924528
dependencies:
4393-
create-hash "^1.1.2"
4394-
create-hmac "^1.1.4"
4395-
ripemd160 "^2.0.1"
4396-
safe-buffer "^5.0.1"
4397-
sha.js "^2.4.8"
4529+
create-hash "~1.1.3"
4530+
create-hmac "^1.1.7"
4531+
ripemd160 "=2.0.1"
4532+
safe-buffer "^5.2.1"
4533+
sha.js "^2.4.11"
4534+
to-buffer "^1.2.0"
43984535

43994536
picocolors@^1.0.0:
44004537
version "1.0.0"
@@ -4418,6 +4555,11 @@ pkg-dir@^4.1.0, pkg-dir@^4.2.0:
44184555
dependencies:
44194556
find-up "^4.0.0"
44204557

4558+
possible-typed-array-names@^1.0.0:
4559+
version "1.1.0"
4560+
resolved "https://registry.yarnpkg.com/possible-typed-array-names/-/possible-typed-array-names-1.1.0.tgz#93e3582bc0e5426586d9d07b79ee40fc841de4ae"
4561+
integrity sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg==
4562+
44214563
postcss-modules-extract-imports@^3.0.0:
44224564
version "3.0.0"
44234565
resolved "https://registry.yarnpkg.com/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.0.0.tgz#cda1f047c0ae80c97dbe28c3e76a43b88025741d"
@@ -4920,6 +5062,14 @@ rimraf@^3.0.2:
49205062
dependencies:
49215063
glob "^7.1.3"
49225064

5065+
ripemd160@=2.0.1:
5066+
version "2.0.1"
5067+
resolved "https://registry.yarnpkg.com/ripemd160/-/ripemd160-2.0.1.tgz#0f4584295c53a3628af7e6d79aca21ce57d1c6e7"
5068+
integrity sha512-J7f4wutN8mdbV08MJnXibYpCOPHR+yzy+iQ/AsjMv2j8cLavQ8VGagDFUwwTAdF8FmRKVeNpbTTEwNHCW1g94w==
5069+
dependencies:
5070+
hash-base "^2.0.0"
5071+
inherits "^2.0.1"
5072+
49235073
ripemd160@^2.0.0, ripemd160@^2.0.1:
49245074
version "2.0.2"
49255075
resolved "https://registry.yarnpkg.com/ripemd160/-/ripemd160-2.0.2.tgz#a1c1a6f624751577ba5d07914cbc92850585890c"
@@ -5091,7 +5241,7 @@ [email protected]:
50915241
parseurl "~1.3.3"
50925242
send "0.18.0"
50935243

5094-
set-function-length@^1.2.1:
5244+
set-function-length@^1.2.1, set-function-length@^1.2.2:
50955245
version "1.2.2"
50965246
resolved "https://registry.yarnpkg.com/set-function-length/-/set-function-length-1.2.2.tgz#aac72314198eaed975cf77b2c3b6b880695e5449"
50975247
integrity sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==
@@ -5113,7 +5263,7 @@ [email protected]:
51135263
resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.2.0.tgz#66c9a24a73f9fc28cbe66b09fed3d33dcaf1b424"
51145264
integrity sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==
51155265

5116-
sha.js@^2.4.0, sha.js@^2.4.8:
5266+
sha.js@^2.4.0, sha.js@^2.4.11, sha.js@^2.4.8:
51175267
version "2.4.11"
51185268
resolved "https://registry.yarnpkg.com/sha.js/-/sha.js-2.4.11.tgz#37a5cf0b81ecbc6943de109ba2960d1b26584ae7"
51195269
integrity sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==
@@ -5404,6 +5554,15 @@ thunky@^1.0.2:
54045554
resolved "https://registry.yarnpkg.com/thunky/-/thunky-1.1.0.tgz#5abaf714a9405db0504732bbccd2cedd9ef9537d"
54055555
integrity sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==
54065556

5557+
to-buffer@^1.2.0:
5558+
version "1.2.1"
5559+
resolved "https://registry.yarnpkg.com/to-buffer/-/to-buffer-1.2.1.tgz#2ce650cdb262e9112a18e65dc29dcb513c8155e0"
5560+
integrity sha512-tB82LpAIWjhLYbqjx3X4zEeHN6M8CiuOEy2JY8SEQVdYRe3CCHOFaqrBW1doLDrfpWhplcW7BL+bO3/6S3pcDQ==
5561+
dependencies:
5562+
isarray "^2.0.5"
5563+
safe-buffer "^5.2.1"
5564+
typed-array-buffer "^1.0.3"
5565+
54075566
to-fast-properties@^2.0.0:
54085567
version "2.0.0"
54095568
resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e"
@@ -5454,6 +5613,15 @@ type-is@~1.6.18:
54545613
media-typer "0.3.0"
54555614
mime-types "~2.1.24"
54565615

5616+
typed-array-buffer@^1.0.3:
5617+
version "1.0.3"
5618+
resolved "https://registry.yarnpkg.com/typed-array-buffer/-/typed-array-buffer-1.0.3.tgz#a72395450a4869ec033fd549371b47af3a2ee536"
5619+
integrity sha512-nAYYwfY3qnzX30IkA6AQZjVbtK6duGontcQm1WSG1MD94YLqK0515GNApXkoxKOWMusVssAHWLh9SeaoefYFGw==
5620+
dependencies:
5621+
call-bound "^1.0.3"
5622+
es-errors "^1.3.0"
5623+
is-typed-array "^1.1.14"
5624+
54575625
unbox-primitive@^1.0.2:
54585626
version "1.0.2"
54595627
resolved "https://registry.yarnpkg.com/unbox-primitive/-/unbox-primitive-1.0.2.tgz#29032021057d5e6cdbd08c5129c226dff8ed6f9e"
@@ -5805,6 +5973,19 @@ which-boxed-primitive@^1.0.2:
58055973
is-string "^1.0.5"
58065974
is-symbol "^1.0.3"
58075975

5976+
which-typed-array@^1.1.16:
5977+
version "1.1.19"
5978+
resolved "https://registry.yarnpkg.com/which-typed-array/-/which-typed-array-1.1.19.tgz#df03842e870b6b88e117524a4b364b6fc689f956"
5979+
integrity sha512-rEvr90Bck4WZt9HHFC4DJMsjvu7x+r6bImz0/BrbWb7A2djJ8hnZMrWnHo9F8ssv0OMErasDhftrfROTyqSDrw==
5980+
dependencies:
5981+
available-typed-arrays "^1.0.7"
5982+
call-bind "^1.0.8"
5983+
call-bound "^1.0.4"
5984+
for-each "^0.3.5"
5985+
get-proto "^1.0.1"
5986+
gopd "^1.2.0"
5987+
has-tostringtag "^1.0.2"
5988+
58085989
which-typed-array@^1.1.2:
58095990
version "1.1.8"
58105991
resolved "https://registry.yarnpkg.com/which-typed-array/-/which-typed-array-1.1.8.tgz#0cfd53401a6f334d90ed1125754a42ed663eb01f"

0 commit comments

Comments
 (0)