From a1eb7fa7385323e763365ea40ff0c8219289d75d Mon Sep 17 00:00:00 2001 From: Lukas Stracke Date: Thu, 6 Aug 2026 18:49:22 +0200 Subject: [PATCH] fix(deps): Bump brace-expansion to patched versions across the tree brace-expansion is vulnerable to two DoS advisories reachable through minimatch/glob: GHSA-3jxr-9vmj-r5cp (exponential-time expansion of consecutive non-expanding {} groups) and GHSA-rgw5-rvv9-x895 (unbounded intermediate arrays). Fixing both requires 1.1.18 / 2.1.4 / 5.0.9. Every semver range in the tree already accepted a patched release, so the 1.x, 2.x and 5.x lines are fixed by re-resolving the lockfile alone: ^1.1.7 1.1.11 -> 1.1.18 ^2.0.1, ^2.0.2 2.0.2 -> 2.1.4 ^5.0.5 5.0.6 -> 5.0.9 nx pins brace-expansion exactly, so its copy needs separate handling. Bump nx 22.7.5 -> 22.7.8, which also drops axios 1.16.0 (one high and two moderate advisories) along with form-data, hasown and tmp. That still leaves nx on brace-expansion 5.0.8, which fixes only the first advisory, and no nx release pins 5.0.9 or later -- so add a scoped resolution to force it, mirroring the existing **/nx/minimatch entry. Resolves GHSA-3jxr-9vmj-r5cp / CVE-2026-13149 and GHSA-rgw5-rvv9-x895. Dependabot alert: https://github.com/getsentry/sentry-javascript/security/dependabot/2060 Co-Authored-By: Claude Opus 5 (1M context) --- package.json | 3 +- yarn.lock | 209 ++++++++++++++++++++++++++------------------------- 2 files changed, 109 insertions(+), 103 deletions(-) diff --git a/package.json b/package.json index eb4111c1bd78..7068de56e14d 100644 --- a/package.json +++ b/package.json @@ -131,7 +131,7 @@ "madge": "8.0.0", "nodemon": "^3.1.10", "npm-run-all2": "^6.2.0", - "nx": "22.7.5", + "nx": "22.7.8", "oxfmt": "^0.60.0", "oxlint": "^1.75.0", "oxlint-tsgolint": "7", @@ -148,6 +148,7 @@ }, "resolutions": { "**/nx/minimatch": "10.2.5", + "**/nx/brace-expansion": "5.0.9", "**/ng-packagr/postcss-url/minimatch": "3.1.5", "**/@angular-devkit/build-angular/minimatch": "5.1.9", "**/nitropack/rollup-plugin-visualizer": "^6.0.3" diff --git a/yarn.lock b/yarn.lock index 5875e3465b19..8f586870f5ff 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5901,55 +5901,55 @@ consola "^2.15.0" node-fetch "^2.6.1" -"@nx/nx-darwin-arm64@22.7.5": - version "22.7.5" - resolved "https://registry.yarnpkg.com/@nx/nx-darwin-arm64/-/nx-darwin-arm64-22.7.5.tgz#6416723a474b7a262368008eccaf2c82d35e4c23" - integrity sha512-eoPtwx0qZqvRUD+VVOHm150AlSYwYoPxkDHBBGqKCn5nzPspb0lLWw8q83crM/L1M928YgK0WmGf3C++7eqsTA== - -"@nx/nx-darwin-x64@22.7.5": - version "22.7.5" - resolved "https://registry.yarnpkg.com/@nx/nx-darwin-x64/-/nx-darwin-x64-22.7.5.tgz#0aff87a5a36528a3690ab4abf932880663af498c" - integrity sha512-VLOn/ZoEn3HfjSj+yIHLCM56/el79r+9I28CkZNHaSXJQWZ3edSkcgcfYjVxCurpN2VEwDQHLBeFCH8M+lQ7wQ== - -"@nx/nx-freebsd-x64@22.7.5": - version "22.7.5" - resolved "https://registry.yarnpkg.com/@nx/nx-freebsd-x64/-/nx-freebsd-x64-22.7.5.tgz#6f91ba1842e75048b9451ee49e63f51b42f8b72b" - integrity sha512-LEVer/E2xfGvK9Go+imMQoEninOoq/38Z2bhV1SD3AThXrp1xaLFVkW5jQ6juebeVkAeztEoMLFlr576egS0vw== - -"@nx/nx-linux-arm-gnueabihf@22.7.5": - version "22.7.5" - resolved "https://registry.yarnpkg.com/@nx/nx-linux-arm-gnueabihf/-/nx-linux-arm-gnueabihf-22.7.5.tgz#910f5970231e5a40198b564e5856aba539129043" - integrity sha512-NP27EFGpmFJM6RL1Ey/AFJ7gA2xuqtIHaw6jjSNGvfrnZRUNaway30GrVaGGeODf0DsvAty/unqoBMPy6kDHbw== - -"@nx/nx-linux-arm64-gnu@22.7.5": - version "22.7.5" - resolved "https://registry.yarnpkg.com/@nx/nx-linux-arm64-gnu/-/nx-linux-arm64-gnu-22.7.5.tgz#78ff6ae1473b0c59b9110ad882d820a3797a35c2" - integrity sha512-QLnkJl3HkHsPfpLiNiAiMfpfAeFpic0U1diAxF8RqChOkCpQ7ulvyBVgE1UrQxvhd+gFQ3ed5RNDxtCRw8nTiw== - -"@nx/nx-linux-arm64-musl@22.7.5": - version "22.7.5" - resolved "https://registry.yarnpkg.com/@nx/nx-linux-arm64-musl/-/nx-linux-arm64-musl-22.7.5.tgz#c780ce2def8861ecb38edb59dbaee2df2b68ca62" - integrity sha512-cEP6KmwBgnb38+jTTaibWCjwXcHmigqhTfy0tN1be7WZr6bHxbqNLsXqKRN70PSNA3HouZcxw1cdRL8tqbPBBA== - -"@nx/nx-linux-x64-gnu@22.7.5": - version "22.7.5" - resolved "https://registry.yarnpkg.com/@nx/nx-linux-x64-gnu/-/nx-linux-x64-gnu-22.7.5.tgz#661776683c3f2f93724923b2260ed71e9d6af58d" - integrity sha512-tbaX1tZCSpGifDNBfDdEZAMxVF3Yg4bhFP/bm1needc0diqb+Zflc0u5tM5/6BWDMITQDwenJVsNiQ8ZdtJURA== - -"@nx/nx-linux-x64-musl@22.7.5": - version "22.7.5" - resolved "https://registry.yarnpkg.com/@nx/nx-linux-x64-musl/-/nx-linux-x64-musl-22.7.5.tgz#752f670cb2c3f97383c2e56a8807bf3463250a34" - integrity sha512-H0M7csOZIgPT822LqjxSXzf4MXRND15vIkAQe3F3Jlr3Si8LC3tzbL52aVcRfgb8MF/xOB5U47mSwxWt1M2bPQ== - -"@nx/nx-win32-arm64-msvc@22.7.5": - version "22.7.5" - resolved "https://registry.yarnpkg.com/@nx/nx-win32-arm64-msvc/-/nx-win32-arm64-msvc-22.7.5.tgz#9450b15b573f3c08f55dd3b5933358bf3a0cd125" - integrity sha512-JTcZch9YAnDL1gbhqePz3DZ4x7iYemLn1yJzrjbbXAmXju2eiiJiZvJJHbV06+SP9HKXDT8RjTKuAWTdVxnHug== - -"@nx/nx-win32-x64-msvc@22.7.5": - version "22.7.5" - resolved "https://registry.yarnpkg.com/@nx/nx-win32-x64-msvc/-/nx-win32-x64-msvc-22.7.5.tgz#87bd68aafb8198c3d3fb7612aa14d04015fe833a" - integrity sha512-ngcMyHdBJ9FSz2nHdbZ7gtJlFq0O2b05sPAsVMkZ18CKzdaA1qrBDJfsMO49hPCny505eiT766+CkKdaCDl5kA== +"@nx/nx-darwin-arm64@22.7.8": + version "22.7.8" + resolved "https://registry.yarnpkg.com/@nx/nx-darwin-arm64/-/nx-darwin-arm64-22.7.8.tgz#b25cf6c623ef2cc97d60d34bab85e27ec8aef64b" + integrity sha512-IM1geDyWPFsS565de9dByYNZ5I3j8FQZvNUp9LIYw1dNu70sCWbAT0glw0anholOwlAb7JWEscoUeV7ouRBW0A== + +"@nx/nx-darwin-x64@22.7.8": + version "22.7.8" + resolved "https://registry.yarnpkg.com/@nx/nx-darwin-x64/-/nx-darwin-x64-22.7.8.tgz#751c90554dbd053d4bb52f5482474633c62463ab" + integrity sha512-X/AyooJCmAwHyp9f//bspkAmtaPsv2lPEKe6OiOScsyxJITP4nw+rOfIAJ4Ar64WQcMAY8WLP+ys4ah0K6DZSw== + +"@nx/nx-freebsd-x64@22.7.8": + version "22.7.8" + resolved "https://registry.yarnpkg.com/@nx/nx-freebsd-x64/-/nx-freebsd-x64-22.7.8.tgz#9ac02aa846b16459108ef263ec04dd502a76960e" + integrity sha512-mgdqiFag8txon4XugDtNj+hq+X9Whn8LBMuqwJSez93L1fralzpQFSUip7XnE7ejQRr5Zewg3BFscGlsk8Cy3A== + +"@nx/nx-linux-arm-gnueabihf@22.7.8": + version "22.7.8" + resolved "https://registry.yarnpkg.com/@nx/nx-linux-arm-gnueabihf/-/nx-linux-arm-gnueabihf-22.7.8.tgz#52a148ffc48b583b1ddcba496c86ef326594b80b" + integrity sha512-g7ojIloHGFI7wuMnUdg7io42EL7C7ae4zAolNVj7eXZM54amn3qoNjwbyqaVbBQvUNRiAKJizGyn1IhKpzvG9A== + +"@nx/nx-linux-arm64-gnu@22.7.8": + version "22.7.8" + resolved "https://registry.yarnpkg.com/@nx/nx-linux-arm64-gnu/-/nx-linux-arm64-gnu-22.7.8.tgz#361bcb4f4d8e2b3434b576876a035acb12f19aa8" + integrity sha512-Kws8e7W4epfqpTWYaV7KLKaj33o+9JtJa2rErx/XFTtMXhfVzOs5hC4oIrZsYpgk1DuT0APp7UDvX06q2kdAVQ== + +"@nx/nx-linux-arm64-musl@22.7.8": + version "22.7.8" + resolved "https://registry.yarnpkg.com/@nx/nx-linux-arm64-musl/-/nx-linux-arm64-musl-22.7.8.tgz#9bc6cfaa6ba85472ddaec14efcad663886e80800" + integrity sha512-fpnyVFL+mSqLdKBPk8+n/rHUEXiem7Xwr9cIOd2Dd5zxQ5wcwj4qSYTNRsBPI2qDFo3esHliwaoFJZULbTHldw== + +"@nx/nx-linux-x64-gnu@22.7.8": + version "22.7.8" + resolved "https://registry.yarnpkg.com/@nx/nx-linux-x64-gnu/-/nx-linux-x64-gnu-22.7.8.tgz#680630dc25c8e0aff6cf54d94fb920f858a109eb" + integrity sha512-KRbkSthClEwkbpt/LLJmBJhIOvOsyrp9OICisF9p3mOODjaxAuYmyOgrVreg09BT2F4hXN3JXpvt9eIZpTCRsw== + +"@nx/nx-linux-x64-musl@22.7.8": + version "22.7.8" + resolved "https://registry.yarnpkg.com/@nx/nx-linux-x64-musl/-/nx-linux-x64-musl-22.7.8.tgz#349c138bb5ec243218fed24a8ab2170ce947c45c" + integrity sha512-pdPMWko1yZI5ZNI6/t2Y5rQPGgV/ah5DW+mlHo2aFKav4lnxvgisEh9e4HtOsYBfK/9PyYZ5u3M9hLSaMiJ75w== + +"@nx/nx-win32-arm64-msvc@22.7.8": + version "22.7.8" + resolved "https://registry.yarnpkg.com/@nx/nx-win32-arm64-msvc/-/nx-win32-arm64-msvc-22.7.8.tgz#ae65cebf16d327b23871194f241409b084db21ea" + integrity sha512-yYDu3pj7AXu7LtN/T/bA4TMWWWbmvEE4wa8UW8ZU5JeWYblyXQA7HyYpPAb4fLzCtHb/dIrNDghVBRIeAAcnSw== + +"@nx/nx-win32-x64-msvc@22.7.8": + version "22.7.8" + resolved "https://registry.yarnpkg.com/@nx/nx-win32-x64-msvc/-/nx-win32-x64-msvc-22.7.8.tgz#561a6bb5291d31f44ccc3203097a1f4c2a5f6d14" + integrity sha512-cSr0qMt/GgM2aOBFsapxllnIv55j0gAz/6eWvqEOx5sS8d3X1G0IgazZnPbjW2c8gfSYaBZ9UmYnfapWIO/jqg== "@octokit/auth-token@^2.4.4": version "2.5.0" @@ -10647,7 +10647,7 @@ adjust-sourcemap-loader@^4.0.0: loader-utils "^2.0.0" regex-parser "^2.2.11" -agent-base@6, agent-base@^6.0.2: +agent-base@6, agent-base@6.0.2, agent-base@^6.0.2: version "6.0.2" resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-6.0.2.tgz#49fff58577cfee3f37176feab4c22e00f86d7f77" integrity sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ== @@ -11399,19 +11399,20 @@ aws-ssl-profiles@^1.1.2: resolved "https://registry.yarnpkg.com/aws-ssl-profiles/-/aws-ssl-profiles-1.1.2.tgz#157dd77e9f19b1d123678e93f120e6f193022641" integrity sha512-NZKeq9AfyQvEeNlN0zSYAaWrmBffJh3IELMZfRpJVWgrpEbtEpnjvzqBPf+mxoI287JohRDoa+/nsfqqiZmF6g== -axios@1.16.0: - version "1.16.0" - resolved "https://registry.yarnpkg.com/axios/-/axios-1.16.0.tgz#f8e5dd931cef2a5f8c32216d5784eda2f8750eb7" - integrity sha512-6hp5CwvTPlN2A31g5dxnwAX0orzM7pmCRDLnZSX772mv8WDqICwFjowHuPs04Mc8deIld1+ejhtaMn5vp6b+1w== +axios@1.18.0: + version "1.18.0" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.18.0.tgz#8a7f8854af280fcaae063272df2ed9f3837d2398" + integrity sha512-E32NzpYKp++W7XRe52rHiXV2ehxmh3wbdgO7MHeFM+vqxLBYHzt0ElkiImtOBxtOmyp0yoC8C6uESVV84Y2/hw== dependencies: follow-redirects "^1.16.0" form-data "^4.0.5" + https-proxy-agent "^5.0.1" proxy-from-env "^2.1.0" -axios@1.18.0: - version "1.18.0" - resolved "https://registry.yarnpkg.com/axios/-/axios-1.18.0.tgz#8a7f8854af280fcaae063272df2ed9f3837d2398" - integrity sha512-E32NzpYKp++W7XRe52rHiXV2ehxmh3wbdgO7MHeFM+vqxLBYHzt0ElkiImtOBxtOmyp0yoC8C6uESVV84Y2/hw== +axios@1.18.1: + version "1.18.1" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.18.1.tgz#d63f9863bcd8938815c86f9e2abd380189d96dfe" + integrity sha512-3nTvFlvpn9Zu/RkHUqtc7/+al4UpRW5az71ap5zccp6e8RAYEzhMTecX8Dz1wWDYrPpUoB1HAQEGEAEvUr7S9g== dependencies: follow-redirects "^1.16.0" form-data "^4.0.5" @@ -11957,25 +11958,25 @@ boxen@8.0.1, boxen@^8.0.1: widest-line "^5.0.0" wrap-ansi "^9.0.0" -brace-expansion@5.0.6, brace-expansion@^5.0.5: - version "5.0.6" - resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.6.tgz#ec68fe0a641a29d8711579caf641d05bae1f2285" - integrity sha512-kLpxurY4Z4r9sgMsyG0Z9uzsBlgiU/EFKhj/h91/8yHu0edo7XuixOIH3VcJ8kkxs6/jPzoI6U9Vj3WqbMQ94g== +brace-expansion@5.0.8, brace-expansion@5.0.9, brace-expansion@^5.0.5: + version "5.0.9" + resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.9.tgz#7c72438809b5fa5babf54199a1f1c281a6984fcf" + integrity sha512-ScQ4IuvIEF1TMlP7Zt+vjJ//9zlPb2SDcxWxM3bk8s6t6GGdJ7KO1dCcTidOPJKePW30LE/2cT7wCyPho9/Wxg== dependencies: balanced-match "^4.0.2" brace-expansion@^1.1.7: - version "1.1.11" - resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd" - integrity sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA== + version "1.1.18" + resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.18.tgz#3ce74d89885136be1535341f8c3d4425c29a5cab" + integrity sha512-Edep/X9fGqVNmzKBVsDYIOtD+z1tuezV70LBjdCst9Tqu76lsnvRiZ6oTic1n+/BIwX6QDGAO94PN4N2SADvtw== dependencies: balanced-match "^1.0.0" concat-map "0.0.1" brace-expansion@^2.0.1, brace-expansion@^2.0.2: - version "2.0.2" - resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.2.tgz#54fc53237a613d854c7bd37463aad17df87214e7" - integrity sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ== + version "2.1.4" + resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.1.4.tgz#589dab11c0018d0366be64cd8bf12c8dbecc8326" + integrity sha512-hGfVzPxthbf3+2yjg/RBs60cB0FhqBS/zvdV/4wn4/BmN0bNMMHPc4V/BbFieqf1TKAGGAHnY4eSjajCl0f2Xg== dependencies: balanced-match "^1.0.0" @@ -17240,16 +17241,16 @@ foreground-child@^3.1.0: cross-spawn "^7.0.6" signal-exit "^4.0.1" -form-data@4.0.5, form-data@^4.0.0, form-data@^4.0.4, form-data@^4.0.5: - version "4.0.5" - resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.5.tgz#b49e48858045ff4cbf6b03e1805cebcad3679053" - integrity sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w== +form-data@4.0.6, form-data@^4.0.0, form-data@^4.0.4, form-data@^4.0.5: + version "4.0.6" + resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.6.tgz#28e864e1b786dbebb68db1f452f9635278665827" + integrity sha512-vKatAh4SlVfgbv+YtmhiRjhEMJsYpsG1Y2rMQtR+SVSbytsSD1YGzDIcrAJmdFec88u/+VoGmxnl+80gL1tRCQ== dependencies: asynckit "^0.4.0" combined-stream "^1.0.8" es-set-tostringtag "^2.1.0" - hasown "^2.0.2" - mime-types "^2.1.12" + hasown "^2.0.4" + mime-types "^2.1.35" forwarded-parse@2.1.2: version "2.1.2" @@ -18177,10 +18178,10 @@ hash-for-dep@^1.0.2, hash-for-dep@^1.4.7, hash-for-dep@^1.5.0, hash-for-dep@^1.5 resolve "^1.10.0" resolve-package-path "^1.0.11" -hasown@2.0.2, hasown@^2.0.2: - version "2.0.2" - resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.2.tgz#003eaf91be7adc372e84ec59dc37252cedb80003" - integrity sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ== +hasown@2.0.4, hasown@^2.0.2, hasown@^2.0.4: + version "2.0.4" + resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.4.tgz#8c62d8cb90beb2aad5d0a5b67581ad9854c3f003" + integrity sha512-T2UbfbBEF32wiepXIsMlTW9+dDYC6wMh/t/vYA4tuOMKqWz/n3vr1NFSxQiyP+zk2mXsoMA/i/7qV6LKut1t1A== dependencies: function-bind "^1.1.2" @@ -21539,7 +21540,7 @@ mime-db@1.52.0: resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.54.0.tgz#cddb3ee4f9c64530dff640236661d42cb6a314f5" integrity sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ== -mime-types@2.1.35, mime-types@^2.1.12, mime-types@^2.1.18, mime-types@^2.1.26, mime-types@^2.1.27, mime-types@^2.1.31, mime-types@~2.1.17, mime-types@~2.1.24, mime-types@~2.1.34: +mime-types@2.1.35, mime-types@^2.1.18, mime-types@^2.1.26, mime-types@^2.1.27, mime-types@^2.1.31, mime-types@^2.1.35, mime-types@~2.1.17, mime-types@~2.1.24, mime-types@~2.1.34: version "2.1.35" resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.35.tgz#381a871b62a734450660ae3deee44813f70d959a" integrity sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw== @@ -22865,10 +22866,10 @@ nwsapi@^2.2.4: resolved "https://registry.yarnpkg.com/nwsapi/-/nwsapi-2.2.9.tgz#7f3303218372db2e9f27c27766bcfc59ae7e61c6" integrity sha512-2f3F0SEEer8bBu0dsNCFF50N0cTThV1nWFYcEYFZttdW0lDAoybv9cQoK7X7/68Z89S7FoRrVjP1LPX4XRf9vg== -nx@22.7.5: - version "22.7.5" - resolved "https://registry.yarnpkg.com/nx/-/nx-22.7.5.tgz#3411eeaddb0ca708a668018a98c2fb7b99346335" - integrity sha512-zoxsJabb33jl1QYnalDn0bicryrEBgSzdKp90d7VGGv/jDgzKrcLg/hw2ZxeYiOjWPIT/o8QNT9G9vTs4dv3AQ== +nx@22.7.8: + version "22.7.8" + resolved "https://registry.yarnpkg.com/nx/-/nx-22.7.8.tgz#9ac42d4250fa2fbf5d93d9b3593793f892110b94" + integrity sha512-ceEhmaGCvY7oi7L7G/Nm/UZSnbfwaJxU1XbDLro7CTmVcnrmxAnxExCp0J/Tpf1xQaMZtwxgV7QATdKA/7vLQw== dependencies: "@emnapi/core" "1.4.5" "@emnapi/runtime" "1.4.5" @@ -22878,16 +22879,17 @@ nx@22.7.5: "@tybys/wasm-util" "0.9.0" "@yarnpkg/lockfile" "1.1.0" "@zkochan/js-yaml" "0.0.7" + agent-base "6.0.2" ansi-colors "4.1.3" ansi-regex "5.0.1" ansi-styles "4.3.0" argparse "2.0.1" asynckit "0.4.0" - axios "1.16.0" + axios "1.18.1" balanced-match "4.0.3" base64-js "1.5.1" bl "4.1.0" - brace-expansion "5.0.6" + brace-expansion "5.0.8" buffer "5.7.1" call-bind-apply-helpers "1.0.2" chalk "4.1.2" @@ -22898,6 +22900,7 @@ nx@22.7.5: color-convert "2.0.1" color-name "1.1.4" combined-stream "1.0.8" + debug "4.4.3" defaults "1.0.4" define-lazy-prop "2.0.0" delayed-stream "1.0.0" @@ -22917,7 +22920,7 @@ nx@22.7.5: figures "3.2.0" flat "5.0.2" follow-redirects "1.16.0" - form-data "4.0.5" + form-data "4.0.6" fs-constants "1.0.0" function-bind "1.1.2" get-caller-file "2.0.5" @@ -22927,7 +22930,8 @@ nx@22.7.5: has-flag "4.0.0" has-symbols "1.1.0" has-tostringtag "1.0.2" - hasown "2.0.2" + hasown "2.0.4" + https-proxy-agent "5.0.1" ieee754 "1.2.1" ignore "7.0.5" inherits "2.0.4" @@ -22946,6 +22950,7 @@ nx@22.7.5: mimic-fn "2.1.0" minimatch "10.2.5" minimist "1.2.8" + ms "2.1.3" npm-run-path "4.0.1" once "1.4.0" onetime "5.1.2" @@ -22968,7 +22973,7 @@ nx@22.7.5: strip-bom "3.0.0" supports-color "7.2.0" tar-stream "2.2.0" - tmp "0.2.6" + tmp "0.2.7" tree-kill "1.2.2" tsconfig-paths "4.2.0" tslib "2.8.1" @@ -22981,16 +22986,16 @@ nx@22.7.5: yargs "17.7.2" yargs-parser "21.1.1" optionalDependencies: - "@nx/nx-darwin-arm64" "22.7.5" - "@nx/nx-darwin-x64" "22.7.5" - "@nx/nx-freebsd-x64" "22.7.5" - "@nx/nx-linux-arm-gnueabihf" "22.7.5" - "@nx/nx-linux-arm64-gnu" "22.7.5" - "@nx/nx-linux-arm64-musl" "22.7.5" - "@nx/nx-linux-x64-gnu" "22.7.5" - "@nx/nx-linux-x64-musl" "22.7.5" - "@nx/nx-win32-arm64-msvc" "22.7.5" - "@nx/nx-win32-x64-msvc" "22.7.5" + "@nx/nx-darwin-arm64" "22.7.8" + "@nx/nx-darwin-x64" "22.7.8" + "@nx/nx-freebsd-x64" "22.7.8" + "@nx/nx-linux-arm-gnueabihf" "22.7.8" + "@nx/nx-linux-arm64-gnu" "22.7.8" + "@nx/nx-linux-arm64-musl" "22.7.8" + "@nx/nx-linux-x64-gnu" "22.7.8" + "@nx/nx-linux-x64-musl" "22.7.8" + "@nx/nx-win32-arm64-msvc" "22.7.8" + "@nx/nx-win32-x64-msvc" "22.7.8" nypm@^0.6.0, nypm@^0.6.2, nypm@^0.6.5: version "0.6.5" @@ -28529,10 +28534,10 @@ tmp@0.0.28: dependencies: os-tmpdir "~1.0.1" -tmp@0.2.6, tmp@^0.2.1: - version "0.2.6" - resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.2.6.tgz#0dfac10fd09a9319288eb0e8f0ed524604e183b4" - integrity sha512-5sJPdPjfI5Kx+qbrDesxkglRBxW//g7hCsqspEjwkewGvBMGIKMOTKzLt1hFVJzyadba3lDUN20O9qhvbQUSTA== +tmp@0.2.7, tmp@^0.2.1: + version "0.2.7" + resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.2.7.tgz#26f4db11d1601ce8012dcb8a798ece1c06a99059" + integrity sha512-e0votIpp4Uo2AJYSzVHV6xCcawuiez3DzqDAbrTc3YxBkplN6e+dM13ZeIcZnDg/QpSuU2zfZ3rzwY8ukEnaXw== tmp@^0.0.33: version "0.0.33"