diff --git a/nx.json b/nx.json index 252437c84..03784cf9b 100644 --- a/nx.json +++ b/nx.json @@ -37,5 +37,6 @@ "tui": { "enabled": false }, - "analytics": false + "analytics": false, + "neverConnectToCloud": true } diff --git a/package.json b/package.json index cbb1e23b3..441f58030 100644 --- a/package.json +++ b/package.json @@ -46,28 +46,27 @@ "knip": "^6.23.0", "minimatch": "^10.0.0", "nx": "^22.0.0", - "oxfmt": "^0.41.0", + "oxfmt": "^0.57.0", "oxlint": "^1.51.0", "typescript": "^7.0.1-0" }, "resolutions": { - "@appium/base-driver/axios": "^1.15.0", - "@appium/base-driver/lodash": "^4.18.1", - "@appium/base-driver/lru-cache": "^11.3.5", + "@appium/base-driver/asyncbox": "^6.3.0", + "@appium/base-driver/axios": "^1.18.0", + "@appium/base-driver/lru-cache": "^11.5.1", "@appium/base-driver/path-to-regexp": "^8.4.2", "@appium/docutils": "ignore:", - "@appium/logger/lodash": "^4.18.1", - "@appium/logger/lru-cache": "^11.3.5", - "@appium/support/archiver": "~7.0.1", - "@appium/support/axios": "^1.15.0", - "@appium/support/form-data": "~4.0.5", + "@appium/logger/lru-cache": "^11.5.1", + "@appium/support/archiver": "~8.0.0", + "@appium/support/asyncbox": "^6.3.0", + "@appium/support/axios": "^1.18.0", + "@appium/support/form-data": "~4.0.6", "@appium/support/glob": "^13.0.6", - "@appium/support/lodash": "^4.18.1", - "@appium/support/semver": "~7.7.4", - "@appium/support/shell-quote": "^1.8.3", - "@appium/support/teen_process": "~4.1.1", + "@appium/support/semver": "~7.8.4", + "@appium/support/shell-quote": "^1.8.4", + "@appium/support/teen_process": "~4.1.3", "@appium/support/uuid": "~14.0.0", - "@appium/support/yauzl": "~3.3.0", + "@appium/support/yauzl": "~3.4.0", "@colors/colors": "^1.6.0", "@microsoft/eslint-plugin-sdl/eslint-plugin-n": "^17.10.3", "@microsoft/eslint-plugin-sdl/eslint-plugin-react": "^7.37.3", @@ -77,22 +76,26 @@ "@react-native-windows/cli/@xmldom/xmldom": "^0.9.0", "@react-native-windows/telemetry/@xmldom/xmldom": "^0.9.0", "appium/ajv": "~8.18.0", - "appium/axios": "^1.15.0", - "appium/lodash": "^4.18.1", - "appium/lru-cache": "^11.3.5", - "appium/semver": "~7.7.4", - "appium/teen_process": "~4.1.1", + "appium/asyncbox": "^6.3.0", + "appium/axios": "^1.18.0", + "appium/lru-cache": "^11.5.1", + "appium/semver": "~7.8.4", + "appium/teen_process": "~4.1.3", "appium/ws": "~8.21.0", - "appium/yaml": "~2.8.2", + "appium/yaml": "~2.9.0", "argparse/sprintf-js": "^1.0.2", "babel-jest": "ignore:", "compression/bytes": "^3.1.2", "node-gyp": "ignore:", "node-gyp-build": "ignore:", - "nx/form-data": "~4.0.5", - "nx/hasown": "~2.0.2", + "nx/axios": "^1.16.0", + "nx/form-data": "~4.0.6", + "nx/hasown": "~2.0.4", "nx/minimatch": "^10.2.5", - "nx/tmp": "^0.2.6", + "nx/semver": "^7.7.4", + "nx/tmp": "^0.2.7", + "oxc-parser": "^0.138.0", + "oxc-resolver": "^11.23.0", "react-native-windows/@react-native-community/cli": "^20.0.0", "react-native-windows/@react-native-community/cli-platform-android": "^20.0.0", "react-native-windows/@react-native-community/cli-platform-ios": "^20.0.0", diff --git a/packages/app/example/package.json b/packages/app/example/package.json index d82943884..ed948487a 100644 --- a/packages/app/example/package.json +++ b/packages/app/example/package.json @@ -39,11 +39,11 @@ "@types/node": "catalog:", "@types/react": "~19.2.0", "@wdio/types": "^9.20.0", - "appium": "^3.1.1", - "appium-uiautomator2-driver": "^7.0.0", + "appium": "^3.5.2", + "appium-uiautomator2-driver": "^8.1.0", "appium-xcuitest-driver": "^11.0.0", "react-native-test-app": "workspace:*", - "webdriverio": "patch:webdriverio@npm%3A9.26.1#~/.yarn/patches/webdriverio-npm-9.20.0-664a6da575.patch" + "webdriverio": "patch:webdriverio@npm%3A9.29.1#~/.yarn/patches/webdriverio-npm-9.20.0-664a6da575.patch" }, "rnx-kit": { "kitType": "app", diff --git a/yarn.lock b/yarn.lock index 07135d44a..124bb1792 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5,44 +5,50 @@ __metadata: version: 8 cacheKey: 10c0 -"@appium/base-driver@npm:^10.0.0-rc.1, @appium/base-driver@npm:^10.0.0-rc.2, @appium/base-driver@npm:^10.2.2, @appium/base-driver@npm:^10.3.0": - version: 10.4.0 - resolution: "@appium/base-driver@npm:10.4.0" +"@appium/base-driver@npm:10.7.1, @appium/base-driver@npm:^10.0.0-rc.1, @appium/base-driver@npm:^10.0.0-rc.2, @appium/base-driver@npm:^10.3.0": + version: 10.7.1 + resolution: "@appium/base-driver@npm:10.7.1" dependencies: - "@appium/support": "npm:7.1.1" - "@appium/types": "npm:1.3.1" - "@colors/colors": "npm:1.6.0" + "@appium/support": "npm:7.2.5" + "@appium/types": "npm:1.5.1" async-lock: "npm:1.4.1" - asyncbox: "npm:6.1.0" - axios: "npm:1.15.0" - bluebird: "npm:3.7.2" + asyncbox: "npm:6.3.0" + axios: "npm:1.18.0" body-parser: "npm:2.2.2" express: "npm:5.2.1" fastest-levenshtein: "npm:1.0.16" http-status-codes: "npm:2.3.0" - lodash: "npm:4.18.1" - lru-cache: "npm:11.3.5" + lru-cache: "npm:11.5.1" method-override: "npm:3.0.0" - morgan: "npm:1.10.1" + morgan: "npm:1.11.0" path-to-regexp: "npm:8.4.2" serve-favicon: "npm:2.5.1" spdy: "npm:4.0.2" - type-fest: "npm:5.6.0" + type-fest: "npm:5.7.0" dependenciesMeta: spdy: optional: true - checksum: 10c0/e2a5287746fba1588f2c9aec1ff0a04d239359b5794bbed067943259be9b5051306c039baecbb6579c6ec4f40f0c2424abb5cf0ec71b327ac0452df0404e6f93 + checksum: 10c0/fe91e3d4a79abccefaaab8f2ed236b13fdc61a784fd62d86b4211ebefcebbfdd8ac7decfe99860b2acef7ad433c37263a7c158551d33b9f44059e431e551d9a4 languageName: node linkType: hard -"@appium/base-plugin@npm:^3.1.1": - version: 3.1.1 - resolution: "@appium/base-plugin@npm:3.1.1" +"@appium/base-plugin@npm:3.3.2": + version: 3.3.2 + resolution: "@appium/base-plugin@npm:3.3.2" + dependencies: + "@appium/base-driver": "npm:10.7.1" + "@appium/support": "npm:7.2.5" + "@appium/types": "npm:1.5.1" + checksum: 10c0/269933e90106b2447d664ed2fa234c872d8dc6bdf93e833862b604f7ff2b7216d19094fef12b7c3c1f2cab24421d76180aa494aefd6785b09ad29367afabd714 + languageName: node + linkType: hard + +"@appium/css-locator-to-native@npm:^1.0.1": + version: 1.0.3 + resolution: "@appium/css-locator-to-native@npm:1.0.3" dependencies: - "@appium/base-driver": "npm:^10.2.2" - "@appium/support": "npm:^7.0.6" - "@appium/types": "npm:^1.2.1" - checksum: 10c0/a3e107d7962009571d11af94dc876caed4fe18839524955d75760c1f7c8c5a389c18f55bdf90cb5764503d23bab1c57402f5446811a879668ab6de78adb4aeb7 + css-selector-parser: "npm:^3.3.0" + checksum: 10c0/a6751ecc51837b536674afdde5c6147191c93961e6686551111eaf2227c6f02aa7dbf2994d893dbf3706064ebf663a8f7ab4e9fd3cfeb34f4d76d222acb0e0d7 languageName: node linkType: hard @@ -52,105 +58,82 @@ __metadata: languageName: node linkType: soft -"@appium/logger@npm:2.0.7, @appium/logger@npm:^2.0.0-rc.1, @appium/logger@npm:^2.0.5": - version: 2.0.7 - resolution: "@appium/logger@npm:2.0.7" +"@appium/logger@npm:2.0.9, @appium/logger@npm:^2.0.0-rc.1": + version: 2.0.9 + resolution: "@appium/logger@npm:2.0.9" dependencies: - console-control-strings: "npm:1.1.0" - lodash: "npm:4.18.1" - lru-cache: "npm:11.3.5" - set-blocking: "npm:2.0.0" - checksum: 10c0/324519957fb85fe8f27c8f9d151c256f1b3ddbbcda3eb681390b7817d00acc758e33ff3ef13cc1586a6b44a4453bea1279aea276ca79d9bda7e4b95a945f7caf + lru-cache: "npm:11.5.1" + checksum: 10c0/07cd8133e26881d26b8a6c6c642544a0a028bb59e1c2f6a53d86fde9159919e44dc3ecdb9406133f99b35d8d0518cf5ed24f63a44305aff5cdd66ec2d0b93577 languageName: node linkType: hard -"@appium/schema@npm:1.1.0, @appium/schema@npm:^1.1.0": - version: 1.1.0 - resolution: "@appium/schema@npm:1.1.0" +"@appium/schema@npm:1.2.1": + version: 1.2.1 + resolution: "@appium/schema@npm:1.2.1" dependencies: json-schema: "npm:0.4.0" - checksum: 10c0/514d1456761702c93d78dbb2fd97d4300b4feb40a1d7b4634a4cd449e622ce73db19d5c5c091f87ae0848ea25810c65fd0010504a428d65274bf6faac2bad9e1 + checksum: 10c0/6b29289db9670c7093d14b201acbc5eb67911eff789ababef9c45175b0d2cacbf2a3820cd61ad9c19ad287cc1dc2e3181a50a974cd72f6ee47b85baa1d704ebf languageName: node linkType: hard -"@appium/strongbox@npm:^1.0.0-rc.1": - version: 1.0.2 - resolution: "@appium/strongbox@npm:1.0.2" +"@appium/strongbox@npm:^1.0.0-rc.1, @appium/strongbox@npm:^1.1.2": + version: 1.1.2 + resolution: "@appium/strongbox@npm:1.1.2" dependencies: env-paths: "npm:4.0.0" - slugify: "npm:1.6.6" - checksum: 10c0/d962aa4ff8d82f05bd20c4735ae047ee34c40baffe68ddfd27b4d0781edaf7928b19e374fc555e7b56a672d54993dc352ebec3b4382bac107d5039a3a9c4f99d + checksum: 10c0/442b568a8f6e95eebad415b996823e5b6eabebf877802cb9646cdd874a24dbc6ce8e1d3048ff587a5324b8f644e687d5d29b1471f8b08720eea8d8c734d8531f languageName: node linkType: hard -"@appium/support@npm:7.1.1, @appium/support@npm:^7.0.0-rc.1, @appium/support@npm:^7.0.6": - version: 7.1.1 - resolution: "@appium/support@npm:7.1.1" +"@appium/support@npm:7.2.5, @appium/support@npm:^7.2.0, @appium/support@npm:^7.2.1, @appium/support@npm:^7.2.2": + version: 7.2.5 + resolution: "@appium/support@npm:7.2.5" dependencies: - "@appium/logger": "npm:2.0.7" - "@appium/tsconfig": "npm:1.1.2" - "@appium/types": "npm:1.3.1" - "@colors/colors": "npm:1.6.0" - archiver: "npm:7.0.1" - asyncbox: "npm:6.1.0" - axios: "npm:1.15.0" - base64-stream: "npm:1.0.0" + "@appium/logger": "npm:2.0.9" + "@appium/types": "npm:1.5.1" + archiver: "npm:8.0.0" + asyncbox: "npm:6.3.0" + axios: "npm:1.18.0" bluebird: "npm:3.7.2" bplist-creator: "npm:0.1.1" bplist-parser: "npm:0.3.2" - form-data: "npm:4.0.5" - get-stream: "npm:9.0.1" + form-data: "npm:4.0.6" glob: "npm:13.0.6" jsftp: "npm:2.1.3" klaw: "npm:4.1.0" lockfile: "npm:1.0.4" - lodash: "npm:4.18.1" - log-symbols: "npm:7.0.1" - ncp: "npm:2.0.0" - package-directory: "npm:8.2.0" - plist: "npm:3.1.0" + normalize-package-data: "npm:8.0.0" + plist: "npm:4.0.0" pluralize: "npm:8.0.0" - read-pkg: "npm:10.1.0" - resolve-from: "npm:5.0.0" sanitize-filename: "npm:1.6.4" - semver: "npm:7.7.4" - sharp: "npm:0.34.5" - shell-quote: "npm:1.8.3" - supports-color: "npm:10.2.2" - teen_process: "npm:4.1.1" - type-fest: "npm:5.6.0" + semver: "npm:7.8.4" + sharp: "npm:0.35.1" + shell-quote: "npm:1.8.4" + teen_process: "npm:4.1.3" + type-fest: "npm:5.7.0" uuid: "npm:14.0.0" which: "npm:6.0.1" - yauzl: "npm:3.3.0" + yauzl: "npm:3.4.0" dependenciesMeta: sharp: optional: true - checksum: 10c0/05455d61935de3f3c5d5e5a7b2397b1fdd590acadb81a9b78acf010ab787fadb7f51c29fcce97a245cdd291f4c53ae3e6298f0a8f5534b84985ca2ec0416c238 - languageName: node - linkType: hard - -"@appium/tsconfig@npm:1.1.2": - version: 1.1.2 - resolution: "@appium/tsconfig@npm:1.1.2" - dependencies: - "@tsconfig/node20": "npm:20.1.9" - checksum: 10c0/e847d004189694d84254be37ac505d85b4cdb5dbc35eadbbea996a3e706419b868a2d23df4210830f744eea9e6000236ef852715458130f32459ffef55ed0f8a + checksum: 10c0/76e20744bf85a24b371843bba0db8ae4271dc8c04dfd441f5dde1d0b798a7ab72e55ba855064b0f3335bcc22ee1581dd854ffc6e56a857b1b27db503b3401c7d languageName: node linkType: hard -"@appium/types@npm:1.3.1, @appium/types@npm:^1.2.1": - version: 1.3.1 - resolution: "@appium/types@npm:1.3.1" +"@appium/types@npm:1.5.1": + version: 1.5.1 + resolution: "@appium/types@npm:1.5.1" dependencies: - "@appium/logger": "npm:2.0.7" - "@appium/schema": "npm:1.1.0" - "@appium/tsconfig": "npm:1.1.2" - type-fest: "npm:5.6.0" - checksum: 10c0/213e8e30f179cba40ab1da88f3c58acdfd1e61e2bd67cae4ddb68bf7cacc2ba8d0db4834bbf45d9a447fabcbe06a7452879eae2392a96d527a7364035b76776f + "@appium/schema": "npm:1.2.1" + type-fest: "npm:5.7.0" + peerDependencies: + "@appium/logger": ^2.0.0 + checksum: 10c0/e6c48dfa1494f4e5073b6a6efcf42ac8142ad8c4b400b628b84f36ce9cb0f8acd9841c4760dec8f3c4bdefeffed5efb4649400a0082ba83e14afa9a6810f04a1 languageName: node linkType: hard -"@babel/code-frame@npm:^7.0.0, @babel/code-frame@npm:^7.12.13, @babel/code-frame@npm:^7.20.0, @babel/code-frame@npm:^7.26.2, @babel/code-frame@npm:^7.29.0, @babel/code-frame@npm:^7.29.7": +"@babel/code-frame@npm:^7.0.0, @babel/code-frame@npm:^7.12.13, @babel/code-frame@npm:^7.20.0, @babel/code-frame@npm:^7.29.0, @babel/code-frame@npm:^7.29.7": version: 7.29.7 resolution: "@babel/code-frame@npm:7.29.7" dependencies: @@ -1491,17 +1474,7 @@ __metadata: languageName: node linkType: hard -"@emnapi/core@npm:1.11.0": - version: 1.11.0 - resolution: "@emnapi/core@npm:1.11.0" - dependencies: - "@emnapi/wasi-threads": "npm:1.2.2" - tslib: "npm:^2.4.0" - checksum: 10c0/268498d6ea42ff1e51d543725c7c9c3ce01d39be19a5790d1587ebe98dcfb9329666f0ce9864bb23e067caa064199a45ec2c63c4050b5e42166c1d7d40750135 - languageName: node - linkType: hard - -"@emnapi/core@npm:1.11.1, @emnapi/core@npm:^1.1.0": +"@emnapi/core@npm:1.11.1": version: 1.11.1 resolution: "@emnapi/core@npm:1.11.1" dependencies: @@ -1521,16 +1494,17 @@ __metadata: languageName: node linkType: hard -"@emnapi/runtime@npm:1.11.0": - version: 1.11.0 - resolution: "@emnapi/runtime@npm:1.11.0" +"@emnapi/core@npm:^1.1.0": + version: 1.11.2 + resolution: "@emnapi/core@npm:1.11.2" dependencies: + "@emnapi/wasi-threads": "npm:1.2.2" tslib: "npm:^2.4.0" - checksum: 10c0/6c09d93934e4cf036d2a57672c1c932aee7b00063fc5851c0c6d2e65775adb5ec484e1e12b4ed3614d62e785e2472160d3b368fbdb50e49b566e631f7046e7db + checksum: 10c0/424ca1607f498e524eb58db1095e6cc2082986edfd84a74b116d4e2c6e43b5e9d557ea7f0d7b9adf7f6d5023e25ac2ed6bd08caf0043d3d8602598d79579c2cd languageName: node linkType: hard -"@emnapi/runtime@npm:1.11.1, @emnapi/runtime@npm:^1.1.0, @emnapi/runtime@npm:^1.7.0": +"@emnapi/runtime@npm:1.11.1": version: 1.11.1 resolution: "@emnapi/runtime@npm:1.11.1" dependencies: @@ -1548,6 +1522,15 @@ __metadata: languageName: node linkType: hard +"@emnapi/runtime@npm:^1.1.0, @emnapi/runtime@npm:^1.11.0": + version: 1.11.2 + resolution: "@emnapi/runtime@npm:1.11.2" + dependencies: + tslib: "npm:^2.4.0" + checksum: 10c0/d8d500059fe9c0864571c79ce29439c1b6fb44d7ec4ac865a2aaaa7469194e5d91ebdc820cabd37c3d373478b725a8b60771733e4743cfef41fc86d9a1f2eab0 + languageName: node + linkType: hard + "@emnapi/wasi-threads@npm:1.0.4": version: 1.0.4 resolution: "@emnapi/wasi-threads@npm:1.0.4" @@ -1838,18 +1821,18 @@ __metadata: languageName: node linkType: hard -"@img/colour@npm:^1.0.0": - version: 1.0.0 - resolution: "@img/colour@npm:1.0.0" - checksum: 10c0/02261719c1e0d7aa5a2d585981954f2ac126f0c432400aa1a01b925aa2c41417b7695da8544ee04fd29eba7ecea8eaf9b8bef06f19dc8faba78f94eeac40667d +"@img/colour@npm:^1.1.0": + version: 1.1.0 + resolution: "@img/colour@npm:1.1.0" + checksum: 10c0/2ebea2c0bbaee73b99badcefa04e1e71d83f36e5369337d3121dca841f4569533c4e2faddda6d62dd247f0d5cca143711f9446c59bcce81e427ba433a7a94a17 languageName: node linkType: hard -"@img/sharp-darwin-arm64@npm:0.34.5": - version: 0.34.5 - resolution: "@img/sharp-darwin-arm64@npm:0.34.5" +"@img/sharp-darwin-arm64@npm:0.35.1": + version: 0.35.1 + resolution: "@img/sharp-darwin-arm64@npm:0.35.1" dependencies: - "@img/sharp-libvips-darwin-arm64": "npm:1.2.4" + "@img/sharp-libvips-darwin-arm64": "npm:1.3.0" dependenciesMeta: "@img/sharp-libvips-darwin-arm64": optional: true @@ -1857,11 +1840,11 @@ __metadata: languageName: node linkType: hard -"@img/sharp-darwin-x64@npm:0.34.5": - version: 0.34.5 - resolution: "@img/sharp-darwin-x64@npm:0.34.5" +"@img/sharp-darwin-x64@npm:0.35.1": + version: 0.35.1 + resolution: "@img/sharp-darwin-x64@npm:0.35.1" dependencies: - "@img/sharp-libvips-darwin-x64": "npm:1.2.4" + "@img/sharp-libvips-darwin-x64": "npm:1.3.0" dependenciesMeta: "@img/sharp-libvips-darwin-x64": optional: true @@ -1869,81 +1852,90 @@ __metadata: languageName: node linkType: hard -"@img/sharp-libvips-darwin-arm64@npm:1.2.4": - version: 1.2.4 - resolution: "@img/sharp-libvips-darwin-arm64@npm:1.2.4" +"@img/sharp-freebsd-wasm32@npm:0.35.1": + version: 0.35.1 + resolution: "@img/sharp-freebsd-wasm32@npm:0.35.1" + dependencies: + "@img/sharp-wasm32": "npm:0.35.1" + conditions: os=freebsd + languageName: node + linkType: hard + +"@img/sharp-libvips-darwin-arm64@npm:1.3.0": + version: 1.3.0 + resolution: "@img/sharp-libvips-darwin-arm64@npm:1.3.0" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard -"@img/sharp-libvips-darwin-x64@npm:1.2.4": - version: 1.2.4 - resolution: "@img/sharp-libvips-darwin-x64@npm:1.2.4" +"@img/sharp-libvips-darwin-x64@npm:1.3.0": + version: 1.3.0 + resolution: "@img/sharp-libvips-darwin-x64@npm:1.3.0" conditions: os=darwin & cpu=x64 languageName: node linkType: hard -"@img/sharp-libvips-linux-arm64@npm:1.2.4": - version: 1.2.4 - resolution: "@img/sharp-libvips-linux-arm64@npm:1.2.4" +"@img/sharp-libvips-linux-arm64@npm:1.3.0": + version: 1.3.0 + resolution: "@img/sharp-libvips-linux-arm64@npm:1.3.0" conditions: os=linux & cpu=arm64 & libc=glibc languageName: node linkType: hard -"@img/sharp-libvips-linux-arm@npm:1.2.4": - version: 1.2.4 - resolution: "@img/sharp-libvips-linux-arm@npm:1.2.4" +"@img/sharp-libvips-linux-arm@npm:1.3.0": + version: 1.3.0 + resolution: "@img/sharp-libvips-linux-arm@npm:1.3.0" conditions: os=linux & cpu=arm & libc=glibc languageName: node linkType: hard -"@img/sharp-libvips-linux-ppc64@npm:1.2.4": - version: 1.2.4 - resolution: "@img/sharp-libvips-linux-ppc64@npm:1.2.4" +"@img/sharp-libvips-linux-ppc64@npm:1.3.0": + version: 1.3.0 + resolution: "@img/sharp-libvips-linux-ppc64@npm:1.3.0" conditions: os=linux & cpu=ppc64 & libc=glibc languageName: node linkType: hard -"@img/sharp-libvips-linux-riscv64@npm:1.2.4": - version: 1.2.4 - resolution: "@img/sharp-libvips-linux-riscv64@npm:1.2.4" +"@img/sharp-libvips-linux-riscv64@npm:1.3.0": + version: 1.3.0 + resolution: "@img/sharp-libvips-linux-riscv64@npm:1.3.0" conditions: os=linux & cpu=riscv64 & libc=glibc languageName: node linkType: hard -"@img/sharp-libvips-linux-s390x@npm:1.2.4": - version: 1.2.4 - resolution: "@img/sharp-libvips-linux-s390x@npm:1.2.4" +"@img/sharp-libvips-linux-s390x@npm:1.3.0": + version: 1.3.0 + resolution: "@img/sharp-libvips-linux-s390x@npm:1.3.0" conditions: os=linux & cpu=s390x & libc=glibc languageName: node linkType: hard -"@img/sharp-libvips-linux-x64@npm:1.2.4": - version: 1.2.4 - resolution: "@img/sharp-libvips-linux-x64@npm:1.2.4" +"@img/sharp-libvips-linux-x64@npm:1.3.0": + version: 1.3.0 + resolution: "@img/sharp-libvips-linux-x64@npm:1.3.0" conditions: os=linux & cpu=x64 & libc=glibc languageName: node linkType: hard -"@img/sharp-libvips-linuxmusl-arm64@npm:1.2.4": - version: 1.2.4 - resolution: "@img/sharp-libvips-linuxmusl-arm64@npm:1.2.4" +"@img/sharp-libvips-linuxmusl-arm64@npm:1.3.0": + version: 1.3.0 + resolution: "@img/sharp-libvips-linuxmusl-arm64@npm:1.3.0" conditions: os=linux & cpu=arm64 & libc=musl languageName: node linkType: hard -"@img/sharp-libvips-linuxmusl-x64@npm:1.2.4": - version: 1.2.4 - resolution: "@img/sharp-libvips-linuxmusl-x64@npm:1.2.4" +"@img/sharp-libvips-linuxmusl-x64@npm:1.3.0": + version: 1.3.0 + resolution: "@img/sharp-libvips-linuxmusl-x64@npm:1.3.0" conditions: os=linux & cpu=x64 & libc=musl languageName: node linkType: hard -"@img/sharp-linux-arm64@npm:0.34.5": - version: 0.34.5 - resolution: "@img/sharp-linux-arm64@npm:0.34.5" +"@img/sharp-linux-arm64@npm:0.35.1": + version: 0.35.1 + resolution: "@img/sharp-linux-arm64@npm:0.35.1" dependencies: - "@img/sharp-libvips-linux-arm64": "npm:1.2.4" + "@img/sharp-libvips-linux-arm64": "npm:1.3.0" dependenciesMeta: "@img/sharp-libvips-linux-arm64": optional: true @@ -1951,11 +1943,11 @@ __metadata: languageName: node linkType: hard -"@img/sharp-linux-arm@npm:0.34.5": - version: 0.34.5 - resolution: "@img/sharp-linux-arm@npm:0.34.5" +"@img/sharp-linux-arm@npm:0.35.1": + version: 0.35.1 + resolution: "@img/sharp-linux-arm@npm:0.35.1" dependencies: - "@img/sharp-libvips-linux-arm": "npm:1.2.4" + "@img/sharp-libvips-linux-arm": "npm:1.3.0" dependenciesMeta: "@img/sharp-libvips-linux-arm": optional: true @@ -1963,11 +1955,11 @@ __metadata: languageName: node linkType: hard -"@img/sharp-linux-ppc64@npm:0.34.5": - version: 0.34.5 - resolution: "@img/sharp-linux-ppc64@npm:0.34.5" +"@img/sharp-linux-ppc64@npm:0.35.1": + version: 0.35.1 + resolution: "@img/sharp-linux-ppc64@npm:0.35.1" dependencies: - "@img/sharp-libvips-linux-ppc64": "npm:1.2.4" + "@img/sharp-libvips-linux-ppc64": "npm:1.3.0" dependenciesMeta: "@img/sharp-libvips-linux-ppc64": optional: true @@ -1975,11 +1967,11 @@ __metadata: languageName: node linkType: hard -"@img/sharp-linux-riscv64@npm:0.34.5": - version: 0.34.5 - resolution: "@img/sharp-linux-riscv64@npm:0.34.5" +"@img/sharp-linux-riscv64@npm:0.35.1": + version: 0.35.1 + resolution: "@img/sharp-linux-riscv64@npm:0.35.1" dependencies: - "@img/sharp-libvips-linux-riscv64": "npm:1.2.4" + "@img/sharp-libvips-linux-riscv64": "npm:1.3.0" dependenciesMeta: "@img/sharp-libvips-linux-riscv64": optional: true @@ -1987,11 +1979,11 @@ __metadata: languageName: node linkType: hard -"@img/sharp-linux-s390x@npm:0.34.5": - version: 0.34.5 - resolution: "@img/sharp-linux-s390x@npm:0.34.5" +"@img/sharp-linux-s390x@npm:0.35.1": + version: 0.35.1 + resolution: "@img/sharp-linux-s390x@npm:0.35.1" dependencies: - "@img/sharp-libvips-linux-s390x": "npm:1.2.4" + "@img/sharp-libvips-linux-s390x": "npm:1.3.0" dependenciesMeta: "@img/sharp-libvips-linux-s390x": optional: true @@ -1999,11 +1991,11 @@ __metadata: languageName: node linkType: hard -"@img/sharp-linux-x64@npm:0.34.5": - version: 0.34.5 - resolution: "@img/sharp-linux-x64@npm:0.34.5" +"@img/sharp-linux-x64@npm:0.35.1": + version: 0.35.1 + resolution: "@img/sharp-linux-x64@npm:0.35.1" dependencies: - "@img/sharp-libvips-linux-x64": "npm:1.2.4" + "@img/sharp-libvips-linux-x64": "npm:1.3.0" dependenciesMeta: "@img/sharp-libvips-linux-x64": optional: true @@ -2011,11 +2003,11 @@ __metadata: languageName: node linkType: hard -"@img/sharp-linuxmusl-arm64@npm:0.34.5": - version: 0.34.5 - resolution: "@img/sharp-linuxmusl-arm64@npm:0.34.5" +"@img/sharp-linuxmusl-arm64@npm:0.35.1": + version: 0.35.1 + resolution: "@img/sharp-linuxmusl-arm64@npm:0.35.1" dependencies: - "@img/sharp-libvips-linuxmusl-arm64": "npm:1.2.4" + "@img/sharp-libvips-linuxmusl-arm64": "npm:1.3.0" dependenciesMeta: "@img/sharp-libvips-linuxmusl-arm64": optional: true @@ -2023,11 +2015,11 @@ __metadata: languageName: node linkType: hard -"@img/sharp-linuxmusl-x64@npm:0.34.5": - version: 0.34.5 - resolution: "@img/sharp-linuxmusl-x64@npm:0.34.5" +"@img/sharp-linuxmusl-x64@npm:0.35.1": + version: 0.35.1 + resolution: "@img/sharp-linuxmusl-x64@npm:0.35.1" dependencies: - "@img/sharp-libvips-linuxmusl-x64": "npm:1.2.4" + "@img/sharp-libvips-linuxmusl-x64": "npm:1.3.0" dependenciesMeta: "@img/sharp-libvips-linuxmusl-x64": optional: true @@ -2035,32 +2027,41 @@ __metadata: languageName: node linkType: hard -"@img/sharp-wasm32@npm:0.34.5": - version: 0.34.5 - resolution: "@img/sharp-wasm32@npm:0.34.5" +"@img/sharp-wasm32@npm:0.35.1": + version: 0.35.1 + resolution: "@img/sharp-wasm32@npm:0.35.1" + dependencies: + "@emnapi/runtime": "npm:^1.11.0" + checksum: 10c0/dd21b5de9cac78e5a6f515ee34737d870b02b394707de2027fb99a839737117d6df954fc1257c5fa311f283fe07494bf814ae953b5efc0f1637c5d081d049e62 + languageName: node + linkType: hard + +"@img/sharp-webcontainers-wasm32@npm:0.35.1": + version: 0.35.1 + resolution: "@img/sharp-webcontainers-wasm32@npm:0.35.1" dependencies: - "@emnapi/runtime": "npm:^1.7.0" + "@img/sharp-wasm32": "npm:0.35.1" conditions: cpu=wasm32 languageName: node linkType: hard -"@img/sharp-win32-arm64@npm:0.34.5": - version: 0.34.5 - resolution: "@img/sharp-win32-arm64@npm:0.34.5" +"@img/sharp-win32-arm64@npm:0.35.1": + version: 0.35.1 + resolution: "@img/sharp-win32-arm64@npm:0.35.1" conditions: os=win32 & cpu=arm64 languageName: node linkType: hard -"@img/sharp-win32-ia32@npm:0.34.5": - version: 0.34.5 - resolution: "@img/sharp-win32-ia32@npm:0.34.5" +"@img/sharp-win32-ia32@npm:0.35.1": + version: 0.35.1 + resolution: "@img/sharp-win32-ia32@npm:0.35.1" conditions: os=win32 & cpu=ia32 languageName: node linkType: hard -"@img/sharp-win32-x64@npm:0.34.5": - version: 0.34.5 - resolution: "@img/sharp-win32-x64@npm:0.34.5" +"@img/sharp-win32-x64@npm:0.35.1": + version: 0.35.1 + resolution: "@img/sharp-win32-x64@npm:0.35.1" conditions: os=win32 & cpu=x64 languageName: node linkType: hard @@ -2540,7 +2541,7 @@ __metadata: knip: "npm:^6.23.0" minimatch: "npm:^10.0.0" nx: "npm:^22.0.0" - oxfmt: "npm:^0.41.0" + oxfmt: "npm:^0.57.0" oxlint: "npm:^1.51.0" typescript: "npm:^7.0.1-0" languageName: unknown @@ -2557,7 +2558,7 @@ __metadata: languageName: node linkType: hard -"@napi-rs/wasm-runtime@npm:^1.1.5": +"@napi-rs/wasm-runtime@npm:^1.1.6": version: 1.1.6 resolution: "@napi-rs/wasm-runtime@npm:1.1.6" dependencies: @@ -2619,9 +2620,9 @@ __metadata: languageName: node linkType: hard -"@nx/devkit@npm:22.7.5": - version: 22.7.5 - resolution: "@nx/devkit@npm:22.7.5" +"@nx/devkit@npm:22.7.6": + version: 22.7.6 + resolution: "@nx/devkit@npm:22.7.6" dependencies: "@zkochan/js-yaml": "npm:0.0.7" ejs: "npm:5.0.1" @@ -2632,13 +2633,13 @@ __metadata: yargs-parser: "npm:21.1.1" peerDependencies: nx: ">= 21 <= 23 || ^22.0.0-0" - checksum: 10c0/ece4144a2543e499f24f183fafa974afcc3293281d1651fe037b9be2543ea10422d6526506474c29dc25d7ce92477d69dfcd2bf5b2b5b6e73db18981e5f2fb38 + checksum: 10c0/a7c5c79f2d44974cce3993b3a8dd3f07e4aa652c3ad5c91076f451f74c0ff677888d3668cf52bc07a3ba84a4505e9a38ffc5d37acee3c45e830af200fa799cac languageName: node linkType: hard "@nx/js@npm:^22.0.0": - version: 22.7.5 - resolution: "@nx/js@npm:22.7.5" + version: 22.7.6 + resolution: "@nx/js@npm:22.7.6" dependencies: "@babel/core": "npm:^7.23.2" "@babel/plugin-proposal-decorators": "npm:^7.22.7" @@ -2647,8 +2648,8 @@ __metadata: "@babel/preset-env": "npm:^7.23.2" "@babel/preset-typescript": "npm:^7.22.5" "@babel/runtime": "npm:^7.22.6" - "@nx/devkit": "npm:22.7.5" - "@nx/workspace": "npm:22.7.5" + "@nx/devkit": "npm:22.7.6" + "@nx/workspace": "npm:22.7.6" "@zkochan/js-yaml": "npm:0.0.7" babel-plugin-const-enum: "npm:^1.0.1" babel-plugin-macros: "npm:^3.1.0" @@ -2671,94 +2672,94 @@ __metadata: peerDependenciesMeta: verdaccio: optional: true - checksum: 10c0/01ef0967bd0a1570ea579513ce4d3b03a918faabe38c098558d0a73082b24c9e140357a02e23297514280db0fd1b4a45b1aae07f6478b3e0d4febfbed498453e + checksum: 10c0/bee1811c3782e36d434e15138795fcbf7d4cd285c5bd137406b6921d7e916f84fabc48a345a254c91f14a9b5ddf2916f79b5105147a54848e29cba1c0ab9b5d8 languageName: node linkType: hard -"@nx/nx-darwin-arm64@npm:22.7.5": - version: 22.7.5 - resolution: "@nx/nx-darwin-arm64@npm:22.7.5" +"@nx/nx-darwin-arm64@npm:22.7.6": + version: 22.7.6 + resolution: "@nx/nx-darwin-arm64@npm:22.7.6" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard -"@nx/nx-darwin-x64@npm:22.7.5": - version: 22.7.5 - resolution: "@nx/nx-darwin-x64@npm:22.7.5" +"@nx/nx-darwin-x64@npm:22.7.6": + version: 22.7.6 + resolution: "@nx/nx-darwin-x64@npm:22.7.6" conditions: os=darwin & cpu=x64 languageName: node linkType: hard -"@nx/nx-freebsd-x64@npm:22.7.5": - version: 22.7.5 - resolution: "@nx/nx-freebsd-x64@npm:22.7.5" +"@nx/nx-freebsd-x64@npm:22.7.6": + version: 22.7.6 + resolution: "@nx/nx-freebsd-x64@npm:22.7.6" conditions: os=freebsd & cpu=x64 languageName: node linkType: hard -"@nx/nx-linux-arm-gnueabihf@npm:22.7.5": - version: 22.7.5 - resolution: "@nx/nx-linux-arm-gnueabihf@npm:22.7.5" +"@nx/nx-linux-arm-gnueabihf@npm:22.7.6": + version: 22.7.6 + resolution: "@nx/nx-linux-arm-gnueabihf@npm:22.7.6" conditions: os=linux & cpu=arm languageName: node linkType: hard -"@nx/nx-linux-arm64-gnu@npm:22.7.5": - version: 22.7.5 - resolution: "@nx/nx-linux-arm64-gnu@npm:22.7.5" +"@nx/nx-linux-arm64-gnu@npm:22.7.6": + version: 22.7.6 + resolution: "@nx/nx-linux-arm64-gnu@npm:22.7.6" conditions: os=linux & cpu=arm64 & libc=glibc languageName: node linkType: hard -"@nx/nx-linux-arm64-musl@npm:22.7.5": - version: 22.7.5 - resolution: "@nx/nx-linux-arm64-musl@npm:22.7.5" +"@nx/nx-linux-arm64-musl@npm:22.7.6": + version: 22.7.6 + resolution: "@nx/nx-linux-arm64-musl@npm:22.7.6" conditions: os=linux & cpu=arm64 & libc=musl languageName: node linkType: hard -"@nx/nx-linux-x64-gnu@npm:22.7.5": - version: 22.7.5 - resolution: "@nx/nx-linux-x64-gnu@npm:22.7.5" +"@nx/nx-linux-x64-gnu@npm:22.7.6": + version: 22.7.6 + resolution: "@nx/nx-linux-x64-gnu@npm:22.7.6" conditions: os=linux & cpu=x64 & libc=glibc languageName: node linkType: hard -"@nx/nx-linux-x64-musl@npm:22.7.5": - version: 22.7.5 - resolution: "@nx/nx-linux-x64-musl@npm:22.7.5" +"@nx/nx-linux-x64-musl@npm:22.7.6": + version: 22.7.6 + resolution: "@nx/nx-linux-x64-musl@npm:22.7.6" conditions: os=linux & cpu=x64 & libc=musl languageName: node linkType: hard -"@nx/nx-win32-arm64-msvc@npm:22.7.5": - version: 22.7.5 - resolution: "@nx/nx-win32-arm64-msvc@npm:22.7.5" +"@nx/nx-win32-arm64-msvc@npm:22.7.6": + version: 22.7.6 + resolution: "@nx/nx-win32-arm64-msvc@npm:22.7.6" conditions: os=win32 & cpu=arm64 languageName: node linkType: hard -"@nx/nx-win32-x64-msvc@npm:22.7.5": - version: 22.7.5 - resolution: "@nx/nx-win32-x64-msvc@npm:22.7.5" +"@nx/nx-win32-x64-msvc@npm:22.7.6": + version: 22.7.6 + resolution: "@nx/nx-win32-x64-msvc@npm:22.7.6" conditions: os=win32 & cpu=x64 languageName: node linkType: hard -"@nx/workspace@npm:22.7.5": - version: 22.7.5 - resolution: "@nx/workspace@npm:22.7.5" +"@nx/workspace@npm:22.7.6": + version: 22.7.6 + resolution: "@nx/workspace@npm:22.7.6" dependencies: - "@nx/devkit": "npm:22.7.5" + "@nx/devkit": "npm:22.7.6" "@zkochan/js-yaml": "npm:0.0.7" chalk: "npm:^4.1.0" enquirer: "npm:~2.3.6" - nx: "npm:22.7.5" + nx: "npm:22.7.6" picomatch: "npm:4.0.4" semver: "npm:^7.6.3" tslib: "npm:^2.3.0" yargs-parser: "npm:21.1.1" - checksum: 10c0/554af364e66de9bed5619c6effb1038ba277186feee8ce97ad360e02f66644525240dab39cb3655f7a81dd74192aa353c96469d85a276a1a09cd07037d8974ba + checksum: 10c0/f49a9ed2d6210303bdb966599cf5c82048ae5239649ff2bced3f451d24f749a45ba1cae3b76d369e6b3fbe21377cafaddf7cecb0ceaaa99f63b37f1995bf759a languageName: node linkType: hard @@ -2854,556 +2855,556 @@ __metadata: languageName: node linkType: hard -"@oxc-parser/binding-android-arm-eabi@npm:0.137.0": - version: 0.137.0 - resolution: "@oxc-parser/binding-android-arm-eabi@npm:0.137.0" +"@oxc-parser/binding-android-arm-eabi@npm:0.138.0": + version: 0.138.0 + resolution: "@oxc-parser/binding-android-arm-eabi@npm:0.138.0" conditions: os=android & cpu=arm languageName: node linkType: hard -"@oxc-parser/binding-android-arm64@npm:0.137.0": - version: 0.137.0 - resolution: "@oxc-parser/binding-android-arm64@npm:0.137.0" +"@oxc-parser/binding-android-arm64@npm:0.138.0": + version: 0.138.0 + resolution: "@oxc-parser/binding-android-arm64@npm:0.138.0" conditions: os=android & cpu=arm64 languageName: node linkType: hard -"@oxc-parser/binding-darwin-arm64@npm:0.137.0": - version: 0.137.0 - resolution: "@oxc-parser/binding-darwin-arm64@npm:0.137.0" +"@oxc-parser/binding-darwin-arm64@npm:0.138.0": + version: 0.138.0 + resolution: "@oxc-parser/binding-darwin-arm64@npm:0.138.0" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard -"@oxc-parser/binding-darwin-x64@npm:0.137.0": - version: 0.137.0 - resolution: "@oxc-parser/binding-darwin-x64@npm:0.137.0" +"@oxc-parser/binding-darwin-x64@npm:0.138.0": + version: 0.138.0 + resolution: "@oxc-parser/binding-darwin-x64@npm:0.138.0" conditions: os=darwin & cpu=x64 languageName: node linkType: hard -"@oxc-parser/binding-freebsd-x64@npm:0.137.0": - version: 0.137.0 - resolution: "@oxc-parser/binding-freebsd-x64@npm:0.137.0" +"@oxc-parser/binding-freebsd-x64@npm:0.138.0": + version: 0.138.0 + resolution: "@oxc-parser/binding-freebsd-x64@npm:0.138.0" conditions: os=freebsd & cpu=x64 languageName: node linkType: hard -"@oxc-parser/binding-linux-arm-gnueabihf@npm:0.137.0": - version: 0.137.0 - resolution: "@oxc-parser/binding-linux-arm-gnueabihf@npm:0.137.0" +"@oxc-parser/binding-linux-arm-gnueabihf@npm:0.138.0": + version: 0.138.0 + resolution: "@oxc-parser/binding-linux-arm-gnueabihf@npm:0.138.0" conditions: os=linux & cpu=arm languageName: node linkType: hard -"@oxc-parser/binding-linux-arm-musleabihf@npm:0.137.0": - version: 0.137.0 - resolution: "@oxc-parser/binding-linux-arm-musleabihf@npm:0.137.0" +"@oxc-parser/binding-linux-arm-musleabihf@npm:0.138.0": + version: 0.138.0 + resolution: "@oxc-parser/binding-linux-arm-musleabihf@npm:0.138.0" conditions: os=linux & cpu=arm languageName: node linkType: hard -"@oxc-parser/binding-linux-arm64-gnu@npm:0.137.0": - version: 0.137.0 - resolution: "@oxc-parser/binding-linux-arm64-gnu@npm:0.137.0" +"@oxc-parser/binding-linux-arm64-gnu@npm:0.138.0": + version: 0.138.0 + resolution: "@oxc-parser/binding-linux-arm64-gnu@npm:0.138.0" conditions: os=linux & cpu=arm64 & libc=glibc languageName: node linkType: hard -"@oxc-parser/binding-linux-arm64-musl@npm:0.137.0": - version: 0.137.0 - resolution: "@oxc-parser/binding-linux-arm64-musl@npm:0.137.0" +"@oxc-parser/binding-linux-arm64-musl@npm:0.138.0": + version: 0.138.0 + resolution: "@oxc-parser/binding-linux-arm64-musl@npm:0.138.0" conditions: os=linux & cpu=arm64 & libc=musl languageName: node linkType: hard -"@oxc-parser/binding-linux-ppc64-gnu@npm:0.137.0": - version: 0.137.0 - resolution: "@oxc-parser/binding-linux-ppc64-gnu@npm:0.137.0" +"@oxc-parser/binding-linux-ppc64-gnu@npm:0.138.0": + version: 0.138.0 + resolution: "@oxc-parser/binding-linux-ppc64-gnu@npm:0.138.0" conditions: os=linux & cpu=ppc64 & libc=glibc languageName: node linkType: hard -"@oxc-parser/binding-linux-riscv64-gnu@npm:0.137.0": - version: 0.137.0 - resolution: "@oxc-parser/binding-linux-riscv64-gnu@npm:0.137.0" +"@oxc-parser/binding-linux-riscv64-gnu@npm:0.138.0": + version: 0.138.0 + resolution: "@oxc-parser/binding-linux-riscv64-gnu@npm:0.138.0" conditions: os=linux & cpu=riscv64 & libc=glibc languageName: node linkType: hard -"@oxc-parser/binding-linux-riscv64-musl@npm:0.137.0": - version: 0.137.0 - resolution: "@oxc-parser/binding-linux-riscv64-musl@npm:0.137.0" +"@oxc-parser/binding-linux-riscv64-musl@npm:0.138.0": + version: 0.138.0 + resolution: "@oxc-parser/binding-linux-riscv64-musl@npm:0.138.0" conditions: os=linux & cpu=riscv64 & libc=musl languageName: node linkType: hard -"@oxc-parser/binding-linux-s390x-gnu@npm:0.137.0": - version: 0.137.0 - resolution: "@oxc-parser/binding-linux-s390x-gnu@npm:0.137.0" +"@oxc-parser/binding-linux-s390x-gnu@npm:0.138.0": + version: 0.138.0 + resolution: "@oxc-parser/binding-linux-s390x-gnu@npm:0.138.0" conditions: os=linux & cpu=s390x & libc=glibc languageName: node linkType: hard -"@oxc-parser/binding-linux-x64-gnu@npm:0.137.0": - version: 0.137.0 - resolution: "@oxc-parser/binding-linux-x64-gnu@npm:0.137.0" +"@oxc-parser/binding-linux-x64-gnu@npm:0.138.0": + version: 0.138.0 + resolution: "@oxc-parser/binding-linux-x64-gnu@npm:0.138.0" conditions: os=linux & cpu=x64 & libc=glibc languageName: node linkType: hard -"@oxc-parser/binding-linux-x64-musl@npm:0.137.0": - version: 0.137.0 - resolution: "@oxc-parser/binding-linux-x64-musl@npm:0.137.0" +"@oxc-parser/binding-linux-x64-musl@npm:0.138.0": + version: 0.138.0 + resolution: "@oxc-parser/binding-linux-x64-musl@npm:0.138.0" conditions: os=linux & cpu=x64 & libc=musl languageName: node linkType: hard -"@oxc-parser/binding-openharmony-arm64@npm:0.137.0": - version: 0.137.0 - resolution: "@oxc-parser/binding-openharmony-arm64@npm:0.137.0" +"@oxc-parser/binding-openharmony-arm64@npm:0.138.0": + version: 0.138.0 + resolution: "@oxc-parser/binding-openharmony-arm64@npm:0.138.0" conditions: os=openharmony & cpu=arm64 languageName: node linkType: hard -"@oxc-parser/binding-wasm32-wasi@npm:0.137.0": - version: 0.137.0 - resolution: "@oxc-parser/binding-wasm32-wasi@npm:0.137.0" +"@oxc-parser/binding-wasm32-wasi@npm:0.138.0": + version: 0.138.0 + resolution: "@oxc-parser/binding-wasm32-wasi@npm:0.138.0" dependencies: "@emnapi/core": "npm:1.11.1" "@emnapi/runtime": "npm:1.11.1" - "@napi-rs/wasm-runtime": "npm:^1.1.5" + "@napi-rs/wasm-runtime": "npm:^1.1.6" conditions: cpu=wasm32 languageName: node linkType: hard -"@oxc-parser/binding-win32-arm64-msvc@npm:0.137.0": - version: 0.137.0 - resolution: "@oxc-parser/binding-win32-arm64-msvc@npm:0.137.0" +"@oxc-parser/binding-win32-arm64-msvc@npm:0.138.0": + version: 0.138.0 + resolution: "@oxc-parser/binding-win32-arm64-msvc@npm:0.138.0" conditions: os=win32 & cpu=arm64 languageName: node linkType: hard -"@oxc-parser/binding-win32-ia32-msvc@npm:0.137.0": - version: 0.137.0 - resolution: "@oxc-parser/binding-win32-ia32-msvc@npm:0.137.0" +"@oxc-parser/binding-win32-ia32-msvc@npm:0.138.0": + version: 0.138.0 + resolution: "@oxc-parser/binding-win32-ia32-msvc@npm:0.138.0" conditions: os=win32 & cpu=ia32 languageName: node linkType: hard -"@oxc-parser/binding-win32-x64-msvc@npm:0.137.0": - version: 0.137.0 - resolution: "@oxc-parser/binding-win32-x64-msvc@npm:0.137.0" +"@oxc-parser/binding-win32-x64-msvc@npm:0.138.0": + version: 0.138.0 + resolution: "@oxc-parser/binding-win32-x64-msvc@npm:0.138.0" conditions: os=win32 & cpu=x64 languageName: node linkType: hard -"@oxc-project/types@npm:^0.137.0": - version: 0.137.0 - resolution: "@oxc-project/types@npm:0.137.0" - checksum: 10c0/5a6a50174e5ac79aebf38a120fe57be7a84c8bb0c77117f30de15183aa5ab0161e78364d2d3725397090e362e5c5f6eda754b53057b0b63983e3ee604f888aca +"@oxc-project/types@npm:^0.138.0": + version: 0.138.0 + resolution: "@oxc-project/types@npm:0.138.0" + checksum: 10c0/eacd260df0b961cb8863d0a0b3fab00c1f7701edfca28834b54628ca50ce703a4a3e7e6f9932ca11607d0cf876a0e1047b343a4672f1ad86d961017f7501524f languageName: node linkType: hard -"@oxc-resolver/binding-android-arm-eabi@npm:11.21.3": - version: 11.21.3 - resolution: "@oxc-resolver/binding-android-arm-eabi@npm:11.21.3" +"@oxc-resolver/binding-android-arm-eabi@npm:11.23.0": + version: 11.23.0 + resolution: "@oxc-resolver/binding-android-arm-eabi@npm:11.23.0" conditions: os=android & cpu=arm languageName: node linkType: hard -"@oxc-resolver/binding-android-arm64@npm:11.21.3": - version: 11.21.3 - resolution: "@oxc-resolver/binding-android-arm64@npm:11.21.3" +"@oxc-resolver/binding-android-arm64@npm:11.23.0": + version: 11.23.0 + resolution: "@oxc-resolver/binding-android-arm64@npm:11.23.0" conditions: os=android & cpu=arm64 languageName: node linkType: hard -"@oxc-resolver/binding-darwin-arm64@npm:11.21.3": - version: 11.21.3 - resolution: "@oxc-resolver/binding-darwin-arm64@npm:11.21.3" +"@oxc-resolver/binding-darwin-arm64@npm:11.23.0": + version: 11.23.0 + resolution: "@oxc-resolver/binding-darwin-arm64@npm:11.23.0" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard -"@oxc-resolver/binding-darwin-x64@npm:11.21.3": - version: 11.21.3 - resolution: "@oxc-resolver/binding-darwin-x64@npm:11.21.3" +"@oxc-resolver/binding-darwin-x64@npm:11.23.0": + version: 11.23.0 + resolution: "@oxc-resolver/binding-darwin-x64@npm:11.23.0" conditions: os=darwin & cpu=x64 languageName: node linkType: hard -"@oxc-resolver/binding-freebsd-x64@npm:11.21.3": - version: 11.21.3 - resolution: "@oxc-resolver/binding-freebsd-x64@npm:11.21.3" +"@oxc-resolver/binding-freebsd-x64@npm:11.23.0": + version: 11.23.0 + resolution: "@oxc-resolver/binding-freebsd-x64@npm:11.23.0" conditions: os=freebsd & cpu=x64 languageName: node linkType: hard -"@oxc-resolver/binding-linux-arm-gnueabihf@npm:11.21.3": - version: 11.21.3 - resolution: "@oxc-resolver/binding-linux-arm-gnueabihf@npm:11.21.3" +"@oxc-resolver/binding-linux-arm-gnueabihf@npm:11.23.0": + version: 11.23.0 + resolution: "@oxc-resolver/binding-linux-arm-gnueabihf@npm:11.23.0" conditions: os=linux & cpu=arm languageName: node linkType: hard -"@oxc-resolver/binding-linux-arm-musleabihf@npm:11.21.3": - version: 11.21.3 - resolution: "@oxc-resolver/binding-linux-arm-musleabihf@npm:11.21.3" +"@oxc-resolver/binding-linux-arm-musleabihf@npm:11.23.0": + version: 11.23.0 + resolution: "@oxc-resolver/binding-linux-arm-musleabihf@npm:11.23.0" conditions: os=linux & cpu=arm languageName: node linkType: hard -"@oxc-resolver/binding-linux-arm64-gnu@npm:11.21.3": - version: 11.21.3 - resolution: "@oxc-resolver/binding-linux-arm64-gnu@npm:11.21.3" +"@oxc-resolver/binding-linux-arm64-gnu@npm:11.23.0": + version: 11.23.0 + resolution: "@oxc-resolver/binding-linux-arm64-gnu@npm:11.23.0" conditions: os=linux & cpu=arm64 & libc=glibc languageName: node linkType: hard -"@oxc-resolver/binding-linux-arm64-musl@npm:11.21.3": - version: 11.21.3 - resolution: "@oxc-resolver/binding-linux-arm64-musl@npm:11.21.3" +"@oxc-resolver/binding-linux-arm64-musl@npm:11.23.0": + version: 11.23.0 + resolution: "@oxc-resolver/binding-linux-arm64-musl@npm:11.23.0" conditions: os=linux & cpu=arm64 & libc=musl languageName: node linkType: hard -"@oxc-resolver/binding-linux-ppc64-gnu@npm:11.21.3": - version: 11.21.3 - resolution: "@oxc-resolver/binding-linux-ppc64-gnu@npm:11.21.3" +"@oxc-resolver/binding-linux-ppc64-gnu@npm:11.23.0": + version: 11.23.0 + resolution: "@oxc-resolver/binding-linux-ppc64-gnu@npm:11.23.0" conditions: os=linux & cpu=ppc64 & libc=glibc languageName: node linkType: hard -"@oxc-resolver/binding-linux-riscv64-gnu@npm:11.21.3": - version: 11.21.3 - resolution: "@oxc-resolver/binding-linux-riscv64-gnu@npm:11.21.3" +"@oxc-resolver/binding-linux-riscv64-gnu@npm:11.23.0": + version: 11.23.0 + resolution: "@oxc-resolver/binding-linux-riscv64-gnu@npm:11.23.0" conditions: os=linux & cpu=riscv64 & libc=glibc languageName: node linkType: hard -"@oxc-resolver/binding-linux-riscv64-musl@npm:11.21.3": - version: 11.21.3 - resolution: "@oxc-resolver/binding-linux-riscv64-musl@npm:11.21.3" +"@oxc-resolver/binding-linux-riscv64-musl@npm:11.23.0": + version: 11.23.0 + resolution: "@oxc-resolver/binding-linux-riscv64-musl@npm:11.23.0" conditions: os=linux & cpu=riscv64 & libc=musl languageName: node linkType: hard -"@oxc-resolver/binding-linux-s390x-gnu@npm:11.21.3": - version: 11.21.3 - resolution: "@oxc-resolver/binding-linux-s390x-gnu@npm:11.21.3" +"@oxc-resolver/binding-linux-s390x-gnu@npm:11.23.0": + version: 11.23.0 + resolution: "@oxc-resolver/binding-linux-s390x-gnu@npm:11.23.0" conditions: os=linux & cpu=s390x & libc=glibc languageName: node linkType: hard -"@oxc-resolver/binding-linux-x64-gnu@npm:11.21.3": - version: 11.21.3 - resolution: "@oxc-resolver/binding-linux-x64-gnu@npm:11.21.3" +"@oxc-resolver/binding-linux-x64-gnu@npm:11.23.0": + version: 11.23.0 + resolution: "@oxc-resolver/binding-linux-x64-gnu@npm:11.23.0" conditions: os=linux & cpu=x64 & libc=glibc languageName: node linkType: hard -"@oxc-resolver/binding-linux-x64-musl@npm:11.21.3": - version: 11.21.3 - resolution: "@oxc-resolver/binding-linux-x64-musl@npm:11.21.3" +"@oxc-resolver/binding-linux-x64-musl@npm:11.23.0": + version: 11.23.0 + resolution: "@oxc-resolver/binding-linux-x64-musl@npm:11.23.0" conditions: os=linux & cpu=x64 & libc=musl languageName: node linkType: hard -"@oxc-resolver/binding-openharmony-arm64@npm:11.21.3": - version: 11.21.3 - resolution: "@oxc-resolver/binding-openharmony-arm64@npm:11.21.3" +"@oxc-resolver/binding-openharmony-arm64@npm:11.23.0": + version: 11.23.0 + resolution: "@oxc-resolver/binding-openharmony-arm64@npm:11.23.0" conditions: os=openharmony & cpu=arm64 languageName: node linkType: hard -"@oxc-resolver/binding-wasm32-wasi@npm:11.21.3": - version: 11.21.3 - resolution: "@oxc-resolver/binding-wasm32-wasi@npm:11.21.3" +"@oxc-resolver/binding-wasm32-wasi@npm:11.23.0": + version: 11.23.0 + resolution: "@oxc-resolver/binding-wasm32-wasi@npm:11.23.0" dependencies: - "@emnapi/core": "npm:1.11.0" - "@emnapi/runtime": "npm:1.11.0" - "@napi-rs/wasm-runtime": "npm:^1.1.5" + "@emnapi/core": "npm:1.11.1" + "@emnapi/runtime": "npm:1.11.1" + "@napi-rs/wasm-runtime": "npm:^1.1.6" conditions: cpu=wasm32 languageName: node linkType: hard -"@oxc-resolver/binding-win32-arm64-msvc@npm:11.21.3": - version: 11.21.3 - resolution: "@oxc-resolver/binding-win32-arm64-msvc@npm:11.21.3" +"@oxc-resolver/binding-win32-arm64-msvc@npm:11.23.0": + version: 11.23.0 + resolution: "@oxc-resolver/binding-win32-arm64-msvc@npm:11.23.0" conditions: os=win32 & cpu=arm64 languageName: node linkType: hard -"@oxc-resolver/binding-win32-x64-msvc@npm:11.21.3": - version: 11.21.3 - resolution: "@oxc-resolver/binding-win32-x64-msvc@npm:11.21.3" +"@oxc-resolver/binding-win32-x64-msvc@npm:11.23.0": + version: 11.23.0 + resolution: "@oxc-resolver/binding-win32-x64-msvc@npm:11.23.0" conditions: os=win32 & cpu=x64 languageName: node linkType: hard -"@oxfmt/binding-android-arm-eabi@npm:0.41.0": - version: 0.41.0 - resolution: "@oxfmt/binding-android-arm-eabi@npm:0.41.0" +"@oxfmt/binding-android-arm-eabi@npm:0.57.0": + version: 0.57.0 + resolution: "@oxfmt/binding-android-arm-eabi@npm:0.57.0" conditions: os=android & cpu=arm languageName: node linkType: hard -"@oxfmt/binding-android-arm64@npm:0.41.0": - version: 0.41.0 - resolution: "@oxfmt/binding-android-arm64@npm:0.41.0" +"@oxfmt/binding-android-arm64@npm:0.57.0": + version: 0.57.0 + resolution: "@oxfmt/binding-android-arm64@npm:0.57.0" conditions: os=android & cpu=arm64 languageName: node linkType: hard -"@oxfmt/binding-darwin-arm64@npm:0.41.0": - version: 0.41.0 - resolution: "@oxfmt/binding-darwin-arm64@npm:0.41.0" +"@oxfmt/binding-darwin-arm64@npm:0.57.0": + version: 0.57.0 + resolution: "@oxfmt/binding-darwin-arm64@npm:0.57.0" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard -"@oxfmt/binding-darwin-x64@npm:0.41.0": - version: 0.41.0 - resolution: "@oxfmt/binding-darwin-x64@npm:0.41.0" +"@oxfmt/binding-darwin-x64@npm:0.57.0": + version: 0.57.0 + resolution: "@oxfmt/binding-darwin-x64@npm:0.57.0" conditions: os=darwin & cpu=x64 languageName: node linkType: hard -"@oxfmt/binding-freebsd-x64@npm:0.41.0": - version: 0.41.0 - resolution: "@oxfmt/binding-freebsd-x64@npm:0.41.0" +"@oxfmt/binding-freebsd-x64@npm:0.57.0": + version: 0.57.0 + resolution: "@oxfmt/binding-freebsd-x64@npm:0.57.0" conditions: os=freebsd & cpu=x64 languageName: node linkType: hard -"@oxfmt/binding-linux-arm-gnueabihf@npm:0.41.0": - version: 0.41.0 - resolution: "@oxfmt/binding-linux-arm-gnueabihf@npm:0.41.0" +"@oxfmt/binding-linux-arm-gnueabihf@npm:0.57.0": + version: 0.57.0 + resolution: "@oxfmt/binding-linux-arm-gnueabihf@npm:0.57.0" conditions: os=linux & cpu=arm languageName: node linkType: hard -"@oxfmt/binding-linux-arm-musleabihf@npm:0.41.0": - version: 0.41.0 - resolution: "@oxfmt/binding-linux-arm-musleabihf@npm:0.41.0" +"@oxfmt/binding-linux-arm-musleabihf@npm:0.57.0": + version: 0.57.0 + resolution: "@oxfmt/binding-linux-arm-musleabihf@npm:0.57.0" conditions: os=linux & cpu=arm languageName: node linkType: hard -"@oxfmt/binding-linux-arm64-gnu@npm:0.41.0": - version: 0.41.0 - resolution: "@oxfmt/binding-linux-arm64-gnu@npm:0.41.0" +"@oxfmt/binding-linux-arm64-gnu@npm:0.57.0": + version: 0.57.0 + resolution: "@oxfmt/binding-linux-arm64-gnu@npm:0.57.0" conditions: os=linux & cpu=arm64 & libc=glibc languageName: node linkType: hard -"@oxfmt/binding-linux-arm64-musl@npm:0.41.0": - version: 0.41.0 - resolution: "@oxfmt/binding-linux-arm64-musl@npm:0.41.0" +"@oxfmt/binding-linux-arm64-musl@npm:0.57.0": + version: 0.57.0 + resolution: "@oxfmt/binding-linux-arm64-musl@npm:0.57.0" conditions: os=linux & cpu=arm64 & libc=musl languageName: node linkType: hard -"@oxfmt/binding-linux-ppc64-gnu@npm:0.41.0": - version: 0.41.0 - resolution: "@oxfmt/binding-linux-ppc64-gnu@npm:0.41.0" +"@oxfmt/binding-linux-ppc64-gnu@npm:0.57.0": + version: 0.57.0 + resolution: "@oxfmt/binding-linux-ppc64-gnu@npm:0.57.0" conditions: os=linux & cpu=ppc64 & libc=glibc languageName: node linkType: hard -"@oxfmt/binding-linux-riscv64-gnu@npm:0.41.0": - version: 0.41.0 - resolution: "@oxfmt/binding-linux-riscv64-gnu@npm:0.41.0" +"@oxfmt/binding-linux-riscv64-gnu@npm:0.57.0": + version: 0.57.0 + resolution: "@oxfmt/binding-linux-riscv64-gnu@npm:0.57.0" conditions: os=linux & cpu=riscv64 & libc=glibc languageName: node linkType: hard -"@oxfmt/binding-linux-riscv64-musl@npm:0.41.0": - version: 0.41.0 - resolution: "@oxfmt/binding-linux-riscv64-musl@npm:0.41.0" +"@oxfmt/binding-linux-riscv64-musl@npm:0.57.0": + version: 0.57.0 + resolution: "@oxfmt/binding-linux-riscv64-musl@npm:0.57.0" conditions: os=linux & cpu=riscv64 & libc=musl languageName: node linkType: hard -"@oxfmt/binding-linux-s390x-gnu@npm:0.41.0": - version: 0.41.0 - resolution: "@oxfmt/binding-linux-s390x-gnu@npm:0.41.0" +"@oxfmt/binding-linux-s390x-gnu@npm:0.57.0": + version: 0.57.0 + resolution: "@oxfmt/binding-linux-s390x-gnu@npm:0.57.0" conditions: os=linux & cpu=s390x & libc=glibc languageName: node linkType: hard -"@oxfmt/binding-linux-x64-gnu@npm:0.41.0": - version: 0.41.0 - resolution: "@oxfmt/binding-linux-x64-gnu@npm:0.41.0" +"@oxfmt/binding-linux-x64-gnu@npm:0.57.0": + version: 0.57.0 + resolution: "@oxfmt/binding-linux-x64-gnu@npm:0.57.0" conditions: os=linux & cpu=x64 & libc=glibc languageName: node linkType: hard -"@oxfmt/binding-linux-x64-musl@npm:0.41.0": - version: 0.41.0 - resolution: "@oxfmt/binding-linux-x64-musl@npm:0.41.0" +"@oxfmt/binding-linux-x64-musl@npm:0.57.0": + version: 0.57.0 + resolution: "@oxfmt/binding-linux-x64-musl@npm:0.57.0" conditions: os=linux & cpu=x64 & libc=musl languageName: node linkType: hard -"@oxfmt/binding-openharmony-arm64@npm:0.41.0": - version: 0.41.0 - resolution: "@oxfmt/binding-openharmony-arm64@npm:0.41.0" +"@oxfmt/binding-openharmony-arm64@npm:0.57.0": + version: 0.57.0 + resolution: "@oxfmt/binding-openharmony-arm64@npm:0.57.0" conditions: os=openharmony & cpu=arm64 languageName: node linkType: hard -"@oxfmt/binding-win32-arm64-msvc@npm:0.41.0": - version: 0.41.0 - resolution: "@oxfmt/binding-win32-arm64-msvc@npm:0.41.0" +"@oxfmt/binding-win32-arm64-msvc@npm:0.57.0": + version: 0.57.0 + resolution: "@oxfmt/binding-win32-arm64-msvc@npm:0.57.0" conditions: os=win32 & cpu=arm64 languageName: node linkType: hard -"@oxfmt/binding-win32-ia32-msvc@npm:0.41.0": - version: 0.41.0 - resolution: "@oxfmt/binding-win32-ia32-msvc@npm:0.41.0" +"@oxfmt/binding-win32-ia32-msvc@npm:0.57.0": + version: 0.57.0 + resolution: "@oxfmt/binding-win32-ia32-msvc@npm:0.57.0" conditions: os=win32 & cpu=ia32 languageName: node linkType: hard -"@oxfmt/binding-win32-x64-msvc@npm:0.41.0": - version: 0.41.0 - resolution: "@oxfmt/binding-win32-x64-msvc@npm:0.41.0" +"@oxfmt/binding-win32-x64-msvc@npm:0.57.0": + version: 0.57.0 + resolution: "@oxfmt/binding-win32-x64-msvc@npm:0.57.0" conditions: os=win32 & cpu=x64 languageName: node linkType: hard -"@oxlint/binding-android-arm-eabi@npm:1.56.0": - version: 1.56.0 - resolution: "@oxlint/binding-android-arm-eabi@npm:1.56.0" +"@oxlint/binding-android-arm-eabi@npm:1.73.0": + version: 1.73.0 + resolution: "@oxlint/binding-android-arm-eabi@npm:1.73.0" conditions: os=android & cpu=arm languageName: node linkType: hard -"@oxlint/binding-android-arm64@npm:1.56.0": - version: 1.56.0 - resolution: "@oxlint/binding-android-arm64@npm:1.56.0" +"@oxlint/binding-android-arm64@npm:1.73.0": + version: 1.73.0 + resolution: "@oxlint/binding-android-arm64@npm:1.73.0" conditions: os=android & cpu=arm64 languageName: node linkType: hard -"@oxlint/binding-darwin-arm64@npm:1.56.0": - version: 1.56.0 - resolution: "@oxlint/binding-darwin-arm64@npm:1.56.0" +"@oxlint/binding-darwin-arm64@npm:1.73.0": + version: 1.73.0 + resolution: "@oxlint/binding-darwin-arm64@npm:1.73.0" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard -"@oxlint/binding-darwin-x64@npm:1.56.0": - version: 1.56.0 - resolution: "@oxlint/binding-darwin-x64@npm:1.56.0" +"@oxlint/binding-darwin-x64@npm:1.73.0": + version: 1.73.0 + resolution: "@oxlint/binding-darwin-x64@npm:1.73.0" conditions: os=darwin & cpu=x64 languageName: node linkType: hard -"@oxlint/binding-freebsd-x64@npm:1.56.0": - version: 1.56.0 - resolution: "@oxlint/binding-freebsd-x64@npm:1.56.0" +"@oxlint/binding-freebsd-x64@npm:1.73.0": + version: 1.73.0 + resolution: "@oxlint/binding-freebsd-x64@npm:1.73.0" conditions: os=freebsd & cpu=x64 languageName: node linkType: hard -"@oxlint/binding-linux-arm-gnueabihf@npm:1.56.0": - version: 1.56.0 - resolution: "@oxlint/binding-linux-arm-gnueabihf@npm:1.56.0" +"@oxlint/binding-linux-arm-gnueabihf@npm:1.73.0": + version: 1.73.0 + resolution: "@oxlint/binding-linux-arm-gnueabihf@npm:1.73.0" conditions: os=linux & cpu=arm languageName: node linkType: hard -"@oxlint/binding-linux-arm-musleabihf@npm:1.56.0": - version: 1.56.0 - resolution: "@oxlint/binding-linux-arm-musleabihf@npm:1.56.0" +"@oxlint/binding-linux-arm-musleabihf@npm:1.73.0": + version: 1.73.0 + resolution: "@oxlint/binding-linux-arm-musleabihf@npm:1.73.0" conditions: os=linux & cpu=arm languageName: node linkType: hard -"@oxlint/binding-linux-arm64-gnu@npm:1.56.0": - version: 1.56.0 - resolution: "@oxlint/binding-linux-arm64-gnu@npm:1.56.0" +"@oxlint/binding-linux-arm64-gnu@npm:1.73.0": + version: 1.73.0 + resolution: "@oxlint/binding-linux-arm64-gnu@npm:1.73.0" conditions: os=linux & cpu=arm64 & libc=glibc languageName: node linkType: hard -"@oxlint/binding-linux-arm64-musl@npm:1.56.0": - version: 1.56.0 - resolution: "@oxlint/binding-linux-arm64-musl@npm:1.56.0" +"@oxlint/binding-linux-arm64-musl@npm:1.73.0": + version: 1.73.0 + resolution: "@oxlint/binding-linux-arm64-musl@npm:1.73.0" conditions: os=linux & cpu=arm64 & libc=musl languageName: node linkType: hard -"@oxlint/binding-linux-ppc64-gnu@npm:1.56.0": - version: 1.56.0 - resolution: "@oxlint/binding-linux-ppc64-gnu@npm:1.56.0" +"@oxlint/binding-linux-ppc64-gnu@npm:1.73.0": + version: 1.73.0 + resolution: "@oxlint/binding-linux-ppc64-gnu@npm:1.73.0" conditions: os=linux & cpu=ppc64 & libc=glibc languageName: node linkType: hard -"@oxlint/binding-linux-riscv64-gnu@npm:1.56.0": - version: 1.56.0 - resolution: "@oxlint/binding-linux-riscv64-gnu@npm:1.56.0" +"@oxlint/binding-linux-riscv64-gnu@npm:1.73.0": + version: 1.73.0 + resolution: "@oxlint/binding-linux-riscv64-gnu@npm:1.73.0" conditions: os=linux & cpu=riscv64 & libc=glibc languageName: node linkType: hard -"@oxlint/binding-linux-riscv64-musl@npm:1.56.0": - version: 1.56.0 - resolution: "@oxlint/binding-linux-riscv64-musl@npm:1.56.0" +"@oxlint/binding-linux-riscv64-musl@npm:1.73.0": + version: 1.73.0 + resolution: "@oxlint/binding-linux-riscv64-musl@npm:1.73.0" conditions: os=linux & cpu=riscv64 & libc=musl languageName: node linkType: hard -"@oxlint/binding-linux-s390x-gnu@npm:1.56.0": - version: 1.56.0 - resolution: "@oxlint/binding-linux-s390x-gnu@npm:1.56.0" +"@oxlint/binding-linux-s390x-gnu@npm:1.73.0": + version: 1.73.0 + resolution: "@oxlint/binding-linux-s390x-gnu@npm:1.73.0" conditions: os=linux & cpu=s390x & libc=glibc languageName: node linkType: hard -"@oxlint/binding-linux-x64-gnu@npm:1.56.0": - version: 1.56.0 - resolution: "@oxlint/binding-linux-x64-gnu@npm:1.56.0" +"@oxlint/binding-linux-x64-gnu@npm:1.73.0": + version: 1.73.0 + resolution: "@oxlint/binding-linux-x64-gnu@npm:1.73.0" conditions: os=linux & cpu=x64 & libc=glibc languageName: node linkType: hard -"@oxlint/binding-linux-x64-musl@npm:1.56.0": - version: 1.56.0 - resolution: "@oxlint/binding-linux-x64-musl@npm:1.56.0" +"@oxlint/binding-linux-x64-musl@npm:1.73.0": + version: 1.73.0 + resolution: "@oxlint/binding-linux-x64-musl@npm:1.73.0" conditions: os=linux & cpu=x64 & libc=musl languageName: node linkType: hard -"@oxlint/binding-openharmony-arm64@npm:1.56.0": - version: 1.56.0 - resolution: "@oxlint/binding-openharmony-arm64@npm:1.56.0" +"@oxlint/binding-openharmony-arm64@npm:1.73.0": + version: 1.73.0 + resolution: "@oxlint/binding-openharmony-arm64@npm:1.73.0" conditions: os=openharmony & cpu=arm64 languageName: node linkType: hard -"@oxlint/binding-win32-arm64-msvc@npm:1.56.0": - version: 1.56.0 - resolution: "@oxlint/binding-win32-arm64-msvc@npm:1.56.0" +"@oxlint/binding-win32-arm64-msvc@npm:1.73.0": + version: 1.73.0 + resolution: "@oxlint/binding-win32-arm64-msvc@npm:1.73.0" conditions: os=win32 & cpu=arm64 languageName: node linkType: hard -"@oxlint/binding-win32-ia32-msvc@npm:1.56.0": - version: 1.56.0 - resolution: "@oxlint/binding-win32-ia32-msvc@npm:1.56.0" +"@oxlint/binding-win32-ia32-msvc@npm:1.73.0": + version: 1.73.0 + resolution: "@oxlint/binding-win32-ia32-msvc@npm:1.73.0" conditions: os=win32 & cpu=ia32 languageName: node linkType: hard -"@oxlint/binding-win32-x64-msvc@npm:1.56.0": - version: 1.56.0 - resolution: "@oxlint/binding-win32-x64-msvc@npm:1.56.0" +"@oxlint/binding-win32-x64-msvc@npm:1.73.0": + version: 1.73.0 + resolution: "@oxlint/binding-win32-x64-msvc@npm:1.73.0" conditions: os=win32 & cpu=x64 languageName: node linkType: hard @@ -4864,13 +4865,6 @@ __metadata: languageName: node linkType: hard -"@sec-ant/readable-stream@npm:^0.4.1": - version: 0.4.1 - resolution: "@sec-ant/readable-stream@npm:0.4.1" - checksum: 10c0/64e9e9cf161e848067a5bf60cdc04d18495dc28bb63a8d9f8993e4dd99b91ad34e4b563c85de17d91ffb177ec17a0664991d2e115f6543e73236a906068987af - languageName: node - linkType: hard - "@sideway/address@npm:^4.1.5": version: 4.1.5 resolution: "@sideway/address@npm:4.1.5" @@ -4894,14 +4888,14 @@ __metadata: languageName: node linkType: hard -"@sidvind/better-ajv-errors@npm:4.0.1": - version: 4.0.1 - resolution: "@sidvind/better-ajv-errors@npm:4.0.1" +"@sidvind/better-ajv-errors@npm:5.0.0": + version: 5.0.0 + resolution: "@sidvind/better-ajv-errors@npm:5.0.0" dependencies: kleur: "npm:^4.1.0" peerDependencies: ajv: ^7.0.0 || ^8.0.0 - checksum: 10c0/aac325ec6e5beb19998214b99bcfc71db91696fef7ccebfbf20acfa916165bcc5b5680edcf30184523869d3bd3776aa7320545ad5ef18eeb66d8740402518713 + checksum: 10c0/ef2559d0a6809f2da820159f818b6bc19c5ff18f577b41eb0762eb30dd3b6ddae31dda0d61963498840b0b0482b106a1f21b05183c730c20a619174cc48b6ba8 languageName: node linkType: hard @@ -5137,13 +5131,6 @@ __metadata: languageName: node linkType: hard -"@tsconfig/node20@npm:20.1.9": - version: 20.1.9 - resolution: "@tsconfig/node20@npm:20.1.9" - checksum: 10c0/04e4e515dc6ce9386af74accb565884c3771b355208acc3d3dee32f0ce4c1d12e59319e05200fb2b87a8655ed4d8eb9910e36667a91e4683879feea9938d90d1 - languageName: node - linkType: hard - "@tybys/wasm-util@npm:0.9.0, @tybys/wasm-util@npm:^0.9.0": version: 0.9.0 resolution: "@tybys/wasm-util@npm:0.9.0" @@ -5201,7 +5188,7 @@ __metadata: languageName: node linkType: hard -"@types/node@npm:*, @types/node@npm:^25.0.2": +"@types/node@npm:*": version: 25.3.0 resolution: "@types/node@npm:25.3.0" dependencies: @@ -5228,13 +5215,6 @@ __metadata: languageName: node linkType: hard -"@types/normalize-package-data@npm:^2.4.4": - version: 2.4.4 - resolution: "@types/normalize-package-data@npm:2.4.4" - checksum: 10c0/aef7bb9b015883d6f4119c423dd28c4bdc17b0e8a0ccf112c78b4fe0e91fbc4af7c6204b04bba0e199a57d2f3fbbd5b4a14bf8739bf9d2a39b2a0aad545e0f86 - languageName: node - linkType: hard - "@types/parse-json@npm:^4.0.0": version: 4.0.2 resolution: "@types/parse-json@npm:4.0.2" @@ -5621,38 +5601,38 @@ __metadata: languageName: node linkType: hard -"@wdio/config@npm:9.26.1": - version: 9.26.1 - resolution: "@wdio/config@npm:9.26.1" +"@wdio/config@npm:9.29.1": + version: 9.29.1 + resolution: "@wdio/config@npm:9.29.1" dependencies: - "@wdio/logger": "npm:9.18.0" - "@wdio/types": "npm:9.26.1" - "@wdio/utils": "npm:9.26.1" + "@wdio/logger": "npm:9.29.1" + "@wdio/types": "npm:9.29.1" + "@wdio/utils": "npm:9.29.1" deepmerge-ts: "npm:^7.0.3" glob: "npm:^10.2.2" import-meta-resolve: "npm:^4.0.0" jiti: "npm:^2.6.1" - checksum: 10c0/e88c91d620694c91feb35fdb87a7d0763fd0ab0a47cecf39279282917fdc1939f4d369bdbff33b9e79a8d8091ebeec05636c72993ee0aeba18a706c20375e3a6 + checksum: 10c0/898d05e45e14746194810e422fc22fc2d24cd51d88b31e2e779f86e2e46f9cf9b189834c8dd9645e48aafad133f4d5a3fe19784f2a63eef05ee57f38eb8d35b4 languageName: node linkType: hard -"@wdio/logger@npm:9.18.0, @wdio/logger@npm:^9.1.3, @wdio/logger@npm:^9.18.0": - version: 9.18.0 - resolution: "@wdio/logger@npm:9.18.0" +"@wdio/logger@npm:9.29.1, @wdio/logger@npm:^9.1.3, @wdio/logger@npm:^9.18.0": + version: 9.29.1 + resolution: "@wdio/logger@npm:9.29.1" dependencies: chalk: "npm:^5.1.2" loglevel: "npm:^1.6.0" loglevel-plugin-prefix: "npm:^0.8.4" safe-regex2: "npm:^5.0.0" strip-ansi: "npm:^7.1.0" - checksum: 10c0/c11cc06ea9f6696a0077f29d0360c10828317e5980815408d04cad99db1a64a6bc1491583ffef681e46e18476f061f37a2e18706f06488715291f3bfc8b32615 + checksum: 10c0/7262d1028f2212b8244705a39574b3b3ee3f1007c90fe80837776bf2cdcefd71e32187b69bcdfdd350e07228917936973fef2ec61732b082da69932669a71008 languageName: node linkType: hard -"@wdio/protocols@npm:9.26.1": - version: 9.26.1 - resolution: "@wdio/protocols@npm:9.26.1" - checksum: 10c0/a9ae89a516bb286582a21edeb0df058a2804c5e2e83249f4eeea68a7ec040fc267df0da9485978bff76fb31983ff4607786d70938cfbf4f81707591c7511ab92 +"@wdio/protocols@npm:9.29.1": + version: 9.29.1 + resolution: "@wdio/protocols@npm:9.29.1" + checksum: 10c0/c5528dcf380c5e644d580e75e1fb49ac00424dc33d7cab0459dcca066144e66c129a95fdaa56e933d4890ff80c96baaa01ddc41dfc797f7d6a972fadccc47c87 languageName: node linkType: hard @@ -5665,22 +5645,22 @@ __metadata: languageName: node linkType: hard -"@wdio/types@npm:9.26.1, @wdio/types@npm:^9.20.0": - version: 9.26.1 - resolution: "@wdio/types@npm:9.26.1" +"@wdio/types@npm:9.29.1, @wdio/types@npm:^9.20.0": + version: 9.29.1 + resolution: "@wdio/types@npm:9.29.1" dependencies: "@types/node": "npm:^20.1.0" - checksum: 10c0/43dda2e8085f4a68e6a5ecbddf5815b3f9d7cf4061bf43353066dbe58f6e581d65263b81fb42a6f8293cda4a2cb56100e9f381544ac491b885c2c671ed1a3471 + checksum: 10c0/445832ed43d53b08ad3a9bc59fa0f8f3a3398a51a14db674e8757c429ab9d09691cef0a43091f9f6b4d341ef35eb99663300e14d70a0fb1feac10415a211db50 languageName: node linkType: hard -"@wdio/utils@npm:9.26.1": - version: 9.26.1 - resolution: "@wdio/utils@npm:9.26.1" +"@wdio/utils@npm:9.29.1": + version: 9.29.1 + resolution: "@wdio/utils@npm:9.29.1" dependencies: "@puppeteer/browsers": "npm:^2.2.0" - "@wdio/logger": "npm:9.18.0" - "@wdio/types": "npm:9.26.1" + "@wdio/logger": "npm:9.29.1" + "@wdio/types": "npm:9.29.1" decamelize: "npm:^6.0.0" deepmerge-ts: "npm:^7.0.3" edgedriver: "npm:^6.1.2" @@ -5692,7 +5672,7 @@ __metadata: safaridriver: "npm:^1.0.0" split2: "npm:^4.2.0" wait-port: "npm:^1.1.0" - checksum: 10c0/94b93609261b8563a2ad1f44703cc026d0bbc9a50d815eb547aedfc5dd885c7b9615461048fdbd53d7912623e703bbb7da490b2d1fa3399cdd5af2e594aaa45a + checksum: 10c0/4b7bf540f7e9f8a12601f1002bdd9df06d1301ee7bd5da6e09cd4ae348f9c7fb551e261a5cde0134d4e159995e556eff4edbfd610ebcf6f73640eb3b70f92df2 languageName: node linkType: hard @@ -5703,7 +5683,7 @@ __metadata: languageName: node linkType: hard -"@xmldom/xmldom@npm:^0.9.0, @xmldom/xmldom@npm:^0.9.8, @xmldom/xmldom@npm:^0.x": +"@xmldom/xmldom@npm:^0.9.0, @xmldom/xmldom@npm:^0.9.10, @xmldom/xmldom@npm:^0.x": version: 0.9.10 resolution: "@xmldom/xmldom@npm:0.9.10" checksum: 10c0/38a9c9b95450d7fccebc61371c8e0b90ceaae992886484108333d29ccbd2640e3555b6af012f15ce1beb5067aeb40486659b6183fad38af179e82d28028bfc5d @@ -5780,6 +5760,15 @@ __metadata: languageName: node linkType: hard +"agent-base@npm:6": + version: 6.0.2 + resolution: "agent-base@npm:6.0.2" + dependencies: + debug: "npm:4" + checksum: 10c0/dc4f757e40b5f3e3d674bc9beb4f1048f4ee83af189bae39be99f57bf1f48dde166a8b0a5342a84b5944ee8e6ed1e5a9d801858f4ad44764e84957122fe46261 + languageName: node + linkType: hard + "agent-base@npm:^7.1.0, agent-base@npm:^7.1.2": version: 7.1.4 resolution: "agent-base@npm:7.1.4" @@ -5898,35 +5887,32 @@ __metadata: languageName: node linkType: hard -"appium-adb@npm:^14.0.0, appium-adb@npm:^14.3.0": - version: 14.3.0 - resolution: "appium-adb@npm:14.3.0" +"appium-adb@npm:^15.0.0": + version: 15.0.8 + resolution: "appium-adb@npm:15.0.8" dependencies: - "@appium/support": "npm:^7.0.0-rc.1" + "@appium/support": "npm:^7.2.2" async-lock: "npm:^1.0.0" asyncbox: "npm:^6.0.1" - bluebird: "npm:^3.4.7" ini: "npm:^6.0.0" - lodash: "npm:^4.0.0" lru-cache: "npm:^11.1.0" semver: "npm:^7.0.0" teen_process: "npm:^4.0.4" - checksum: 10c0/788b7d5cfc65030f33b9d93dfc23fd05c59ab1ab9c7d0629637e2b85b2c48b332d0f22ff3e9162b1cba41ca5f5abb6228838eb42efb1147b864b4bea726b40cf + checksum: 10c0/40f9996c0e7523a0855ec220d2d1123e188c05dfe0d33ee78d5c7085a1d56097c35d2accc36231abb2eb3bb8934c510c26043d74c8afcc38e0400d8e4b61302f languageName: node linkType: hard -"appium-android-driver@npm:^13.0.0": - version: 13.0.0 - resolution: "appium-android-driver@npm:13.0.0" +"appium-android-driver@npm:^13.3.0": + version: 13.3.0 + resolution: "appium-android-driver@npm:13.3.0" dependencies: - "@appium/support": "npm:^7.0.0-rc.1" + "@appium/support": "npm:^7.2.2" "@colors/colors": "npm:^1.6.0" - appium-adb: "npm:^14.3.0" - appium-chromedriver: "npm:^8.0.18" + appium-adb: "npm:^15.0.0" + appium-chromedriver: "npm:^8.4.4" asyncbox: "npm:^6.1.0" - axios: "npm:^1.x" - bluebird: "npm:^3.4.7" - io.appium.settings: "npm:^7.0.4" + axios: "npm:^1.16.0" + io.appium.settings: "npm:^7.1.3" lodash: "npm:^4.17.4" lru-cache: "npm:^11.1.0" moment: "npm:^2.24.0" @@ -5937,200 +5923,182 @@ __metadata: ws: "npm:^8.0.0" peerDependencies: appium: ^3.0.0-rc.2 - checksum: 10c0/4e221b05f5ba1ca3cf0546ba3ce091f350ad514019028129eda4294fdd98d1133925952e9a95f0c4483411d654ce8199368e7d51265cedf0b937aba8f8d71bc7 + checksum: 10c0/7df2fc5331ed61fa7a0bce3a8bdccb816719cb9000d29390c62787266cc2b8bd3f4957b2b9f8089ff46dd91ae5fd28b3465d8b329c99636bdc0bb79171d77a47 languageName: node linkType: hard -"appium-chromedriver@npm:^8.0.18": - version: 8.2.16 - resolution: "appium-chromedriver@npm:8.2.16" +"appium-chromedriver@npm:^8.4.4": + version: 8.4.14 + resolution: "appium-chromedriver@npm:8.4.14" dependencies: "@appium/base-driver": "npm:^10.0.0-rc.2" - "@appium/support": "npm:^7.0.0-rc.1" + "@appium/support": "npm:^7.2.2" "@xmldom/xmldom": "npm:^0.x" - appium-adb: "npm:^14.0.0" + appium-adb: "npm:^15.0.0" asyncbox: "npm:^6.0.1" - axios: "npm:^1.6.5" - bluebird: "npm:^3.5.1" + axios: "npm:^1.16.0" compare-versions: "npm:^6.0.0" - lodash: "npm:^4.17.4" semver: "npm:^7.0.0" teen_process: "npm:^4.0.4" xpath: "npm:^0.x" - checksum: 10c0/4e96bcb694d0887864395e1609c9531d426dddb0b4094795e6e9731ae713d26e2d18ba762233f799ce04911dcb4dd9992b85b1a8b4e6715c008b03eb7918e2da + checksum: 10c0/eb0bd85075ab58f1637a2053a68d0d9cca580642cd3995f6314305402174f760f5c30c3d5d096a3f1266412857f92440882cf36f5c28a4fb31698ced2cb5cdbe languageName: node linkType: hard -"appium-ios-device@npm:^3.0.0": - version: 3.1.10 - resolution: "appium-ios-device@npm:3.1.10" +"appium-ios-device@npm:^3.0.0, appium-ios-device@npm:^3.1.12": + version: 3.1.17 + resolution: "appium-ios-device@npm:3.1.17" dependencies: - "@appium/support": "npm:^7.0.0-rc.1" + "@appium/support": "npm:^7.2.2" asyncbox: "npm:^6.0.1" - axios: "npm:^1.6.7" - bluebird: "npm:^3.1.1" + axios: "npm:^1.16.0" bplist-creator: "npm:^0.x" bplist-parser: "npm:^0.x" lodash: "npm:^4.17.15" semver: "npm:^7.0.0" - checksum: 10c0/30db39f12c72548828af2afab62b00e8cb563ee0a647bb800f069cf28721e1bb7a56c4589225b1c31e531f5e270e97a39f6723baadfc32d39e963243a9150604 + checksum: 10c0/4498fceffa5018a27c66b14a28a3884442d47ea8c59e06e764981e77d363e4a7cde86ed3c7616691d32fb5d16b24321c4fea4e16b5b0c8293c625e0c591af3c2 languageName: node linkType: hard -"appium-ios-remotexpc@npm:^1.0.0, appium-ios-remotexpc@npm:^1.0.1": - version: 1.0.1 - resolution: "appium-ios-remotexpc@npm:1.0.1" +"appium-ios-remotexpc@npm:^5.0.1, appium-ios-remotexpc@npm:^5.6.1": + version: 5.7.1 + resolution: "appium-ios-remotexpc@npm:5.7.1" dependencies: - "@appium/strongbox": "npm:^1.0.0-rc.1" - "@appium/support": "npm:^7.0.0-rc.1" - "@types/node": "npm:^25.0.2" - "@xmldom/xmldom": "npm:^0.9.8" - appium-ios-tuntap: "npm:^0.x" - axios: "npm:^1.12.0" + "@appium/strongbox": "npm:^1.1.2" + "@appium/support": "npm:^7.2.2" + "@xmldom/xmldom": "npm:^0.x" + appium-ios-tuntap: "npm:^1.0.0" + async-lock: "npm:^1.4.1" + axios: "npm:^1.15.1" commander: "npm:^14.0.1" - dnssd: "npm:^0.x" minimatch: "npm:^10.1.1" node-devicectl: "npm:^1.2.0" npm-run-all2: "npm:^8.0.4" path-to-regexp: "npm:^8.3.0" - checksum: 10c0/9fc47ec6b8d8461638e01918baeb77ecab740ba79231e4606d150d3de964b12bce8320d854b603c431a176b35901ee5cc075d5ce51019ad23f08d469f8c1d42f + checksum: 10c0/f1ff2508d201cd3e03c800aa98572587f6e901bddf7c1efaef99fa102f801754b967846a0983f20a59498ddbb693def9b0a462805f50be6b20fee2b7cfdea37f languageName: node linkType: hard -"appium-ios-simulator@npm:^8.0.0": - version: 8.0.12 - resolution: "appium-ios-simulator@npm:8.0.12" +"appium-ios-simulator@npm:^8.0.0, appium-ios-simulator@npm:^8.2.0": + version: 8.2.6 + resolution: "appium-ios-simulator@npm:8.2.6" dependencies: - "@appium/support": "npm:^7.0.0-rc.1" + "@appium/support": "npm:^7.2.2" "@xmldom/xmldom": "npm:^0.x" appium-xcode: "npm:^6.0.0" async-lock: "npm:^1.0.0" asyncbox: "npm:^6.0.1" - bluebird: "npm:^3.5.1" - lodash: "npm:^4.2.1" node-simctl: "npm:^8.1.1" semver: "npm:^7.0.0" teen_process: "npm:^4.0.4" - checksum: 10c0/88ba810aee6a9e2c6eb5bb619ffbe7cf3d707eec673a1e5d63da44bd94cc1187c5cb60c439acd8934c88050301cdc35a1f86db603c5ac359cd0e78a6975ba6be + checksum: 10c0/2d1a5f5683cecd4e8d0433ba5fe5971b184ad79a923e0e4d94218eef999789227623315d2c610bea338536dafb5951def881bdd66ee6293161efca5b0ad0734b languageName: node linkType: hard -"appium-ios-tuntap@npm:^0.x": - version: 0.2.1 - resolution: "appium-ios-tuntap@npm:0.2.1" +"appium-ios-tuntap@npm:^1.0.0": + version: 1.1.0 + resolution: "appium-ios-tuntap@npm:1.1.0" dependencies: - "@appium/support": "npm:^7.0.0-rc.1" + "@appium/support": "npm:^7.2.0" node-addon-api: "npm:^8.5.0" node-gyp: "npm:latest" node-gyp-build: "npm:^4.8.4" typescript: "npm:^6.0.2" - checksum: 10c0/110098d30cd8dccfb46df83d26d37cdd2ad017569a016f0555bbee83d51d999e1a429447c7b510259d3f85d254bc647df58f7d465b6c996a920d5692fe45b3d5 + checksum: 10c0/e69f0c288cf3cd06f9dbd9a242468ff5cb2485c6d0c0d44656b0343c255c65c79645d32affc59c3891532d8f79b35b8f004865f4fb21c427dcbcb81fd649710e languageName: node linkType: hard "appium-remote-debugger@npm:^15.7.3": - version: 15.7.3 - resolution: "appium-remote-debugger@npm:15.7.3" + version: 15.10.8 + resolution: "appium-remote-debugger@npm:15.10.8" dependencies: "@appium/base-driver": "npm:^10.0.0-rc.1" - "@appium/support": "npm:^7.0.0-rc.1" + "@appium/support": "npm:^7.2.2" appium-ios-device: "npm:^3.0.0" - appium-ios-remotexpc: "npm:^1.0.0" + appium-ios-remotexpc: "npm:^5.0.1" async-lock: "npm:^1.4.1" - asyncbox: "npm:^6.1.0" - bluebird: "npm:^3.4.7" + asyncbox: "npm:^6.3.0" glob: "npm:^13.0.0" - lodash: "npm:^4.17.11" teen_process: "npm:^4.0.4" dependenciesMeta: appium-ios-remotexpc: optional: true - checksum: 10c0/bb5e02e2a92d176ec1c6ff5970aaf0f9bc83ff1644bd2773da66d1f64d0bd9b714d686d255b2714460f65171325264aea095839005e849421bf80f4bbd8c96b6 + checksum: 10c0/a0985cef6b4bd6ecdfc1e32761fc0a27a8aad122aa202aa7eec6a863d08171c24df95a6823fd007e0981e9d573b4ed2148fd84b5806b7a5af4377370cba68fb7 languageName: node linkType: hard -"appium-uiautomator2-driver@npm:^7.0.0": - version: 7.0.0 - resolution: "appium-uiautomator2-driver@npm:7.0.0" +"appium-uiautomator2-driver@npm:^8.1.0": + version: 8.1.0 + resolution: "appium-uiautomator2-driver@npm:8.1.0" dependencies: - appium-adb: "npm:^14.0.0" - appium-android-driver: "npm:^13.0.0" - appium-uiautomator2-server: "npm:^9.11.1" + "@appium/css-locator-to-native": "npm:^1.0.1" + appium-adb: "npm:^15.0.0" + appium-android-driver: "npm:^13.3.0" + appium-uiautomator2-server: "npm:^10.2.1" asyncbox: "npm:^6.0.1" - axios: "npm:^1.13.5" - bluebird: "npm:^3.5.1" - css-selector-parser: "npm:^3.0.0" - io.appium.settings: "npm:^7.0.1" - lodash: "npm:^4.17.4" + axios: "npm:^1.16.0" + io.appium.settings: "npm:^7.1.3" portscanner: "npm:^2.2.0" teen_process: "npm:^4.0.4" peerDependencies: appium: ^3.0.0-rc.2 - checksum: 10c0/168d40a5efe43c6bb8ac7561c1e4069fa8b6f1757ab0d86e3386d1f98e05f475ed53e9e161758ca0edbc697d8cb24127e199485078ea30314969b9c00caaaccb + checksum: 10c0/157ab452da76c1594e47de199ac460df030e6dbf0fce5764edb1f59d5d815865050ddafd36470d2c763f6963a373d5523443790b9b06aa066f1d89a9ba1a497c languageName: node linkType: hard -"appium-uiautomator2-server@npm:^9.11.1": - version: 9.11.1 - resolution: "appium-uiautomator2-server@npm:9.11.1" - checksum: 10c0/14bcd259db057b0a444e50480a63e527f51a830aa4d18e1b164d068f5619ed29c54460bc9bcea8ca6c26c673588793c8cb8271f963e9e575373df68e9b4e06a9 +"appium-uiautomator2-server@npm:^10.2.1": + version: 10.3.2 + resolution: "appium-uiautomator2-server@npm:10.3.2" + checksum: 10c0/3f38d34c45b85aa74b633c6305a8b8a993372a36fde535ee8cf241eceb64b2fc6434458302f7b0fa560cb06a07cd73063ceb5fc862b27fcc306d99cb0096ef76 languageName: node linkType: hard -"appium-webdriveragent@npm:^12.0.0": - version: 12.1.0 - resolution: "appium-webdriveragent@npm:12.1.0" +"appium-webdriveragent@npm:^15.0.0": + version: 15.1.3 + resolution: "appium-webdriveragent@npm:15.1.3" dependencies: "@appium/base-driver": "npm:^10.3.0" "@appium/strongbox": "npm:^1.0.0-rc.1" - "@appium/support": "npm:^7.0.0-rc.1" - appium-ios-device: "npm:^3.0.0" + "@appium/support": "npm:^7.2.1" appium-ios-simulator: "npm:^8.0.0" async-lock: "npm:^1.0.0" asyncbox: "npm:^6.1.0" - axios: "npm:^1.4.0" - bluebird: "npm:^3.5.5" - lodash: "npm:^4.17.11" + axios: "npm:^1.16.0" teen_process: "npm:^4.0.7" - checksum: 10c0/6816a880c03afe5c363c325dba064c58a6b67ef18379f58fb73d8490f213aa0620e73192d01c13c43b46aaac23cc1a14e85a35c6d32057f71ede1b8088e99533 + checksum: 10c0/7521b7528ca6a151ffe0c6d67cd253420894c20610e2d91b57632fcf1801cd20a6bcf1bf54094b4cc2a03c9615f4c7cab962e4a6251bdc62f3402218c3dd96ee languageName: node linkType: hard "appium-xcode@npm:^6.0.0, appium-xcode@npm:^6.0.2": - version: 6.1.9 - resolution: "appium-xcode@npm:6.1.9" + version: 6.2.6 + resolution: "appium-xcode@npm:6.2.6" dependencies: - "@appium/support": "npm:^7.0.0-rc.1" + "@appium/support": "npm:^7.2.2" asyncbox: "npm:^6.0.1" - bluebird: "npm:^3.7.2" - lodash: "npm:^4.17.4" - plist: "npm:^3.0.1" semver: "npm:^7.0.0" teen_process: "npm:^4.0.4" - checksum: 10c0/1c70c698a04e5dcbb3cb9d9ffbae81e95c4b100218abf465d1c61d795db97594d7bda77b74579e0f6b07116c2ffec09ddb74a3f03beee8e3173d5f953babf0f9 + checksum: 10c0/97ff789abb7988f96bb986558d994631754c231780e55ff8dc4d3d9913fb9dc99c6ff654fac9aad76132916a32603ba1082671f2e84d8570fe8a92036194d2a4 languageName: node linkType: hard "appium-xcuitest-driver@npm:^11.0.0": - version: 11.0.1 - resolution: "appium-xcuitest-driver@npm:11.0.1" + version: 11.17.1 + resolution: "appium-xcuitest-driver@npm:11.17.1" dependencies: + "@appium/css-locator-to-native": "npm:^1.0.1" "@appium/strongbox": "npm:^1.0.0-rc.1" "@colors/colors": "npm:^1.6.0" - appium-ios-device: "npm:^3.0.0" - appium-ios-remotexpc: "npm:^1.0.1" - appium-ios-simulator: "npm:^8.0.0" + appium-ios-device: "npm:^3.1.12" + appium-ios-remotexpc: "npm:^5.6.1" + appium-ios-simulator: "npm:^8.2.0" appium-remote-debugger: "npm:^15.7.3" - appium-webdriveragent: "npm:^12.0.0" + appium-webdriveragent: "npm:^15.0.0" appium-xcode: "npm:^6.0.2" async-lock: "npm:^1.4.0" - asyncbox: "npm:^6.0.1" + asyncbox: "npm:^6.3.0" axios: "npm:^1.4.0" - bluebird: "npm:^3.7.2" commander: "npm:^14.0.1" - css-selector-parser: "npm:^3.0.0" js2xmlparser2: "npm:^0.x" - lodash: "npm:^4.17.21" lru-cache: "npm:^11.1.0" moment: "npm:^2.29.4" moment-timezone: "npm:^0.x" @@ -6146,43 +6114,39 @@ __metadata: dependenciesMeta: appium-ios-remotexpc: optional: true - checksum: 10c0/5c68e107e421ca9ca2c0e3a87d65b5e6cd3147bb212125d1a9aba5365dcde57fd50720b429de7993f7971ed3b7504c6ae2633f0af90a430132d51bb3b132c91c + checksum: 10c0/8860e235aa85f959c7e13e37901d03fe3b8f445abedbcc6f744935669b4201f508989341f35c5734409c51548d9ca01b3ac9a6bfa2496a6ebec5b7529627042f languageName: node linkType: hard -"appium@npm:^3.1.1": - version: 3.2.2 - resolution: "appium@npm:3.2.2" +"appium@npm:^3.5.2": + version: 3.5.2 + resolution: "appium@npm:3.5.2" dependencies: - "@appium/base-driver": "npm:^10.2.2" - "@appium/base-plugin": "npm:^3.1.1" - "@appium/docutils": "npm:^2.2.2" - "@appium/logger": "npm:^2.0.5" - "@appium/schema": "npm:^1.1.0" - "@appium/support": "npm:^7.0.6" - "@appium/types": "npm:^1.2.1" - "@sidvind/better-ajv-errors": "npm:4.0.1" - ajv: "npm:8.18.0" + "@appium/base-driver": "npm:10.7.1" + "@appium/base-plugin": "npm:3.3.2" + "@appium/docutils": "npm:2.5.1" + "@appium/logger": "npm:2.0.9" + "@appium/schema": "npm:1.2.1" + "@appium/support": "npm:7.2.5" + "@appium/types": "npm:1.5.1" + "@sidvind/better-ajv-errors": "npm:5.0.0" + ajv: "npm:8.20.0" ajv-formats: "npm:3.0.1" argparse: "npm:2.0.1" - async-lock: "npm:1.4.1" - axios: "npm:1.13.6" - bluebird: "npm:3.7.2" + asyncbox: "npm:6.3.0" + axios: "npm:1.18.0" lilconfig: "npm:3.1.3" - lodash: "npm:4.17.23" - lru-cache: "npm:11.2.6" + lru-cache: "npm:11.5.1" ora: "npm:5.4.1" - package-changed: "npm:3.0.0" - resolve-from: "npm:5.0.0" - semver: "npm:7.7.4" - teen_process: "npm:4.0.10" - type-fest: "npm:5.4.4" + semver: "npm:7.8.4" + teen_process: "npm:4.1.3" + type-fest: "npm:5.7.0" winston: "npm:3.19.0" - ws: "npm:8.19.0" - yaml: "npm:2.8.2" + ws: "npm:8.21.0" + yaml: "npm:2.9.0" bin: appium: index.js - checksum: 10c0/7ec3b7cceeef946c213f7af4a4cb37fd9993fad1b1cc25889a57aa90df1878c546a272f026b9ebace7d0ff4de73502ef0138bb910018436914edbc7015d8c0b5 + checksum: 10c0/885022203e29e2e2ce14d499adfe9550c0c0f6e908ac9ea3cf34d1117f91487b38e0e52342e51dd015fc0125d5c5202f459cfa0fa913c9109d73869698f583eb languageName: node linkType: hard @@ -6201,7 +6165,7 @@ __metadata: languageName: node linkType: hard -"archiver@npm:^7.0.1, archiver@npm:~7.0.1": +"archiver@npm:^7.0.1": version: 7.0.1 resolution: "archiver@npm:7.0.1" dependencies: @@ -6216,6 +6180,23 @@ __metadata: languageName: node linkType: hard +"archiver@npm:~8.0.0": + version: 8.0.0 + resolution: "archiver@npm:8.0.0" + dependencies: + async: "npm:^3.2.4" + buffer-crc32: "npm:^1.0.0" + is-stream: "npm:^4.0.0" + lazystream: "npm:^1.0.0" + normalize-path: "npm:^3.0.0" + readable-stream: "npm:^4.0.0" + readdir-glob: "npm:^3.0.0" + tar-stream: "npm:^3.0.0" + zip-stream: "npm:^7.0.2" + checksum: 10c0/bcb12f3c8c0baac15ab0b3e92d2b6a249a09c59ffded8b259bdf5ff7ea547a75a93d79e614f99d8ba9d5f4a8ee43bbcedcd07117b1faef3369249fd8070efec8 + languageName: node + linkType: hard + "argparse@npm:2.0.1, argparse@npm:^2.0.1": version: 2.0.1 resolution: "argparse@npm:2.0.1" @@ -6414,12 +6395,12 @@ __metadata: languageName: node linkType: hard -"asyncbox@npm:6.1.0, asyncbox@npm:^6.0.1, asyncbox@npm:^6.1.0": - version: 6.1.0 - resolution: "asyncbox@npm:6.1.0" +"asyncbox@npm:^6.0.1, asyncbox@npm:^6.1.0, asyncbox@npm:^6.3.0": + version: 6.3.4 + resolution: "asyncbox@npm:6.3.4" dependencies: p-limit: "npm:^7.2.0" - checksum: 10c0/301bfbef94e3d1a10d49bd6b98cc09d4c37b3fcaf26ab1fef183a8c2dc03f4fc004496941199613e1da28e4aef69d73627be96944eb5a5f4b7de75547aa378a5 + checksum: 10c0/09ef7ae4588651849063cdd153b3a31c4b3cd5b71ab86cac0b9cbd55f7218563dc09b91de8677b725f018fd6d8d703c64c57c1742dd5cc81ad07beec2e7a94a9 languageName: node linkType: hard @@ -6439,14 +6420,15 @@ __metadata: languageName: node linkType: hard -"axios@npm:1.16.0, axios@npm:^1.12.0, axios@npm:^1.13.5, axios@npm:^1.15.0, axios@npm:^1.4.0, axios@npm:^1.6.5, axios@npm:^1.6.7, axios@npm:^1.x": - version: 1.16.0 - resolution: "axios@npm:1.16.0" +"axios@npm:^1.15.1, axios@npm:^1.16.0, axios@npm:^1.18.0, axios@npm:^1.4.0": + version: 1.18.1 + resolution: "axios@npm:1.18.1" dependencies: follow-redirects: "npm:^1.16.0" form-data: "npm:^4.0.5" + https-proxy-agent: "npm:^5.0.1" proxy-from-env: "npm:^2.1.0" - checksum: 10c0/1c91a5221b77b76072026b4cc95ecdf38f7c3e33e63423abec09a85e6e9a12279637dcc9ac2ba1fc333e0c447fb3b0f46d7965acb5d7cea02d188e9c6d425c0b + checksum: 10c0/9d9378a3af0d0ad730a52ad9d15ec7201f3926ad6e7e8bbffc5ae21ca2835ad11d1d9598698f5dd9718917486039f55ea1d7dc23d8e44fa827a55cc3262c02fc languageName: node linkType: hard @@ -6667,13 +6649,6 @@ __metadata: languageName: node linkType: hard -"base64-stream@npm:1.0.0": - version: 1.0.0 - resolution: "base64-stream@npm:1.0.0" - checksum: 10c0/5735cb5678c61a01763cc158e599a57bf23cbc1d1d6e14e0bf28a559bf0ac3cc0ef223db415ec8cdc6eeb086b08b6340f2c949be89b5cb53f7d7abb8370dd823 - languageName: node - linkType: hard - "basic-auth@npm:~2.0.1": version: 2.0.1 resolution: "basic-auth@npm:2.0.1" @@ -6715,7 +6690,7 @@ __metadata: languageName: node linkType: hard -"bluebird@npm:3.7.2, bluebird@npm:^3.1.1, bluebird@npm:^3.4.7, bluebird@npm:^3.5.1, bluebird@npm:^3.5.5, bluebird@npm:^3.7.2": +"bluebird@npm:3.7.2": version: 3.7.2 resolution: "bluebird@npm:3.7.2" checksum: 10c0/680de03adc54ff925eaa6c7bb9a47a0690e8b5de60f4792604aae8ed618c65e6b63a7893b57ca924beaf53eee69c5af4f8314148c08124c550fe1df1add897d2 @@ -7255,13 +7230,6 @@ __metadata: languageName: node linkType: hard -"commander@npm:^6.2.0": - version: 6.2.1 - resolution: "commander@npm:6.2.1" - checksum: 10c0/85748abd9d18c8bc88febed58b98f66b7c591d9b5017cad459565761d7b29ca13b7783ea2ee5ce84bf235897333706c4ce29adf1ce15c8252780e7000e2ce9ea - languageName: node - linkType: hard - "commander@npm:^9.3.0, commander@npm:^9.4.1": version: 9.5.0 resolution: "commander@npm:9.5.0" @@ -7289,6 +7257,19 @@ __metadata: languageName: node linkType: hard +"compress-commons@npm:^7.0.0": + version: 7.0.1 + resolution: "compress-commons@npm:7.0.1" + dependencies: + crc-32: "npm:^1.2.0" + crc32-stream: "npm:^7.0.1" + is-stream: "npm:^4.0.0" + normalize-path: "npm:^3.0.0" + readable-stream: "npm:^4.0.0" + checksum: 10c0/9837b9971c7e536f14b113178e944741a0cb76051db2c84ff23da2b6321f2f6da8ed922d713bb643987d4cd39eeaa537c73d9d7843f9eb74f8fe47afe93d0733 + languageName: node + linkType: hard + "compressible@npm:~2.0.18": version: 2.0.18 resolution: "compressible@npm:2.0.18" @@ -7332,13 +7313,6 @@ __metadata: languageName: node linkType: hard -"console-control-strings@npm:1.1.0": - version: 1.1.0 - resolution: "console-control-strings@npm:1.1.0" - checksum: 10c0/7ab51d30b52d461412cd467721bb82afe695da78fff8f29fe6f6b9cbaac9a2328e27a22a966014df9532100f6dd85370460be8130b9c677891ba36d96a343f50 - languageName: node - linkType: hard - "content-disposition@npm:^1.0.0": version: 1.0.0 resolution: "content-disposition@npm:1.0.0" @@ -7441,6 +7415,16 @@ __metadata: languageName: node linkType: hard +"crc32-stream@npm:^7.0.1": + version: 7.0.1 + resolution: "crc32-stream@npm:7.0.1" + dependencies: + crc-32: "npm:^1.2.0" + readable-stream: "npm:^4.0.0" + checksum: 10c0/0d8d217ca4f328bba859a6bef8593028d24841bef2fe4dc44ae892c7cace4301ce6d5676b568642ddb0a709ee3f0f7af1d1ada4c9c399bc5a4ff9b93d5d1071d + languageName: node + linkType: hard + "cross-spawn@npm:^6.0.0": version: 6.0.6 resolution: "cross-spawn@npm:6.0.6" @@ -7478,10 +7462,10 @@ __metadata: languageName: node linkType: hard -"css-selector-parser@npm:^3.0.0": - version: 3.0.4 - resolution: "css-selector-parser@npm:3.0.4" - checksum: 10c0/6bae9b26cadad736520e3f759f6281d43e02741092f2273def4cf9dee14073b90d96747e1574c42b57624421e56b57fd26348633d25fa1f201c85fefbd615597 +"css-selector-parser@npm:^3.3.0": + version: 3.3.0 + resolution: "css-selector-parser@npm:3.3.0" + checksum: 10c0/7ec2c19800ce52591cf32d3d3745db5a8715b40dbd01057c9b799577c47b0ce5e29c19369a50bf3d6f8990fc3278544f1f73d5c03646c0fe752ce83330eff608 languageName: node linkType: hard @@ -7772,15 +7756,6 @@ __metadata: languageName: node linkType: hard -"dnssd@npm:^0.x": - version: 0.4.1 - resolution: "dnssd@npm:0.4.1" - bin: - dnssd-js: ./bin/bin.js - checksum: 10c0/06d45ff8e1e366afbf4de51535fa08a8af8fad3c9ac2469bfd1dd4294a16c7f2402033ccecff4d76c449b587e1ab0a7240b4860bb165969be47ee14fda36698f - languageName: node - linkType: hard - "doctrine@npm:^2.1.0": version: 2.1.0 resolution: "doctrine@npm:2.1.0" @@ -8581,14 +8556,14 @@ __metadata: "@types/node": "catalog:" "@types/react": "npm:~19.2.0" "@wdio/types": "npm:^9.20.0" - appium: "npm:^3.1.1" - appium-uiautomator2-driver: "npm:^7.0.0" + appium: "npm:^3.5.2" + appium-uiautomator2-driver: "npm:^8.1.0" appium-xcuitest-driver: "npm:^11.0.0" react: "npm:19.2.3" react-native: "npm:^0.85.0" react-native-safe-area-context: "npm:^5.6.0" react-native-test-app: "workspace:*" - webdriverio: "patch:webdriverio@npm%3A9.26.1#~/.yarn/patches/webdriverio-npm-9.20.0-664a6da575.patch" + webdriverio: "patch:webdriverio@npm%3A9.29.1#~/.yarn/patches/webdriverio-npm-9.20.0-664a6da575.patch" languageName: unknown linkType: soft @@ -8902,13 +8877,6 @@ __metadata: languageName: node linkType: hard -"find-up-simple@npm:^1.0.0": - version: 1.0.1 - resolution: "find-up-simple@npm:1.0.1" - checksum: 10c0/ad34de157b7db925d50ff78302fefb28e309f3bc947c93ffca0f9b0bccf9cf1a2dc57d805d5c94ec9fc60f4838f5dbdfd2a48ecd77c23015fa44c6dd5f60bc40 - languageName: node - linkType: hard - "find-up@npm:^4.1.0": version: 4.1.0 resolution: "find-up@npm:4.1.0" @@ -8981,7 +8949,7 @@ __metadata: languageName: node linkType: hard -"form-data@npm:^4.0.5, form-data@npm:~4.0.5": +"form-data@npm:^4.0.5, form-data@npm:~4.0.6": version: 4.0.6 resolution: "form-data@npm:4.0.6" dependencies: @@ -9211,16 +9179,6 @@ __metadata: languageName: node linkType: hard -"get-stream@npm:9.0.1": - version: 9.0.1 - resolution: "get-stream@npm:9.0.1" - dependencies: - "@sec-ant/readable-stream": "npm:^0.4.1" - is-stream: "npm:^4.0.1" - checksum: 10c0/d70e73857f2eea1826ac570c3a912757dcfbe8a718a033fa0c23e12ac8e7d633195b01710e0559af574cbb5af101009b42df7b6f6b29ceec8dbdf7291931b948 - languageName: node - linkType: hard - "get-stream@npm:^4.0.0": version: 4.1.0 resolution: "get-stream@npm:4.1.0" @@ -9502,7 +9460,7 @@ __metadata: languageName: node linkType: hard -"hasown@npm:^2.0.2, hasown@npm:^2.0.4, hasown@npm:~2.0.2": +"hasown@npm:^2.0.2, hasown@npm:^2.0.4, hasown@npm:~2.0.4": version: 2.0.4 resolution: "hasown@npm:2.0.4" dependencies: @@ -9666,6 +9624,16 @@ __metadata: languageName: node linkType: hard +"https-proxy-agent@npm:^5.0.1": + version: 5.0.1 + resolution: "https-proxy-agent@npm:5.0.1" + dependencies: + agent-base: "npm:6" + debug: "npm:4" + checksum: 10c0/6dd639f03434003577c62b27cafdb864784ef19b2de430d8ae2a1d45e31c4fd60719e5637b44db1a88a046934307da7089e03d6089ec3ddacc1189d8de8897d1 + languageName: node + linkType: hard + "https-proxy-agent@npm:^7.0.5, https-proxy-agent@npm:^7.0.6": version: 7.0.6 resolution: "https-proxy-agent@npm:7.0.6" @@ -9778,13 +9746,6 @@ __metadata: languageName: node linkType: hard -"index-to-position@npm:^1.1.0": - version: 1.2.0 - resolution: "index-to-position@npm:1.2.0" - checksum: 10c0/d7ac9fae9fad1d7fbeb7bd92e1553b26e8b10522c2d80af5c362828428a41360e21fc5915d7b8c8227eb0f0d37b12099846ac77381a04d6c0059eb81749e374d - languageName: node - linkType: hard - "inflight@npm:^1.0.4": version: 1.0.6 resolution: "inflight@npm:1.0.6" @@ -9843,17 +9804,15 @@ __metadata: languageName: node linkType: hard -"io.appium.settings@npm:^7.0.1, io.appium.settings@npm:^7.0.4": - version: 7.0.21 - resolution: "io.appium.settings@npm:7.0.21" +"io.appium.settings@npm:^7.1.3": + version: 7.1.10 + resolution: "io.appium.settings@npm:7.1.10" dependencies: "@appium/logger": "npm:^2.0.0-rc.1" asyncbox: "npm:^6.0.1" - bluebird: "npm:^3.5.1" - lodash: "npm:^4.2.1" semver: "npm:^7.5.4" teen_process: "npm:^4.0.4" - checksum: 10c0/35c9f0fe2a397261a28ba26ee38d0971a17d35fccb2ea306428cdd8292689959960fa7c7a057c5ce1e4832df1c19c3425c1136ee0c9ac91df62485e5b3defc1a + checksum: 10c0/9ca467d46001038addab0c5c6e997fb97c992de2b2a6134f22cd5051791b73bfca2e139ff0460b0538aeb2a6bdb797a2da04e0d73fdff9ba8db2ae14fdc60836 languageName: node linkType: hard @@ -10129,7 +10088,7 @@ __metadata: languageName: node linkType: hard -"is-stream@npm:^4.0.1": +"is-stream@npm:^4.0.0": version: 4.0.1 resolution: "is-stream@npm:4.0.1" checksum: 10c0/2706c7f19b851327ba374687bc4a3940805e14ca496dc672b9629e744d143b1ad9c6f1b162dece81c7bfbc0f83b32b61ccc19ad2e05aad2dd7af347408f60c7f @@ -10173,13 +10132,6 @@ __metadata: languageName: node linkType: hard -"is-unicode-supported@npm:^2.0.0": - version: 2.1.0 - resolution: "is-unicode-supported@npm:2.1.0" - checksum: 10c0/a0f53e9a7c1fdbcf2d2ef6e40d4736fdffff1c9f8944c75e15425118ff3610172c87bf7bc6c34d3903b04be59790bb2212ddbe21ee65b5a97030fc50370545a5 - languageName: node - linkType: hard - "is-weakmap@npm:^2.0.2": version: 2.0.2 resolution: "is-weakmap@npm:2.0.2" @@ -10595,8 +10547,8 @@ __metadata: linkType: hard "knip@npm:^6.23.0": - version: 6.23.0 - resolution: "knip@npm:6.23.0" + version: 6.24.0 + resolution: "knip@npm:6.24.0" dependencies: fdir: "npm:^6.5.0" formatly: "npm:^0.3.0" @@ -10614,7 +10566,7 @@ __metadata: bin: knip: bin/knip.js knip-bun: bin/knip-bun.js - checksum: 10c0/ef27c7353e3622e4e494db27563a7e96d8bf5a766f2b4b1eb4a5b8d82d8f65befed5deada5ad51e9b24f4038e6dc26bfc18f7bca15e320f986c438f3796d9352 + checksum: 10c0/fe55ed075fd240e678a0064895d5361b2758fdfbe40a53823cbb2b59f1e2a6fb67e7f6f1f12d7312c525c8c910afbe93c8368d3e61eeac876effe80f4bbd4c45 languageName: node linkType: hard @@ -10792,7 +10744,7 @@ __metadata: languageName: node linkType: hard -"lodash@npm:^4.0.0, lodash@npm:^4.17.11, lodash@npm:^4.17.14, lodash@npm:^4.17.15, lodash@npm:^4.17.21, lodash@npm:^4.17.4, lodash@npm:^4.18.1, lodash@npm:^4.2.1": +"lodash@npm:^4.17.14, lodash@npm:^4.17.15, lodash@npm:^4.17.21, lodash@npm:^4.17.4": version: 4.18.1 resolution: "lodash@npm:4.18.1" checksum: 10c0/757228fc68805c59789e82185135cf85f05d0b2d3d54631d680ca79ec21944ec8314d4533639a14b8bcfbd97a517e78960933041a5af17ecb693ec6eecb99a27 @@ -10809,16 +10761,6 @@ __metadata: languageName: node linkType: hard -"log-symbols@npm:7.0.1": - version: 7.0.1 - resolution: "log-symbols@npm:7.0.1" - dependencies: - is-unicode-supported: "npm:^2.0.0" - yoctocolors: "npm:^2.1.1" - checksum: 10c0/71d30f9a44b8604b14df5e7c9b579d739997253db7385339d493ece41ee2cc74c1f96c5b4c0b2c1e0829b05348d4f287e68faab495b7a094a80f51351c816075 - languageName: node - linkType: hard - "log-symbols@npm:^2.2.0": version: 2.2.0 resolution: "log-symbols@npm:2.2.0" @@ -10887,10 +10829,10 @@ __metadata: languageName: node linkType: hard -"lru-cache@npm:^11.0.0, lru-cache@npm:^11.1.0, lru-cache@npm:^11.3.5": - version: 11.3.5 - resolution: "lru-cache@npm:11.3.5" - checksum: 10c0/5b54ef7b88afb4bd25b7a778f1b2b1cde32d9770913e530da34ab203cf0442413bcaa6e372800cbab9562557a4480e4d8bf32e3a368bb5a91b12218eca085c66 +"lru-cache@npm:^11.0.0, lru-cache@npm:^11.1.0, lru-cache@npm:^11.5.1": + version: 11.5.1 + resolution: "lru-cache@npm:11.5.1" + checksum: 10c0/7b341cea79a8efe9c6a6f20c8757a77eca5b25d7ff983ccf4e11e547b81f6787824baa1c84705251dff84ab4ffac85717ac354b9d02e465f86a9f8b166409979 languageName: node linkType: hard @@ -11678,16 +11620,16 @@ __metadata: languageName: node linkType: hard -"morgan@npm:1.10.1": - version: 1.10.1 - resolution: "morgan@npm:1.10.1" +"morgan@npm:1.11.0": + version: 1.11.0 + resolution: "morgan@npm:1.11.0" dependencies: basic-auth: "npm:~2.0.1" debug: "npm:2.6.9" depd: "npm:~2.0.0" - on-finished: "npm:~2.3.0" + on-finished: "npm:~2.4.1" on-headers: "npm:~1.1.0" - checksum: 10c0/2ecd68504d29151b516a6233839e4f27ae0312acc4dbcb1fe84ff9b5db0eb9b25f31258a931dcf689184b4858839572095fcc62eef3cbd7339287d59f1424346 + checksum: 10c0/1d8c67bdeb34dc4112f5b6cbff0d5b4ef14bfdcb9f67a7ae67fc7a77282c18dd493a11dc8dff1ff2e285c1846947cfdc3698fdceb1fa7bea2a09fe6cb754455d languageName: node linkType: hard @@ -11721,15 +11663,6 @@ __metadata: languageName: node linkType: hard -"ncp@npm:2.0.0": - version: 2.0.0 - resolution: "ncp@npm:2.0.0" - bin: - ncp: ./bin/ncp - checksum: 10c0/d515babf9d3205ab9252e7d640af7c3e1a880317016d41f2fce2e6b9c8f60eb8bb6afde30e8c4f8e1e3fa551465f094433c3f364b25a85d6a28ec52c1ad6e067 - languageName: node - linkType: hard - "negotiator@npm:0.6.3": version: 0.6.3 resolution: "negotiator@npm:0.6.3" @@ -11882,7 +11815,7 @@ __metadata: languageName: node linkType: hard -"normalize-package-data@npm:^8.0.0": +"normalize-package-data@npm:8.0.0": version: 8.0.0 resolution: "normalize-package-data@npm:8.0.0" dependencies: @@ -11962,25 +11895,25 @@ __metadata: languageName: node linkType: hard -"nx@npm:22.7.5, nx@npm:^22.0.0": - version: 22.7.5 - resolution: "nx@npm:22.7.5" +"nx@npm:22.7.6, nx@npm:^22.0.0": + version: 22.7.6 + resolution: "nx@npm:22.7.6" dependencies: "@emnapi/core": "npm:1.4.5" "@emnapi/runtime": "npm:1.4.5" "@emnapi/wasi-threads": "npm:1.0.4" "@jest/diff-sequences": "npm:30.0.1" "@napi-rs/wasm-runtime": "npm:0.2.4" - "@nx/nx-darwin-arm64": "npm:22.7.5" - "@nx/nx-darwin-x64": "npm:22.7.5" - "@nx/nx-freebsd-x64": "npm:22.7.5" - "@nx/nx-linux-arm-gnueabihf": "npm:22.7.5" - "@nx/nx-linux-arm64-gnu": "npm:22.7.5" - "@nx/nx-linux-arm64-musl": "npm:22.7.5" - "@nx/nx-linux-x64-gnu": "npm:22.7.5" - "@nx/nx-linux-x64-musl": "npm:22.7.5" - "@nx/nx-win32-arm64-msvc": "npm:22.7.5" - "@nx/nx-win32-x64-msvc": "npm:22.7.5" + "@nx/nx-darwin-arm64": "npm:22.7.6" + "@nx/nx-darwin-x64": "npm:22.7.6" + "@nx/nx-freebsd-x64": "npm:22.7.6" + "@nx/nx-linux-arm-gnueabihf": "npm:22.7.6" + "@nx/nx-linux-arm64-gnu": "npm:22.7.6" + "@nx/nx-linux-arm64-musl": "npm:22.7.6" + "@nx/nx-linux-x64-gnu": "npm:22.7.6" + "@nx/nx-linux-x64-musl": "npm:22.7.6" + "@nx/nx-win32-arm64-msvc": "npm:22.7.6" + "@nx/nx-win32-x64-msvc": "npm:22.7.6" "@tybys/wasm-util": "npm:0.9.0" "@yarnpkg/lockfile": "npm:1.1.0" "@zkochan/js-yaml": "npm:0.0.7" @@ -12023,7 +11956,7 @@ __metadata: figures: "npm:3.2.0" flat: "npm:5.0.2" follow-redirects: "npm:1.16.0" - form-data: "npm:4.0.5" + form-data: "npm:4.0.6" fs-constants: "npm:1.0.0" function-bind: "npm:1.1.2" get-caller-file: "npm:2.0.5" @@ -12033,7 +11966,7 @@ __metadata: has-flag: "npm:4.0.0" has-symbols: "npm:1.1.0" has-tostringtag: "npm:1.0.2" - hasown: "npm:2.0.2" + hasown: "npm:2.0.4" ieee754: "npm:1.2.1" ignore: "npm:7.0.5" inherits: "npm:2.0.4" @@ -12074,7 +12007,7 @@ __metadata: strip-bom: "npm:3.0.0" supports-color: "npm:7.2.0" tar-stream: "npm:2.2.0" - tmp: "npm:0.2.6" + tmp: "npm:0.2.7" tree-kill: "npm:1.2.2" tsconfig-paths: "npm:4.2.0" tslib: "npm:2.8.1" @@ -12118,7 +12051,7 @@ __metadata: bin: nx: ./dist/bin/nx.js nx-cloud: ./dist/bin/nx-cloud.js - checksum: 10c0/ee43b36dbb9d824187b7ce1fdf19c2e49d7dd984631d2cf2ead11b291428cffafff1296d30bf23f5b8e2ff3dda1680889c576b151c9479b6f82ec07155f0335c + checksum: 10c0/5422fea519b48b602aae81f2ee35ce52374ce367c536b788ed2b8bf12dcd951c27823792c1fd52f6d57ef27c6b5a157bdc6f0143b2027726b50c735bbe670144 languageName: node linkType: hard @@ -12378,31 +12311,31 @@ __metadata: languageName: node linkType: hard -"oxc-parser@npm:^0.137.0": - version: 0.137.0 - resolution: "oxc-parser@npm:0.137.0" - dependencies: - "@oxc-parser/binding-android-arm-eabi": "npm:0.137.0" - "@oxc-parser/binding-android-arm64": "npm:0.137.0" - "@oxc-parser/binding-darwin-arm64": "npm:0.137.0" - "@oxc-parser/binding-darwin-x64": "npm:0.137.0" - "@oxc-parser/binding-freebsd-x64": "npm:0.137.0" - "@oxc-parser/binding-linux-arm-gnueabihf": "npm:0.137.0" - "@oxc-parser/binding-linux-arm-musleabihf": "npm:0.137.0" - "@oxc-parser/binding-linux-arm64-gnu": "npm:0.137.0" - "@oxc-parser/binding-linux-arm64-musl": "npm:0.137.0" - "@oxc-parser/binding-linux-ppc64-gnu": "npm:0.137.0" - "@oxc-parser/binding-linux-riscv64-gnu": "npm:0.137.0" - "@oxc-parser/binding-linux-riscv64-musl": "npm:0.137.0" - "@oxc-parser/binding-linux-s390x-gnu": "npm:0.137.0" - "@oxc-parser/binding-linux-x64-gnu": "npm:0.137.0" - "@oxc-parser/binding-linux-x64-musl": "npm:0.137.0" - "@oxc-parser/binding-openharmony-arm64": "npm:0.137.0" - "@oxc-parser/binding-wasm32-wasi": "npm:0.137.0" - "@oxc-parser/binding-win32-arm64-msvc": "npm:0.137.0" - "@oxc-parser/binding-win32-ia32-msvc": "npm:0.137.0" - "@oxc-parser/binding-win32-x64-msvc": "npm:0.137.0" - "@oxc-project/types": "npm:^0.137.0" +"oxc-parser@npm:^0.138.0": + version: 0.138.0 + resolution: "oxc-parser@npm:0.138.0" + dependencies: + "@oxc-parser/binding-android-arm-eabi": "npm:0.138.0" + "@oxc-parser/binding-android-arm64": "npm:0.138.0" + "@oxc-parser/binding-darwin-arm64": "npm:0.138.0" + "@oxc-parser/binding-darwin-x64": "npm:0.138.0" + "@oxc-parser/binding-freebsd-x64": "npm:0.138.0" + "@oxc-parser/binding-linux-arm-gnueabihf": "npm:0.138.0" + "@oxc-parser/binding-linux-arm-musleabihf": "npm:0.138.0" + "@oxc-parser/binding-linux-arm64-gnu": "npm:0.138.0" + "@oxc-parser/binding-linux-arm64-musl": "npm:0.138.0" + "@oxc-parser/binding-linux-ppc64-gnu": "npm:0.138.0" + "@oxc-parser/binding-linux-riscv64-gnu": "npm:0.138.0" + "@oxc-parser/binding-linux-riscv64-musl": "npm:0.138.0" + "@oxc-parser/binding-linux-s390x-gnu": "npm:0.138.0" + "@oxc-parser/binding-linux-x64-gnu": "npm:0.138.0" + "@oxc-parser/binding-linux-x64-musl": "npm:0.138.0" + "@oxc-parser/binding-openharmony-arm64": "npm:0.138.0" + "@oxc-parser/binding-wasm32-wasi": "npm:0.138.0" + "@oxc-parser/binding-win32-arm64-msvc": "npm:0.138.0" + "@oxc-parser/binding-win32-ia32-msvc": "npm:0.138.0" + "@oxc-parser/binding-win32-x64-msvc": "npm:0.138.0" + "@oxc-project/types": "npm:^0.138.0" dependenciesMeta: "@oxc-parser/binding-android-arm-eabi": optional: true @@ -12444,33 +12377,33 @@ __metadata: optional: true "@oxc-parser/binding-win32-x64-msvc": optional: true - checksum: 10c0/0e34289e73a50d3b65335c876a2d0af79db75c85c8dfb6cd4a777de7a9348e6e3450f7ed4dda5b2b532a458e67f79c7cc98a2ff8d3e45974401064932f8ac7ea - languageName: node - linkType: hard - -"oxc-resolver@npm:11.21.3, oxc-resolver@npm:^11.6.1": - version: 11.21.3 - resolution: "oxc-resolver@npm:11.21.3" - dependencies: - "@oxc-resolver/binding-android-arm-eabi": "npm:11.21.3" - "@oxc-resolver/binding-android-arm64": "npm:11.21.3" - "@oxc-resolver/binding-darwin-arm64": "npm:11.21.3" - "@oxc-resolver/binding-darwin-x64": "npm:11.21.3" - "@oxc-resolver/binding-freebsd-x64": "npm:11.21.3" - "@oxc-resolver/binding-linux-arm-gnueabihf": "npm:11.21.3" - "@oxc-resolver/binding-linux-arm-musleabihf": "npm:11.21.3" - "@oxc-resolver/binding-linux-arm64-gnu": "npm:11.21.3" - "@oxc-resolver/binding-linux-arm64-musl": "npm:11.21.3" - "@oxc-resolver/binding-linux-ppc64-gnu": "npm:11.21.3" - "@oxc-resolver/binding-linux-riscv64-gnu": "npm:11.21.3" - "@oxc-resolver/binding-linux-riscv64-musl": "npm:11.21.3" - "@oxc-resolver/binding-linux-s390x-gnu": "npm:11.21.3" - "@oxc-resolver/binding-linux-x64-gnu": "npm:11.21.3" - "@oxc-resolver/binding-linux-x64-musl": "npm:11.21.3" - "@oxc-resolver/binding-openharmony-arm64": "npm:11.21.3" - "@oxc-resolver/binding-wasm32-wasi": "npm:11.21.3" - "@oxc-resolver/binding-win32-arm64-msvc": "npm:11.21.3" - "@oxc-resolver/binding-win32-x64-msvc": "npm:11.21.3" + checksum: 10c0/42d0e380ca468575a6a82690e2e0905c797ff756db9b72afa23fd1adb2a3d7d5fd5dd19a3537b7358ff235d8b1a3c90f7b2a263fae7ebdd905289293e7d174b5 + languageName: node + linkType: hard + +"oxc-resolver@npm:^11.23.0": + version: 11.23.0 + resolution: "oxc-resolver@npm:11.23.0" + dependencies: + "@oxc-resolver/binding-android-arm-eabi": "npm:11.23.0" + "@oxc-resolver/binding-android-arm64": "npm:11.23.0" + "@oxc-resolver/binding-darwin-arm64": "npm:11.23.0" + "@oxc-resolver/binding-darwin-x64": "npm:11.23.0" + "@oxc-resolver/binding-freebsd-x64": "npm:11.23.0" + "@oxc-resolver/binding-linux-arm-gnueabihf": "npm:11.23.0" + "@oxc-resolver/binding-linux-arm-musleabihf": "npm:11.23.0" + "@oxc-resolver/binding-linux-arm64-gnu": "npm:11.23.0" + "@oxc-resolver/binding-linux-arm64-musl": "npm:11.23.0" + "@oxc-resolver/binding-linux-ppc64-gnu": "npm:11.23.0" + "@oxc-resolver/binding-linux-riscv64-gnu": "npm:11.23.0" + "@oxc-resolver/binding-linux-riscv64-musl": "npm:11.23.0" + "@oxc-resolver/binding-linux-s390x-gnu": "npm:11.23.0" + "@oxc-resolver/binding-linux-x64-gnu": "npm:11.23.0" + "@oxc-resolver/binding-linux-x64-musl": "npm:11.23.0" + "@oxc-resolver/binding-openharmony-arm64": "npm:11.23.0" + "@oxc-resolver/binding-wasm32-wasi": "npm:11.23.0" + "@oxc-resolver/binding-win32-arm64-msvc": "npm:11.23.0" + "@oxc-resolver/binding-win32-x64-msvc": "npm:11.23.0" dependenciesMeta: "@oxc-resolver/binding-android-arm-eabi": optional: true @@ -12510,34 +12443,37 @@ __metadata: optional: true "@oxc-resolver/binding-win32-x64-msvc": optional: true - checksum: 10c0/d25c35bacc6f8f7fa54c99e19666972bf32574f8b68d705a3bfff1c6ef3e8d0262695ecba57d9b156765c30098ee4b8ae4ad37ba48668952b85e6a319444100b - languageName: node - linkType: hard - -"oxfmt@npm:^0.41.0": - version: 0.41.0 - resolution: "oxfmt@npm:0.41.0" - dependencies: - "@oxfmt/binding-android-arm-eabi": "npm:0.41.0" - "@oxfmt/binding-android-arm64": "npm:0.41.0" - "@oxfmt/binding-darwin-arm64": "npm:0.41.0" - "@oxfmt/binding-darwin-x64": "npm:0.41.0" - "@oxfmt/binding-freebsd-x64": "npm:0.41.0" - "@oxfmt/binding-linux-arm-gnueabihf": "npm:0.41.0" - "@oxfmt/binding-linux-arm-musleabihf": "npm:0.41.0" - "@oxfmt/binding-linux-arm64-gnu": "npm:0.41.0" - "@oxfmt/binding-linux-arm64-musl": "npm:0.41.0" - "@oxfmt/binding-linux-ppc64-gnu": "npm:0.41.0" - "@oxfmt/binding-linux-riscv64-gnu": "npm:0.41.0" - "@oxfmt/binding-linux-riscv64-musl": "npm:0.41.0" - "@oxfmt/binding-linux-s390x-gnu": "npm:0.41.0" - "@oxfmt/binding-linux-x64-gnu": "npm:0.41.0" - "@oxfmt/binding-linux-x64-musl": "npm:0.41.0" - "@oxfmt/binding-openharmony-arm64": "npm:0.41.0" - "@oxfmt/binding-win32-arm64-msvc": "npm:0.41.0" - "@oxfmt/binding-win32-ia32-msvc": "npm:0.41.0" - "@oxfmt/binding-win32-x64-msvc": "npm:0.41.0" + checksum: 10c0/fac6b4c8fb18656b877e74a3f02d9f6d5cb366f506c240e8a5b51089dae24f81cd74f62713cd5b87f01d2510725510e20b02367e6ad7811032ec9e5dd87b223f + languageName: node + linkType: hard + +"oxfmt@npm:^0.57.0": + version: 0.57.0 + resolution: "oxfmt@npm:0.57.0" + dependencies: + "@oxfmt/binding-android-arm-eabi": "npm:0.57.0" + "@oxfmt/binding-android-arm64": "npm:0.57.0" + "@oxfmt/binding-darwin-arm64": "npm:0.57.0" + "@oxfmt/binding-darwin-x64": "npm:0.57.0" + "@oxfmt/binding-freebsd-x64": "npm:0.57.0" + "@oxfmt/binding-linux-arm-gnueabihf": "npm:0.57.0" + "@oxfmt/binding-linux-arm-musleabihf": "npm:0.57.0" + "@oxfmt/binding-linux-arm64-gnu": "npm:0.57.0" + "@oxfmt/binding-linux-arm64-musl": "npm:0.57.0" + "@oxfmt/binding-linux-ppc64-gnu": "npm:0.57.0" + "@oxfmt/binding-linux-riscv64-gnu": "npm:0.57.0" + "@oxfmt/binding-linux-riscv64-musl": "npm:0.57.0" + "@oxfmt/binding-linux-s390x-gnu": "npm:0.57.0" + "@oxfmt/binding-linux-x64-gnu": "npm:0.57.0" + "@oxfmt/binding-linux-x64-musl": "npm:0.57.0" + "@oxfmt/binding-openharmony-arm64": "npm:0.57.0" + "@oxfmt/binding-win32-arm64-msvc": "npm:0.57.0" + "@oxfmt/binding-win32-ia32-msvc": "npm:0.57.0" + "@oxfmt/binding-win32-x64-msvc": "npm:0.57.0" tinypool: "npm:2.1.0" + peerDependencies: + svelte: ^5.0.0 + vite-plus: "*" dependenciesMeta: "@oxfmt/binding-android-arm-eabi": optional: true @@ -12577,37 +12513,43 @@ __metadata: optional: true "@oxfmt/binding-win32-x64-msvc": optional: true + peerDependenciesMeta: + svelte: + optional: true + vite-plus: + optional: true bin: oxfmt: bin/oxfmt - checksum: 10c0/5216c1e0ae43d035e22c2306ed102edf53cbd23162318d2813c1261cec4d29c566282d166a96aa21f19dac5ed2f68164aba6ffd2fb215144fe8895e9a96105e8 + checksum: 10c0/39879f27afef9b812094865d70ed51d84ab3b66b85cc6ec8a02dad0aa4ea528d0b8a33553a3a66cefa999c029529959ceb1907e4c71b1b01a882dbccb77ebc1b languageName: node linkType: hard "oxlint@npm:^1.51.0": - version: 1.56.0 - resolution: "oxlint@npm:1.56.0" - dependencies: - "@oxlint/binding-android-arm-eabi": "npm:1.56.0" - "@oxlint/binding-android-arm64": "npm:1.56.0" - "@oxlint/binding-darwin-arm64": "npm:1.56.0" - "@oxlint/binding-darwin-x64": "npm:1.56.0" - "@oxlint/binding-freebsd-x64": "npm:1.56.0" - "@oxlint/binding-linux-arm-gnueabihf": "npm:1.56.0" - "@oxlint/binding-linux-arm-musleabihf": "npm:1.56.0" - "@oxlint/binding-linux-arm64-gnu": "npm:1.56.0" - "@oxlint/binding-linux-arm64-musl": "npm:1.56.0" - "@oxlint/binding-linux-ppc64-gnu": "npm:1.56.0" - "@oxlint/binding-linux-riscv64-gnu": "npm:1.56.0" - "@oxlint/binding-linux-riscv64-musl": "npm:1.56.0" - "@oxlint/binding-linux-s390x-gnu": "npm:1.56.0" - "@oxlint/binding-linux-x64-gnu": "npm:1.56.0" - "@oxlint/binding-linux-x64-musl": "npm:1.56.0" - "@oxlint/binding-openharmony-arm64": "npm:1.56.0" - "@oxlint/binding-win32-arm64-msvc": "npm:1.56.0" - "@oxlint/binding-win32-ia32-msvc": "npm:1.56.0" - "@oxlint/binding-win32-x64-msvc": "npm:1.56.0" - peerDependencies: - oxlint-tsgolint: ">=0.15.0" + version: 1.73.0 + resolution: "oxlint@npm:1.73.0" + dependencies: + "@oxlint/binding-android-arm-eabi": "npm:1.73.0" + "@oxlint/binding-android-arm64": "npm:1.73.0" + "@oxlint/binding-darwin-arm64": "npm:1.73.0" + "@oxlint/binding-darwin-x64": "npm:1.73.0" + "@oxlint/binding-freebsd-x64": "npm:1.73.0" + "@oxlint/binding-linux-arm-gnueabihf": "npm:1.73.0" + "@oxlint/binding-linux-arm-musleabihf": "npm:1.73.0" + "@oxlint/binding-linux-arm64-gnu": "npm:1.73.0" + "@oxlint/binding-linux-arm64-musl": "npm:1.73.0" + "@oxlint/binding-linux-ppc64-gnu": "npm:1.73.0" + "@oxlint/binding-linux-riscv64-gnu": "npm:1.73.0" + "@oxlint/binding-linux-riscv64-musl": "npm:1.73.0" + "@oxlint/binding-linux-s390x-gnu": "npm:1.73.0" + "@oxlint/binding-linux-x64-gnu": "npm:1.73.0" + "@oxlint/binding-linux-x64-musl": "npm:1.73.0" + "@oxlint/binding-openharmony-arm64": "npm:1.73.0" + "@oxlint/binding-win32-arm64-msvc": "npm:1.73.0" + "@oxlint/binding-win32-ia32-msvc": "npm:1.73.0" + "@oxlint/binding-win32-x64-msvc": "npm:1.73.0" + peerDependencies: + oxlint-tsgolint: ">=0.24.0" + vite-plus: "*" dependenciesMeta: "@oxlint/binding-android-arm-eabi": optional: true @@ -12650,9 +12592,11 @@ __metadata: peerDependenciesMeta: oxlint-tsgolint: optional: true + vite-plus: + optional: true bin: oxlint: bin/oxlint - checksum: 10c0/0b95b03106619574244e0837b94730a988c3188a2d0137c07bcc85ee79cb11a3c64e46910b3bca8befce49459af58a503c7e2c26c6022cc11705cf6db787581c + checksum: 10c0/d6ac6634d445b9ab163094f9df1cf6048d25a51b6422bce72c5b59c6aeafacf36070cf6ed772579a17a4f14dedce0e46017cf71328974666908a2570d06caaf7 languageName: node linkType: hard @@ -12755,26 +12699,6 @@ __metadata: languageName: node linkType: hard -"package-changed@npm:3.0.0": - version: 3.0.0 - resolution: "package-changed@npm:3.0.0" - dependencies: - commander: "npm:^6.2.0" - bin: - package-changed: bin/package-changed.js - checksum: 10c0/b2a386bb82ececf11cf2728914085915f4a0fff092646f8643ec6cf64c4e5e664f8e589f56bbe9c8f5a86372b4545d576b1da0c91aee518f19472f4b449ad7e4 - languageName: node - linkType: hard - -"package-directory@npm:8.2.0": - version: 8.2.0 - resolution: "package-directory@npm:8.2.0" - dependencies: - find-up-simple: "npm:^1.0.0" - checksum: 10c0/a2426d4ec22098ba8f35e9d0fa0935e0040ddd276d91330c790a68e36c01a41985ddd81ab1878e5ce9d395d98ca04aab99d107cb68431ff77a087c15e14d40a2 - languageName: node - linkType: hard - "package-json-from-dist@npm:^1.0.0": version: 1.0.0 resolution: "package-json-from-dist@npm:1.0.0" @@ -12827,17 +12751,6 @@ __metadata: languageName: node linkType: hard -"parse-json@npm:^8.3.0": - version: 8.3.0 - resolution: "parse-json@npm:8.3.0" - dependencies: - "@babel/code-frame": "npm:^7.26.2" - index-to-position: "npm:^1.1.0" - type-fest: "npm:^4.39.1" - checksum: 10c0/0eb5a50f88b8428c8f7a9cf021636c16664f0c62190323652d39e7bdf62953e7c50f9957e55e17dc2d74fc05c89c11f5553f381dbc686735b537ea9b101c7153 - languageName: node - linkType: hard - "parse-listing@npm:^1.1.3": version: 1.1.3 resolution: "parse-listing@npm:1.1.3" @@ -13016,7 +12929,17 @@ __metadata: languageName: node linkType: hard -"plist@npm:3.1.0, plist@npm:^3.0.1, plist@npm:^3.0.5": +"plist@npm:4.0.0": + version: 4.0.0 + resolution: "plist@npm:4.0.0" + dependencies: + "@xmldom/xmldom": "npm:^0.9.10" + xmlbuilder: "npm:^15.1.1" + checksum: 10c0/e2d97e11407e873e39764c7397207790dc31b2ddf8a7685bf602ce828de986ee7cce334deb3a630b65e5e99c4be95ea2f14f8c6bb44a900d11edc7f488ab16a8 + languageName: node + linkType: hard + +"plist@npm:^3.0.5": version: 3.1.0 resolution: "plist@npm:3.1.0" dependencies: @@ -13623,19 +13546,6 @@ __metadata: languageName: node linkType: hard -"read-pkg@npm:10.1.0": - version: 10.1.0 - resolution: "read-pkg@npm:10.1.0" - dependencies: - "@types/normalize-package-data": "npm:^2.4.4" - normalize-package-data: "npm:^8.0.0" - parse-json: "npm:^8.3.0" - type-fest: "npm:^5.4.4" - unicorn-magic: "npm:^0.4.0" - checksum: 10c0/6a284bd00945239f715b8a0e986ad0faf29e184f5f26890734991c2696e48b4fa330939f937faac85bc4a2f6be17f8fce288ecd795b337bb4e37a5b75c464569 - languageName: node - linkType: hard - "read-yaml-file@npm:^2.1.0": version: 2.1.0 resolution: "read-yaml-file@npm:2.1.0" @@ -13706,6 +13616,15 @@ __metadata: languageName: node linkType: hard +"readdir-glob@npm:^3.0.0": + version: 3.0.0 + resolution: "readdir-glob@npm:3.0.0" + dependencies: + minimatch: "npm:^10.2.2" + checksum: 10c0/9a358c8347b4db2a1f72168da67f7ef8d9ccd51f7fdaa127eed8170a1025e97942705f827b0b45e6fdc0e40f04d0859ba75c3d471ee1fcc9e2cfb9fc81606989 + languageName: node + linkType: hard + "rechoir@npm:^0.6.2": version: 0.6.2 resolution: "rechoir@npm:0.6.2" @@ -13821,13 +13740,6 @@ __metadata: languageName: node linkType: hard -"resolve-from@npm:5.0.0, resolve-from@npm:^5.0.0": - version: 5.0.0 - resolution: "resolve-from@npm:5.0.0" - checksum: 10c0/b21cb7f1fb746de8107b9febab60095187781137fd803e6a59a76d421444b1531b641bba5857f5dc011974d8a5c635d61cec49e6bd3b7fc20e01f0fafc4efbf2 - languageName: node - linkType: hard - "resolve-from@npm:^4.0.0": version: 4.0.0 resolution: "resolve-from@npm:4.0.0" @@ -13835,6 +13747,13 @@ __metadata: languageName: node linkType: hard +"resolve-from@npm:^5.0.0": + version: 5.0.0 + resolution: "resolve-from@npm:5.0.0" + checksum: 10c0/b21cb7f1fb746de8107b9febab60095187781137fd803e6a59a76d421444b1531b641bba5857f5dc011974d8a5c635d61cec49e6bd3b7fc20e01f0fafc4efbf2 + languageName: node + linkType: hard + "resolve-pkg-maps@npm:^1.0.0": version: 1.0.0 resolution: "resolve-pkg-maps@npm:1.0.0" @@ -14097,15 +14016,6 @@ __metadata: languageName: node linkType: hard -"semver@npm:7.7.4, semver@npm:^7.0.0, semver@npm:^7.1.3, semver@npm:^7.3.2, semver@npm:^7.3.5, semver@npm:^7.5.2, semver@npm:^7.5.4, semver@npm:^7.6.3, semver@npm:^7.7.3, semver@npm:^7.7.4, semver@npm:~7.7.4": - version: 7.7.4 - resolution: "semver@npm:7.7.4" - bin: - semver: bin/semver.js - checksum: 10c0/5215ad0234e2845d4ea5bb9d836d42b03499546ddafb12075566899fc617f68794bb6f146076b6881d755de17d6c6cc73372555879ec7dce2c2feee947866ad2 - languageName: node - linkType: hard - "semver@npm:^5.5.0": version: 5.7.2 resolution: "semver@npm:5.7.2" @@ -14124,6 +14034,15 @@ __metadata: languageName: node linkType: hard +"semver@npm:^7.0.0, semver@npm:^7.1.3, semver@npm:^7.3.2, semver@npm:^7.3.5, semver@npm:^7.5.2, semver@npm:^7.5.4, semver@npm:^7.6.3, semver@npm:^7.7.3, semver@npm:^7.7.4, semver@npm:^7.8.4, semver@npm:~7.8.4": + version: 7.8.5 + resolution: "semver@npm:7.8.5" + bin: + semver: bin/semver.js + checksum: 10c0/b1f3127a5be8125a94f37188b361c212466c292c6910adce3ec106cff5dc211ccaedc4739c11bb70fda59d6fc1f040a9bca289f4e093451521a2372e5231fe0c + languageName: node + linkType: hard + "send@npm:^1.1.0, send@npm:^1.2.0": version: 1.2.1 resolution: "send@npm:1.2.1" @@ -14217,7 +14136,7 @@ __metadata: languageName: node linkType: hard -"set-blocking@npm:2.0.0, set-blocking@npm:^2.0.0": +"set-blocking@npm:^2.0.0": version: 2.0.0 resolution: "set-blocking@npm:2.0.0" checksum: 10c0/9f8c1b2d800800d0b589de1477c753492de5c1548d4ade52f57f1d1f5e04af5481554d75ce5e5c43d4004b80a3eb714398d6907027dc0534177b7539119f4454 @@ -14275,42 +14194,45 @@ __metadata: languageName: node linkType: hard -"sharp@npm:0.34.5": - version: 0.34.5 - resolution: "sharp@npm:0.34.5" - dependencies: - "@img/colour": "npm:^1.0.0" - "@img/sharp-darwin-arm64": "npm:0.34.5" - "@img/sharp-darwin-x64": "npm:0.34.5" - "@img/sharp-libvips-darwin-arm64": "npm:1.2.4" - "@img/sharp-libvips-darwin-x64": "npm:1.2.4" - "@img/sharp-libvips-linux-arm": "npm:1.2.4" - "@img/sharp-libvips-linux-arm64": "npm:1.2.4" - "@img/sharp-libvips-linux-ppc64": "npm:1.2.4" - "@img/sharp-libvips-linux-riscv64": "npm:1.2.4" - "@img/sharp-libvips-linux-s390x": "npm:1.2.4" - "@img/sharp-libvips-linux-x64": "npm:1.2.4" - "@img/sharp-libvips-linuxmusl-arm64": "npm:1.2.4" - "@img/sharp-libvips-linuxmusl-x64": "npm:1.2.4" - "@img/sharp-linux-arm": "npm:0.34.5" - "@img/sharp-linux-arm64": "npm:0.34.5" - "@img/sharp-linux-ppc64": "npm:0.34.5" - "@img/sharp-linux-riscv64": "npm:0.34.5" - "@img/sharp-linux-s390x": "npm:0.34.5" - "@img/sharp-linux-x64": "npm:0.34.5" - "@img/sharp-linuxmusl-arm64": "npm:0.34.5" - "@img/sharp-linuxmusl-x64": "npm:0.34.5" - "@img/sharp-wasm32": "npm:0.34.5" - "@img/sharp-win32-arm64": "npm:0.34.5" - "@img/sharp-win32-ia32": "npm:0.34.5" - "@img/sharp-win32-x64": "npm:0.34.5" +"sharp@npm:0.35.1": + version: 0.35.1 + resolution: "sharp@npm:0.35.1" + dependencies: + "@img/colour": "npm:^1.1.0" + "@img/sharp-darwin-arm64": "npm:0.35.1" + "@img/sharp-darwin-x64": "npm:0.35.1" + "@img/sharp-freebsd-wasm32": "npm:0.35.1" + "@img/sharp-libvips-darwin-arm64": "npm:1.3.0" + "@img/sharp-libvips-darwin-x64": "npm:1.3.0" + "@img/sharp-libvips-linux-arm": "npm:1.3.0" + "@img/sharp-libvips-linux-arm64": "npm:1.3.0" + "@img/sharp-libvips-linux-ppc64": "npm:1.3.0" + "@img/sharp-libvips-linux-riscv64": "npm:1.3.0" + "@img/sharp-libvips-linux-s390x": "npm:1.3.0" + "@img/sharp-libvips-linux-x64": "npm:1.3.0" + "@img/sharp-libvips-linuxmusl-arm64": "npm:1.3.0" + "@img/sharp-libvips-linuxmusl-x64": "npm:1.3.0" + "@img/sharp-linux-arm": "npm:0.35.1" + "@img/sharp-linux-arm64": "npm:0.35.1" + "@img/sharp-linux-ppc64": "npm:0.35.1" + "@img/sharp-linux-riscv64": "npm:0.35.1" + "@img/sharp-linux-s390x": "npm:0.35.1" + "@img/sharp-linux-x64": "npm:0.35.1" + "@img/sharp-linuxmusl-arm64": "npm:0.35.1" + "@img/sharp-linuxmusl-x64": "npm:0.35.1" + "@img/sharp-webcontainers-wasm32": "npm:0.35.1" + "@img/sharp-win32-arm64": "npm:0.35.1" + "@img/sharp-win32-ia32": "npm:0.35.1" + "@img/sharp-win32-x64": "npm:0.35.1" detect-libc: "npm:^2.1.2" - semver: "npm:^7.7.3" + semver: "npm:^7.8.4" dependenciesMeta: "@img/sharp-darwin-arm64": optional: true "@img/sharp-darwin-x64": optional: true + "@img/sharp-freebsd-wasm32": + optional: true "@img/sharp-libvips-darwin-arm64": optional: true "@img/sharp-libvips-darwin-x64": @@ -14347,7 +14269,7 @@ __metadata: optional: true "@img/sharp-linuxmusl-x64": optional: true - "@img/sharp-wasm32": + "@img/sharp-webcontainers-wasm32": optional: true "@img/sharp-win32-arm64": optional: true @@ -14355,7 +14277,7 @@ __metadata: optional: true "@img/sharp-win32-x64": optional: true - checksum: 10c0/fd79e29df0597a7d5704b8461c51f944ead91a5243691697be6e8243b966402beda53ddc6f0a53b96ea3cb8221f0b244aa588114d3ebf8734fb4aefd41ab802f + checksum: 10c0/9032cd232f257b5771436465f830db50ed75d2e9a5beefeda18b34dde22ccf3a33cbf33e49fc4325005dedf2626aaf880955609f7e111d88b8275d317fbfb57c languageName: node linkType: hard @@ -14391,7 +14313,7 @@ __metadata: languageName: node linkType: hard -"shell-quote@npm:^1.6.1, shell-quote@npm:^1.7.3, shell-quote@npm:^1.8.1, shell-quote@npm:^1.8.3, shell-quote@npm:^1.8.4": +"shell-quote@npm:^1.6.1, shell-quote@npm:^1.7.3, shell-quote@npm:^1.8.1, shell-quote@npm:^1.8.4": version: 1.8.4 resolution: "shell-quote@npm:1.8.4" checksum: 10c0/86c93678bc394cb81f5ddcdc87df9c95d279ef9652775cd1cd1eed361404169a8d8cbaacaeed232ab09919e36ee1e5363863570390d78571f8c22b7f6312fb40 @@ -14516,7 +14438,7 @@ __metadata: languageName: node linkType: hard -"slugify@npm:1.6.6, slugify@npm:^1.6.6": +"slugify@npm:^1.6.6": version: 1.6.6 resolution: "slugify@npm:1.6.6" checksum: 10c0/e7e63f08f389a371d6228bc19d64ec84360bf0a538333446cc49dbbf3971751a6d180d2f31551188dd007a65ca771e69f574e0283290a7825a818e90b75ef44d @@ -14984,13 +14906,6 @@ __metadata: languageName: node linkType: hard -"supports-color@npm:10.2.2": - version: 10.2.2 - resolution: "supports-color@npm:10.2.2" - checksum: 10c0/fb28dd7e0cdf80afb3f2a41df5e068d60c8b4f97f7140de2eaed5b42e075d82a0e980b20a2c0efd2b6d73cfacb55555285d8cc719fa0472220715aefeaa1da7c - languageName: node - linkType: hard - "supports-color@npm:7.2.0, supports-color@npm:^7.1.0": version: 7.2.0 resolution: "supports-color@npm:7.2.0" @@ -15080,13 +14995,12 @@ __metadata: languageName: node linkType: hard -"teen_process@npm:^4.0.4, teen_process@npm:^4.0.7, teen_process@npm:^4.1.0, teen_process@npm:~4.1.1": - version: 4.1.2 - resolution: "teen_process@npm:4.1.2" +"teen_process@npm:^4.0.4, teen_process@npm:^4.0.7, teen_process@npm:^4.1.0, teen_process@npm:~4.1.3": + version: 4.1.7 + resolution: "teen_process@npm:4.1.7" dependencies: - lodash: "npm:^4.17.21" shell-quote: "npm:^1.8.1" - checksum: 10c0/bb9e6415df7ece16c5bcf556a6ca40c567be1a82ac20e0fdbc644739ba40adddd030e804d597e2789408a92b0cf3731a4b6270eaf4780ed3509779137f0c05bc + checksum: 10c0/e9d1a06b4ed04d474c36e3acff634810c1a6e0e54ccd6cc9a07dbb78a8b3c93e1049dccd3ff848d3b757cc65f6da56cbd3e6bc782dfd466c4e6c71227732b8e5 languageName: node linkType: hard @@ -15160,7 +15074,7 @@ __metadata: languageName: node linkType: hard -"tmp@npm:^0.2.6": +"tmp@npm:^0.2.7": version: 0.2.7 resolution: "tmp@npm:0.2.7" checksum: 10c0/59eb55584f2f07210d3231b6a1f6b5c2b9794d8a7b509c8ee867ed2acad6d2245ee2448b7937b676ffbff3155a70077edde8a69f9d7cf0f90c86a62e8910c357 @@ -15290,21 +15204,12 @@ __metadata: languageName: node linkType: hard -"type-fest@npm:5.4.4": - version: 5.4.4 - resolution: "type-fest@npm:5.4.4" +"type-fest@npm:5.7.0": + version: 5.7.0 + resolution: "type-fest@npm:5.7.0" dependencies: tagged-tag: "npm:^1.0.0" - checksum: 10c0/bf9c6d7df5383fd720aac71da8ce8690ff1c554459d19cf3c72d61eac98255dba57abe20c628f91f4116f66211791462fdafa90b2be2d7405a5a4c295e4d849d - languageName: node - linkType: hard - -"type-fest@npm:5.6.0, type-fest@npm:^5.4.4": - version: 5.6.0 - resolution: "type-fest@npm:5.6.0" - dependencies: - tagged-tag: "npm:^1.0.0" - checksum: 10c0/5468a8ffda7f3904e6f7bbd8069eb8b6dd4bd9156e206df7a01d09a73e28cd1afedf74ead9d0fc12841c8c90074194859feca240511c50800962fde1bd9ddcbc + checksum: 10c0/f71ed17b753649421e419db8cc2e140f930333a1467b1d9cca2e0e4052900fd442f2360bae73f3a6bf9340d949ac46d9a1598c709b4c8089272e7624df9c8716 languageName: node linkType: hard @@ -15315,7 +15220,7 @@ __metadata: languageName: node linkType: hard -"type-fest@npm:^4.31.0, type-fest@npm:^4.39.1": +"type-fest@npm:^4.31.0": version: 4.41.0 resolution: "type-fest@npm:4.41.0" checksum: 10c0/f5ca697797ed5e88d33ac8f1fec21921839871f808dc59345c9cf67345bfb958ce41bd821165dbf3ae591cedec2bf6fe8882098dfdd8dc54320b859711a2c1e4 @@ -15580,13 +15485,6 @@ __metadata: languageName: node linkType: hard -"unicorn-magic@npm:^0.4.0": - version: 0.4.0 - resolution: "unicorn-magic@npm:0.4.0" - checksum: 10c0/cd6eff90967a5528dfa2016bdb5b38b0cd64c8558f9ba04fb5c2c23f3a232a67dfe2bfa4c45af3685d5f1a40dbac6a36d48e053f80f97ae4da1e0f6a55431685 - languageName: node - linkType: hard - "universal-user-agent@npm:^7.0.0, universal-user-agent@npm:^7.0.2": version: 7.0.2 resolution: "universal-user-agent@npm:7.0.2" @@ -15768,37 +15666,37 @@ __metadata: languageName: node linkType: hard -"webdriver@npm:9.26.1": - version: 9.26.1 - resolution: "webdriver@npm:9.26.1" +"webdriver@npm:9.29.1": + version: 9.29.1 + resolution: "webdriver@npm:9.29.1" dependencies: "@types/node": "npm:^20.1.0" "@types/ws": "npm:^8.5.3" - "@wdio/config": "npm:9.26.1" - "@wdio/logger": "npm:9.18.0" - "@wdio/protocols": "npm:9.26.1" - "@wdio/types": "npm:9.26.1" - "@wdio/utils": "npm:9.26.1" + "@wdio/config": "npm:9.29.1" + "@wdio/logger": "npm:9.29.1" + "@wdio/protocols": "npm:9.29.1" + "@wdio/types": "npm:9.29.1" + "@wdio/utils": "npm:9.29.1" deepmerge-ts: "npm:^7.0.3" https-proxy-agent: "npm:^7.0.6" undici: "npm:^6.21.3" ws: "npm:^8.8.0" - checksum: 10c0/dec89286fc8548be0e4576db56ab532cea1b887a4b38d2efeae28d068e54f1f0bade1e535d87d7826e9c5f8b23f609b645c241f6d6414f50dec62b225dbb03d1 + checksum: 10c0/1103d7bef952acb4f7e2e2ee441fe28355cabc5cbf9b141a74a0e800db9da5ac56cecd0d14c9b9bb52c357dad5c2ab205a1b92a1a86b11e42fd7d266583e6c30 languageName: node linkType: hard -"webdriverio@npm:9.26.1": - version: 9.26.1 - resolution: "webdriverio@npm:9.26.1" +"webdriverio@npm:9.29.1": + version: 9.29.1 + resolution: "webdriverio@npm:9.29.1" dependencies: "@types/node": "npm:^20.11.30" "@types/sinonjs__fake-timers": "npm:^8.1.5" - "@wdio/config": "npm:9.26.1" - "@wdio/logger": "npm:9.18.0" - "@wdio/protocols": "npm:9.26.1" + "@wdio/config": "npm:9.29.1" + "@wdio/logger": "npm:9.29.1" + "@wdio/protocols": "npm:9.29.1" "@wdio/repl": "npm:9.16.2" - "@wdio/types": "npm:9.26.1" - "@wdio/utils": "npm:9.26.1" + "@wdio/types": "npm:9.29.1" + "@wdio/utils": "npm:9.29.1" archiver: "npm:^7.0.1" aria-query: "npm:^5.3.0" cheerio: "npm:^1.0.0-rc.12" @@ -15815,28 +15713,28 @@ __metadata: rgb2hex: "npm:0.2.5" serialize-error: "npm:^12.0.0" urlpattern-polyfill: "npm:^10.0.0" - webdriver: "npm:9.26.1" + webdriver: "npm:9.29.1" peerDependencies: puppeteer-core: ">=22.x || <=24.x" peerDependenciesMeta: puppeteer-core: optional: true - checksum: 10c0/a990882c850d08f86f4e28a3dd2e1620754d00aebb8eeb58141b528362c2c56241217a413646a5b00cd2ba791928c39645321790c2639361271c4159b7a6db8d + checksum: 10c0/a4c46767a07b313a5e2adfeff5c546e90432ec4fe15f2cb82170b3c7a2f932f09797c8195bc81e3bc9221999ab8c6511627d8eeb8346a543e521df8704815de7 languageName: node linkType: hard -"webdriverio@patch:webdriverio@npm%3A9.26.1#~/.yarn/patches/webdriverio-npm-9.20.0-664a6da575.patch": - version: 9.26.1 - resolution: "webdriverio@patch:webdriverio@npm%3A9.26.1#~/.yarn/patches/webdriverio-npm-9.20.0-664a6da575.patch::version=9.26.1&hash=5199b0" +"webdriverio@patch:webdriverio@npm%3A9.29.1#~/.yarn/patches/webdriverio-npm-9.20.0-664a6da575.patch": + version: 9.29.1 + resolution: "webdriverio@patch:webdriverio@npm%3A9.29.1#~/.yarn/patches/webdriverio-npm-9.20.0-664a6da575.patch::version=9.29.1&hash=5199b0" dependencies: "@types/node": "npm:^20.11.30" "@types/sinonjs__fake-timers": "npm:^8.1.5" - "@wdio/config": "npm:9.26.1" - "@wdio/logger": "npm:9.18.0" - "@wdio/protocols": "npm:9.26.1" + "@wdio/config": "npm:9.29.1" + "@wdio/logger": "npm:9.29.1" + "@wdio/protocols": "npm:9.29.1" "@wdio/repl": "npm:9.16.2" - "@wdio/types": "npm:9.26.1" - "@wdio/utils": "npm:9.26.1" + "@wdio/types": "npm:9.29.1" + "@wdio/utils": "npm:9.29.1" archiver: "npm:^7.0.1" aria-query: "npm:^5.3.0" cheerio: "npm:^1.0.0-rc.12" @@ -15853,13 +15751,13 @@ __metadata: rgb2hex: "npm:0.2.5" serialize-error: "npm:^12.0.0" urlpattern-polyfill: "npm:^10.0.0" - webdriver: "npm:9.26.1" + webdriver: "npm:9.29.1" peerDependencies: puppeteer-core: ">=22.x || <=24.x" peerDependenciesMeta: puppeteer-core: optional: true - checksum: 10c0/7cdedaa6b7ff907206e539804154f03606cced5347bc2058fa2d6abbd7a597f59a7cba632493982d048e113fa093f660697f74e2db7e63235d2387c65ef1bd86 + checksum: 10c0/70d4650e90f5417d84a1c04b193bd4c1691c1c884b5dc471ed98703bfc0aa3031b32bbe56f73a3fb19cb124af2f2fbcf595278d59b87afdc2888338db1440509 languageName: node linkType: hard @@ -16225,7 +16123,7 @@ __metadata: languageName: node linkType: hard -"yaml@npm:2.9.0, yaml@npm:^2.2.1, yaml@npm:^2.6.1, yaml@npm:^2.9.0": +"yaml@npm:2.9.0, yaml@npm:^2.2.1, yaml@npm:^2.6.1, yaml@npm:^2.9.0, yaml@npm:~2.9.0": version: 2.9.0 resolution: "yaml@npm:2.9.0" bin: @@ -16241,15 +16139,6 @@ __metadata: languageName: node linkType: hard -"yaml@npm:~2.8.2": - version: 2.8.4 - resolution: "yaml@npm:2.8.4" - bin: - yaml: bin.mjs - checksum: 10c0/0a33a1fa28d4bc79f61a12ec7ef7a2bce0ce5f8e80c6eaecfb4a0c88c08767dd1ede372b6a3bcd70891213b8c9f3169b355c97e77026d3b3459e10d2cccaef1e - languageName: node - linkType: hard - "yargs-parser@npm:21.1.1, yargs-parser@npm:^21.1.1": version: 21.1.1 resolution: "yargs-parser@npm:21.1.1" @@ -16333,13 +16222,12 @@ __metadata: languageName: node linkType: hard -"yauzl@npm:~3.3.0": - version: 3.3.0 - resolution: "yauzl@npm:3.3.0" +"yauzl@npm:~3.4.0": + version: 3.4.0 + resolution: "yauzl@npm:3.4.0" dependencies: - buffer-crc32: "npm:~0.2.3" pend: "npm:~1.2.0" - checksum: 10c0/935e32054171104bdf8a4091180f61b5698d8b90ee64552bb643c2176f815d4215d0764e3f41e0d9a1e4525b37602bf145ec5fd39dd014f0be7290851ce3acce + checksum: 10c0/17a98c42c0065e8af429eb8a61f7a0e4562181ed54080366b838f34f741b6829f167f804787c86b7646bb042707f35871739f053de0548285e405a2eae4da025 languageName: node linkType: hard @@ -16357,13 +16245,6 @@ __metadata: languageName: node linkType: hard -"yoctocolors@npm:^2.1.1": - version: 2.1.2 - resolution: "yoctocolors@npm:2.1.2" - checksum: 10c0/b220f30f53ebc2167330c3adc86a3c7f158bcba0236f6c67e25644c3188e2571a6014ffc1321943bb619460259d3d27eb4c9cc58c2d884c1b195805883ec7066 - languageName: node - linkType: hard - "zip-stream@npm:^6.0.1": version: 6.0.1 resolution: "zip-stream@npm:6.0.1" @@ -16375,6 +16256,17 @@ __metadata: languageName: node linkType: hard +"zip-stream@npm:^7.0.2": + version: 7.0.5 + resolution: "zip-stream@npm:7.0.5" + dependencies: + compress-commons: "npm:^7.0.0" + normalize-path: "npm:^3.0.0" + readable-stream: "npm:^4.0.0" + checksum: 10c0/e1669e17031c3c7243cb9014eacfaa66f4cd2e0d613a57dbee9caf7122ae869f8b2ea2e5891b5d9eee2897060c01db048b9b2a544ba83e227f6c162905282e48 + languageName: node + linkType: hard + "zod@npm:^4.1.11": version: 4.4.3 resolution: "zod@npm:4.4.3"