diff --git a/accessibility-code-checker/demo-page/package.json b/accessibility-code-checker/demo-page/package.json index cff82b2..948356a 100644 --- a/accessibility-code-checker/demo-page/package.json +++ b/accessibility-code-checker/demo-page/package.json @@ -17,11 +17,11 @@ "react-router-dom": "^7.18.2" }, "devDependencies": { - "@types/react": "^19.2.17", - "@types/react-dom": "^19.2.3", - "@vitejs/plugin-react": "^6.0.3", - "eslint": "^10.7.0", + "@types/react": "^19.2.18", + "@types/react-dom": "^19.2.7", + "@vitejs/plugin-react": "^6.1.1", + "eslint": "^10.10.0", "typescript": "^6.0.3", - "vite": "^8.1.5" + "vite": "^8.2.2" } } diff --git a/accessibility-code-checker/playwright/package.json b/accessibility-code-checker/playwright/package.json index 01768e4..ba7eb05 100644 --- a/accessibility-code-checker/playwright/package.json +++ b/accessibility-code-checker/playwright/package.json @@ -9,7 +9,7 @@ "test": "playwright test" }, "devDependencies": { - "@playwright/test": "^1.61.1", + "@playwright/test": "^1.63.0", "@siteimprove/alfa-playwright": "^0.84.1", "@siteimprove/alfa-test-utils": "^0.84.1" } diff --git a/accessibility-code-checker/selenium/package.json b/accessibility-code-checker/selenium/package.json index 16ad799..f332190 100644 --- a/accessibility-code-checker/selenium/package.json +++ b/accessibility-code-checker/selenium/package.json @@ -13,7 +13,7 @@ "@siteimprove/alfa-test": "^0.118.0", "@siteimprove/alfa-test-utils": "^0.84.1", "@types/selenium-webdriver": "^4.35.6", - "selenium-webdriver": "^4.46.0", + "selenium-webdriver": "^4.48.0", "vitest": "^4.1.11" } } diff --git a/custom-testing/adding-rules/package.json b/custom-testing/adding-rules/package.json index ac171e5..920f54d 100644 --- a/custom-testing/adding-rules/package.json +++ b/custom-testing/adding-rules/package.json @@ -19,7 +19,7 @@ "@siteimprove/alfa-vitest": "^0.84.1", "@siteimprove/alfa-web": "^0.118.0", "common": "workspace:^", - "playwright": "^1.61.1", + "playwright": "^1.63.0", "vitest": "^4.1.11" } } diff --git a/custom-testing/answering/package.json b/custom-testing/answering/package.json index 29dbe93..c46de40 100644 --- a/custom-testing/answering/package.json +++ b/custom-testing/answering/package.json @@ -24,6 +24,6 @@ "chai": "^6.0.0", "common": "workspace:^", "mocha": "^11.7.6", - "playwright": "^1.61.1" + "playwright": "^1.63.0" } } diff --git a/custom-testing/filtering/package.json b/custom-testing/filtering/package.json index 1a2a14e..fc0ea04 100644 --- a/custom-testing/filtering/package.json +++ b/custom-testing/filtering/package.json @@ -23,6 +23,6 @@ "chai": "^6.0.0", "common": "workspace:^", "mocha": "^11.7.6", - "playwright": "^1.61.1" + "playwright": "^1.63.0" } } diff --git a/custom-testing/interacting/package.json b/custom-testing/interacting/package.json index 3c05616..d15880e 100644 --- a/custom-testing/interacting/package.json +++ b/custom-testing/interacting/package.json @@ -18,6 +18,6 @@ "chai": "^6.0.0", "common": "workspace:^", "mocha": "^11.7.6", - "playwright": "^1.61.1" + "playwright": "^1.63.0" } } diff --git a/custom-testing/navigating/package.json b/custom-testing/navigating/package.json index ac6346d..eabe043 100644 --- a/custom-testing/navigating/package.json +++ b/custom-testing/navigating/package.json @@ -17,6 +17,6 @@ "@types/mocha": "^10.0.0", "chai": "^6.0.0", "mocha": "^11.7.6", - "playwright": "^1.61.1" + "playwright": "^1.63.0" } } diff --git a/end-to-end-testing/playwright/package.json b/end-to-end-testing/playwright/package.json index d738321..698e8b1 100644 --- a/end-to-end-testing/playwright/package.json +++ b/end-to-end-testing/playwright/package.json @@ -18,6 +18,6 @@ "chai": "^6.0.0", "common": "workspace:^", "mocha": "^11.7.6", - "playwright": "^1.61.1" + "playwright": "^1.63.0" } } diff --git a/end-to-end-testing/webdriver/package.json b/end-to-end-testing/webdriver/package.json index 1caad54..711d92d 100644 --- a/end-to-end-testing/webdriver/package.json +++ b/end-to-end-testing/webdriver/package.json @@ -13,11 +13,11 @@ "@siteimprove/alfa-chai": "^0.84.1", "@siteimprove/alfa-rules": "^0.118.0", "@siteimprove/alfa-webdriver": "^0.84.1", - "@wdio/cli": "^9.29.1", + "@wdio/cli": "^9.31.7", "@wdio/globals": "^9.27.0", - "@wdio/local-runner": "^9.29.1", - "@wdio/mocha-framework": "^9.29.1", - "@wdio/spec-reporter": "^9.29.1", + "@wdio/local-runner": "^9.31.7", + "@wdio/mocha-framework": "^9.31.7", + "@wdio/spec-reporter": "^9.31.2", "chai": "^6.2.2", "common": "workspace:^" } diff --git a/package.json b/package.json index fa2cc1c..74f3262 100644 --- a/package.json +++ b/package.json @@ -24,10 +24,10 @@ "unit-testing/*" ], "devDependencies": { - "@types/node": "^26.1.1", - "knip": "^6.27.0", - "playwright": "^1.61.1", - "prettier": "^3.9.5", + "@types/node": "^26.5.0", + "knip": "^6.34.0", + "playwright": "^1.63.0", + "prettier": "^3.9.6", "typescript": "^6.0.3" }, "packageManager": "yarn@4.17.1" diff --git a/unit-testing/angular/package.json b/unit-testing/angular/package.json index ddfd011..f444cfe 100644 --- a/unit-testing/angular/package.json +++ b/unit-testing/angular/package.json @@ -14,14 +14,14 @@ "tslib": "^2.3.0" }, "devDependencies": { - "@angular/build": "^22.0.7", - "@angular/cli": "^22.0.7", - "@angular/compiler-cli": "^22.0.7", + "@angular/build": "^22.1.7", + "@angular/cli": "^22.1.7", + "@angular/compiler-cli": "^22.1.5", "@siteimprove/alfa-angular": "^0.84.1", "@siteimprove/alfa-rules": "^0.118.0", "@siteimprove/alfa-vitest": "^0.84.1", "common": "workspace:^", - "ng-packagr": "^22.0.2", + "ng-packagr": "^22.1.1", "vitest": "^4.1.11" } } diff --git a/unit-testing/react/package.json b/unit-testing/react/package.json index 94e96dc..6336897 100644 --- a/unit-testing/react/package.json +++ b/unit-testing/react/package.json @@ -23,15 +23,15 @@ "node": ">=22.0.0" }, "devDependencies": { - "@jest/environment": "^30.4.1", + "@jest/environment": "^30.5.1", "@siteimprove/alfa-jest": "^0.84.1", "@siteimprove/alfa-react": "^0.84.1", "@siteimprove/alfa-rules": "^0.118.0", "@types/jest": "^30.0.0", - "@types/react": "^19.2.17", + "@types/react": "^19.2.18", "common": "workspace:^", - "jest": "^30.4.2", - "jest-environment-jsdom": "^30.4.1", + "jest": "^30.5.1", + "jest-environment-jsdom": "^30.5.1", "react": "^19.2.8" } } diff --git a/unit-testing/vue/package.json b/unit-testing/vue/package.json index 882dc02..f4efd7e 100644 --- a/unit-testing/vue/package.json +++ b/unit-testing/vue/package.json @@ -13,7 +13,7 @@ "@siteimprove/alfa-rules": "^0.118.0", "@siteimprove/alfa-vitest": "^0.84.1", "@siteimprove/alfa-vue": "^0.84.1", - "@vue/test-utils": "^2.4.11", + "@vue/test-utils": "^2.5.0", "common": "workspace:^", "jsdom": "^29.1.1", "vitest": "^4.1.11" diff --git a/yarn.lock b/yarn.lock index 572f79b..f879c67 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5,160 +5,6 @@ __metadata: version: 10 cacheKey: 10 -"@algolia/abtesting@npm:1.18.0": - version: 1.18.0 - resolution: "@algolia/abtesting@npm:1.18.0" - dependencies: - "@algolia/client-common": "npm:5.52.0" - "@algolia/requester-browser-xhr": "npm:5.52.0" - "@algolia/requester-fetch": "npm:5.52.0" - "@algolia/requester-node-http": "npm:5.52.0" - checksum: 10/39b2901c794033030e1fd411bc339455e8836f39cb3fb40634c5d177df1a39c01ae53ebd4b20d34a313459f1196ab6d5a1acc3e8fa02c541d38476fcfa4eb7af - languageName: node - linkType: hard - -"@algolia/client-abtesting@npm:5.52.0": - version: 5.52.0 - resolution: "@algolia/client-abtesting@npm:5.52.0" - dependencies: - "@algolia/client-common": "npm:5.52.0" - "@algolia/requester-browser-xhr": "npm:5.52.0" - "@algolia/requester-fetch": "npm:5.52.0" - "@algolia/requester-node-http": "npm:5.52.0" - checksum: 10/53fce979053719759b76d0e561417380ef67cf004c8e020045daf17bd8bdff981e71cc0dcdc39bf2506ba66fd7e34cb37b8bc00be8cb0c829cc7a5ffef66de66 - languageName: node - linkType: hard - -"@algolia/client-analytics@npm:5.52.0": - version: 5.52.0 - resolution: "@algolia/client-analytics@npm:5.52.0" - dependencies: - "@algolia/client-common": "npm:5.52.0" - "@algolia/requester-browser-xhr": "npm:5.52.0" - "@algolia/requester-fetch": "npm:5.52.0" - "@algolia/requester-node-http": "npm:5.52.0" - checksum: 10/1cb3c2a26da6674a8519e3d72bb8aacde2049d04766ec9f9c2d25578ae600258295bcec0f4a70bc260bc68a894dddd6051b0ecfd1e6e6c32c482423fd1a5be45 - languageName: node - linkType: hard - -"@algolia/client-common@npm:5.52.0": - version: 5.52.0 - resolution: "@algolia/client-common@npm:5.52.0" - checksum: 10/a5b0b834991c323435b5231b10ddcb51a2275e7800419088d8f0e44da782fff17eab931913d4b5ae5a3613e032ef24c74c0318e23a2ba493d8b84e1ec7fe9b11 - languageName: node - linkType: hard - -"@algolia/client-insights@npm:5.52.0": - version: 5.52.0 - resolution: "@algolia/client-insights@npm:5.52.0" - dependencies: - "@algolia/client-common": "npm:5.52.0" - "@algolia/requester-browser-xhr": "npm:5.52.0" - "@algolia/requester-fetch": "npm:5.52.0" - "@algolia/requester-node-http": "npm:5.52.0" - checksum: 10/13c1779acc5900a35c8167716010c816f2a4e80eef661d006aa5ded7f75f7168af5d3838867d80f91a83bd5797e71aaec3f76fd2223ef61f3de46dbcee3997ef - languageName: node - linkType: hard - -"@algolia/client-personalization@npm:5.52.0": - version: 5.52.0 - resolution: "@algolia/client-personalization@npm:5.52.0" - dependencies: - "@algolia/client-common": "npm:5.52.0" - "@algolia/requester-browser-xhr": "npm:5.52.0" - "@algolia/requester-fetch": "npm:5.52.0" - "@algolia/requester-node-http": "npm:5.52.0" - checksum: 10/4c54e37b8407b42a2c0f22a2342a8ea32feb136bfeb8966cacfdf1959af8c54aaf757514b183ac59c9446f716313b7643cda7a9f87520e04e6338c83a35e9aaa - languageName: node - linkType: hard - -"@algolia/client-query-suggestions@npm:5.52.0": - version: 5.52.0 - resolution: "@algolia/client-query-suggestions@npm:5.52.0" - dependencies: - "@algolia/client-common": "npm:5.52.0" - "@algolia/requester-browser-xhr": "npm:5.52.0" - "@algolia/requester-fetch": "npm:5.52.0" - "@algolia/requester-node-http": "npm:5.52.0" - checksum: 10/820d0adf772e7c68508cd2fd01330c4874c5b91633b611014e0e25c73b220c81ea2b293ae1c3f4471f485cd984e5fecc015391b0363c0a6d8a7f24aec7a49626 - languageName: node - linkType: hard - -"@algolia/client-search@npm:5.52.0": - version: 5.52.0 - resolution: "@algolia/client-search@npm:5.52.0" - dependencies: - "@algolia/client-common": "npm:5.52.0" - "@algolia/requester-browser-xhr": "npm:5.52.0" - "@algolia/requester-fetch": "npm:5.52.0" - "@algolia/requester-node-http": "npm:5.52.0" - checksum: 10/289fc8e3e0439d8ae57d41753a03fa89ccf67b2c95c3b9e4058066fade913acab77f6971bb8ef7a76ee23b7f802100f8a7367d8781c640d0a3092231fc7c1fd4 - languageName: node - linkType: hard - -"@algolia/ingestion@npm:1.52.0": - version: 1.52.0 - resolution: "@algolia/ingestion@npm:1.52.0" - dependencies: - "@algolia/client-common": "npm:5.52.0" - "@algolia/requester-browser-xhr": "npm:5.52.0" - "@algolia/requester-fetch": "npm:5.52.0" - "@algolia/requester-node-http": "npm:5.52.0" - checksum: 10/fe8d9479cfd12aba71eddbb8b7b3363e503003a2649b873d0f95119eea245b5168398d888058a758424b4d2ad343e260c60f5d8cdfa28facd69f4b6ef553898f - languageName: node - linkType: hard - -"@algolia/monitoring@npm:1.52.0": - version: 1.52.0 - resolution: "@algolia/monitoring@npm:1.52.0" - dependencies: - "@algolia/client-common": "npm:5.52.0" - "@algolia/requester-browser-xhr": "npm:5.52.0" - "@algolia/requester-fetch": "npm:5.52.0" - "@algolia/requester-node-http": "npm:5.52.0" - checksum: 10/f9e909c225223b5e86567ee0d5dcc390ccc4370d104fb7884f0d9c0459caa3f71d779ac76ea92fd33f004a4f033dae169812e47e3f277432fda08090ecc4dad5 - languageName: node - linkType: hard - -"@algolia/recommend@npm:5.52.0": - version: 5.52.0 - resolution: "@algolia/recommend@npm:5.52.0" - dependencies: - "@algolia/client-common": "npm:5.52.0" - "@algolia/requester-browser-xhr": "npm:5.52.0" - "@algolia/requester-fetch": "npm:5.52.0" - "@algolia/requester-node-http": "npm:5.52.0" - checksum: 10/ba71a847578d0d2b20c3d6ad7abc2492a948059eaddcd783847dc3952a8e36babf9055cc80724c18b3ce0fae7b860c379affc27cf482cc3259615ca4bfb34ea8 - languageName: node - linkType: hard - -"@algolia/requester-browser-xhr@npm:5.52.0": - version: 5.52.0 - resolution: "@algolia/requester-browser-xhr@npm:5.52.0" - dependencies: - "@algolia/client-common": "npm:5.52.0" - checksum: 10/4d6ed87c45eccf44017c5089e7831e841fbdfb9995417e55e72739e5a6de9803bb57671833844d99620796342728837b4508ff50d324c3cb3928fa2c3af4bb3f - languageName: node - linkType: hard - -"@algolia/requester-fetch@npm:5.52.0": - version: 5.52.0 - resolution: "@algolia/requester-fetch@npm:5.52.0" - dependencies: - "@algolia/client-common": "npm:5.52.0" - checksum: 10/be1294748e4ff07d74e4c9a5429abcf298df65bf7fb486ad58a22bf9beb9a22ffd4a14856ef18adef92ca38e4c8ef138baed2a810fe76babccea49b3c40f9d07 - languageName: node - linkType: hard - -"@algolia/requester-node-http@npm:5.52.0": - version: 5.52.0 - resolution: "@algolia/requester-node-http@npm:5.52.0" - dependencies: - "@algolia/client-common": "npm:5.52.0" - checksum: 10/e4e16628b3c516e92a83fd69ae48089d4ce7f253a12d6a686e03fc20b5e86268e5136e4f72df3c87a7ee49564698941d81b3d3d7e769b69220ca01795f7fa866 - languageName: node - linkType: hard - "@ampproject/remapping@npm:2.3.0, @ampproject/remapping@npm:^2.3.0": version: 2.3.0 resolution: "@ampproject/remapping@npm:2.3.0" @@ -169,26 +15,26 @@ __metadata: languageName: node linkType: hard -"@angular-devkit/architect@npm:0.2200.7": - version: 0.2200.7 - resolution: "@angular-devkit/architect@npm:0.2200.7" +"@angular-devkit/architect@npm:0.2201.7": + version: 0.2201.7 + resolution: "@angular-devkit/architect@npm:0.2201.7" dependencies: - "@angular-devkit/core": "npm:22.0.7" + "@angular-devkit/core": "npm:22.1.7" rxjs: "npm:7.8.2" bin: architect: bin/cli.js - checksum: 10/1ac5dfc1605c89820e03d963446cfa483b2292c09857505c24b50a1971243747795bcab13bf274634f6523c965fe461b68969a7a36801767aa14d8f11bd1940a + checksum: 10/7222a476903be060eef1fa58bc7d518c72df72dcc4366c4c64d6ba1fb6a3d3984adbb98b1391752d3dfd6f2c4b6333e6fb48ee6eb9e231d4e6f44cd3d674b51b languageName: node linkType: hard -"@angular-devkit/core@npm:22.0.7": - version: 22.0.7 - resolution: "@angular-devkit/core@npm:22.0.7" +"@angular-devkit/core@npm:22.1.7": + version: 22.1.7 + resolution: "@angular-devkit/core@npm:22.1.7" dependencies: ajv: "npm:8.20.0" ajv-formats: "npm:3.0.1" jsonc-parser: "npm:3.3.1" - picomatch: "npm:4.0.4" + picomatch: "npm:4.0.5" rxjs: "npm:7.8.2" source-map: "npm:0.7.6" peerDependencies: @@ -196,53 +42,54 @@ __metadata: peerDependenciesMeta: chokidar: optional: true - checksum: 10/8cdbaecd210c40e7b4196ed7fd59b5520af7710e4d21d9f97c8fc7d8ed72fe49eae913946fb4b3caf96d5f7b0f59f7dd86262a5655e64f91f874ebc4a96e3fb1 + checksum: 10/6cc75813ffdf7f6df35e0b1fb94d2e8fb2b44dcac222fce88d7af67fc2cd5914369e13d25a612bbd0754562be6b0690bcef58bcf3070c255fcb1b00a6adcd569 languageName: node linkType: hard -"@angular-devkit/schematics@npm:22.0.7": - version: 22.0.7 - resolution: "@angular-devkit/schematics@npm:22.0.7" +"@angular-devkit/schematics@npm:22.1.7": + version: 22.1.7 + resolution: "@angular-devkit/schematics@npm:22.1.7" dependencies: - "@angular-devkit/core": "npm:22.0.7" + "@angular-devkit/core": "npm:22.1.7" jsonc-parser: "npm:3.3.1" - magic-string: "npm:0.30.21" - ora: "npm:9.4.0" + magic-string: "npm:1.0.0" + ora: "npm:9.4.1" rxjs: "npm:7.8.2" - checksum: 10/81488a6d5e37e6e54f6a851bbf8cac97ae4751f1862be776e3da3b00a0e026b0e201132ea6f1f541b335e2cf4c35936a6210fb496f0ec57e5066a8fb4dd9364e + checksum: 10/425ca97a91be05b088e1ca5144c0bb75430894c09bbb2ed78f310b489c72c711493b778359594c6e86b3861949c911fee71d00dadaf2ce2741de2f8399824f73 languageName: node linkType: hard -"@angular/build@npm:^22.0.7": - version: 22.0.7 - resolution: "@angular/build@npm:22.0.7" +"@angular/build@npm:^22.1.7": + version: 22.1.7 + resolution: "@angular/build@npm:22.1.7" dependencies: "@ampproject/remapping": "npm:2.3.0" - "@angular-devkit/architect": "npm:0.2200.7" - "@babel/core": "npm:7.29.7" - "@babel/helper-annotate-as-pure": "npm:7.29.7" + "@angular-devkit/architect": "npm:0.2201.7" + "@babel/core": "npm:8.0.1" + "@babel/helper-annotate-as-pure": "npm:8.0.0" "@babel/helper-split-export-declaration": "npm:7.24.7" - "@inquirer/confirm": "npm:6.0.12" + "@inquirer/confirm": "npm:6.1.1" "@vitejs/plugin-basic-ssl": "npm:2.3.0" - beasties: "npm:0.4.2" + beasties: "npm:0.4.3" browserslist: "npm:^4.26.0" - esbuild: "npm:0.28.1" - https-proxy-agent: "npm:9.0.0" + esbuild: "npm:0.28.2" + https-proxy-agent: "npm:9.1.0" jsonc-parser: "npm:3.3.1" - listr2: "npm:10.2.1" - lmdb: "npm:3.5.4" - magic-string: "npm:0.30.21" + listr2: "npm:11.0.0" + lmdb: "npm:3.5.6" + magic-string: "npm:1.0.0" mrmime: "npm:2.0.1" + oxc-parser: "npm:0.142.0" parse5-html-rewriting-stream: "npm:8.0.1" - picomatch: "npm:4.0.4" + picomatch: "npm:4.0.5" piscina: "npm:5.2.0" - rollup: "npm:4.60.2" - sass: "npm:1.99.0" - semver: "npm:7.7.4" + rolldown: "npm:1.2.0" + sass: "npm:1.101.0" + semver: "npm:7.8.5" source-map-support: "npm:0.5.21" - tinyglobby: "npm:0.2.16" - vite: "npm:7.3.5" - watchpack: "npm:2.5.1" + tinyglobby: "npm:0.2.17" + vite: "npm:8.1.5" + watchpack: "npm:2.5.2" peerDependencies: "@angular/compiler": ^22.0.0 "@angular/compiler-cli": ^22.0.0 @@ -251,12 +98,13 @@ __metadata: "@angular/platform-browser": ^22.0.0 "@angular/platform-server": ^22.0.0 "@angular/service-worker": ^22.0.0 - "@angular/ssr": ^22.0.7 + "@angular/ssr": ^22.1.7 istanbul-lib-instrument: ^6.0.0 karma: ^6.4.0 less: ^4.2.0 ng-packagr: ^22.0.0 postcss: ^8.4.0 + rollup: ^4.0.0 tailwindcss: ^2.0.0 || ^3.0.0 || ^4.0.0 tslib: ^2.3.0 typescript: ">=6.0 <6.1" @@ -287,39 +135,37 @@ __metadata: optional: true postcss: optional: true + rollup: + optional: true tailwindcss: optional: true vitest: optional: true - checksum: 10/38394c4e699f7e26d3758c5f3e54493a64aa20f90d0c557584a56cee0ba31e5a82af83fec4ae00fa7db6ea24556bc0b711800303617c8374b7b9d1c8925f559e + checksum: 10/a60a05f50fb12a252615ea5c8c607bac7bb6f7ad2a7d14d265aa6e48a16d380bc430c308de1ecfbd93eb2f3158deb3ddeb139dfff00f391565769edf22c1f25b languageName: node linkType: hard -"@angular/cli@npm:^22.0.7": - version: 22.0.7 - resolution: "@angular/cli@npm:22.0.7" +"@angular/cli@npm:^22.1.7": + version: 22.1.7 + resolution: "@angular/cli@npm:22.1.7" dependencies: - "@angular-devkit/architect": "npm:0.2200.7" - "@angular-devkit/core": "npm:22.0.7" - "@angular-devkit/schematics": "npm:22.0.7" - "@inquirer/prompts": "npm:8.4.2" - "@listr2/prompt-adapter-inquirer": "npm:4.2.3" - "@modelcontextprotocol/sdk": "npm:1.29.0" - "@schematics/angular": "npm:22.0.7" - "@yarnpkg/lockfile": "npm:1.1.0" - algoliasearch: "npm:5.52.0" - ini: "npm:6.0.0" + "@angular-devkit/architect": "npm:0.2201.7" + "@angular-devkit/core": "npm:22.1.7" + "@angular-devkit/schematics": "npm:22.1.7" + "@inquirer/prompts": "npm:8.5.2" + "@listr2/prompt-adapter-inquirer": "npm:4.2.5" + "@modelcontextprotocol/sdk": "npm:1.30.0" + "@schematics/angular": "npm:22.1.7" jsonc-parser: "npm:3.3.1" - listr2: "npm:10.2.1" - npm-package-arg: "npm:13.0.2" - pacote: "npm:21.5.1" + listr2: "npm:11.0.0" + npm-package-arg: "npm:14.0.0" parse5-html-rewriting-stream: "npm:8.0.1" - semver: "npm:7.7.4" - yargs: "npm:18.0.0" - zod: "npm:4.4.2" + semver: "npm:7.8.5" + yargs: "npm:18.1.0" + zod: "npm:4.4.3" bin: ng: bin/ng.js - checksum: 10/f79cd56dab007f66fc8091613ad72ae96f1b35914670f8fe893600833c2c0db26f4d022d9a3fa88ee33c06181869488aa3d3d477cf7be7d209a69a4cb2001322 + checksum: 10/c687fd56ba1f13e67ce6149ab580a17c6b7b902af552bb8df05c4dcdd70e4b79cecdd37d3f190ad9e17d337d56d55123a59f7f2b333a2f560fe2d9f25447b3a4 languageName: node linkType: hard @@ -335,11 +181,11 @@ __metadata: languageName: node linkType: hard -"@angular/compiler-cli@npm:^22.0.7": - version: 22.0.7 - resolution: "@angular/compiler-cli@npm:22.0.7" +"@angular/compiler-cli@npm:^22.1.5": + version: 22.1.5 + resolution: "@angular/compiler-cli@npm:22.1.5" dependencies: - "@babel/core": "npm:7.29.7" + "@babel/core": "npm:8.0.1" "@jridgewell/sourcemap-codec": "npm:^1.4.14" chokidar: "npm:^5.0.0" convert-source-map: "npm:^1.5.1" @@ -348,7 +194,7 @@ __metadata: tslib: "npm:^2.3.0" yargs: "npm:^18.0.0" peerDependencies: - "@angular/compiler": 22.0.7 + "@angular/compiler": 22.1.5 typescript: ">=6.0 <6.1" peerDependenciesMeta: typescript: @@ -356,7 +202,7 @@ __metadata: bin: ng-xi18n: bundles/src/bin/ng_xi18n.js ngc: bundles/src/bin/ngc.js - checksum: 10/fa3eb1050c995e9f2b4beb97b7e25b0e0782266f616355a60a13e92946a15281964057f27edbc9c2da1ddc81cc7880c35effbe8e046804a8b8fbb92ead950896 + checksum: 10/28ad8c8a1b6565024b173ffd0254c5b2d763f38d5733c6bd6fa248a76bad19c89afb8d798390ae150dc858650980a95ed35073cdda42776d8ce84d2c749cce88 languageName: node linkType: hard @@ -467,6 +313,16 @@ __metadata: languageName: node linkType: hard +"@babel/code-frame@npm:^8.0.0": + version: 8.0.0 + resolution: "@babel/code-frame@npm:8.0.0" + dependencies: + "@babel/helper-validator-identifier": "npm:^8.0.0" + js-tokens: "npm:^10.0.0" + checksum: 10/735b64f3ae476ec1841be118f79639d2ec99e2cc391a196b0160c53e4ed52253ee5c2170da510c00ea0f23faa26636364052ed507bfa4cd8caea87c5b1e8adad + languageName: node + linkType: hard + "@babel/compat-data@npm:^7.29.7": version: 7.29.7 resolution: "@babel/compat-data@npm:7.29.7" @@ -474,7 +330,38 @@ __metadata: languageName: node linkType: hard -"@babel/core@npm:7.29.7, @babel/core@npm:^7.23.9, @babel/core@npm:^7.27.4": +"@babel/compat-data@npm:^8.0.0": + version: 8.0.0 + resolution: "@babel/compat-data@npm:8.0.0" + checksum: 10/83b1776ecfdaf02559a4b4fb2f4a2c5e6ba8a2b41bf898807caaf863379ee9c8e91c163de71e79d73eb68659b58bcb18cbcff9a39aae6f88c106af680619326c + languageName: node + linkType: hard + +"@babel/core@npm:8.0.1": + version: 8.0.1 + resolution: "@babel/core@npm:8.0.1" + dependencies: + "@babel/code-frame": "npm:^8.0.0" + "@babel/generator": "npm:^8.0.0" + "@babel/helper-compilation-targets": "npm:^8.0.0" + "@babel/helpers": "npm:^8.0.0" + "@babel/parser": "npm:^8.0.0" + "@babel/template": "npm:^8.0.0" + "@babel/traverse": "npm:^8.0.0" + "@babel/types": "npm:^8.0.0" + "@types/gensync": "npm:^1.0.5" + convert-source-map: "npm:^2.0.0" + empathic: "npm:^2.0.1" + gensync: "npm:^1.0.0-beta.2" + import-meta-resolve: "npm:^4.2.0" + json5: "npm:^2.2.3" + obug: "npm:^2.1.1" + semver: "npm:^7.7.3" + checksum: 10/def06f2ddcb0cf6872ccbd72742d21b16c4af1eee01b5aae800b4456e03ef50a3f8e976c09158b1a684d0c3f09b6c9a1c1bed65cc15390f0d8abbbe3c9516a28 + languageName: node + linkType: hard + +"@babel/core@npm:^7.23.9, @babel/core@npm:^7.27.4": version: 7.29.7 resolution: "@babel/core@npm:7.29.7" dependencies: @@ -510,12 +397,26 @@ __metadata: languageName: node linkType: hard -"@babel/helper-annotate-as-pure@npm:7.29.7": - version: 7.29.7 - resolution: "@babel/helper-annotate-as-pure@npm:7.29.7" +"@babel/generator@npm:^8.0.0": + version: 8.0.0 + resolution: "@babel/generator@npm:8.0.0" dependencies: - "@babel/types": "npm:^7.29.7" - checksum: 10/acd9e128de634a5144b5d622357d018fa616de45f64c74e42007c048dd15d0a0be213f4d5a2bf02307bdaddf053791b87900a99d183de828c08dc3b556329009 + "@babel/parser": "npm:^8.0.0" + "@babel/types": "npm:^8.0.0" + "@jridgewell/gen-mapping": "npm:^0.3.12" + "@jridgewell/trace-mapping": "npm:^0.3.28" + "@types/jsesc": "npm:^2.5.0" + jsesc: "npm:^3.0.2" + checksum: 10/8d9b801886b4bbe46b101768abae0ffa1c9435601a8788358331c115b1a38a7c5acdd0e8b85b4d0c00806b0b74a0cc0e75ef50647f7322ffa3646a238e1b5420 + languageName: node + linkType: hard + +"@babel/helper-annotate-as-pure@npm:8.0.0": + version: 8.0.0 + resolution: "@babel/helper-annotate-as-pure@npm:8.0.0" + dependencies: + "@babel/types": "npm:^8.0.0" + checksum: 10/686ed7f002e0810e675dcd449a1e158f93967a2a89997a96e9275a17fc85f55cfc986d8b44995c915dcbfd3742afe6317bac2dd1037f58aa3997345e77abcb7b languageName: node linkType: hard @@ -532,6 +433,19 @@ __metadata: languageName: node linkType: hard +"@babel/helper-compilation-targets@npm:^8.0.0": + version: 8.0.0 + resolution: "@babel/helper-compilation-targets@npm:8.0.0" + dependencies: + "@babel/compat-data": "npm:^8.0.0" + "@babel/helper-validator-option": "npm:^8.0.0" + browserslist: "npm:^4.24.0" + lru-cache: "npm:^11.0.0" + semver: "npm:^7.7.3" + checksum: 10/2814f178f119887abe5221fb6178f62f1adfec9561a915aa67ca65f5ece8d6f1ee83ed731a3e335065d579c1f3c73fc4fdbf83a70fa4ea0113b8932f173b2262 + languageName: node + linkType: hard + "@babel/helper-globals@npm:^7.29.7": version: 7.29.7 resolution: "@babel/helper-globals@npm:7.29.7" @@ -539,6 +453,13 @@ __metadata: languageName: node linkType: hard +"@babel/helper-globals@npm:^8.0.0": + version: 8.0.0 + resolution: "@babel/helper-globals@npm:8.0.0" + checksum: 10/dbb78c61e46c391d72dabd7fffc87a192350ec4e97314befa928cda14f32c77d30d70560122aec1b15bc287cfb59f03bbb59f061c856b7594abe00c9aa719855 + languageName: node + linkType: hard + "@babel/helper-module-imports@npm:^7.29.7": version: 7.29.7 resolution: "@babel/helper-module-imports@npm:7.29.7" @@ -585,6 +506,13 @@ __metadata: languageName: node linkType: hard +"@babel/helper-string-parser@npm:^8.0.0": + version: 8.0.0 + resolution: "@babel/helper-string-parser@npm:8.0.0" + checksum: 10/3c38887284b8bd76d2c5865b4a4a37f75a0dd2740d34169e3f140f1c35c5efff5682e50cbd38c47b0f143a38c145b93864a7a156a203a234317824083ec742cc + languageName: node + linkType: hard + "@babel/helper-validator-identifier@npm:^7.29.7": version: 7.29.7 resolution: "@babel/helper-validator-identifier@npm:7.29.7" @@ -592,6 +520,13 @@ __metadata: languageName: node linkType: hard +"@babel/helper-validator-identifier@npm:^8.0.0, @babel/helper-validator-identifier@npm:^8.0.4": + version: 8.0.4 + resolution: "@babel/helper-validator-identifier@npm:8.0.4" + checksum: 10/4b9d741e990a62d49d138e0b7205cd8d1bf9df87afdc20243a2053f411ae22cf327b00a06c4a1119a2d839c148f809500c04036e45ec8a382f0876a26556ee3d + languageName: node + linkType: hard + "@babel/helper-validator-option@npm:^7.29.7": version: 7.29.7 resolution: "@babel/helper-validator-option@npm:7.29.7" @@ -599,6 +534,13 @@ __metadata: languageName: node linkType: hard +"@babel/helper-validator-option@npm:^8.0.0": + version: 8.0.0 + resolution: "@babel/helper-validator-option@npm:8.0.0" + checksum: 10/12c2bf5457fbe1ff0701321b4e471420d46a94a2b10858042c7a96134894212ba04224021345c8572ed3eb7b536890deb842ccd7e5f655aa56de594529ec64d0 + languageName: node + linkType: hard + "@babel/helpers@npm:^7.29.7": version: 7.29.7 resolution: "@babel/helpers@npm:7.29.7" @@ -609,6 +551,16 @@ __metadata: languageName: node linkType: hard +"@babel/helpers@npm:^8.0.0": + version: 8.0.0 + resolution: "@babel/helpers@npm:8.0.0" + dependencies: + "@babel/template": "npm:^8.0.0" + "@babel/types": "npm:^8.0.0" + checksum: 10/129fca6e339022059028b7189c9cb6907ed813233ef335d8636a82b927282fea022970fc4da33bc575d6dbb8900ca550c5dcaaae84f7265c4808e8514ec81339 + languageName: node + linkType: hard + "@babel/parser@npm:^7.1.0, @babel/parser@npm:^7.20.7, @babel/parser@npm:^7.23.9, @babel/parser@npm:^7.29.7": version: 7.29.7 resolution: "@babel/parser@npm:7.29.7" @@ -620,6 +572,17 @@ __metadata: languageName: node linkType: hard +"@babel/parser@npm:^8.0.0, @babel/parser@npm:^8.0.4": + version: 8.0.4 + resolution: "@babel/parser@npm:8.0.4" + dependencies: + "@babel/types": "npm:^8.0.4" + bin: + parser: ./bin/babel-parser.js + checksum: 10/230554794a2c296ce1fb60f57459d94903802369e14e1d83c3ea266b64a4f88ab292eadf5213823d87c04541c9c43b8b6daaae919f25551d3637800663fb25bf + languageName: node + linkType: hard + "@babel/plugin-syntax-async-generators@npm:^7.8.4": version: 7.8.4 resolution: "@babel/plugin-syntax-async-generators@npm:7.8.4" @@ -818,6 +781,17 @@ __metadata: languageName: node linkType: hard +"@babel/template@npm:^8.0.0": + version: 8.0.0 + resolution: "@babel/template@npm:8.0.0" + dependencies: + "@babel/code-frame": "npm:^8.0.0" + "@babel/parser": "npm:^8.0.0" + "@babel/types": "npm:^8.0.0" + checksum: 10/7ff1d1634cd071d58998f931dfb8c79c297038b965bd9a9704160d9fb2e0a469eac01d86b2c38c713d158dc0ea86f9ef95ebe4baceab546a8319fe3fbad5940e + languageName: node + linkType: hard + "@babel/traverse@npm:^7.29.7": version: 7.29.7 resolution: "@babel/traverse@npm:7.29.7" @@ -833,6 +807,21 @@ __metadata: languageName: node linkType: hard +"@babel/traverse@npm:^8.0.0": + version: 8.0.4 + resolution: "@babel/traverse@npm:8.0.4" + dependencies: + "@babel/code-frame": "npm:^8.0.0" + "@babel/generator": "npm:^8.0.0" + "@babel/helper-globals": "npm:^8.0.0" + "@babel/parser": "npm:^8.0.4" + "@babel/template": "npm:^8.0.0" + "@babel/types": "npm:^8.0.4" + obug: "npm:^2.1.1" + checksum: 10/234bc16c8c14af13e9471141bfd371186bb7fd2c347b1b416c46040e6fc1995242e3852d36181fa7a0240543b8d642a91d33261f942880584c87a7420df7247d + languageName: node + linkType: hard + "@babel/types@npm:^7.0.0, @babel/types@npm:^7.20.7, @babel/types@npm:^7.24.7, @babel/types@npm:^7.27.3, @babel/types@npm:^7.29.7, @babel/types@npm:^7.3.0": version: 7.29.7 resolution: "@babel/types@npm:7.29.7" @@ -843,6 +832,16 @@ __metadata: languageName: node linkType: hard +"@babel/types@npm:^8.0.0, @babel/types@npm:^8.0.4": + version: 8.0.4 + resolution: "@babel/types@npm:8.0.4" + dependencies: + "@babel/helper-string-parser": "npm:^8.0.0" + "@babel/helper-validator-identifier": "npm:^8.0.4" + checksum: 10/7b58bdb4c9149fb5ea6a272912f8cd8af082939a9fc97c6de126299b38f258dd9f78717f7cad3c7fe8bfa7d1fce4cff5fa26b0e80885935255fd3a062e9296ad + languageName: node + linkType: hard + "@bazel/runfiles@npm:^6.5.0": version: 6.5.0 resolution: "@bazel/runfiles@npm:6.5.0" @@ -868,6 +867,28 @@ __metadata: languageName: node linkType: hard +"@cacheable/memory@npm:^2.2.0": + version: 2.2.0 + resolution: "@cacheable/memory@npm:2.2.0" + dependencies: + "@cacheable/utils": "npm:^2.5.0" + "@keyv/bigmap": "npm:^1.3.1" + hookified: "npm:^1.15.1" + keyv: "npm:^5.6.0" + checksum: 10/97db83d7a74979accca9de56cf278e42c22b4273e752d7e23c44fbec4a47450716c4920903424fd19184a7bee6325064b6c453afc6f96bf92b39eecfe0b40648 + languageName: node + linkType: hard + +"@cacheable/utils@npm:^2.5.0": + version: 2.5.0 + resolution: "@cacheable/utils@npm:2.5.0" + dependencies: + hashery: "npm:^1.5.1" + keyv: "npm:^5.6.0" + checksum: 10/a77a7e682926b984cb28b6993f4595638ce8799de3223dbdcdb796a077a02de763687bdc5669779019aba44d27693260ef92d860a19330d7eaa4dfcca3433c3b + languageName: node + linkType: hard + "@csstools/color-helpers@npm:^5.1.0": version: 5.1.0 resolution: "@csstools/color-helpers@npm:5.1.0" @@ -1017,17 +1038,17 @@ __metadata: languageName: node linkType: hard -"@emnapi/core@npm:1.11.0": - version: 1.11.0 - resolution: "@emnapi/core@npm:1.11.0" +"@emnapi/core@npm:1.10.0": + version: 1.10.0 + resolution: "@emnapi/core@npm:1.10.0" dependencies: - "@emnapi/wasi-threads": "npm:1.2.2" + "@emnapi/wasi-threads": "npm:1.2.1" tslib: "npm:^2.4.0" - checksum: 10/7c6f7fe38dd16f98d0081d58e23a6184fccffaba6bef113fa4f689478b673c988cb8dd1a93d0d66dfc7bb487d67837827ac0bd1a578fffe4c7db2ba07ae39c78 + checksum: 10/d32f386084e64deaf2609aabb8295d1ad5af6144d0f46d2060b76cc53f1f3b486df54bec9b0f33c37d85a3822e1193ebcd4e3deb4a5f0e4cd650aa2ffc631715 languageName: node linkType: hard -"@emnapi/core@npm:1.11.1, @emnapi/core@npm:^1.4.3": +"@emnapi/core@npm:1.11.1": version: 1.11.1 resolution: "@emnapi/core@npm:1.11.1" dependencies: @@ -1037,16 +1058,26 @@ __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.11.2": + 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: 10/c0f064646456d836c72cbc71baa9fe128be011ffb3e2ccbffa624cfe77d6b66aab3aa6635fbbab34a187a16d4833ef14016fcef2b189753aaa8f987843e0fc26 + checksum: 10/b3e9693f79ca1d8bb90cb8a950150c7738f54eca0ae1849d3d5103a87ce4e388c2669fb253cc123d3449ad2ae12583435455dbdc0270b1e9efb0cfd502c952b4 languageName: node linkType: hard -"@emnapi/runtime@npm:1.11.1, @emnapi/runtime@npm:^1.4.3": +"@emnapi/runtime@npm:1.10.0": + version: 1.10.0 + resolution: "@emnapi/runtime@npm:1.10.0" + dependencies: + tslib: "npm:^2.4.0" + checksum: 10/d21083d07fa0c2da171c142e78ef986b66b07d45b06accc0bcaf49fcc61bb4dbc10e1c1760813070165b9f49b054376a931045347f21c0f42ff1eb2d2040faac + languageName: node + linkType: hard + +"@emnapi/runtime@npm:1.11.1": version: 1.11.1 resolution: "@emnapi/runtime@npm:1.11.1" dependencies: @@ -1055,6 +1086,24 @@ __metadata: languageName: node linkType: hard +"@emnapi/runtime@npm:1.11.2": + version: 1.11.2 + resolution: "@emnapi/runtime@npm:1.11.2" + dependencies: + tslib: "npm:^2.4.0" + checksum: 10/280a219d3bf302615dabaaa248223b0e5fe9c49bacf0987dd958ca37ab425b62cf05287053cb188e711681418aaa5e447eaed6b62a0848c0a1303b2707864600 + languageName: node + linkType: hard + +"@emnapi/wasi-threads@npm:1.2.1": + version: 1.2.1 + resolution: "@emnapi/wasi-threads@npm:1.2.1" + dependencies: + tslib: "npm:^2.4.0" + checksum: 10/57cd4292be81c05d26aa886d68a9e4c449ff666e8503fed6463dfc6b64a4e4213f03c152d53296b7cda32840271e38cd33347332070658f01befeb9bf4e59f36 + languageName: node + linkType: hard + "@emnapi/wasi-threads@npm:1.2.2": version: 1.2.2 resolution: "@emnapi/wasi-threads@npm:1.2.2" @@ -1071,9 +1120,9 @@ __metadata: languageName: node linkType: hard -"@esbuild/aix-ppc64@npm:0.28.1": - version: 0.28.1 - resolution: "@esbuild/aix-ppc64@npm:0.28.1" +"@esbuild/aix-ppc64@npm:0.28.2": + version: 0.28.2 + resolution: "@esbuild/aix-ppc64@npm:0.28.2" conditions: os=aix & cpu=ppc64 languageName: node linkType: hard @@ -1085,9 +1134,9 @@ __metadata: languageName: node linkType: hard -"@esbuild/android-arm64@npm:0.28.1": - version: 0.28.1 - resolution: "@esbuild/android-arm64@npm:0.28.1" +"@esbuild/android-arm64@npm:0.28.2": + version: 0.28.2 + resolution: "@esbuild/android-arm64@npm:0.28.2" conditions: os=android & cpu=arm64 languageName: node linkType: hard @@ -1099,9 +1148,9 @@ __metadata: languageName: node linkType: hard -"@esbuild/android-arm@npm:0.28.1": - version: 0.28.1 - resolution: "@esbuild/android-arm@npm:0.28.1" +"@esbuild/android-arm@npm:0.28.2": + version: 0.28.2 + resolution: "@esbuild/android-arm@npm:0.28.2" conditions: os=android & cpu=arm languageName: node linkType: hard @@ -1113,9 +1162,9 @@ __metadata: languageName: node linkType: hard -"@esbuild/android-x64@npm:0.28.1": - version: 0.28.1 - resolution: "@esbuild/android-x64@npm:0.28.1" +"@esbuild/android-x64@npm:0.28.2": + version: 0.28.2 + resolution: "@esbuild/android-x64@npm:0.28.2" conditions: os=android & cpu=x64 languageName: node linkType: hard @@ -1127,9 +1176,9 @@ __metadata: languageName: node linkType: hard -"@esbuild/darwin-arm64@npm:0.28.1": - version: 0.28.1 - resolution: "@esbuild/darwin-arm64@npm:0.28.1" +"@esbuild/darwin-arm64@npm:0.28.2": + version: 0.28.2 + resolution: "@esbuild/darwin-arm64@npm:0.28.2" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard @@ -1141,9 +1190,9 @@ __metadata: languageName: node linkType: hard -"@esbuild/darwin-x64@npm:0.28.1": - version: 0.28.1 - resolution: "@esbuild/darwin-x64@npm:0.28.1" +"@esbuild/darwin-x64@npm:0.28.2": + version: 0.28.2 + resolution: "@esbuild/darwin-x64@npm:0.28.2" conditions: os=darwin & cpu=x64 languageName: node linkType: hard @@ -1155,9 +1204,9 @@ __metadata: languageName: node linkType: hard -"@esbuild/freebsd-arm64@npm:0.28.1": - version: 0.28.1 - resolution: "@esbuild/freebsd-arm64@npm:0.28.1" +"@esbuild/freebsd-arm64@npm:0.28.2": + version: 0.28.2 + resolution: "@esbuild/freebsd-arm64@npm:0.28.2" conditions: os=freebsd & cpu=arm64 languageName: node linkType: hard @@ -1169,9 +1218,9 @@ __metadata: languageName: node linkType: hard -"@esbuild/freebsd-x64@npm:0.28.1": - version: 0.28.1 - resolution: "@esbuild/freebsd-x64@npm:0.28.1" +"@esbuild/freebsd-x64@npm:0.28.2": + version: 0.28.2 + resolution: "@esbuild/freebsd-x64@npm:0.28.2" conditions: os=freebsd & cpu=x64 languageName: node linkType: hard @@ -1183,9 +1232,9 @@ __metadata: languageName: node linkType: hard -"@esbuild/linux-arm64@npm:0.28.1": - version: 0.28.1 - resolution: "@esbuild/linux-arm64@npm:0.28.1" +"@esbuild/linux-arm64@npm:0.28.2": + version: 0.28.2 + resolution: "@esbuild/linux-arm64@npm:0.28.2" conditions: os=linux & cpu=arm64 languageName: node linkType: hard @@ -1197,9 +1246,9 @@ __metadata: languageName: node linkType: hard -"@esbuild/linux-arm@npm:0.28.1": - version: 0.28.1 - resolution: "@esbuild/linux-arm@npm:0.28.1" +"@esbuild/linux-arm@npm:0.28.2": + version: 0.28.2 + resolution: "@esbuild/linux-arm@npm:0.28.2" conditions: os=linux & cpu=arm languageName: node linkType: hard @@ -1211,9 +1260,9 @@ __metadata: languageName: node linkType: hard -"@esbuild/linux-ia32@npm:0.28.1": - version: 0.28.1 - resolution: "@esbuild/linux-ia32@npm:0.28.1" +"@esbuild/linux-ia32@npm:0.28.2": + version: 0.28.2 + resolution: "@esbuild/linux-ia32@npm:0.28.2" conditions: os=linux & cpu=ia32 languageName: node linkType: hard @@ -1225,9 +1274,9 @@ __metadata: languageName: node linkType: hard -"@esbuild/linux-loong64@npm:0.28.1": - version: 0.28.1 - resolution: "@esbuild/linux-loong64@npm:0.28.1" +"@esbuild/linux-loong64@npm:0.28.2": + version: 0.28.2 + resolution: "@esbuild/linux-loong64@npm:0.28.2" conditions: os=linux & cpu=loong64 languageName: node linkType: hard @@ -1239,9 +1288,9 @@ __metadata: languageName: node linkType: hard -"@esbuild/linux-mips64el@npm:0.28.1": - version: 0.28.1 - resolution: "@esbuild/linux-mips64el@npm:0.28.1" +"@esbuild/linux-mips64el@npm:0.28.2": + version: 0.28.2 + resolution: "@esbuild/linux-mips64el@npm:0.28.2" conditions: os=linux & cpu=mips64el languageName: node linkType: hard @@ -1253,9 +1302,9 @@ __metadata: languageName: node linkType: hard -"@esbuild/linux-ppc64@npm:0.28.1": - version: 0.28.1 - resolution: "@esbuild/linux-ppc64@npm:0.28.1" +"@esbuild/linux-ppc64@npm:0.28.2": + version: 0.28.2 + resolution: "@esbuild/linux-ppc64@npm:0.28.2" conditions: os=linux & cpu=ppc64 languageName: node linkType: hard @@ -1267,9 +1316,9 @@ __metadata: languageName: node linkType: hard -"@esbuild/linux-riscv64@npm:0.28.1": - version: 0.28.1 - resolution: "@esbuild/linux-riscv64@npm:0.28.1" +"@esbuild/linux-riscv64@npm:0.28.2": + version: 0.28.2 + resolution: "@esbuild/linux-riscv64@npm:0.28.2" conditions: os=linux & cpu=riscv64 languageName: node linkType: hard @@ -1281,9 +1330,9 @@ __metadata: languageName: node linkType: hard -"@esbuild/linux-s390x@npm:0.28.1": - version: 0.28.1 - resolution: "@esbuild/linux-s390x@npm:0.28.1" +"@esbuild/linux-s390x@npm:0.28.2": + version: 0.28.2 + resolution: "@esbuild/linux-s390x@npm:0.28.2" conditions: os=linux & cpu=s390x languageName: node linkType: hard @@ -1295,9 +1344,9 @@ __metadata: languageName: node linkType: hard -"@esbuild/linux-x64@npm:0.28.1": - version: 0.28.1 - resolution: "@esbuild/linux-x64@npm:0.28.1" +"@esbuild/linux-x64@npm:0.28.2": + version: 0.28.2 + resolution: "@esbuild/linux-x64@npm:0.28.2" conditions: os=linux & cpu=x64 languageName: node linkType: hard @@ -1309,9 +1358,9 @@ __metadata: languageName: node linkType: hard -"@esbuild/netbsd-arm64@npm:0.28.1": - version: 0.28.1 - resolution: "@esbuild/netbsd-arm64@npm:0.28.1" +"@esbuild/netbsd-arm64@npm:0.28.2": + version: 0.28.2 + resolution: "@esbuild/netbsd-arm64@npm:0.28.2" conditions: os=netbsd & cpu=arm64 languageName: node linkType: hard @@ -1323,9 +1372,9 @@ __metadata: languageName: node linkType: hard -"@esbuild/netbsd-x64@npm:0.28.1": - version: 0.28.1 - resolution: "@esbuild/netbsd-x64@npm:0.28.1" +"@esbuild/netbsd-x64@npm:0.28.2": + version: 0.28.2 + resolution: "@esbuild/netbsd-x64@npm:0.28.2" conditions: os=netbsd & cpu=x64 languageName: node linkType: hard @@ -1337,9 +1386,9 @@ __metadata: languageName: node linkType: hard -"@esbuild/openbsd-arm64@npm:0.28.1": - version: 0.28.1 - resolution: "@esbuild/openbsd-arm64@npm:0.28.1" +"@esbuild/openbsd-arm64@npm:0.28.2": + version: 0.28.2 + resolution: "@esbuild/openbsd-arm64@npm:0.28.2" conditions: os=openbsd & cpu=arm64 languageName: node linkType: hard @@ -1351,9 +1400,9 @@ __metadata: languageName: node linkType: hard -"@esbuild/openbsd-x64@npm:0.28.1": - version: 0.28.1 - resolution: "@esbuild/openbsd-x64@npm:0.28.1" +"@esbuild/openbsd-x64@npm:0.28.2": + version: 0.28.2 + resolution: "@esbuild/openbsd-x64@npm:0.28.2" conditions: os=openbsd & cpu=x64 languageName: node linkType: hard @@ -1365,9 +1414,9 @@ __metadata: languageName: node linkType: hard -"@esbuild/openharmony-arm64@npm:0.28.1": - version: 0.28.1 - resolution: "@esbuild/openharmony-arm64@npm:0.28.1" +"@esbuild/openharmony-arm64@npm:0.28.2": + version: 0.28.2 + resolution: "@esbuild/openharmony-arm64@npm:0.28.2" conditions: os=openharmony & cpu=arm64 languageName: node linkType: hard @@ -1379,9 +1428,9 @@ __metadata: languageName: node linkType: hard -"@esbuild/sunos-x64@npm:0.28.1": - version: 0.28.1 - resolution: "@esbuild/sunos-x64@npm:0.28.1" +"@esbuild/sunos-x64@npm:0.28.2": + version: 0.28.2 + resolution: "@esbuild/sunos-x64@npm:0.28.2" conditions: os=sunos & cpu=x64 languageName: node linkType: hard @@ -1393,9 +1442,9 @@ __metadata: languageName: node linkType: hard -"@esbuild/win32-arm64@npm:0.28.1": - version: 0.28.1 - resolution: "@esbuild/win32-arm64@npm:0.28.1" +"@esbuild/win32-arm64@npm:0.28.2": + version: 0.28.2 + resolution: "@esbuild/win32-arm64@npm:0.28.2" conditions: os=win32 & cpu=arm64 languageName: node linkType: hard @@ -1407,9 +1456,9 @@ __metadata: languageName: node linkType: hard -"@esbuild/win32-ia32@npm:0.28.1": - version: 0.28.1 - resolution: "@esbuild/win32-ia32@npm:0.28.1" +"@esbuild/win32-ia32@npm:0.28.2": + version: 0.28.2 + resolution: "@esbuild/win32-ia32@npm:0.28.2" conditions: os=win32 & cpu=ia32 languageName: node linkType: hard @@ -1421,9 +1470,9 @@ __metadata: languageName: node linkType: hard -"@esbuild/win32-x64@npm:0.28.1": - version: 0.28.1 - resolution: "@esbuild/win32-x64@npm:0.28.1" +"@esbuild/win32-x64@npm:0.28.2": + version: 0.28.2 + resolution: "@esbuild/win32-x64@npm:0.28.2" conditions: os=win32 & cpu=x64 languageName: node linkType: hard @@ -1457,12 +1506,12 @@ __metadata: languageName: node linkType: hard -"@eslint/config-helpers@npm:^0.6.0": - version: 0.6.0 - resolution: "@eslint/config-helpers@npm:0.6.0" +"@eslint/config-helpers@npm:^0.7.0": + version: 0.7.0 + resolution: "@eslint/config-helpers@npm:0.7.0" dependencies: "@eslint/core": "npm:^1.2.1" - checksum: 10/2daa66b0c3821313a6239beed2236ad7f3a45540050b5ce69527206ba7e58e9c17aff2f68be6d3f0f95d6294a911da86aa50863a1aeadd607faa943c11677a46 + checksum: 10/57f9cdf303fd56f0da6712e7d6da350c18a332f7d1dc0f5a5f8a9c357f0d5ab9ff9e7515be4726ad4b0fc41c297570a118d7ede02246c5b7a37932c3df46271e languageName: node linkType: hard @@ -1482,13 +1531,13 @@ __metadata: languageName: node linkType: hard -"@eslint/plugin-kit@npm:^0.7.2": - version: 0.7.2 - resolution: "@eslint/plugin-kit@npm:0.7.2" +"@eslint/plugin-kit@npm:^0.7.3": + version: 0.7.3 + resolution: "@eslint/plugin-kit@npm:0.7.3" dependencies: "@eslint/core": "npm:^1.2.1" levn: "npm:^0.4.1" - checksum: 10/ef9fc6f8ca28e132d4c81cfbaa92274800d1d73bb9d6ef2124613dd39b7f09e3592deb64bad10b183bff78db5465d4b100f522d994c8550424526b9ac4a072b0 + checksum: 10/bd603f0438d6829a5b0c8cbb90383e3b0fda3aac3a87faa22c80124ce4121f5dcfe8ef9b933c3308cbed70a27c4f51036403e3f0cb64ca2743e595dd865ccef6 languageName: node linkType: hard @@ -1504,13 +1553,6 @@ __metadata: languageName: node linkType: hard -"@gar/promise-retry@npm:^1.0.0, @gar/promise-retry@npm:^1.0.2": - version: 1.0.3 - resolution: "@gar/promise-retry@npm:1.0.3" - checksum: 10/0d13ea3bb1025755e055648f6e290d2a7e0c87affaf552218f09f66b3fcd9ea9d5c9cc5fe2aa6e285e1530437768e40f9448fe9a86f4f3417b216dcf488d3d1a - languageName: node - linkType: hard - "@harperfast/extended-iterable@npm:^1.0.3": version: 1.0.3 resolution: "@harperfast/extended-iterable@npm:1.0.3" @@ -1518,12 +1560,12 @@ __metadata: languageName: node linkType: hard -"@hono/node-server@npm:^1.19.9": - version: 1.19.17 - resolution: "@hono/node-server@npm:1.19.17" +"@hono/node-server@npm:^1.19.9 || ^2.0.5": + version: 2.1.1 + resolution: "@hono/node-server@npm:2.1.1" peerDependencies: hono: ^4 - checksum: 10/b3fb8f627e59caafdcf49b463d5263931ccc404cb2d58999b9863636e68dcf01e919a73a449761db07349bd39dc91983b68a9f549b4c9927fde8c2de7e498689 + checksum: 10/af031ec46684c7a201cf70ce2e14f17dcd64624b42bbbf5a84dc54d7a2a9fe77a96d3d0280a16affcbc99a2de682f8687ee63cf6f6cc3de2cd5bee22ebe1f7fe languageName: node linkType: hard @@ -1575,10 +1617,10 @@ __metadata: languageName: node linkType: hard -"@inquirer/ansi@npm:^2.0.7": - version: 2.0.7 - resolution: "@inquirer/ansi@npm:2.0.7" - checksum: 10/ae4ff228412f1f67d78aa9a7410e07e692eeb7c9b75034825f1039898821b02505dfe934be53d6ee4ce5bde9e7ff6b4ce7547bacc1c9aa441396cb9b99717e0f +"@inquirer/ansi@npm:^2.0.7, @inquirer/ansi@npm:^2.0.8": + version: 2.0.8 + resolution: "@inquirer/ansi@npm:2.0.8" + checksum: 10/43b9de6f56ed7972d56475299727432a5bb505d34e376ecb6cb81b0b40c0e9fd273846473091d6df7abde8948600e52284f15db33d785c125912964b2aebd6a1 languageName: node linkType: hard @@ -1600,35 +1642,35 @@ __metadata: languageName: node linkType: hard -"@inquirer/checkbox@npm:^5.1.4": - version: 5.2.1 - resolution: "@inquirer/checkbox@npm:5.2.1" +"@inquirer/checkbox@npm:^5.2.1": + version: 5.2.5 + resolution: "@inquirer/checkbox@npm:5.2.5" dependencies: - "@inquirer/ansi": "npm:^2.0.7" - "@inquirer/core": "npm:^11.2.1" - "@inquirer/figures": "npm:^2.0.7" - "@inquirer/type": "npm:^4.0.7" + "@inquirer/ansi": "npm:^2.0.8" + "@inquirer/core": "npm:^12.0.3" + "@inquirer/figures": "npm:^2.0.9" + "@inquirer/type": "npm:4.1.1" peerDependencies: "@types/node": ">=18" peerDependenciesMeta: "@types/node": optional: true - checksum: 10/8a4b9a336a48c32db0403c56b228351210a3e8d5706032274e8cc47579f2b8a6a9b2cabe11a6aa96694f1e6bac5364fd9cdafe1d67ad65eafb5e6edc696fd534 + checksum: 10/96c758a6a2933bcf78da40cae9afbec2caa1e45675f9f4ad00064816f9427e6a7524a535ecb52729a2fd435580af71c184369bb647b6cba3da9cec9d4ece8d3b languageName: node linkType: hard -"@inquirer/confirm@npm:6.0.12": - version: 6.0.12 - resolution: "@inquirer/confirm@npm:6.0.12" +"@inquirer/confirm@npm:6.1.1": + version: 6.1.1 + resolution: "@inquirer/confirm@npm:6.1.1" dependencies: - "@inquirer/core": "npm:^11.1.9" - "@inquirer/type": "npm:^4.0.5" + "@inquirer/core": "npm:^11.2.1" + "@inquirer/type": "npm:^4.0.7" peerDependencies: "@types/node": ">=18" peerDependenciesMeta: "@types/node": optional: true - checksum: 10/7195a02074b29c7562fd574b80ca1caa9a177fedb830f8d13831cb4498df7c8252862b9f0d964118c2bf139faffd78c9e0ecaad0972d6c02323f5f6efc7d408b + checksum: 10/631d35403438949abe073ba6b7823682d4bd995a582226df0c8d18fd2b069a42e415bc40988fd10b138984701d585da32086da6d90814ec50eaa8a2778dc6bfb languageName: node linkType: hard @@ -1647,18 +1689,18 @@ __metadata: languageName: node linkType: hard -"@inquirer/confirm@npm:^6.0.12": - version: 6.1.1 - resolution: "@inquirer/confirm@npm:6.1.1" +"@inquirer/confirm@npm:^6.1.1": + version: 6.3.2 + resolution: "@inquirer/confirm@npm:6.3.2" dependencies: - "@inquirer/core": "npm:^11.2.1" - "@inquirer/type": "npm:^4.0.7" + "@inquirer/core": "npm:^12.0.3" + "@inquirer/type": "npm:4.1.1" peerDependencies: "@types/node": ">=18" peerDependenciesMeta: "@types/node": optional: true - checksum: 10/631d35403438949abe073ba6b7823682d4bd995a582226df0c8d18fd2b069a42e415bc40988fd10b138984701d585da32086da6d90814ec50eaa8a2778dc6bfb + checksum: 10/d82547615909120232db1fdeb6d8bedac7231ca0137a0de87d1d37ca65b12f329eb09c9cc4ec179454d234c3d0552467bbf35caecb3d2b1caaebc5631b3aaaa0 languageName: node linkType: hard @@ -1683,7 +1725,7 @@ __metadata: languageName: node linkType: hard -"@inquirer/core@npm:^11.1.9, @inquirer/core@npm:^11.2.1": +"@inquirer/core@npm:^11.2.1": version: 11.2.1 resolution: "@inquirer/core@npm:11.2.1" dependencies: @@ -1703,6 +1745,26 @@ __metadata: languageName: node linkType: hard +"@inquirer/core@npm:^12.0.3": + version: 12.0.3 + resolution: "@inquirer/core@npm:12.0.3" + dependencies: + "@inquirer/ansi": "npm:^2.0.8" + "@inquirer/figures": "npm:^2.0.9" + "@inquirer/type": "npm:4.1.1" + cli-width: "npm:^4.1.0" + fast-wrap-ansi: "npm:^0.2.0" + mute-stream: "npm:^3.0.0" + signal-exit: "npm:^4.1.0" + peerDependencies: + "@types/node": ">=18" + peerDependenciesMeta: + "@types/node": + optional: true + checksum: 10/3aab1fc0efeb519054e31eb74d091fc6025e281c70c27b7145df261a072001a23b11225a844ed33274993089445e19f5c22a31bd3bbc1616c50e702264a1b3d1 + languageName: node + linkType: hard + "@inquirer/editor@npm:^4.2.23": version: 4.2.23 resolution: "@inquirer/editor@npm:4.2.23" @@ -1719,19 +1781,19 @@ __metadata: languageName: node linkType: hard -"@inquirer/editor@npm:^5.1.1": - version: 5.2.2 - resolution: "@inquirer/editor@npm:5.2.2" +"@inquirer/editor@npm:^5.2.2": + version: 5.3.3 + resolution: "@inquirer/editor@npm:5.3.3" dependencies: - "@inquirer/core": "npm:^11.2.1" - "@inquirer/external-editor": "npm:^3.0.3" - "@inquirer/type": "npm:^4.0.7" + "@inquirer/core": "npm:^12.0.3" + "@inquirer/external-editor": "npm:^3.0.5" + "@inquirer/type": "npm:4.1.1" peerDependencies: "@types/node": ">=18" peerDependenciesMeta: "@types/node": optional: true - checksum: 10/cc375c8f9f332df47f36a998dcc9107cd97e0e26577b7ba1413d6cc84ee1790b232b0667b37e3f0f53bf52c004bf11d216a743f816b6f26d25dd584462a1e34c + checksum: 10/78aa94623704817046924ec655e209f434e2c14c0e5acf67f606ae19fd8b3740c3a4f5ef9f8c235a9ba596747a910dcf768a2e30d083e7b5092ef4d40f281d0e languageName: node linkType: hard @@ -1751,18 +1813,18 @@ __metadata: languageName: node linkType: hard -"@inquirer/expand@npm:^5.0.13": - version: 5.1.1 - resolution: "@inquirer/expand@npm:5.1.1" +"@inquirer/expand@npm:^5.1.1": + version: 5.1.5 + resolution: "@inquirer/expand@npm:5.1.5" dependencies: - "@inquirer/core": "npm:^11.2.1" - "@inquirer/type": "npm:^4.0.7" + "@inquirer/core": "npm:^12.0.3" + "@inquirer/type": "npm:4.1.1" peerDependencies: "@types/node": ">=18" peerDependenciesMeta: "@types/node": optional: true - checksum: 10/a93b230bcddb4387a720f12615e8414999427e132110122f6ab9273a684fa0917bea946b35cb4a4e16d9cc7859f78b01e39656e140aed5885bc96212a3668857 + checksum: 10/0c815f40c8a235eba3cf77337d01479c5f0df5f3bf8c102a784fff9d4b1c55c80a65dea0c58464e09998b3c6a2739c39cd53a81d03bb453e856054689623f565 languageName: node linkType: hard @@ -1781,9 +1843,9 @@ __metadata: languageName: node linkType: hard -"@inquirer/external-editor@npm:^3.0.3": - version: 3.0.3 - resolution: "@inquirer/external-editor@npm:3.0.3" +"@inquirer/external-editor@npm:^3.0.5": + version: 3.0.5 + resolution: "@inquirer/external-editor@npm:3.0.5" dependencies: chardet: "npm:^2.1.1" iconv-lite: "npm:^0.7.2" @@ -1792,7 +1854,7 @@ __metadata: peerDependenciesMeta: "@types/node": optional: true - checksum: 10/7d20388ff3fc051684c5ca07c8247db2ab73b706f0a3c710197ffe96685965bdca9a065df6db497f2db30255fb5b6c5998ccc39192f318159522d2704fc29817 + checksum: 10/adeeb7170b62943fa64943adf2d58473aa93810deb42e3fd1ffb39db6beaeba3abf88c938589abf24bded8bc08306e0cf7e84bed43b779fac3b557cf35b2bfcd languageName: node linkType: hard @@ -1803,10 +1865,10 @@ __metadata: languageName: node linkType: hard -"@inquirer/figures@npm:^2.0.7": - version: 2.0.7 - resolution: "@inquirer/figures@npm:2.0.7" - checksum: 10/145d74307b17712807ccd561787ecd1a72d574165b4d07a146e0d815f8e0320ffd39fb07f81a33910a4d2f0e098862b35b87614c4d3da740a29fa42c38dcb768 +"@inquirer/figures@npm:^2.0.7, @inquirer/figures@npm:^2.0.9": + version: 2.0.9 + resolution: "@inquirer/figures@npm:2.0.9" + checksum: 10/22a325d1da578f3971252f0b4151110b37b86cd4cf0fc8def15aed366ee420eb44585c1dc5c6c0761972b36f4d99647aaeb20cd3d5a4635765874dded69ebac5 languageName: node linkType: hard @@ -1825,18 +1887,18 @@ __metadata: languageName: node linkType: hard -"@inquirer/input@npm:^5.0.12": - version: 5.1.2 - resolution: "@inquirer/input@npm:5.1.2" +"@inquirer/input@npm:^5.1.2": + version: 5.1.6 + resolution: "@inquirer/input@npm:5.1.6" dependencies: - "@inquirer/core": "npm:^11.2.1" - "@inquirer/type": "npm:^4.0.7" + "@inquirer/core": "npm:^12.0.3" + "@inquirer/type": "npm:4.1.1" peerDependencies: "@types/node": ">=18" peerDependenciesMeta: "@types/node": optional: true - checksum: 10/ff8f5112559b778162c6f93bb57c967cd829b7c32fc8621febf41e3b817fb8538903e1afa33dcb7c942da1de8db216173aca01fd41b455b6350fc036b302becd + checksum: 10/530f7af1f86c29621239660d3433dbadc97fdd4ba4169f0e711355ca7eb2555c8b803716686b1a8464fc888830446b75aae188e9588ce2c7b75da6506562bfe0 languageName: node linkType: hard @@ -1855,18 +1917,18 @@ __metadata: languageName: node linkType: hard -"@inquirer/number@npm:^4.0.12": - version: 4.1.1 - resolution: "@inquirer/number@npm:4.1.1" +"@inquirer/number@npm:^4.1.1": + version: 4.2.3 + resolution: "@inquirer/number@npm:4.2.3" dependencies: - "@inquirer/core": "npm:^11.2.1" - "@inquirer/type": "npm:^4.0.7" + "@inquirer/core": "npm:^12.0.3" + "@inquirer/type": "npm:4.1.1" peerDependencies: "@types/node": ">=18" peerDependenciesMeta: "@types/node": optional: true - checksum: 10/ee99f233596bc8e7b191d6f844f4a48057e6f3615884f1dbdb816c36ea3d6a5685db6ad3b8efc9bab6ae2397e202d8b49a53a99b96f63f4d6e42d660c318db23 + checksum: 10/b66e934c9f7824b7c2eb043afc9e99bf3e91dec7e2ead271aab47e019fb192070f2cd51edf84b451946b76ab6a3335ae7b036e10b2e4a24e9fbaa8dd89ea5112 languageName: node linkType: hard @@ -1886,42 +1948,42 @@ __metadata: languageName: node linkType: hard -"@inquirer/password@npm:^5.0.12": - version: 5.1.1 - resolution: "@inquirer/password@npm:5.1.1" +"@inquirer/password@npm:^5.1.1": + version: 5.2.2 + resolution: "@inquirer/password@npm:5.2.2" dependencies: - "@inquirer/ansi": "npm:^2.0.7" - "@inquirer/core": "npm:^11.2.1" - "@inquirer/type": "npm:^4.0.7" + "@inquirer/ansi": "npm:^2.0.8" + "@inquirer/core": "npm:^12.0.3" + "@inquirer/type": "npm:4.1.1" peerDependencies: "@types/node": ">=18" peerDependenciesMeta: "@types/node": optional: true - checksum: 10/b0b9994de1b49096cc1bf47910b122dd1704cd12434de304081f09090f42d83af699c202e5b8b0c12eb5f87acb7cc4c62a6d97a8781aefe7352b4695eb2b242f + checksum: 10/edfe2c4d4604cb6a79ae51507cf84892f83f1b254bf284593af5a66267409adf8f30eed368a6589199380f7438bd4001a7cd83fb40cdaeca53f9ad2faaa6a696 languageName: node linkType: hard -"@inquirer/prompts@npm:8.4.2": - version: 8.4.2 - resolution: "@inquirer/prompts@npm:8.4.2" - dependencies: - "@inquirer/checkbox": "npm:^5.1.4" - "@inquirer/confirm": "npm:^6.0.12" - "@inquirer/editor": "npm:^5.1.1" - "@inquirer/expand": "npm:^5.0.13" - "@inquirer/input": "npm:^5.0.12" - "@inquirer/number": "npm:^4.0.12" - "@inquirer/password": "npm:^5.0.12" - "@inquirer/rawlist": "npm:^5.2.8" - "@inquirer/search": "npm:^4.1.8" - "@inquirer/select": "npm:^5.1.4" +"@inquirer/prompts@npm:8.5.2": + version: 8.5.2 + resolution: "@inquirer/prompts@npm:8.5.2" + dependencies: + "@inquirer/checkbox": "npm:^5.2.1" + "@inquirer/confirm": "npm:^6.1.1" + "@inquirer/editor": "npm:^5.2.2" + "@inquirer/expand": "npm:^5.1.1" + "@inquirer/input": "npm:^5.1.2" + "@inquirer/number": "npm:^4.1.1" + "@inquirer/password": "npm:^5.1.1" + "@inquirer/rawlist": "npm:^5.3.1" + "@inquirer/search": "npm:^4.2.1" + "@inquirer/select": "npm:^5.2.1" peerDependencies: "@types/node": ">=18" peerDependenciesMeta: "@types/node": optional: true - checksum: 10/96d7b01ca9961554e1739c60c82a2162233f246c2b401cff1b1376861e7e732814475aa20bcbe74014a4a8bda7872a907f9c8d9beb034f68d900e04606b32f48 + checksum: 10/af39efea141bf193c4ffcb9ccf3ac371e9c0beeb160b281137966a179eb1f86e7aced0b6e8a4debfeb8f52a25381eaf13a14ec0c5600d0384e59115d6c5c96b3 languageName: node linkType: hard @@ -1964,18 +2026,18 @@ __metadata: languageName: node linkType: hard -"@inquirer/rawlist@npm:^5.2.8": - version: 5.3.1 - resolution: "@inquirer/rawlist@npm:5.3.1" +"@inquirer/rawlist@npm:^5.3.1": + version: 5.3.5 + resolution: "@inquirer/rawlist@npm:5.3.5" dependencies: - "@inquirer/core": "npm:^11.2.1" - "@inquirer/type": "npm:^4.0.7" + "@inquirer/core": "npm:^12.0.3" + "@inquirer/type": "npm:4.1.1" peerDependencies: "@types/node": ">=18" peerDependenciesMeta: "@types/node": optional: true - checksum: 10/4443f2041cd2cbdf0d730ac0eede50dd912f248115f06f5e80d9d965de5ad071bbcb412c2b17b80abd847ba26090fe52050b44475207a3e99587ffe8e8f03335 + checksum: 10/3db6bdf9c076a7fd6995e74f82ce30456ebb4ed4773365746dc9e939c328ca79beb11793169baad3671f67cd2d2c131e0108ca47c7594616bb206c2245556344 languageName: node linkType: hard @@ -1996,19 +2058,19 @@ __metadata: languageName: node linkType: hard -"@inquirer/search@npm:^4.1.8": - version: 4.2.1 - resolution: "@inquirer/search@npm:4.2.1" +"@inquirer/search@npm:^4.2.1": + version: 4.3.3 + resolution: "@inquirer/search@npm:4.3.3" dependencies: - "@inquirer/core": "npm:^11.2.1" - "@inquirer/figures": "npm:^2.0.7" - "@inquirer/type": "npm:^4.0.7" + "@inquirer/core": "npm:^12.0.3" + "@inquirer/figures": "npm:^2.0.9" + "@inquirer/type": "npm:4.1.1" peerDependencies: "@types/node": ">=18" peerDependenciesMeta: "@types/node": optional: true - checksum: 10/8e5d53506649102dd991d594a5267c6ace473b4875ea2bd0b6f1c3f5b8191d23889f35db6dd986daeb52f0ccdb399229a05b7d94a6cf99bdc56c1173e7e3b6e6 + checksum: 10/81d6849938de13598d9d8ff058a124f5381d702a8a635426922d3eb51e65f10111d917c979c11cfb263e663d8a0a5e58d264ffae970c4ef3d311ebe52e2e7057 languageName: node linkType: hard @@ -2030,44 +2092,44 @@ __metadata: languageName: node linkType: hard -"@inquirer/select@npm:^5.1.4": - version: 5.2.1 - resolution: "@inquirer/select@npm:5.2.1" +"@inquirer/select@npm:^5.2.1": + version: 5.2.5 + resolution: "@inquirer/select@npm:5.2.5" dependencies: - "@inquirer/ansi": "npm:^2.0.7" - "@inquirer/core": "npm:^11.2.1" - "@inquirer/figures": "npm:^2.0.7" - "@inquirer/type": "npm:^4.0.7" + "@inquirer/ansi": "npm:^2.0.8" + "@inquirer/core": "npm:^12.0.3" + "@inquirer/figures": "npm:^2.0.9" + "@inquirer/type": "npm:4.1.1" peerDependencies: "@types/node": ">=18" peerDependenciesMeta: "@types/node": optional: true - checksum: 10/3ceca17d780dff006678bbcde172de086c38026ce1d209a38b881cbecc6b7e35b1d6871a02916f8f1ba8dca4f48218ffe05bd838b7fe3de5614e4fddc78dccf8 + checksum: 10/af7cba104bc7011d8e9f380bf5ab02318c1889c219e3e4b26b6de6bfbb91122e28ff1c347b9e4bae11ac2d265e702f95e138ab1df435ccf8f91a8b523b6fe9ab languageName: node linkType: hard -"@inquirer/type@npm:^3.0.10": - version: 3.0.10 - resolution: "@inquirer/type@npm:3.0.10" +"@inquirer/type@npm:4.1.1, @inquirer/type@npm:^4.0.7": + version: 4.1.1 + resolution: "@inquirer/type@npm:4.1.1" peerDependencies: "@types/node": ">=18" peerDependenciesMeta: "@types/node": optional: true - checksum: 10/57d113a9db7abc73326491e29bedc88ef362e53779f9f58a1b61225e0be068ce0c54e33cd65f4a13ca46131676fb72c3ef488463c4c9af0aa89680684c55d74c + checksum: 10/789b1fcc1d27bb75c4baa17666fb3427d30c41143a24eb77a121e4b64a41ca1753b9203e71a10bc26eefdf3c7d3d3ff619b82641e302afb38f9b23c5d9db38e7 languageName: node linkType: hard -"@inquirer/type@npm:^4.0.5, @inquirer/type@npm:^4.0.7": - version: 4.0.7 - resolution: "@inquirer/type@npm:4.0.7" +"@inquirer/type@npm:^3.0.10": + version: 3.0.10 + resolution: "@inquirer/type@npm:3.0.10" peerDependencies: "@types/node": ">=18" peerDependenciesMeta: "@types/node": optional: true - checksum: 10/97769b74264a2575c12c231e3d4acf98b4ae237fc987cec6b459f88b907b1729623403b8d9fe0cf2ca21743114777c64e3031fbeff72e9da37fbf4c8985f587f + checksum: 10/57d113a9db7abc73326491e29bedc88ef362e53779f9f58a1b61225e0be068ce0c54e33cd65f4a13ca46131676fb72c3ef488463c4c9af0aa89680684c55d74c languageName: node linkType: hard @@ -2114,30 +2176,30 @@ __metadata: languageName: node linkType: hard -"@jest/console@npm:30.4.1": - version: 30.4.1 - resolution: "@jest/console@npm:30.4.1" +"@jest/console@npm:30.5.1": + version: 30.5.1 + resolution: "@jest/console@npm:30.5.1" dependencies: - "@jest/types": "npm:30.4.1" + "@jest/types": "npm:30.5.1" "@types/node": "npm:*" chalk: "npm:^4.1.2" - jest-message-util: "npm:30.4.1" - jest-util: "npm:30.4.1" + jest-message-util: "npm:30.5.1" + jest-util: "npm:30.5.1" slash: "npm:^3.0.0" - checksum: 10/4eb463d29654c20716f5f9cde43e5d958cb3b9234477df57da5b3814c3f1a4a0ab611a8eaf4b5abc146190a012584d7025f445f3560ed62acd843fc95c0a0e65 + checksum: 10/771393840ad22d9f024fc257b3f27eaba29f66d9da2b64f276e2416717e32ae1588b63142ac4487d9c2fc15364a4a7cf82824edd70d89c74705247e9e87225c5 languageName: node linkType: hard -"@jest/core@npm:30.4.2": - version: 30.4.2 - resolution: "@jest/core@npm:30.4.2" +"@jest/core@npm:30.5.1": + version: 30.5.1 + resolution: "@jest/core@npm:30.5.1" dependencies: - "@jest/console": "npm:30.4.1" - "@jest/pattern": "npm:30.4.0" - "@jest/reporters": "npm:30.4.1" - "@jest/test-result": "npm:30.4.1" - "@jest/transform": "npm:30.4.1" - "@jest/types": "npm:30.4.1" + "@jest/console": "npm:30.5.1" + "@jest/pattern": "npm:30.5.0" + "@jest/reporters": "npm:30.5.1" + "@jest/test-result": "npm:30.5.1" + "@jest/transform": "npm:30.5.1" + "@jest/types": "npm:30.5.1" "@types/node": "npm:*" ansi-escapes: "npm:^4.3.2" chalk: "npm:^4.1.2" @@ -2145,156 +2207,170 @@ __metadata: exit-x: "npm:^0.2.2" fast-json-stable-stringify: "npm:^2.1.0" graceful-fs: "npm:^4.2.11" - jest-changed-files: "npm:30.4.1" - jest-config: "npm:30.4.2" - jest-haste-map: "npm:30.4.1" - jest-message-util: "npm:30.4.1" - jest-regex-util: "npm:30.4.0" - jest-resolve: "npm:30.4.1" - jest-resolve-dependencies: "npm:30.4.2" - jest-runner: "npm:30.4.2" - jest-runtime: "npm:30.4.2" - jest-snapshot: "npm:30.4.1" - jest-util: "npm:30.4.1" - jest-validate: "npm:30.4.1" - jest-watcher: "npm:30.4.1" - pretty-format: "npm:30.4.1" + jest-changed-files: "npm:30.5.1" + jest-config: "npm:30.5.1" + jest-haste-map: "npm:30.5.1" + jest-message-util: "npm:30.5.1" + jest-regex-util: "npm:30.5.0" + jest-resolve: "npm:30.5.1" + jest-resolve-dependencies: "npm:30.5.1" + jest-runner: "npm:30.5.1" + jest-runtime: "npm:30.5.1" + jest-snapshot: "npm:30.5.1" + jest-util: "npm:30.5.1" + jest-validate: "npm:30.5.1" + jest-watcher: "npm:30.5.1" + pretty-format: "npm:30.5.1" slash: "npm:^3.0.0" peerDependencies: node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 peerDependenciesMeta: node-notifier: optional: true - checksum: 10/ecc695392685ab56c6df5d29d6f7927141071d8f3f75e5f7c7664f0faded1307caf5daf051074252d5ddb9546bf2bfe3b0c63ca81fe6238dc34e1bb5f8a7a261 + checksum: 10/7e16c9d7b6d65edd93428a89fc384b50dd46338faee0c952593458f3098e7e7fb6ff8a22ed935e5c5414c48d8d0f01111efac1ebefdadb5b537c49ddac9ee686 languageName: node linkType: hard -"@jest/diff-sequences@npm:30.4.0": - version: 30.4.0 - resolution: "@jest/diff-sequences@npm:30.4.0" - checksum: 10/65c27937c10a7157899dad5d176806104286f9d55464f318955a0cee98db8aed6b8f70ad4aee7133468087146422cdd391d49b1e101ec543db3283ee4eb59c06 +"@jest/diff-sequences@npm:30.5.0": + version: 30.5.0 + resolution: "@jest/diff-sequences@npm:30.5.0" + checksum: 10/6fdba657e811790850c68beeef9a9d435b77733242c0ff94226cd210bbc11320a39a687bb3037089be7ffc6a2d98f5527d987327a2a18f83ebc87a8fe1e97e2a languageName: node linkType: hard -"@jest/environment-jsdom-abstract@npm:30.4.1": - version: 30.4.1 - resolution: "@jest/environment-jsdom-abstract@npm:30.4.1" +"@jest/environment-jsdom-abstract@npm:30.5.1": + version: 30.5.1 + resolution: "@jest/environment-jsdom-abstract@npm:30.5.1" dependencies: - "@jest/environment": "npm:30.4.1" - "@jest/fake-timers": "npm:30.4.1" - "@jest/types": "npm:30.4.1" - "@types/jsdom": "npm:^21.1.7" + "@jest/environment": "npm:30.5.1" + "@jest/fake-timers": "npm:30.5.1" + "@jest/types": "npm:30.5.1" "@types/node": "npm:*" - jest-mock: "npm:30.4.1" - jest-util: "npm:30.4.1" + jest-mock: "npm:30.5.1" + jest-util: "npm:30.5.1" peerDependencies: + "@types/jsdom": "*" canvas: ^3.0.0 jsdom: "*" peerDependenciesMeta: canvas: optional: true - checksum: 10/e51537587162d0972df0abd6f0ce0b2cf5245029035e6b61b62da075547a37cd174254c315b456447a6419b22938623036b355c063498b7876f7ea0352404fa6 + checksum: 10/824da6bab186279c8349af3b44cb1d45d31a0331b05ba1d41edba9ffeca446fef9a69bf6d1a67dcd7c41d32579b01e3cc8e9b8601f06b1c6149433b16cb4437c languageName: node linkType: hard -"@jest/environment@npm:30.4.1, @jest/environment@npm:^30.4.1": - version: 30.4.1 - resolution: "@jest/environment@npm:30.4.1" +"@jest/environment@npm:30.5.1, @jest/environment@npm:^30.5.1": + version: 30.5.1 + resolution: "@jest/environment@npm:30.5.1" dependencies: - "@jest/fake-timers": "npm:30.4.1" - "@jest/types": "npm:30.4.1" + "@jest/fake-timers": "npm:30.5.1" + "@jest/types": "npm:30.5.1" "@types/node": "npm:*" - jest-mock: "npm:30.4.1" - checksum: 10/c25946fee29604f5aa24ea059bc3cc7bc4c8cdaf26db1ed6ffa4f28e37f5193cc4e868650c807d89caff4123e44d07b58200d4cb5960ebdb7d66531509d76359 + jest-mock: "npm:30.5.1" + checksum: 10/19be99eeddfbfd33aa0cd065bd410c4095bea4747972b26eb0845c1e9a09989f383f819c742a5872bcba799d23bfcdc4547f88002cf13f1d473e846eab0ac5e1 languageName: node linkType: hard -"@jest/expect-utils@npm:30.4.1": - version: 30.4.1 - resolution: "@jest/expect-utils@npm:30.4.1" +"@jest/expect-utils@npm:30.5.1": + version: 30.5.1 + resolution: "@jest/expect-utils@npm:30.5.1" dependencies: - "@jest/get-type": "npm:30.1.0" - checksum: 10/3f0337ec791d669cacd07594521f2da71b956712dfd0c0007253dd5e886ef640df510af1357878a80ac56f09d3db9fd68e3db66959f0fdb3add5f551dd7e0f35 + "@jest/get-type": "npm:30.5.0" + checksum: 10/6b062302e9d3d2a948321e36a51cbe4f498f4cfb4875997d2a92a7662e8987e54c2cc0c5a9e2e4424212cb038bfd0cec82fe564653b1c62225f1633c9f00cd3e languageName: node linkType: hard -"@jest/expect@npm:30.4.1": - version: 30.4.1 - resolution: "@jest/expect@npm:30.4.1" +"@jest/expect@npm:30.5.1": + version: 30.5.1 + resolution: "@jest/expect@npm:30.5.1" dependencies: - expect: "npm:30.4.1" - jest-snapshot: "npm:30.4.1" - checksum: 10/40ae0317a3590ced7a7fd21c49e6b1af6b122e6a83822e643af83f02034dfed6485248cae08d6bcf9380039ba3824ac56db18478712c64ddf5f709ee23cf30cd + expect: "npm:30.5.1" + jest-snapshot: "npm:30.5.1" + checksum: 10/6dd2ae3f73a2f85b475d165c964ec46e2bfb2469b72115d76ce4a80ab01b4aa85392f57b013ee7b3c7adbc59859add27e567252de22509840157763c609a9b30 languageName: node linkType: hard -"@jest/fake-timers@npm:30.4.1": - version: 30.4.1 - resolution: "@jest/fake-timers@npm:30.4.1" +"@jest/fake-timers@npm:30.5.1": + version: 30.5.1 + resolution: "@jest/fake-timers@npm:30.5.1" dependencies: - "@jest/types": "npm:30.4.1" + "@jest/types": "npm:30.5.1" "@sinonjs/fake-timers": "npm:^15.4.0" "@types/node": "npm:*" - jest-message-util: "npm:30.4.1" - jest-mock: "npm:30.4.1" - jest-util: "npm:30.4.1" - checksum: 10/bc7aff23548395d6e7957bc24f699f921a9616f2357ab49616b0468c7b5e94e6ac4cbdd45d306f1a5d7f72e2a055294f52be3666e4c1da7c137874c5b226e1c6 + jest-message-util: "npm:30.5.1" + jest-mock: "npm:30.5.1" + jest-util: "npm:30.5.1" + checksum: 10/bf83dd689d266496e290883c791b33d9731ad1b40bec056b619a2dda5a48bb32af9a42dcd280d08824000bfab8eaf86a6ef31b4cc54a001b364b5bd2b0b8b052 languageName: node linkType: hard -"@jest/get-type@npm:30.1.0": - version: 30.1.0 - resolution: "@jest/get-type@npm:30.1.0" - checksum: 10/e2a95fbb49ce2d15547db8af5602626caf9b05f62a5e583b4a2de9bd93a2bfe7175f9bbb2b8a5c3909ce261d467b6991d7265bb1d547cb60e7e97f571f361a70 +"@jest/get-type@npm:30.5.0": + version: 30.5.0 + resolution: "@jest/get-type@npm:30.5.0" + checksum: 10/6b67e70f6c1cca6da153814542903b4c385447c7c5e029f8911402ca8a75fbd33a14cc0fff4c6ed7c6c629f6425fade605d6f32eb9516b52146a8640fd899773 languageName: node linkType: hard -"@jest/globals@npm:30.4.1": - version: 30.4.1 - resolution: "@jest/globals@npm:30.4.1" +"@jest/globals@npm:30.5.1": + version: 30.5.1 + resolution: "@jest/globals@npm:30.5.1" dependencies: - "@jest/environment": "npm:30.4.1" - "@jest/expect": "npm:30.4.1" - "@jest/types": "npm:30.4.1" - jest-mock: "npm:30.4.1" - checksum: 10/5fe04b9c3b97f0061e4464201ee0dd674dd958843eb80542791d1c576c51f12aaa3f3b369e136d5fd3f8c716f9c9bbfbb76491a3cbc3c4efb3cc71063f909132 + "@jest/environment": "npm:30.5.1" + "@jest/expect": "npm:30.5.1" + "@jest/types": "npm:30.5.1" + jest-mock: "npm:30.5.1" + checksum: 10/19e5d3ec4a51f2fe336f6d4da392ad707ef8cc67017e9a3ef202658c6c7715ec6756c797210e47138f347b96524f832b9a8d5cf4750ab2de2e26fd9131c0eebf languageName: node linkType: hard -"@jest/pattern@npm:30.4.0": - version: 30.4.0 - resolution: "@jest/pattern@npm:30.4.0" +"@jest/pattern@npm:30.5.0": + version: 30.5.0 + resolution: "@jest/pattern@npm:30.5.0" dependencies: "@types/node": "npm:*" - jest-regex-util: "npm:30.4.0" - checksum: 10/4fb1db0e586713708d2fcd79059315600978608483ef2d80e04a0a59b20b0d8de0d3f47cad950ff90bfb9ea3cb788709ee3d1eb225734e4dbf1c4b743c93d204 + jest-regex-util: "npm:30.5.0" + checksum: 10/3a4afb55901cb442ce15d70b46aa59f43c6f39055c92aafd8a3b7982df7a95a9403ed257da2a1585fe5f76df9dd45bdb44994d712994a3c6e6f3ff43e1f37c9b + languageName: node + linkType: hard + +"@jest/react-is-18@npm:react-is@^18.3.1": + version: 18.3.1 + resolution: "react-is@npm:18.3.1" + checksum: 10/d5f60c87d285af24b1e1e7eaeb123ec256c3c8bdea7061ab3932e3e14685708221bf234ec50b21e10dd07f008f1b966a2730a0ce4ff67905b3872ff2042aec22 languageName: node linkType: hard -"@jest/reporters@npm:30.4.1": - version: 30.4.1 - resolution: "@jest/reporters@npm:30.4.1" +"@jest/react-is-19@npm:react-is@^19.2.5": + version: 19.2.8 + resolution: "react-is@npm:19.2.8" + checksum: 10/09d053ff36e0ba4d47164baf9eab1c7772791f0371aa92281f0e547e0f6a5a5c8a1eb939aadd1a08b3c565958dd63ee59c746b6ac0d5ccb14ad742ac0314ab15 + languageName: node + linkType: hard + +"@jest/reporters@npm:30.5.1": + version: 30.5.1 + resolution: "@jest/reporters@npm:30.5.1" dependencies: "@bcoe/v8-coverage": "npm:^0.2.3" - "@jest/console": "npm:30.4.1" - "@jest/test-result": "npm:30.4.1" - "@jest/transform": "npm:30.4.1" - "@jest/types": "npm:30.4.1" - "@jridgewell/trace-mapping": "npm:^0.3.25" + "@jest/console": "npm:30.5.1" + "@jest/test-result": "npm:30.5.1" + "@jest/transform": "npm:30.5.1" + "@jest/types": "npm:30.5.1" + "@jridgewell/trace-mapping": "npm:^0.3.31" "@types/node": "npm:*" chalk: "npm:^4.1.2" collect-v8-coverage: "npm:^1.0.2" exit-x: "npm:^0.2.2" - glob: "npm:^10.5.0" + glob: "npm:^13.0.6" graceful-fs: "npm:^4.2.11" istanbul-lib-coverage: "npm:^3.0.0" istanbul-lib-instrument: "npm:^6.0.0" istanbul-lib-report: "npm:^3.0.0" istanbul-lib-source-maps: "npm:^5.0.0" istanbul-reports: "npm:^3.1.3" - jest-message-util: "npm:30.4.1" - jest-util: "npm:30.4.1" - jest-worker: "npm:30.4.1" + jest-message-util: "npm:30.5.1" + jest-util: "npm:30.5.1" + jest-worker: "npm:30.5.1" slash: "npm:^3.0.0" string-length: "npm:^4.0.2" v8-to-istanbul: "npm:^9.0.1" @@ -2303,100 +2379,101 @@ __metadata: peerDependenciesMeta: node-notifier: optional: true - checksum: 10/e14e3717c9fe49004b6406cc53554f90954345917bb5f077d23e3a2cecde26d90493e1522d95f63b6c14ef06fb63d45b695ac6400d63b96fecc7a80d1ef83f4d + checksum: 10/16ec1eeb921a2fc31a28c4482036e2895bc97c7bd6ae511f55e8d20361cdea5138d5851aaf5cc721d4133deac19a8c64a8706498c2e8bf7fb766d65286bb5e13 languageName: node linkType: hard -"@jest/schemas@npm:30.4.1": - version: 30.4.1 - resolution: "@jest/schemas@npm:30.4.1" +"@jest/schemas@npm:30.5.0": + version: 30.5.0 + resolution: "@jest/schemas@npm:30.5.0" dependencies: "@sinclair/typebox": "npm:^0.34.0" - checksum: 10/86e62c8fd8fc77535085f1ede3a416430a3740f78b8f88ec7d0ee4516b22daf3326ffc1ade9d5f7839bbde923aaf1b5ac430a42ed4bb1a38edc3de5005a58f51 + checksum: 10/8b882db2f056f96f4ef82cafca6270cbc0ab3a6201cd76f43214bc17cc3e16df3e5a10ffc03e5667c2381c8141f7dd79f49d03cb85354b38c33c228c832408e5 languageName: node linkType: hard -"@jest/snapshot-utils@npm:30.4.1": - version: 30.4.1 - resolution: "@jest/snapshot-utils@npm:30.4.1" +"@jest/snapshot-utils@npm:30.5.1": + version: 30.5.1 + resolution: "@jest/snapshot-utils@npm:30.5.1" dependencies: - "@jest/types": "npm:30.4.1" + "@jest/types": "npm:30.5.1" chalk: "npm:^4.1.2" graceful-fs: "npm:^4.2.11" natural-compare: "npm:^1.4.0" - checksum: 10/8f17768702153267388b3043f358027385e591ac4668699bfce3547cb8e08ac146a074913bcddf68c0a4f7155e24a6d582d27f4592f5c3bd5f9fbc3f9182ef78 + checksum: 10/9244bb420a48b707697f5d577628f1ce3f151477687dfa7bf7eec788fac9c8eec260d37873bd1283619ad45508b8ea42e97895b49ab825c14572b93223adb7e0 languageName: node linkType: hard -"@jest/source-map@npm:30.0.1": - version: 30.0.1 - resolution: "@jest/source-map@npm:30.0.1" +"@jest/source-map@npm:30.5.0": + version: 30.5.0 + resolution: "@jest/source-map@npm:30.5.0" dependencies: - "@jridgewell/trace-mapping": "npm:^0.3.25" + "@jridgewell/trace-mapping": "npm:^0.3.31" callsites: "npm:^3.1.0" + convert-source-map: "npm:^2.0.0" graceful-fs: "npm:^4.2.11" - checksum: 10/161b27cdf8d9d80fd99374d55222b90478864c6990514be6ebee72b7184a034224c9aceed12c476f3a48d48601bf8ed2e0c047a5a81bd907dc192ebe71365ed4 + checksum: 10/404461bca00329c7e9a945cb92e38f7d8c57296b1b91461bae55db0a44ab9965ea6981cd54b46142b71fed863affa935d72a0df53f71a18dcdfddcb676de1daf languageName: node linkType: hard -"@jest/test-result@npm:30.4.1": - version: 30.4.1 - resolution: "@jest/test-result@npm:30.4.1" +"@jest/test-result@npm:30.5.1": + version: 30.5.1 + resolution: "@jest/test-result@npm:30.5.1" dependencies: - "@jest/console": "npm:30.4.1" - "@jest/types": "npm:30.4.1" + "@jest/console": "npm:30.5.1" + "@jest/types": "npm:30.5.1" "@types/istanbul-lib-coverage": "npm:^2.0.6" collect-v8-coverage: "npm:^1.0.2" - checksum: 10/c420182d72cef64827981230b4c84b2de3f4312067e7baf1e3e13c501dc57f73faa09fed1a5ed1a6e96bc29f6c67ac2c14de5f973945f14853010729678cb44a + checksum: 10/a0233f5a0ef7bf0470ce3608e43832b8029e6e6a3827ee87b5336275e6dcd776b95d7d9c7cd15b0667b42cd6a1277f43554198673d7273fb2b10d6a6319eceb6 languageName: node linkType: hard -"@jest/test-sequencer@npm:30.4.1": - version: 30.4.1 - resolution: "@jest/test-sequencer@npm:30.4.1" +"@jest/test-sequencer@npm:30.5.1": + version: 30.5.1 + resolution: "@jest/test-sequencer@npm:30.5.1" dependencies: - "@jest/test-result": "npm:30.4.1" + "@jest/test-result": "npm:30.5.1" graceful-fs: "npm:^4.2.11" - jest-haste-map: "npm:30.4.1" + jest-haste-map: "npm:30.5.1" slash: "npm:^3.0.0" - checksum: 10/d911ef0c527c402d41537aa5f9754725a58732c1c6616401454633fd45729da0b2f01b4c50322b1b789a9f2d4edf3a24aecb0b2e4ca4d873c4335894b63bc5b0 + checksum: 10/d0d8257b6f8912714f4972aa5a1e394120c2adfc8cb2a25255107ab44414c6aa0e777152cba0ca942707474f6e7d414c6e1358044b33e411966e4a112075baf8 languageName: node linkType: hard -"@jest/transform@npm:30.4.1": - version: 30.4.1 - resolution: "@jest/transform@npm:30.4.1" +"@jest/transform@npm:30.5.1": + version: 30.5.1 + resolution: "@jest/transform@npm:30.5.1" dependencies: "@babel/core": "npm:^7.27.4" - "@jest/types": "npm:30.4.1" - "@jridgewell/trace-mapping": "npm:^0.3.25" - babel-plugin-istanbul: "npm:^7.0.1" + "@jest/types": "npm:30.5.1" + "@jridgewell/trace-mapping": "npm:^0.3.31" + babel-plugin-istanbul: "npm:^8.0.0" chalk: "npm:^4.1.2" convert-source-map: "npm:^2.0.0" fast-json-stable-stringify: "npm:^2.1.0" graceful-fs: "npm:^4.2.11" - jest-haste-map: "npm:30.4.1" - jest-regex-util: "npm:30.4.0" - jest-util: "npm:30.4.1" + jest-haste-map: "npm:30.5.1" + jest-regex-util: "npm:30.5.0" + jest-util: "npm:30.5.1" pirates: "npm:^4.0.7" slash: "npm:^3.0.0" write-file-atomic: "npm:^5.0.1" - checksum: 10/7b570451f6c26360f1b852c2281dcc4e36fe685dbc159cf5eabf83d49d6aae4569f444d38f3afb5b3b6e0b809eb41b65f3145c0cac5fee3eec9c9b178fb1f0ea + checksum: 10/ead2db99e0f38484dd4f6b1453bb98bd0fd3254818735a456aa7877d2f7f81dad608c8d57fa04e087f96701f48d688b55b2df9c71b2efb9d81e95de447afaa74 languageName: node linkType: hard -"@jest/types@npm:30.4.1": - version: 30.4.1 - resolution: "@jest/types@npm:30.4.1" +"@jest/types@npm:30.5.1": + version: 30.5.1 + resolution: "@jest/types@npm:30.5.1" dependencies: - "@jest/pattern": "npm:30.4.0" - "@jest/schemas": "npm:30.4.1" + "@jest/pattern": "npm:30.5.0" + "@jest/schemas": "npm:30.5.0" "@types/istanbul-lib-coverage": "npm:^2.0.6" "@types/istanbul-reports": "npm:^3.0.4" "@types/node": "npm:*" "@types/yargs": "npm:^17.0.33" chalk: "npm:^4.1.2" - checksum: 10/cc0999508613487c6d0f55661cd342ebe7cfe579fa9917534b94310204358f03f94524f70f00b4fe3c6dd2ccd0fd44657615a1b9f420ab310d68b43964bff87c + checksum: 10/721d25d6a9f92d972feca03ec3b3a7200f7c1d12c30a91956fffc42516b80068291aa1e195f14dab8ffe56d73298edbe42a47e8924a1380ecf8acc0cc7a01e9d languageName: node linkType: hard @@ -2434,7 +2511,7 @@ __metadata: languageName: node linkType: hard -"@jridgewell/trace-mapping@npm:^0.3.12, @jridgewell/trace-mapping@npm:^0.3.23, @jridgewell/trace-mapping@npm:^0.3.24, @jridgewell/trace-mapping@npm:^0.3.25, @jridgewell/trace-mapping@npm:^0.3.28": +"@jridgewell/trace-mapping@npm:^0.3.12, @jridgewell/trace-mapping@npm:^0.3.23, @jridgewell/trace-mapping@npm:^0.3.24, @jridgewell/trace-mapping@npm:^0.3.28, @jridgewell/trace-mapping@npm:^0.3.31": version: 0.3.31 resolution: "@jridgewell/trace-mapping@npm:0.3.31" dependencies: @@ -2444,6 +2521,25 @@ __metadata: languageName: node linkType: hard +"@keyv/bigmap@npm:^1.3.1": + version: 1.3.1 + resolution: "@keyv/bigmap@npm:1.3.1" + dependencies: + hashery: "npm:^1.4.0" + hookified: "npm:^1.15.0" + peerDependencies: + keyv: ^5.6.0 + checksum: 10/9745786a94729117460b5399a964ec151e94a89db0e5ed573419c4c620f0595f05d7ad87d596bb7e212a4f3ad2335271694fddcfaa8400013f7b64e11669a884 + languageName: node + linkType: hard + +"@keyv/serialize@npm:^1.1.1": + version: 1.1.1 + resolution: "@keyv/serialize@npm:1.1.1" + checksum: 10/e3b2cb1377863342acedd5ff785af3e69269bee9b44707c617d1c8bc14eeb5ac763159d6455903ffe92f143c2238e1e783c4f113f9c8910eacccf172894472da + languageName: node + linkType: hard + "@kwsites/file-exists@npm:^1.1.1": version: 1.1.1 resolution: "@kwsites/file-exists@npm:1.1.1" @@ -2460,72 +2556,72 @@ __metadata: languageName: node linkType: hard -"@listr2/prompt-adapter-inquirer@npm:4.2.3": - version: 4.2.3 - resolution: "@listr2/prompt-adapter-inquirer@npm:4.2.3" +"@listr2/prompt-adapter-inquirer@npm:4.2.5": + version: 4.2.5 + resolution: "@listr2/prompt-adapter-inquirer@npm:4.2.5" dependencies: - "@inquirer/type": "npm:^4.0.5" + "@inquirer/type": "npm:^4.0.7" peerDependencies: "@inquirer/prompts": ">= 3 < 9" - listr2: 10.2.1 - checksum: 10/3201ae5dbf8966a97c5c2a781bc61133afc60c790242cc2ad2d52d615943c770df1b7138977effab98545fbbac861b89a5ddafdfeb67b01558cd29a5aeb7c7de + listr2: 11.0.0 + checksum: 10/ab152b964ecfc10d2250982b341fd7f95cbd4e15583ce12ca5dd8518ba5ead59b7cd11d872b31371457576f17b8d94f95644e199c0005afeee98171571cf0a00 languageName: node linkType: hard -"@lmdb/lmdb-darwin-arm64@npm:3.5.4": - version: 3.5.4 - resolution: "@lmdb/lmdb-darwin-arm64@npm:3.5.4" +"@lmdb/lmdb-darwin-arm64@npm:3.5.6": + version: 3.5.6 + resolution: "@lmdb/lmdb-darwin-arm64@npm:3.5.6" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard -"@lmdb/lmdb-darwin-x64@npm:3.5.4": - version: 3.5.4 - resolution: "@lmdb/lmdb-darwin-x64@npm:3.5.4" +"@lmdb/lmdb-darwin-x64@npm:3.5.6": + version: 3.5.6 + resolution: "@lmdb/lmdb-darwin-x64@npm:3.5.6" conditions: os=darwin & cpu=x64 languageName: node linkType: hard -"@lmdb/lmdb-linux-arm64@npm:3.5.4": - version: 3.5.4 - resolution: "@lmdb/lmdb-linux-arm64@npm:3.5.4" +"@lmdb/lmdb-linux-arm64@npm:3.5.6": + version: 3.5.6 + resolution: "@lmdb/lmdb-linux-arm64@npm:3.5.6" conditions: os=linux & cpu=arm64 languageName: node linkType: hard -"@lmdb/lmdb-linux-arm@npm:3.5.4": - version: 3.5.4 - resolution: "@lmdb/lmdb-linux-arm@npm:3.5.4" +"@lmdb/lmdb-linux-arm@npm:3.5.6": + version: 3.5.6 + resolution: "@lmdb/lmdb-linux-arm@npm:3.5.6" conditions: os=linux & cpu=arm languageName: node linkType: hard -"@lmdb/lmdb-linux-x64@npm:3.5.4": - version: 3.5.4 - resolution: "@lmdb/lmdb-linux-x64@npm:3.5.4" +"@lmdb/lmdb-linux-x64@npm:3.5.6": + version: 3.5.6 + resolution: "@lmdb/lmdb-linux-x64@npm:3.5.6" conditions: os=linux & cpu=x64 languageName: node linkType: hard -"@lmdb/lmdb-win32-arm64@npm:3.5.4": - version: 3.5.4 - resolution: "@lmdb/lmdb-win32-arm64@npm:3.5.4" +"@lmdb/lmdb-win32-arm64@npm:3.5.6": + version: 3.5.6 + resolution: "@lmdb/lmdb-win32-arm64@npm:3.5.6" conditions: os=win32 & cpu=arm64 languageName: node linkType: hard -"@lmdb/lmdb-win32-x64@npm:3.5.4": - version: 3.5.4 - resolution: "@lmdb/lmdb-win32-x64@npm:3.5.4" +"@lmdb/lmdb-win32-x64@npm:3.5.6": + version: 3.5.6 + resolution: "@lmdb/lmdb-win32-x64@npm:3.5.6" conditions: os=win32 & cpu=x64 languageName: node linkType: hard -"@modelcontextprotocol/sdk@npm:1.29.0": - version: 1.29.0 - resolution: "@modelcontextprotocol/sdk@npm:1.29.0" +"@modelcontextprotocol/sdk@npm:1.30.0": + version: 1.30.0 + resolution: "@modelcontextprotocol/sdk@npm:1.30.0" dependencies: - "@hono/node-server": "npm:^1.19.9" + "@hono/node-server": "npm:^1.19.9 || ^2.0.5" ajv: "npm:^8.17.1" ajv-formats: "npm:^3.0.1" content-type: "npm:^1.0.5" @@ -2550,7 +2646,7 @@ __metadata: optional: true zod: optional: false - checksum: 10/ff551b97e06b661f95fec8fd34e112c446e69894a84a9979cdac369fb5de27f0a1a5c1f4e2a1f270cc60f93e54c28a8059a94ca51c3d528d2670ade874b244f9 + checksum: 10/369723a62ce230e55d4fc98549fb080a51916a2004f3907bfca899f5602de8791d9b252038abc6cf120a9d1c75845d2459a471b678c9b9cfc7bae5febf112b63 languageName: node linkType: hard @@ -2775,26 +2871,15 @@ __metadata: languageName: node linkType: hard -"@napi-rs/wasm-runtime@npm:^0.2.11": - version: 0.2.12 - resolution: "@napi-rs/wasm-runtime@npm:0.2.12" - dependencies: - "@emnapi/core": "npm:^1.4.3" - "@emnapi/runtime": "npm:^1.4.3" - "@tybys/wasm-util": "npm:^0.10.0" - checksum: 10/5fd518182427980c28bc724adf06c5f32f9a8915763ef560b5f7d73607d30cd15ac86d0cbd2eb80d4cfab23fc80d0876d89ca36a9daadcb864bc00917c94187c - 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" +"@napi-rs/wasm-runtime@npm:^1.1.4, @napi-rs/wasm-runtime@npm:^1.1.6": + version: 1.2.3 + resolution: "@napi-rs/wasm-runtime@npm:1.2.3" dependencies: "@tybys/wasm-util": "npm:^0.10.3" peerDependencies: - "@emnapi/core": ^1.7.1 - "@emnapi/runtime": ^1.7.1 - checksum: 10/3e43425df17547d9d58ab69cce8e6cef38a062eccec4d2def5fc9e10e81cd19ae228b3ab9be4b149b57078d33913687511312d2414089877759b7db1f43625ba + "@emnapi/core": ^1.7.1 || ^2.0.0-alpha.4 + "@emnapi/runtime": ^1.7.1 || ^2.0.0-alpha.4 + checksum: 10/86f7f092309eb005ff9e456c12a9f81ae06ff823602740a8c9c54b2dfc17620d9b4d88c4cd179541c794aed521ac57c7e37457a00e87a624867d78f6bbce0d7c languageName: node linkType: hard @@ -2805,254 +2890,286 @@ __metadata: languageName: node linkType: hard -"@npmcli/agent@npm:^4.0.0": - version: 4.0.0 - resolution: "@npmcli/agent@npm:4.0.0" - dependencies: - agent-base: "npm:^7.1.0" - http-proxy-agent: "npm:^7.0.0" - https-proxy-agent: "npm:^7.0.1" - lru-cache: "npm:^11.2.1" - socks-proxy-agent: "npm:^8.0.3" - checksum: 10/1a81573becc60515031accc696e6405e9b894e65c12b98ef4aeee03b5617c41948633159dbf6caf5dde5b47367eeb749bdc7b7dfb21960930a9060a935c6f636 +"@one-ini/wasm@npm:0.2.1": + version: 0.2.1 + resolution: "@one-ini/wasm@npm:0.2.1" + checksum: 10/f7e9c86e77160aac3aad738d8f7c13f66a3f29126566bf9d58217100f94754afcb0253dad4b8e3e956380304daffb367fd5b9494a6d2443647b141dfa9223868 languageName: node linkType: hard -"@npmcli/fs@npm:^5.0.0": - version: 5.0.0 - resolution: "@npmcli/fs@npm:5.0.0" - dependencies: - semver: "npm:^7.3.5" - checksum: 10/4935c7719d17830d0f9fa46c50be17b2a3c945cec61760f6d0909bce47677c42e1810ca673305890f9e84f008ec4d8e841182f371e42100a8159d15f22249208 +"@oxc-parser/binding-android-arm-eabi@npm:0.142.0": + version: 0.142.0 + resolution: "@oxc-parser/binding-android-arm-eabi@npm:0.142.0" + conditions: os=android & cpu=arm languageName: node linkType: hard -"@npmcli/git@npm:^7.0.0": - version: 7.0.2 - resolution: "@npmcli/git@npm:7.0.2" - dependencies: - "@gar/promise-retry": "npm:^1.0.0" - "@npmcli/promise-spawn": "npm:^9.0.0" - ini: "npm:^6.0.0" - lru-cache: "npm:^11.2.1" - npm-pick-manifest: "npm:^11.0.1" - proc-log: "npm:^6.0.0" - semver: "npm:^7.3.5" - which: "npm:^6.0.0" - checksum: 10/bb90a3d0ba2a2bea8bb9c44361b87fa9f2cc12a629852031af9e523bdc292e4cd79712cdb384814e55785d46b684e5c5912ee637ecafa209fc3ff3bad243ab90 +"@oxc-parser/binding-android-arm-eabi@npm:0.147.0": + version: 0.147.0 + resolution: "@oxc-parser/binding-android-arm-eabi@npm:0.147.0" + conditions: os=android & cpu=arm languageName: node linkType: hard -"@npmcli/installed-package-contents@npm:^4.0.0": - version: 4.0.0 - resolution: "@npmcli/installed-package-contents@npm:4.0.0" - dependencies: - npm-bundled: "npm:^5.0.0" - npm-normalize-package-bin: "npm:^5.0.0" - bin: - installed-package-contents: bin/index.js - checksum: 10/a3f1676ebef398639f97462c78eea3cee69b41fda63dfc1d7c83f88c75379728d78a622d93eec07a2f94456011480bcd43a73949f21d52775d9d1f8c7633abe1 +"@oxc-parser/binding-android-arm64@npm:0.142.0": + version: 0.142.0 + resolution: "@oxc-parser/binding-android-arm64@npm:0.142.0" + conditions: os=android & cpu=arm64 languageName: node linkType: hard -"@npmcli/node-gyp@npm:^5.0.0": - version: 5.0.0 - resolution: "@npmcli/node-gyp@npm:5.0.0" - checksum: 10/31488b0a0a6293efc4ab1bd87ba483d1000f8720c5f068d4c28cf49e39a045cd122960ba2a166a376fc9767f457f6124d99ec673ebcb19015cd29835bb038e46 +"@oxc-parser/binding-android-arm64@npm:0.147.0": + version: 0.147.0 + resolution: "@oxc-parser/binding-android-arm64@npm:0.147.0" + conditions: os=android & cpu=arm64 languageName: node linkType: hard -"@npmcli/package-json@npm:^7.0.0": - version: 7.0.5 - resolution: "@npmcli/package-json@npm:7.0.5" - dependencies: - "@npmcli/git": "npm:^7.0.0" - glob: "npm:^13.0.0" - hosted-git-info: "npm:^9.0.0" - json-parse-even-better-errors: "npm:^5.0.0" - proc-log: "npm:^6.0.0" - semver: "npm:^7.5.3" - spdx-expression-parse: "npm:^4.0.0" - checksum: 10/d07a5bb98f59675afa51c0a8ba1f32d7a459da36c14e2ad2b2dd6e312c99684fd3a76f5cc497376af588fc98a2be7d05651e5a58c8a282f12dcfed44c44338fa +"@oxc-parser/binding-darwin-arm64@npm:0.142.0": + version: 0.142.0 + resolution: "@oxc-parser/binding-darwin-arm64@npm:0.142.0" + conditions: os=darwin & cpu=arm64 languageName: node linkType: hard -"@npmcli/promise-spawn@npm:^9.0.0": - version: 9.0.1 - resolution: "@npmcli/promise-spawn@npm:9.0.1" - dependencies: - which: "npm:^6.0.0" - checksum: 10/93f539f12813dacf0084c5f444982d44c67f2016f417f2e937afb81c3fd228cf330abeabdffc95ca3e8315a4a9b9e732be7e7870c926d7dfc6c458549fcd11ea +"@oxc-parser/binding-darwin-arm64@npm:0.147.0": + version: 0.147.0 + resolution: "@oxc-parser/binding-darwin-arm64@npm:0.147.0" + conditions: os=darwin & cpu=arm64 languageName: node linkType: hard -"@npmcli/redact@npm:^4.0.0": - version: 4.0.0 - resolution: "@npmcli/redact@npm:4.0.0" - checksum: 10/5d52df2b5267f4369c97a2b2f7c427e3d7aa4b6a83e7a1b522e196f6e9d50024c620bd0cb2052067c74d1aaa0c330d9bc04e1d335bfb46180e705bb33423e74c +"@oxc-parser/binding-darwin-x64@npm:0.142.0": + version: 0.142.0 + resolution: "@oxc-parser/binding-darwin-x64@npm:0.142.0" + conditions: os=darwin & cpu=x64 languageName: node linkType: hard -"@npmcli/run-script@npm:^10.0.0": - version: 10.0.4 - resolution: "@npmcli/run-script@npm:10.0.4" - dependencies: - "@npmcli/node-gyp": "npm:^5.0.0" - "@npmcli/package-json": "npm:^7.0.0" - "@npmcli/promise-spawn": "npm:^9.0.0" - node-gyp: "npm:^12.1.0" - proc-log: "npm:^6.0.0" - checksum: 10/dd5f92aa6c50761c125eb836432497edfe57a32ddde175218167515bc8f54ba82b7fa8b89b8f73eda69c3a88d1ffe97e14080b316aefdddc264c450e24c32c8b +"@oxc-parser/binding-darwin-x64@npm:0.147.0": + version: 0.147.0 + resolution: "@oxc-parser/binding-darwin-x64@npm:0.147.0" + conditions: os=darwin & cpu=x64 languageName: node linkType: hard -"@one-ini/wasm@npm:0.1.1": - version: 0.1.1 - resolution: "@one-ini/wasm@npm:0.1.1" - checksum: 10/673c11518dba2e582e42415cbefe928513616f3af25e12f6e4e6b1b98b52b3e6c14bc251a361654af63cd64f208f22a1f7556fa49da2bf7efcf28cb14f16f807 +"@oxc-parser/binding-freebsd-x64@npm:0.142.0": + version: 0.142.0 + resolution: "@oxc-parser/binding-freebsd-x64@npm:0.142.0" + conditions: os=freebsd & cpu=x64 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" - conditions: os=android & cpu=arm +"@oxc-parser/binding-freebsd-x64@npm:0.147.0": + version: 0.147.0 + resolution: "@oxc-parser/binding-freebsd-x64@npm:0.147.0" + conditions: os=freebsd & cpu=x64 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" - conditions: os=android & cpu=arm64 +"@oxc-parser/binding-linux-arm-gnueabihf@npm:0.142.0": + version: 0.142.0 + resolution: "@oxc-parser/binding-linux-arm-gnueabihf@npm:0.142.0" + conditions: os=linux & cpu=arm 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" - conditions: os=darwin & cpu=arm64 +"@oxc-parser/binding-linux-arm-gnueabihf@npm:0.147.0": + version: 0.147.0 + resolution: "@oxc-parser/binding-linux-arm-gnueabihf@npm:0.147.0" + conditions: os=linux & cpu=arm 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" - conditions: os=darwin & cpu=x64 +"@oxc-parser/binding-linux-arm-musleabihf@npm:0.142.0": + version: 0.142.0 + resolution: "@oxc-parser/binding-linux-arm-musleabihf@npm:0.142.0" + conditions: os=linux & cpu=arm 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" - conditions: os=freebsd & cpu=x64 +"@oxc-parser/binding-linux-arm-musleabihf@npm:0.147.0": + version: 0.147.0 + resolution: "@oxc-parser/binding-linux-arm-musleabihf@npm:0.147.0" + conditions: os=linux & cpu=arm 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" - conditions: os=linux & cpu=arm +"@oxc-parser/binding-linux-arm64-gnu@npm:0.142.0": + version: 0.142.0 + resolution: "@oxc-parser/binding-linux-arm64-gnu@npm:0.142.0" + conditions: os=linux & cpu=arm64 & libc=glibc 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" - conditions: os=linux & cpu=arm +"@oxc-parser/binding-linux-arm64-gnu@npm:0.147.0": + version: 0.147.0 + resolution: "@oxc-parser/binding-linux-arm64-gnu@npm:0.147.0" + conditions: os=linux & cpu=arm64 & libc=glibc 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" - conditions: os=linux & cpu=arm64 & libc=glibc +"@oxc-parser/binding-linux-arm64-musl@npm:0.142.0": + version: 0.142.0 + resolution: "@oxc-parser/binding-linux-arm64-musl@npm:0.142.0" + conditions: os=linux & cpu=arm64 & libc=musl 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.147.0": + version: 0.147.0 + resolution: "@oxc-parser/binding-linux-arm64-musl@npm:0.147.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.142.0": + version: 0.142.0 + resolution: "@oxc-parser/binding-linux-ppc64-gnu@npm:0.142.0" + conditions: os=linux & cpu=ppc64 & libc=glibc + languageName: node + linkType: hard + +"@oxc-parser/binding-linux-ppc64-gnu@npm:0.147.0": + version: 0.147.0 + resolution: "@oxc-parser/binding-linux-ppc64-gnu@npm:0.147.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.142.0": + version: 0.142.0 + resolution: "@oxc-parser/binding-linux-riscv64-gnu@npm:0.142.0" + conditions: os=linux & cpu=riscv64 & libc=glibc + languageName: node + linkType: hard + +"@oxc-parser/binding-linux-riscv64-gnu@npm:0.147.0": + version: 0.147.0 + resolution: "@oxc-parser/binding-linux-riscv64-gnu@npm:0.147.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.142.0": + version: 0.142.0 + resolution: "@oxc-parser/binding-linux-riscv64-musl@npm:0.142.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-riscv64-musl@npm:0.147.0": + version: 0.147.0 + resolution: "@oxc-parser/binding-linux-riscv64-musl@npm:0.147.0" + conditions: os=linux & cpu=riscv64 & libc=musl + languageName: node + linkType: hard + +"@oxc-parser/binding-linux-s390x-gnu@npm:0.142.0": + version: 0.142.0 + resolution: "@oxc-parser/binding-linux-s390x-gnu@npm:0.142.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-s390x-gnu@npm:0.147.0": + version: 0.147.0 + resolution: "@oxc-parser/binding-linux-s390x-gnu@npm:0.147.0" + conditions: os=linux & cpu=s390x & libc=glibc + languageName: node + linkType: hard + +"@oxc-parser/binding-linux-x64-gnu@npm:0.142.0": + version: 0.142.0 + resolution: "@oxc-parser/binding-linux-x64-gnu@npm:0.142.0" + conditions: os=linux & cpu=x64 & libc=glibc + languageName: node + linkType: hard + +"@oxc-parser/binding-linux-x64-gnu@npm:0.147.0": + version: 0.147.0 + resolution: "@oxc-parser/binding-linux-x64-gnu@npm:0.147.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.142.0": + version: 0.142.0 + resolution: "@oxc-parser/binding-linux-x64-musl@npm:0.142.0" + conditions: os=linux & cpu=x64 & libc=musl + languageName: node + linkType: hard + +"@oxc-parser/binding-linux-x64-musl@npm:0.147.0": + version: 0.147.0 + resolution: "@oxc-parser/binding-linux-x64-musl@npm:0.147.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.142.0": + version: 0.142.0 + resolution: "@oxc-parser/binding-openharmony-arm64@npm:0.142.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-openharmony-arm64@npm:0.147.0": + version: 0.147.0 + resolution: "@oxc-parser/binding-openharmony-arm64@npm:0.147.0" + conditions: os=openharmony & cpu=arm64 + languageName: node + linkType: hard + +"@oxc-parser/binding-wasm32-wasi@npm:0.142.0": + version: 0.142.0 + resolution: "@oxc-parser/binding-wasm32-wasi@npm:0.142.0" dependencies: - "@emnapi/core": "npm:1.11.1" - "@emnapi/runtime": "npm:1.11.1" - "@napi-rs/wasm-runtime": "npm:^1.1.5" + "@emnapi/core": "npm:1.11.2" + "@emnapi/runtime": "npm:1.11.2" + "@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.142.0": + version: 0.142.0 + resolution: "@oxc-parser/binding-win32-arm64-msvc@npm:0.142.0" + conditions: os=win32 & cpu=arm64 + languageName: node + linkType: hard + +"@oxc-parser/binding-win32-arm64-msvc@npm:0.147.0": + version: 0.147.0 + resolution: "@oxc-parser/binding-win32-arm64-msvc@npm:0.147.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.142.0": + version: 0.142.0 + resolution: "@oxc-parser/binding-win32-ia32-msvc@npm:0.142.0" + conditions: os=win32 & cpu=ia32 + languageName: node + linkType: hard + +"@oxc-parser/binding-win32-ia32-msvc@npm:0.147.0": + version: 0.147.0 + resolution: "@oxc-parser/binding-win32-ia32-msvc@npm:0.147.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.142.0": + version: 0.142.0 + resolution: "@oxc-parser/binding-win32-x64-msvc@npm:0.142.0" + conditions: os=win32 & cpu=x64 + languageName: node + linkType: hard + +"@oxc-parser/binding-win32-x64-msvc@npm:0.147.0": + version: 0.147.0 + resolution: "@oxc-parser/binding-win32-x64-msvc@npm:0.147.0" conditions: os=win32 & cpu=x64 languageName: node linkType: hard @@ -3064,263 +3181,276 @@ __metadata: languageName: node linkType: hard -"@oxc-project/types@npm:^0.137.0": - version: 0.137.0 - resolution: "@oxc-project/types@npm:0.137.0" - checksum: 10/50a961188b0fec059a709445290dff201f010c7dee69a15b35251d43ecd7c1f2801b165c6f744a2a8a37a81924d56dc8f35f05d8308bdb704ee6bf0a0275ad36 +"@oxc-project/types@npm:=0.140.0": + version: 0.140.0 + resolution: "@oxc-project/types@npm:0.140.0" + checksum: 10/d88f49ebf8cefd202a6b0f58dc1260eb8356d27054ffaf65528c92e33d352d42fdbe9de5b48606bd1eb7aa67b72b67738f4240cf4599f97db839414bf3e938f1 + languageName: node + linkType: hard + +"@oxc-project/types@npm:=0.148.0": + version: 0.148.0 + resolution: "@oxc-project/types@npm:0.148.0" + checksum: 10/835b0479161cd80c7dee653b77d31f6d5239e20530cda8a10466bcbb17de08363777939c29670e82fb9d9eca89dc49030e50742051418d987ec70f62faa3317b 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-project/types@npm:^0.142.0": + version: 0.142.0 + resolution: "@oxc-project/types@npm:0.142.0" + checksum: 10/490ea98f11955763f3baad4fe0b8dc5cafff4be465fdbc1d1685ef5be3ac686781894536de8ca02dc5d4b62b36bcbd98a4401c728786df1190f7a8fc5495287b + languageName: node + linkType: hard + +"@oxc-project/types@npm:^0.147.0": + version: 0.147.0 + resolution: "@oxc-project/types@npm:0.147.0" + checksum: 10/d454c44bb9e65b8a660c2b2099391883986bbb6796fd4eea22fbd3016af109547986ec5fa0685db9ee7a6c5e33568134a2e5eea6452eb0f94c4fcc44e544fb32 + languageName: node + linkType: hard + +"@oxc-resolver/binding-android-arm-eabi@npm:11.24.2": + version: 11.24.2 + resolution: "@oxc-resolver/binding-android-arm-eabi@npm:11.24.2" 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.24.2": + version: 11.24.2 + resolution: "@oxc-resolver/binding-android-arm64@npm:11.24.2" 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.24.2": + version: 11.24.2 + resolution: "@oxc-resolver/binding-darwin-arm64@npm:11.24.2" 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.24.2": + version: 11.24.2 + resolution: "@oxc-resolver/binding-darwin-x64@npm:11.24.2" 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.24.2": + version: 11.24.2 + resolution: "@oxc-resolver/binding-freebsd-x64@npm:11.24.2" 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.24.2": + version: 11.24.2 + resolution: "@oxc-resolver/binding-linux-arm-gnueabihf@npm:11.24.2" 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.24.2": + version: 11.24.2 + resolution: "@oxc-resolver/binding-linux-arm-musleabihf@npm:11.24.2" 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.24.2": + version: 11.24.2 + resolution: "@oxc-resolver/binding-linux-arm64-gnu@npm:11.24.2" 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.24.2": + version: 11.24.2 + resolution: "@oxc-resolver/binding-linux-arm64-musl@npm:11.24.2" 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.24.2": + version: 11.24.2 + resolution: "@oxc-resolver/binding-linux-ppc64-gnu@npm:11.24.2" 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.24.2": + version: 11.24.2 + resolution: "@oxc-resolver/binding-linux-riscv64-gnu@npm:11.24.2" 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.24.2": + version: 11.24.2 + resolution: "@oxc-resolver/binding-linux-riscv64-musl@npm:11.24.2" 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.24.2": + version: 11.24.2 + resolution: "@oxc-resolver/binding-linux-s390x-gnu@npm:11.24.2" 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.24.2": + version: 11.24.2 + resolution: "@oxc-resolver/binding-linux-x64-gnu@npm:11.24.2" 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.24.2": + version: 11.24.2 + resolution: "@oxc-resolver/binding-linux-x64-musl@npm:11.24.2" 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.24.2": + version: 11.24.2 + resolution: "@oxc-resolver/binding-openharmony-arm64@npm:11.24.2" 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.24.2": + version: 11.24.2 + resolution: "@oxc-resolver/binding-wasm32-wasi@npm:11.24.2" 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.2" + "@emnapi/runtime": "npm:1.11.2" + "@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.24.2": + version: 11.24.2 + resolution: "@oxc-resolver/binding-win32-arm64-msvc@npm:11.24.2" 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.24.2": + version: 11.24.2 + resolution: "@oxc-resolver/binding-win32-x64-msvc@npm:11.24.2" conditions: os=win32 & cpu=x64 languageName: node linkType: hard -"@parcel/watcher-android-arm64@npm:2.5.6": - version: 2.5.6 - resolution: "@parcel/watcher-android-arm64@npm:2.5.6" +"@parcel/watcher-android-arm64@npm:2.6.0": + version: 2.6.0 + resolution: "@parcel/watcher-android-arm64@npm:2.6.0" conditions: os=android & cpu=arm64 languageName: node linkType: hard -"@parcel/watcher-darwin-arm64@npm:2.5.6": - version: 2.5.6 - resolution: "@parcel/watcher-darwin-arm64@npm:2.5.6" +"@parcel/watcher-darwin-arm64@npm:2.6.0": + version: 2.6.0 + resolution: "@parcel/watcher-darwin-arm64@npm:2.6.0" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard -"@parcel/watcher-darwin-x64@npm:2.5.6": - version: 2.5.6 - resolution: "@parcel/watcher-darwin-x64@npm:2.5.6" +"@parcel/watcher-darwin-x64@npm:2.6.0": + version: 2.6.0 + resolution: "@parcel/watcher-darwin-x64@npm:2.6.0" conditions: os=darwin & cpu=x64 languageName: node linkType: hard -"@parcel/watcher-freebsd-x64@npm:2.5.6": - version: 2.5.6 - resolution: "@parcel/watcher-freebsd-x64@npm:2.5.6" +"@parcel/watcher-freebsd-x64@npm:2.6.0": + version: 2.6.0 + resolution: "@parcel/watcher-freebsd-x64@npm:2.6.0" conditions: os=freebsd & cpu=x64 languageName: node linkType: hard -"@parcel/watcher-linux-arm-glibc@npm:2.5.6": - version: 2.5.6 - resolution: "@parcel/watcher-linux-arm-glibc@npm:2.5.6" +"@parcel/watcher-linux-arm-glibc@npm:2.6.0": + version: 2.6.0 + resolution: "@parcel/watcher-linux-arm-glibc@npm:2.6.0" conditions: os=linux & cpu=arm & libc=glibc languageName: node linkType: hard -"@parcel/watcher-linux-arm-musl@npm:2.5.6": - version: 2.5.6 - resolution: "@parcel/watcher-linux-arm-musl@npm:2.5.6" +"@parcel/watcher-linux-arm-musl@npm:2.6.0": + version: 2.6.0 + resolution: "@parcel/watcher-linux-arm-musl@npm:2.6.0" conditions: os=linux & cpu=arm & libc=musl languageName: node linkType: hard -"@parcel/watcher-linux-arm64-glibc@npm:2.5.6": - version: 2.5.6 - resolution: "@parcel/watcher-linux-arm64-glibc@npm:2.5.6" +"@parcel/watcher-linux-arm64-glibc@npm:2.6.0": + version: 2.6.0 + resolution: "@parcel/watcher-linux-arm64-glibc@npm:2.6.0" conditions: os=linux & cpu=arm64 & libc=glibc languageName: node linkType: hard -"@parcel/watcher-linux-arm64-musl@npm:2.5.6": - version: 2.5.6 - resolution: "@parcel/watcher-linux-arm64-musl@npm:2.5.6" +"@parcel/watcher-linux-arm64-musl@npm:2.6.0": + version: 2.6.0 + resolution: "@parcel/watcher-linux-arm64-musl@npm:2.6.0" conditions: os=linux & cpu=arm64 & libc=musl languageName: node linkType: hard -"@parcel/watcher-linux-x64-glibc@npm:2.5.6": - version: 2.5.6 - resolution: "@parcel/watcher-linux-x64-glibc@npm:2.5.6" +"@parcel/watcher-linux-x64-glibc@npm:2.6.0": + version: 2.6.0 + resolution: "@parcel/watcher-linux-x64-glibc@npm:2.6.0" conditions: os=linux & cpu=x64 & libc=glibc languageName: node linkType: hard -"@parcel/watcher-linux-x64-musl@npm:2.5.6": - version: 2.5.6 - resolution: "@parcel/watcher-linux-x64-musl@npm:2.5.6" +"@parcel/watcher-linux-x64-musl@npm:2.6.0": + version: 2.6.0 + resolution: "@parcel/watcher-linux-x64-musl@npm:2.6.0" conditions: os=linux & cpu=x64 & libc=musl languageName: node linkType: hard -"@parcel/watcher-win32-arm64@npm:2.5.6": - version: 2.5.6 - resolution: "@parcel/watcher-win32-arm64@npm:2.5.6" +"@parcel/watcher-win32-arm64@npm:2.6.0": + version: 2.6.0 + resolution: "@parcel/watcher-win32-arm64@npm:2.6.0" conditions: os=win32 & cpu=arm64 languageName: node linkType: hard -"@parcel/watcher-win32-ia32@npm:2.5.6": - version: 2.5.6 - resolution: "@parcel/watcher-win32-ia32@npm:2.5.6" - conditions: os=win32 & cpu=ia32 - languageName: node - linkType: hard - -"@parcel/watcher-win32-x64@npm:2.5.6": - version: 2.5.6 - resolution: "@parcel/watcher-win32-x64@npm:2.5.6" +"@parcel/watcher-win32-x64@npm:2.6.0": + version: 2.6.0 + resolution: "@parcel/watcher-win32-x64@npm:2.6.0" conditions: os=win32 & cpu=x64 languageName: node linkType: hard -"@parcel/watcher@npm:^2.4.1": - version: 2.5.6 - resolution: "@parcel/watcher@npm:2.5.6" - dependencies: - "@parcel/watcher-android-arm64": "npm:2.5.6" - "@parcel/watcher-darwin-arm64": "npm:2.5.6" - "@parcel/watcher-darwin-x64": "npm:2.5.6" - "@parcel/watcher-freebsd-x64": "npm:2.5.6" - "@parcel/watcher-linux-arm-glibc": "npm:2.5.6" - "@parcel/watcher-linux-arm-musl": "npm:2.5.6" - "@parcel/watcher-linux-arm64-glibc": "npm:2.5.6" - "@parcel/watcher-linux-arm64-musl": "npm:2.5.6" - "@parcel/watcher-linux-x64-glibc": "npm:2.5.6" - "@parcel/watcher-linux-x64-musl": "npm:2.5.6" - "@parcel/watcher-win32-arm64": "npm:2.5.6" - "@parcel/watcher-win32-ia32": "npm:2.5.6" - "@parcel/watcher-win32-x64": "npm:2.5.6" +"@parcel/watcher@npm:^2.4.1, @parcel/watcher@npm:^2.6.0": + version: 2.6.0 + resolution: "@parcel/watcher@npm:2.6.0" + dependencies: + "@parcel/watcher-android-arm64": "npm:2.6.0" + "@parcel/watcher-darwin-arm64": "npm:2.6.0" + "@parcel/watcher-darwin-x64": "npm:2.6.0" + "@parcel/watcher-freebsd-x64": "npm:2.6.0" + "@parcel/watcher-linux-arm-glibc": "npm:2.6.0" + "@parcel/watcher-linux-arm-musl": "npm:2.6.0" + "@parcel/watcher-linux-arm64-glibc": "npm:2.6.0" + "@parcel/watcher-linux-arm64-musl": "npm:2.6.0" + "@parcel/watcher-linux-x64-glibc": "npm:2.6.0" + "@parcel/watcher-linux-x64-musl": "npm:2.6.0" + "@parcel/watcher-win32-arm64": "npm:2.6.0" + "@parcel/watcher-win32-x64": "npm:2.6.0" detect-libc: "npm:^2.0.3" is-glob: "npm:^4.0.3" node-addon-api: "npm:^7.0.0" node-gyp: "npm:latest" - picomatch: "npm:^4.0.3" + picomatch: "npm:^4.0.4" dependenciesMeta: "@parcel/watcher-android-arm64": optional: true @@ -3344,11 +3474,9 @@ __metadata: optional: true "@parcel/watcher-win32-arm64": optional: true - "@parcel/watcher-win32-ia32": - optional: true "@parcel/watcher-win32-x64": optional: true - checksum: 10/00e027ef6bd67239bd63d63d062363a0263377a3de3114c29f0f717076616b3a03fd67902a70ba52dbb7241efc27498a8f1da983aa41280c454b9c1246a6f191 + checksum: 10/0f5f8efcd963aa4c9a2edd8f542cb339075fc1d3dd5f09b1fbfdff82f2e0a6b7da29aa5e600710045eb8d9f0f92923e4ad1b1a38cbdcb455a3a40e5618cb11c3 languageName: node linkType: hard @@ -3366,14 +3494,14 @@ __metadata: languageName: node linkType: hard -"@playwright/test@npm:^1.61.1": - version: 1.61.1 - resolution: "@playwright/test@npm:1.61.1" +"@playwright/test@npm:^1.63.0": + version: 1.63.0 + resolution: "@playwright/test@npm:1.63.0" dependencies: - playwright: "npm:1.61.1" + playwright: "npm:1.63.0" bin: playwright: cli.js - checksum: 10/08915357031e1bc273a19bb428fb7e51031ca44f25750832e389bcd69c399f6a243f5f832e7832d46153b57b1305f1f5f5dd63f3a3261f928f61e464c6b3c64e + checksum: 10/b5e561b8f11488b8062b98c5cf975740f48ae7e9b455fb7152e0fb90d8e13f20c3c3ae6a15833655364246b99f5a46f6601daa5a9eef01de5004c8be7e2b3af3 languageName: node linkType: hard @@ -3423,6 +3551,13 @@ __metadata: languageName: node linkType: hard +"@rolldown/binding-android-arm-eabi@npm:1.2.7": + version: 1.2.7 + resolution: "@rolldown/binding-android-arm-eabi@npm:1.2.7" + conditions: os=android & cpu=arm + languageName: node + linkType: hard + "@rolldown/binding-android-arm64@npm:1.1.5": version: 1.1.5 resolution: "@rolldown/binding-android-arm64@npm:1.1.5" @@ -3430,6 +3565,20 @@ __metadata: languageName: node linkType: hard +"@rolldown/binding-android-arm64@npm:1.2.0": + version: 1.2.0 + resolution: "@rolldown/binding-android-arm64@npm:1.2.0" + conditions: os=android & cpu=arm64 + languageName: node + linkType: hard + +"@rolldown/binding-android-arm64@npm:1.2.7": + version: 1.2.7 + resolution: "@rolldown/binding-android-arm64@npm:1.2.7" + conditions: os=android & cpu=arm64 + languageName: node + linkType: hard + "@rolldown/binding-darwin-arm64@npm:1.1.5": version: 1.1.5 resolution: "@rolldown/binding-darwin-arm64@npm:1.1.5" @@ -3437,6 +3586,20 @@ __metadata: languageName: node linkType: hard +"@rolldown/binding-darwin-arm64@npm:1.2.0": + version: 1.2.0 + resolution: "@rolldown/binding-darwin-arm64@npm:1.2.0" + conditions: os=darwin & cpu=arm64 + languageName: node + linkType: hard + +"@rolldown/binding-darwin-arm64@npm:1.2.7": + version: 1.2.7 + resolution: "@rolldown/binding-darwin-arm64@npm:1.2.7" + conditions: os=darwin & cpu=arm64 + languageName: node + linkType: hard + "@rolldown/binding-darwin-x64@npm:1.1.5": version: 1.1.5 resolution: "@rolldown/binding-darwin-x64@npm:1.1.5" @@ -3444,6 +3607,20 @@ __metadata: languageName: node linkType: hard +"@rolldown/binding-darwin-x64@npm:1.2.0": + version: 1.2.0 + resolution: "@rolldown/binding-darwin-x64@npm:1.2.0" + conditions: os=darwin & cpu=x64 + languageName: node + linkType: hard + +"@rolldown/binding-darwin-x64@npm:1.2.7": + version: 1.2.7 + resolution: "@rolldown/binding-darwin-x64@npm:1.2.7" + conditions: os=darwin & cpu=x64 + languageName: node + linkType: hard + "@rolldown/binding-freebsd-x64@npm:1.1.5": version: 1.1.5 resolution: "@rolldown/binding-freebsd-x64@npm:1.1.5" @@ -3451,6 +3628,20 @@ __metadata: languageName: node linkType: hard +"@rolldown/binding-freebsd-x64@npm:1.2.0": + version: 1.2.0 + resolution: "@rolldown/binding-freebsd-x64@npm:1.2.0" + conditions: os=freebsd & cpu=x64 + languageName: node + linkType: hard + +"@rolldown/binding-freebsd-x64@npm:1.2.7": + version: 1.2.7 + resolution: "@rolldown/binding-freebsd-x64@npm:1.2.7" + conditions: os=freebsd & cpu=x64 + languageName: node + linkType: hard + "@rolldown/binding-linux-arm-gnueabihf@npm:1.1.5": version: 1.1.5 resolution: "@rolldown/binding-linux-arm-gnueabihf@npm:1.1.5" @@ -3458,6 +3649,20 @@ __metadata: languageName: node linkType: hard +"@rolldown/binding-linux-arm-gnueabihf@npm:1.2.0": + version: 1.2.0 + resolution: "@rolldown/binding-linux-arm-gnueabihf@npm:1.2.0" + conditions: os=linux & cpu=arm + languageName: node + linkType: hard + +"@rolldown/binding-linux-arm-gnueabihf@npm:1.2.7": + version: 1.2.7 + resolution: "@rolldown/binding-linux-arm-gnueabihf@npm:1.2.7" + conditions: os=linux & cpu=arm + languageName: node + linkType: hard + "@rolldown/binding-linux-arm64-gnu@npm:1.1.5": version: 1.1.5 resolution: "@rolldown/binding-linux-arm64-gnu@npm:1.1.5" @@ -3465,6 +3670,20 @@ __metadata: languageName: node linkType: hard +"@rolldown/binding-linux-arm64-gnu@npm:1.2.0": + version: 1.2.0 + resolution: "@rolldown/binding-linux-arm64-gnu@npm:1.2.0" + conditions: os=linux & cpu=arm64 & libc=glibc + languageName: node + linkType: hard + +"@rolldown/binding-linux-arm64-gnu@npm:1.2.7": + version: 1.2.7 + resolution: "@rolldown/binding-linux-arm64-gnu@npm:1.2.7" + conditions: os=linux & cpu=arm64 & libc=glibc + languageName: node + linkType: hard + "@rolldown/binding-linux-arm64-musl@npm:1.1.5": version: 1.1.5 resolution: "@rolldown/binding-linux-arm64-musl@npm:1.1.5" @@ -3472,6 +3691,20 @@ __metadata: languageName: node linkType: hard +"@rolldown/binding-linux-arm64-musl@npm:1.2.0": + version: 1.2.0 + resolution: "@rolldown/binding-linux-arm64-musl@npm:1.2.0" + conditions: os=linux & cpu=arm64 & libc=musl + languageName: node + linkType: hard + +"@rolldown/binding-linux-arm64-musl@npm:1.2.7": + version: 1.2.7 + resolution: "@rolldown/binding-linux-arm64-musl@npm:1.2.7" + conditions: os=linux & cpu=arm64 & libc=musl + languageName: node + linkType: hard + "@rolldown/binding-linux-ppc64-gnu@npm:1.1.5": version: 1.1.5 resolution: "@rolldown/binding-linux-ppc64-gnu@npm:1.1.5" @@ -3479,6 +3712,20 @@ __metadata: languageName: node linkType: hard +"@rolldown/binding-linux-ppc64-gnu@npm:1.2.0": + version: 1.2.0 + resolution: "@rolldown/binding-linux-ppc64-gnu@npm:1.2.0" + conditions: os=linux & cpu=ppc64 & libc=glibc + languageName: node + linkType: hard + +"@rolldown/binding-linux-ppc64-gnu@npm:1.2.7": + version: 1.2.7 + resolution: "@rolldown/binding-linux-ppc64-gnu@npm:1.2.7" + conditions: os=linux & cpu=ppc64 & libc=glibc + languageName: node + linkType: hard + "@rolldown/binding-linux-s390x-gnu@npm:1.1.5": version: 1.1.5 resolution: "@rolldown/binding-linux-s390x-gnu@npm:1.1.5" @@ -3486,6 +3733,20 @@ __metadata: languageName: node linkType: hard +"@rolldown/binding-linux-s390x-gnu@npm:1.2.0": + version: 1.2.0 + resolution: "@rolldown/binding-linux-s390x-gnu@npm:1.2.0" + conditions: os=linux & cpu=s390x & libc=glibc + languageName: node + linkType: hard + +"@rolldown/binding-linux-s390x-gnu@npm:1.2.7": + version: 1.2.7 + resolution: "@rolldown/binding-linux-s390x-gnu@npm:1.2.7" + conditions: os=linux & cpu=s390x & libc=glibc + languageName: node + linkType: hard + "@rolldown/binding-linux-x64-gnu@npm:1.1.5": version: 1.1.5 resolution: "@rolldown/binding-linux-x64-gnu@npm:1.1.5" @@ -3493,6 +3754,20 @@ __metadata: languageName: node linkType: hard +"@rolldown/binding-linux-x64-gnu@npm:1.2.0": + version: 1.2.0 + resolution: "@rolldown/binding-linux-x64-gnu@npm:1.2.0" + conditions: os=linux & cpu=x64 & libc=glibc + languageName: node + linkType: hard + +"@rolldown/binding-linux-x64-gnu@npm:1.2.7": + version: 1.2.7 + resolution: "@rolldown/binding-linux-x64-gnu@npm:1.2.7" + conditions: os=linux & cpu=x64 & libc=glibc + languageName: node + linkType: hard + "@rolldown/binding-linux-x64-musl@npm:1.1.5": version: 1.1.5 resolution: "@rolldown/binding-linux-x64-musl@npm:1.1.5" @@ -3500,6 +3775,20 @@ __metadata: languageName: node linkType: hard +"@rolldown/binding-linux-x64-musl@npm:1.2.0": + version: 1.2.0 + resolution: "@rolldown/binding-linux-x64-musl@npm:1.2.0" + conditions: os=linux & cpu=x64 & libc=musl + languageName: node + linkType: hard + +"@rolldown/binding-linux-x64-musl@npm:1.2.7": + version: 1.2.7 + resolution: "@rolldown/binding-linux-x64-musl@npm:1.2.7" + conditions: os=linux & cpu=x64 & libc=musl + languageName: node + linkType: hard + "@rolldown/binding-openharmony-arm64@npm:1.1.5": version: 1.1.5 resolution: "@rolldown/binding-openharmony-arm64@npm:1.1.5" @@ -3507,6 +3796,20 @@ __metadata: languageName: node linkType: hard +"@rolldown/binding-openharmony-arm64@npm:1.2.0": + version: 1.2.0 + resolution: "@rolldown/binding-openharmony-arm64@npm:1.2.0" + conditions: os=openharmony & cpu=arm64 + languageName: node + linkType: hard + +"@rolldown/binding-openharmony-arm64@npm:1.2.7": + version: 1.2.7 + resolution: "@rolldown/binding-openharmony-arm64@npm:1.2.7" + conditions: os=openharmony & cpu=arm64 + languageName: node + linkType: hard + "@rolldown/binding-wasm32-wasi@npm:1.1.5": version: 1.1.5 resolution: "@rolldown/binding-wasm32-wasi@npm:1.1.5" @@ -3518,6 +3821,17 @@ __metadata: languageName: node linkType: hard +"@rolldown/binding-wasm32-wasi@npm:1.2.0": + version: 1.2.0 + resolution: "@rolldown/binding-wasm32-wasi@npm:1.2.0" + dependencies: + "@emnapi/core": "npm:1.11.2" + "@emnapi/runtime": "npm:1.11.2" + "@napi-rs/wasm-runtime": "npm:^1.1.6" + conditions: cpu=wasm32 + languageName: node + linkType: hard + "@rolldown/binding-win32-arm64-msvc@npm:1.1.5": version: 1.1.5 resolution: "@rolldown/binding-win32-arm64-msvc@npm:1.1.5" @@ -3525,6 +3839,20 @@ __metadata: languageName: node linkType: hard +"@rolldown/binding-win32-arm64-msvc@npm:1.2.0": + version: 1.2.0 + resolution: "@rolldown/binding-win32-arm64-msvc@npm:1.2.0" + conditions: os=win32 & cpu=arm64 + languageName: node + linkType: hard + +"@rolldown/binding-win32-arm64-msvc@npm:1.2.7": + version: 1.2.7 + resolution: "@rolldown/binding-win32-arm64-msvc@npm:1.2.7" + conditions: os=win32 & cpu=arm64 + languageName: node + linkType: hard + "@rolldown/binding-win32-x64-msvc@npm:1.1.5": version: 1.1.5 resolution: "@rolldown/binding-win32-x64-msvc@npm:1.1.5" @@ -3532,6 +3860,20 @@ __metadata: languageName: node linkType: hard +"@rolldown/binding-win32-x64-msvc@npm:1.2.0": + version: 1.2.0 + resolution: "@rolldown/binding-win32-x64-msvc@npm:1.2.0" + conditions: os=win32 & cpu=x64 + languageName: node + linkType: hard + +"@rolldown/binding-win32-x64-msvc@npm:1.2.7": + version: 1.2.7 + resolution: "@rolldown/binding-win32-x64-msvc@npm:1.2.7" + conditions: os=win32 & cpu=x64 + languageName: node + linkType: hard + "@rolldown/pluginutils@npm:^1.0.0, @rolldown/pluginutils@npm:^1.0.1": version: 1.0.1 resolution: "@rolldown/pluginutils@npm:1.0.1" @@ -3759,15 +4101,15 @@ __metadata: languageName: node linkType: hard -"@schematics/angular@npm:22.0.7": - version: 22.0.7 - resolution: "@schematics/angular@npm:22.0.7" +"@schematics/angular@npm:22.1.7": + version: 22.1.7 + resolution: "@schematics/angular@npm:22.1.7" dependencies: - "@angular-devkit/core": "npm:22.0.7" - "@angular-devkit/schematics": "npm:22.0.7" + "@angular-devkit/core": "npm:22.1.7" + "@angular-devkit/schematics": "npm:22.1.7" jsonc-parser: "npm:3.3.1" typescript: "npm:6.0.3" - checksum: 10/e6b7837aa52b7192b2b037df9f51a6d2cfbfabc8470e4c254465899db348c4187d1f36f783bcdc5add40884fedd502c504531ae017fdd208cfc58379887d3eb6 + checksum: 10/8f1599d8d5fc663c532f4cd78dd424af274c92f6f8c9376e5b46d2832a6ecbc66c5fd98604e238a14763205fcd1960cdc3438b505927c1b52da96cc92abcd571 languageName: node linkType: hard @@ -3778,64 +4120,6 @@ __metadata: languageName: node linkType: hard -"@sigstore/bundle@npm:^4.0.0": - version: 4.0.0 - resolution: "@sigstore/bundle@npm:4.0.0" - dependencies: - "@sigstore/protobuf-specs": "npm:^0.5.0" - checksum: 10/09ef32284783cdcdcc7ecd16711f1d1be6b6fc6abe22bf7434071a6d3aa3512d15f68a4cc481513569a55a001c5bd112edfccbea7b3c16b5aa1557f73773f504 - languageName: node - linkType: hard - -"@sigstore/core@npm:^3.2.0, @sigstore/core@npm:^3.2.1": - version: 3.2.1 - resolution: "@sigstore/core@npm:3.2.1" - checksum: 10/2f6c1ced55f8ed3f7fc705a668eb95db9471511dfb1f054927822bf97a051dd62228ecf6a9f1932d240c2c4ae69a3b5066550789e5ad8f4257839a4370e5a120 - languageName: node - linkType: hard - -"@sigstore/protobuf-specs@npm:^0.5.0": - version: 0.5.1 - resolution: "@sigstore/protobuf-specs@npm:0.5.1" - checksum: 10/2ca6b044ab70e6aa85cc0b67f2d67724cf8b9efc49d6f7fd65993ee9b9aea02a5e8e7a73cc2a75e1968f2aa231f79d28e4bb7e88c1f98274405214e4cb1568b2 - languageName: node - linkType: hard - -"@sigstore/sign@npm:^4.1.1": - version: 4.1.1 - resolution: "@sigstore/sign@npm:4.1.1" - dependencies: - "@gar/promise-retry": "npm:^1.0.2" - "@sigstore/bundle": "npm:^4.0.0" - "@sigstore/core": "npm:^3.2.0" - "@sigstore/protobuf-specs": "npm:^0.5.0" - make-fetch-happen: "npm:^15.0.4" - proc-log: "npm:^6.1.0" - checksum: 10/c9424813ed83ae26111dd3a190dbfd776901cfc245ebb9aa68e133a7ffcbf8fc053f01d999a451e44805a291921ba4d2dfe80e3fd41b20cd5becd26aae5f5e7c - languageName: node - linkType: hard - -"@sigstore/tuf@npm:^4.0.2": - version: 4.0.2 - resolution: "@sigstore/tuf@npm:4.0.2" - dependencies: - "@sigstore/protobuf-specs": "npm:^0.5.0" - tuf-js: "npm:^4.1.0" - checksum: 10/14882b8e71be4185ec417744b97a47392a50da00aafd4207a46bb74b40aa019ebf22d928052fd2d31a8da0da1efe7ebebac5a70898b31a74239a1ada997be754 - languageName: node - linkType: hard - -"@sigstore/verify@npm:^3.1.1": - version: 3.1.1 - resolution: "@sigstore/verify@npm:3.1.1" - dependencies: - "@sigstore/bundle": "npm:^4.0.0" - "@sigstore/core": "npm:^3.2.1" - "@sigstore/protobuf-specs": "npm:^0.5.0" - checksum: 10/4cb24b0e62b85ebf2b62698041e0dc212d152fd40a95c05c237357c992265a23e5789f86b138bea2eea0c5f6b994974d968f03dde9c692a514f96ae4b26f31a9 - languageName: node - linkType: hard - "@simple-git/args-pathspec@npm:^1.0.3": version: 1.0.3 resolution: "@simple-git/args-pathspec@npm:1.0.3" @@ -4405,10 +4689,10 @@ __metadata: version: 0.0.0-use.local resolution: "@siteimprove/alfa-examples@workspace:." dependencies: - "@types/node": "npm:^26.1.1" - knip: "npm:^6.27.0" - playwright: "npm:^1.61.1" - prettier: "npm:^3.9.5" + "@types/node": "npm:^26.5.0" + knip: "npm:^6.34.0" + playwright: "npm:^1.63.0" + prettier: "npm:^3.9.6" typescript: "npm:^6.0.3" languageName: unknown linkType: soft @@ -5483,24 +5767,7 @@ __metadata: languageName: node linkType: hard -"@tufjs/canonical-json@npm:2.0.0": - version: 2.0.0 - resolution: "@tufjs/canonical-json@npm:2.0.0" - checksum: 10/cc719a1d0d0ae1aa1ba551a82c87dcbefac088e433c03a3d8a1d547ea721350e47dab4ab5b0fca40d5c7ab1f4882e72edc39c9eae15bf47c45c43bcb6ee39f4f - languageName: node - linkType: hard - -"@tufjs/models@npm:4.1.0": - version: 4.1.0 - resolution: "@tufjs/models@npm:4.1.0" - dependencies: - "@tufjs/canonical-json": "npm:2.0.0" - minimatch: "npm:^10.1.1" - checksum: 10/144d58b634ff96bba8f3cc2577868a0c5dd5bb4515c191edc2a9971245fe3694603b56f0515fd4f7b2f1fb73642d4a36b59b0094ba773fe1c14550915bc9af43 - languageName: node - linkType: hard - -"@tybys/wasm-util@npm:^0.10.0, @tybys/wasm-util@npm:^0.10.3": +"@tybys/wasm-util@npm:^0.10.3": version: 0.10.3 resolution: "@tybys/wasm-util@npm:0.10.3" dependencies: @@ -5581,6 +5848,13 @@ __metadata: languageName: node linkType: hard +"@types/gensync@npm:^1.0.5": + version: 1.0.5 + resolution: "@types/gensync@npm:1.0.5" + checksum: 10/1b417012a1249c60d2a5d3a646c208710473f31ab91ee702d4a0bf742d4d20a04c4296efcf6f42b7c1b38536ff732c3aa00dd5afc8fa138c70d1905a0521a5c3 + languageName: node + linkType: hard + "@types/istanbul-lib-coverage@npm:*, @types/istanbul-lib-coverage@npm:^2.0.1, @types/istanbul-lib-coverage@npm:^2.0.6": version: 2.0.6 resolution: "@types/istanbul-lib-coverage@npm:2.0.6" @@ -5627,6 +5901,13 @@ __metadata: languageName: node linkType: hard +"@types/jsesc@npm:^2.5.0": + version: 2.5.1 + resolution: "@types/jsesc@npm:2.5.1" + checksum: 10/25407775ed621790d2eec0cc51e194bd0d67a82e39204fd9748899c249ef965e17d9e6560f6c658773714f6d45a259465f3639790bb55750ebb168ee23801596 + languageName: node + linkType: hard + "@types/json-schema@npm:^7.0.15": version: 7.0.15 resolution: "@types/json-schema@npm:7.0.15" @@ -5634,19 +5915,19 @@ __metadata: languageName: node linkType: hard -"@types/mocha@npm:^10.0.0, @types/mocha@npm:^10.0.6": +"@types/mocha@npm:^10.0.0, @types/mocha@npm:^10.0.10": version: 10.0.10 resolution: "@types/mocha@npm:10.0.10" checksum: 10/4e3b61ed5112add86891a5dd3ebdd087714f5e1784a63d47a96424c0825058fd07074e85e43573462f751636c92808fc18a5f3862fe45e649ea98fdc5a3ee2ea languageName: node linkType: hard -"@types/node@npm:*, @types/node@npm:^26.1.1": - version: 26.1.1 - resolution: "@types/node@npm:26.1.1" +"@types/node@npm:*, @types/node@npm:^26.5.0": + version: 26.5.0 + resolution: "@types/node@npm:26.5.0" dependencies: - undici-types: "npm:~8.3.0" - checksum: 10/df6555a94c6b4cf74e6238373e2881e72dc91058cf2ba173be77ea3974aaa8f459c2f10fbb7eb644fb1e5189dd8407097f5d39506fad39c89bde18acb3b90316 + undici-types: "npm:~8.9.0" + checksum: 10/db4b0ac5289abaf7fa6f280610853a3a9c88cd60ef686513fb773badf77bbf6089cafc9522bc99d0765f13b43cde3109b37a8183859a2adeec00ae07f0a4710d languageName: node linkType: hard @@ -5666,21 +5947,21 @@ __metadata: languageName: node linkType: hard -"@types/react-dom@npm:^19.2.3": - version: 19.2.3 - resolution: "@types/react-dom@npm:19.2.3" +"@types/react-dom@npm:^19.2.7": + version: 19.2.7 + resolution: "@types/react-dom@npm:19.2.7" peerDependencies: "@types/react": ^19.2.0 - checksum: 10/616c4a8aee250ea05fb1e7b98e7e00475dd3a6c1c30d7be18b4b93caba832f4203106b3a496a6b147e5acc2da14575eca47bce234c633bca1f8430ef8ffb234a + checksum: 10/84079ed3b5470b7fafe4478c9180c2b0f19f8c5aebe666091e1ee5bc15464acb248909553769bd338de5f508afe96fec353997aed0457bb0d3a1e6246bcafcb8 languageName: node linkType: hard -"@types/react@npm:^19.2.17": - version: 19.2.17 - resolution: "@types/react@npm:19.2.17" +"@types/react@npm:^19.2.18": + version: 19.2.18 + resolution: "@types/react@npm:19.2.18" dependencies: csstype: "npm:^3.2.2" - checksum: 10/8debb092bd0bb9c99176a31824c7587c27c775a6526b60060e7b9e8dc2af53aee2ffadc7a1e3845953792437db5699d34a9054e198c9d4e54a74728ff47c6725 + checksum: 10/c718ec5c5272ef5c1c77fcdd07f567c77197b593583539459b4bdaea89ca55ad7c814b7eb2151dccfa459b2c384b599a45e7e35550b789883d66b363d30c94d8 languageName: node linkType: hard @@ -5791,137 +6072,160 @@ __metadata: languageName: node linkType: hard -"@unrs/resolver-binding-android-arm-eabi@npm:1.11.1": - version: 1.11.1 - resolution: "@unrs/resolver-binding-android-arm-eabi@npm:1.11.1" +"@unrs/resolver-binding-android-arm-eabi@npm:1.12.2": + version: 1.12.2 + resolution: "@unrs/resolver-binding-android-arm-eabi@npm:1.12.2" conditions: os=android & cpu=arm languageName: node linkType: hard -"@unrs/resolver-binding-android-arm64@npm:1.11.1": - version: 1.11.1 - resolution: "@unrs/resolver-binding-android-arm64@npm:1.11.1" +"@unrs/resolver-binding-android-arm64@npm:1.12.2": + version: 1.12.2 + resolution: "@unrs/resolver-binding-android-arm64@npm:1.12.2" conditions: os=android & cpu=arm64 languageName: node linkType: hard -"@unrs/resolver-binding-darwin-arm64@npm:1.11.1": - version: 1.11.1 - resolution: "@unrs/resolver-binding-darwin-arm64@npm:1.11.1" +"@unrs/resolver-binding-darwin-arm64@npm:1.12.2": + version: 1.12.2 + resolution: "@unrs/resolver-binding-darwin-arm64@npm:1.12.2" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard -"@unrs/resolver-binding-darwin-x64@npm:1.11.1": - version: 1.11.1 - resolution: "@unrs/resolver-binding-darwin-x64@npm:1.11.1" +"@unrs/resolver-binding-darwin-x64@npm:1.12.2": + version: 1.12.2 + resolution: "@unrs/resolver-binding-darwin-x64@npm:1.12.2" conditions: os=darwin & cpu=x64 languageName: node linkType: hard -"@unrs/resolver-binding-freebsd-x64@npm:1.11.1": - version: 1.11.1 - resolution: "@unrs/resolver-binding-freebsd-x64@npm:1.11.1" +"@unrs/resolver-binding-freebsd-x64@npm:1.12.2": + version: 1.12.2 + resolution: "@unrs/resolver-binding-freebsd-x64@npm:1.12.2" conditions: os=freebsd & cpu=x64 languageName: node linkType: hard -"@unrs/resolver-binding-linux-arm-gnueabihf@npm:1.11.1": - version: 1.11.1 - resolution: "@unrs/resolver-binding-linux-arm-gnueabihf@npm:1.11.1" +"@unrs/resolver-binding-linux-arm-gnueabihf@npm:1.12.2": + version: 1.12.2 + resolution: "@unrs/resolver-binding-linux-arm-gnueabihf@npm:1.12.2" conditions: os=linux & cpu=arm languageName: node linkType: hard -"@unrs/resolver-binding-linux-arm-musleabihf@npm:1.11.1": - version: 1.11.1 - resolution: "@unrs/resolver-binding-linux-arm-musleabihf@npm:1.11.1" +"@unrs/resolver-binding-linux-arm-musleabihf@npm:1.12.2": + version: 1.12.2 + resolution: "@unrs/resolver-binding-linux-arm-musleabihf@npm:1.12.2" conditions: os=linux & cpu=arm languageName: node linkType: hard -"@unrs/resolver-binding-linux-arm64-gnu@npm:1.11.1": - version: 1.11.1 - resolution: "@unrs/resolver-binding-linux-arm64-gnu@npm:1.11.1" +"@unrs/resolver-binding-linux-arm64-gnu@npm:1.12.2": + version: 1.12.2 + resolution: "@unrs/resolver-binding-linux-arm64-gnu@npm:1.12.2" conditions: os=linux & cpu=arm64 & libc=glibc languageName: node linkType: hard -"@unrs/resolver-binding-linux-arm64-musl@npm:1.11.1": - version: 1.11.1 - resolution: "@unrs/resolver-binding-linux-arm64-musl@npm:1.11.1" +"@unrs/resolver-binding-linux-arm64-musl@npm:1.12.2": + version: 1.12.2 + resolution: "@unrs/resolver-binding-linux-arm64-musl@npm:1.12.2" conditions: os=linux & cpu=arm64 & libc=musl languageName: node linkType: hard -"@unrs/resolver-binding-linux-ppc64-gnu@npm:1.11.1": - version: 1.11.1 - resolution: "@unrs/resolver-binding-linux-ppc64-gnu@npm:1.11.1" +"@unrs/resolver-binding-linux-loong64-gnu@npm:1.12.2": + version: 1.12.2 + resolution: "@unrs/resolver-binding-linux-loong64-gnu@npm:1.12.2" + conditions: os=linux & cpu=loong64 & libc=glibc + languageName: node + linkType: hard + +"@unrs/resolver-binding-linux-loong64-musl@npm:1.12.2": + version: 1.12.2 + resolution: "@unrs/resolver-binding-linux-loong64-musl@npm:1.12.2" + conditions: os=linux & cpu=loong64 & libc=musl + languageName: node + linkType: hard + +"@unrs/resolver-binding-linux-ppc64-gnu@npm:1.12.2": + version: 1.12.2 + resolution: "@unrs/resolver-binding-linux-ppc64-gnu@npm:1.12.2" conditions: os=linux & cpu=ppc64 & libc=glibc languageName: node linkType: hard -"@unrs/resolver-binding-linux-riscv64-gnu@npm:1.11.1": - version: 1.11.1 - resolution: "@unrs/resolver-binding-linux-riscv64-gnu@npm:1.11.1" +"@unrs/resolver-binding-linux-riscv64-gnu@npm:1.12.2": + version: 1.12.2 + resolution: "@unrs/resolver-binding-linux-riscv64-gnu@npm:1.12.2" conditions: os=linux & cpu=riscv64 & libc=glibc languageName: node linkType: hard -"@unrs/resolver-binding-linux-riscv64-musl@npm:1.11.1": - version: 1.11.1 - resolution: "@unrs/resolver-binding-linux-riscv64-musl@npm:1.11.1" +"@unrs/resolver-binding-linux-riscv64-musl@npm:1.12.2": + version: 1.12.2 + resolution: "@unrs/resolver-binding-linux-riscv64-musl@npm:1.12.2" conditions: os=linux & cpu=riscv64 & libc=musl languageName: node linkType: hard -"@unrs/resolver-binding-linux-s390x-gnu@npm:1.11.1": - version: 1.11.1 - resolution: "@unrs/resolver-binding-linux-s390x-gnu@npm:1.11.1" +"@unrs/resolver-binding-linux-s390x-gnu@npm:1.12.2": + version: 1.12.2 + resolution: "@unrs/resolver-binding-linux-s390x-gnu@npm:1.12.2" conditions: os=linux & cpu=s390x & libc=glibc languageName: node linkType: hard -"@unrs/resolver-binding-linux-x64-gnu@npm:1.11.1": - version: 1.11.1 - resolution: "@unrs/resolver-binding-linux-x64-gnu@npm:1.11.1" +"@unrs/resolver-binding-linux-x64-gnu@npm:1.12.2": + version: 1.12.2 + resolution: "@unrs/resolver-binding-linux-x64-gnu@npm:1.12.2" conditions: os=linux & cpu=x64 & libc=glibc languageName: node linkType: hard -"@unrs/resolver-binding-linux-x64-musl@npm:1.11.1": - version: 1.11.1 - resolution: "@unrs/resolver-binding-linux-x64-musl@npm:1.11.1" +"@unrs/resolver-binding-linux-x64-musl@npm:1.12.2": + version: 1.12.2 + resolution: "@unrs/resolver-binding-linux-x64-musl@npm:1.12.2" conditions: os=linux & cpu=x64 & libc=musl languageName: node linkType: hard -"@unrs/resolver-binding-wasm32-wasi@npm:1.11.1": - version: 1.11.1 - resolution: "@unrs/resolver-binding-wasm32-wasi@npm:1.11.1" +"@unrs/resolver-binding-openharmony-arm64@npm:1.12.2": + version: 1.12.2 + resolution: "@unrs/resolver-binding-openharmony-arm64@npm:1.12.2" + conditions: os=openharmony & cpu=arm64 + languageName: node + linkType: hard + +"@unrs/resolver-binding-wasm32-wasi@npm:1.12.2": + version: 1.12.2 + resolution: "@unrs/resolver-binding-wasm32-wasi@npm:1.12.2" dependencies: - "@napi-rs/wasm-runtime": "npm:^0.2.11" + "@emnapi/core": "npm:1.10.0" + "@emnapi/runtime": "npm:1.10.0" + "@napi-rs/wasm-runtime": "npm:^1.1.4" conditions: cpu=wasm32 languageName: node linkType: hard -"@unrs/resolver-binding-win32-arm64-msvc@npm:1.11.1": - version: 1.11.1 - resolution: "@unrs/resolver-binding-win32-arm64-msvc@npm:1.11.1" +"@unrs/resolver-binding-win32-arm64-msvc@npm:1.12.2": + version: 1.12.2 + resolution: "@unrs/resolver-binding-win32-arm64-msvc@npm:1.12.2" conditions: os=win32 & cpu=arm64 languageName: node linkType: hard -"@unrs/resolver-binding-win32-ia32-msvc@npm:1.11.1": - version: 1.11.1 - resolution: "@unrs/resolver-binding-win32-ia32-msvc@npm:1.11.1" +"@unrs/resolver-binding-win32-ia32-msvc@npm:1.12.2": + version: 1.12.2 + resolution: "@unrs/resolver-binding-win32-ia32-msvc@npm:1.12.2" conditions: os=win32 & cpu=ia32 languageName: node linkType: hard -"@unrs/resolver-binding-win32-x64-msvc@npm:1.11.1": - version: 1.11.1 - resolution: "@unrs/resolver-binding-win32-x64-msvc@npm:1.11.1" +"@unrs/resolver-binding-win32-x64-msvc@npm:1.12.2": + version: 1.12.2 + resolution: "@unrs/resolver-binding-win32-x64-msvc@npm:1.12.2" conditions: os=win32 & cpu=x64 languageName: node linkType: hard @@ -5935,21 +6239,24 @@ __metadata: languageName: node linkType: hard -"@vitejs/plugin-react@npm:^6.0.3": - version: 6.0.3 - resolution: "@vitejs/plugin-react@npm:6.0.3" +"@vitejs/plugin-react@npm:^6.1.1": + version: 6.1.1 + resolution: "@vitejs/plugin-react@npm:6.1.1" dependencies: "@rolldown/pluginutils": "npm:^1.0.1" peerDependencies: "@rolldown/plugin-babel": ^0.1.7 || ^0.2.0 babel-plugin-react-compiler: ^1.0.0 + oxc-transform-react: ^0.145.0 vite: ^8.0.0 peerDependenciesMeta: "@rolldown/plugin-babel": optional: true babel-plugin-react-compiler: optional: true - checksum: 10/135a63a27592108ea0fcbd8a5d71753f9e8b484568113e15975f59d48bd796ca361de501e4acec6f04ae1e5dcb2d266b82ed158c759c4177b2504755d481e35c + oxc-transform-react: + optional: true + checksum: 10/c9d08a062c60d57cc2b59d3dba3c26475f1aba97da1f62d1191a1363980e7b19ce915e1f6c039f753afc8443e5a71c517d613d78c52b26a02c1afc1821e88b74 languageName: node linkType: hard @@ -6014,7 +6321,7 @@ __metadata: languageName: node linkType: hard -"@vitest/snapshot@npm:4.1.11, @vitest/snapshot@npm:^4.0.16": +"@vitest/snapshot@npm:4.1.11, @vitest/snapshot@npm:^4.1.10": version: 4.1.11 resolution: "@vitest/snapshot@npm:4.1.11" dependencies: @@ -6155,11 +6462,11 @@ __metadata: languageName: node linkType: hard -"@vue/test-utils@npm:^2.4.11": - version: 2.4.11 - resolution: "@vue/test-utils@npm:2.4.11" +"@vue/test-utils@npm:^2.4.11, @vue/test-utils@npm:^2.5.0": + version: 2.5.0 + resolution: "@vue/test-utils@npm:2.5.0" dependencies: - js-beautify: "npm:^1.14.9" + js-beautify: "npm:^2.0.0" vue-component-type-helpers: "npm:^3.0.0" peerDependencies: "@vue/compiler-dom": 3.x @@ -6168,25 +6475,25 @@ __metadata: peerDependenciesMeta: "@vue/server-renderer": optional: true - checksum: 10/14ab50c67dad3567111ea7220d8859d619a646269804c23ad4e0bfdc032d6c6d10e6db91962014707ce9243033ae7d0a10739b656601fc8f6b588552e500f16d + checksum: 10/7714f0af3d81778efb46919ca6363cb56f2e55311c8e452c6c4fc45d31f108c3f7b55d63f79283233ece020b92b9b70c9de4ab4c8825199d270c72d36f76012e languageName: node linkType: hard -"@wdio/cli@npm:^9.29.1": - version: 9.29.1 - resolution: "@wdio/cli@npm:9.29.1" +"@wdio/cli@npm:^9.31.7": + version: 9.31.7 + resolution: "@wdio/cli@npm:9.31.7" dependencies: "@vitest/snapshot": "npm:^2.1.1" - "@wdio/config": "npm:9.29.1" - "@wdio/globals": "npm:9.29.1" + "@wdio/config": "npm:9.31.7" + "@wdio/globals": "npm:9.31.3" "@wdio/logger": "npm:9.29.1" - "@wdio/protocols": "npm:9.29.1" - "@wdio/types": "npm:9.29.1" - "@wdio/utils": "npm:9.29.1" + "@wdio/protocols": "npm:9.31.5" + "@wdio/types": "npm:9.31.2" + "@wdio/utils": "npm:9.31.7" async-exit-hook: "npm:^2.0.1" chalk: "npm:^5.4.1" chokidar: "npm:^4.0.0" - create-wdio: "npm:9.29.1" + create-wdio: "npm:9.31.6" dotenv: "npm:^17.2.0" import-meta-resolve: "npm:^4.0.0" lodash.flattendeep: "npm:^4.4.0" @@ -6194,70 +6501,70 @@ __metadata: lodash.union: "npm:^4.6.0" read-pkg-up: "npm:^10.0.0" tsx: "npm:^4.7.2" - webdriverio: "npm:9.29.1" + webdriverio: "npm:9.31.7" yargs: "npm:^17.7.2" bin: wdio: bin/wdio.js - checksum: 10/a8a572a575545d12e27ddbfeae967035a8b1fba845453670c983f2d32a8a04836ae286d536784b65469caafb7560b599998b1a28a0baf61388e064339cee243b + checksum: 10/99527e0926d3c0a90c6947c459633a09aeddf6a4270b440c2b0fa6d3ba4b2bef5455af60773029bf13d7081f2ca9f6e502394b716d7ddeb13343d1091b3fe07d languageName: node linkType: hard -"@wdio/config@npm:9.29.1": - version: 9.29.1 - resolution: "@wdio/config@npm:9.29.1" +"@wdio/config@npm:9.31.7": + version: 9.31.7 + resolution: "@wdio/config@npm:9.31.7" dependencies: "@wdio/logger": "npm:9.29.1" - "@wdio/types": "npm:9.29.1" - "@wdio/utils": "npm:9.29.1" - deepmerge-ts: "npm:^7.0.3" + "@wdio/types": "npm:9.31.2" + "@wdio/utils": "npm:9.31.7" + deepmerge-ts: "npm:^8.0.0" glob: "npm:^10.2.2" import-meta-resolve: "npm:^4.0.0" jiti: "npm:^2.6.1" - checksum: 10/b15efe17d5a1e242067309f00507c0b0fb2bd080b4423721e132e8f02f31b7fb105e6544bf64509f613e92e98ff13185bbdba56280c45460f19f4eef0748ed55 + checksum: 10/c785f8ecb0ca310de0806b1388857a7ba101620eec0f6b9a45e589e13b3d3715da344461ed7fe1e38e0bc1712acbdbf4c855fa30ee7d2215b2d18ab528fc2cbc languageName: node linkType: hard -"@wdio/dot-reporter@npm:9.29.1": - version: 9.29.1 - resolution: "@wdio/dot-reporter@npm:9.29.1" +"@wdio/dot-reporter@npm:9.31.2": + version: 9.31.2 + resolution: "@wdio/dot-reporter@npm:9.31.2" dependencies: - "@wdio/reporter": "npm:9.29.1" - "@wdio/types": "npm:9.29.1" + "@wdio/reporter": "npm:9.31.2" + "@wdio/types": "npm:9.31.2" chalk: "npm:^5.0.1" - checksum: 10/f79550052d98812f681e4e83173ba05ed93ba53d9f71849e0405073a820b80b5f15b5feb5f2ba6545a8ec30999579de9be5d239410a2c8eec6a33c7306402f1e + checksum: 10/047dae5445b00c91d6536f04119e80f4996beeac9510b6d197ffab75e250eb91cc37dba5fbd45693186a5d25ddf2784f09e585f32219b36ba886001173321ec8 languageName: node linkType: hard -"@wdio/globals@npm:9.29.1, @wdio/globals@npm:^9.27.0": - version: 9.29.1 - resolution: "@wdio/globals@npm:9.29.1" +"@wdio/globals@npm:9.31.3, @wdio/globals@npm:^9.27.0": + version: 9.31.3 + resolution: "@wdio/globals@npm:9.31.3" peerDependencies: - expect-webdriverio: ^5.6.5 - webdriverio: ^9.0.0 + expect-webdriverio: ^6.0.9 + webdriverio: ^9.28.0 peerDependenciesMeta: expect-webdriverio: optional: false webdriverio: optional: false - checksum: 10/81cb91221bff1f63c9125ff5ef2ab24157fec111d4ac955c4ccafe9e7e78696dc088412fd57ec1e521cb814688fee173d851eba1bc3b50c13ddece6e2ad069b5 + checksum: 10/683dbcf1320cc3d1d8279c57c9dfa44e959572016237afdfc191d40e2eabcb87c3595d884ca0301017c10b037c07b029ee081540d2c7f4d5e6496bc3f442a200 languageName: node linkType: hard -"@wdio/local-runner@npm:^9.29.1": - version: 9.29.1 - resolution: "@wdio/local-runner@npm:9.29.1" +"@wdio/local-runner@npm:^9.31.7": + version: 9.31.7 + resolution: "@wdio/local-runner@npm:9.31.7" dependencies: "@types/node": "npm:^20.1.0" "@wdio/logger": "npm:9.29.1" "@wdio/repl": "npm:9.16.2" - "@wdio/runner": "npm:9.29.1" - "@wdio/types": "npm:9.29.1" - "@wdio/xvfb": "npm:9.29.1" + "@wdio/runner": "npm:9.31.7" + "@wdio/types": "npm:9.31.2" + "@wdio/xvfb": "npm:9.31.2" exit-hook: "npm:^4.0.0" - expect-webdriverio: "npm:^5.6.5" + expect-webdriverio: "npm:^6.0.9" split2: "npm:^4.1.0" stream-buffers: "npm:^3.0.2" - checksum: 10/d1179ad71b275962e10d4cf15fae2e388b8c113ea9c111d55164b299a2e1a57717cea219e57a8a50ca6c20f82d38df7c0b33a2d0789a323ff776cbd3653a8e0b + checksum: 10/9c9d015306705ef11b624fc3f4f40245bf433e15a76776b2f6c4731b43de92c74d9edf6b3f04aaea0b7f3e0faf5a90b3c2642082facac03a80d90ed161e36f43 languageName: node linkType: hard @@ -6274,24 +6581,24 @@ __metadata: languageName: node linkType: hard -"@wdio/mocha-framework@npm:^9.29.1": - version: 9.29.1 - resolution: "@wdio/mocha-framework@npm:9.29.1" +"@wdio/mocha-framework@npm:^9.31.7": + version: 9.31.7 + resolution: "@wdio/mocha-framework@npm:9.31.7" dependencies: - "@types/mocha": "npm:^10.0.6" + "@types/mocha": "npm:^10.0.10" "@types/node": "npm:^20.11.28" "@wdio/logger": "npm:9.29.1" - "@wdio/types": "npm:9.29.1" - "@wdio/utils": "npm:9.29.1" - mocha: "npm:^10.3.0" - checksum: 10/a6a6b950a3de013a57610f83d72a7cd95880dceab6c8b157d290a8e21adc1248d1d85f21ae5609f582c8844576ad6c948a3fcf89eb21505beb1fe0d2db8a2685 + "@wdio/types": "npm:9.31.2" + "@wdio/utils": "npm:9.31.7" + mocha: "npm:^11.8.0" + checksum: 10/978d1070061a040bc7185516821ccd223911c3ea4d1121423902f57ea19d676f7b65aa10fdd98d61008e23f7682615b0af9c54e3463a315ecc4bb2b50bcfc0c2 languageName: node linkType: hard -"@wdio/protocols@npm:9.29.1": - version: 9.29.1 - resolution: "@wdio/protocols@npm:9.29.1" - checksum: 10/2bc33a445f9ffa0fbdcfa0c2f0ed7f8b96da58e6baf990413692b3089f5e176deec73cd12becbe518c02a4309550b4922e3fa78a0089fb8f377af5dcca528fb2 +"@wdio/protocols@npm:9.31.5": + version: 9.31.5 + resolution: "@wdio/protocols@npm:9.31.5" + checksum: 10/10e0133cc6ffa3bf2e539f7f9e6fbb3511a2c3c665e4571f3291899d537321f0fcdbca5aba16ea1f024425232e0b591006881869945e4ee296d22106192a922f languageName: node linkType: hard @@ -6304,78 +6611,78 @@ __metadata: languageName: node linkType: hard -"@wdio/reporter@npm:9.29.1": - version: 9.29.1 - resolution: "@wdio/reporter@npm:9.29.1" +"@wdio/reporter@npm:9.31.2": + version: 9.31.2 + resolution: "@wdio/reporter@npm:9.31.2" dependencies: "@types/node": "npm:^20.1.0" "@wdio/logger": "npm:9.29.1" - "@wdio/types": "npm:9.29.1" + "@wdio/types": "npm:9.31.2" diff: "npm:^8.0.2" object-inspect: "npm:^1.12.0" - checksum: 10/dd611964cbf45d4f13a70b0efe225a15d3344b5932f312d68a3f119753be3c6a48b983a7cba15eb031e73f3fb4707f1e672fb752ebf4b47135138b812d897dbc + checksum: 10/3e0d87b552728e2aa01e29331a0cfbfbe03b31bfe0b3135b4fb219635018930c5472c8780c7d0594af3bed115be4fb5daa60180191e805cbeb3a2da8f9a9ffef languageName: node linkType: hard -"@wdio/runner@npm:9.29.1": - version: 9.29.1 - resolution: "@wdio/runner@npm:9.29.1" +"@wdio/runner@npm:9.31.7": + version: 9.31.7 + resolution: "@wdio/runner@npm:9.31.7" dependencies: "@types/node": "npm:^20.11.28" - "@wdio/config": "npm:9.29.1" - "@wdio/dot-reporter": "npm:9.29.1" - "@wdio/globals": "npm:9.29.1" + "@wdio/config": "npm:9.31.7" + "@wdio/dot-reporter": "npm:9.31.2" + "@wdio/globals": "npm:9.31.3" "@wdio/logger": "npm:9.29.1" - "@wdio/types": "npm:9.29.1" - "@wdio/utils": "npm:9.29.1" - deepmerge-ts: "npm:^7.0.3" - webdriver: "npm:9.29.1" - webdriverio: "npm:9.29.1" - peerDependencies: - expect-webdriverio: ^5.6.5 - webdriverio: ^9.0.0 + "@wdio/types": "npm:9.31.2" + "@wdio/utils": "npm:9.31.7" + deepmerge-ts: "npm:^8.0.0" + webdriver: "npm:9.31.7" + webdriverio: "npm:9.31.7" + peerDependencies: + expect-webdriverio: ^6.0.9 + webdriverio: ^9.28.0 peerDependenciesMeta: expect-webdriverio: optional: false webdriverio: optional: false - checksum: 10/c92b45e39565809a8d718e0a2745ce8488bffd1797a923f77ea8cd09921a61f6c9a593f2f653ec0852c620b730cdaa145a23d17c10d5d80b9c9525352722ca0d + checksum: 10/0e3b39391049a5a6b9b305e202bab9d3a6cd9f2b3f4288e3a87bb64f5afa86dcdc98c0591b3d7a6fcd9b9e5440109889dcd12dbb6fe46ec7363113214e4e182f languageName: node linkType: hard -"@wdio/spec-reporter@npm:^9.29.1": - version: 9.29.1 - resolution: "@wdio/spec-reporter@npm:9.29.1" +"@wdio/spec-reporter@npm:^9.31.2": + version: 9.31.2 + resolution: "@wdio/spec-reporter@npm:9.31.2" dependencies: - "@wdio/reporter": "npm:9.29.1" - "@wdio/types": "npm:9.29.1" + "@wdio/reporter": "npm:9.31.2" + "@wdio/types": "npm:9.31.2" chalk: "npm:^5.1.2" easy-table: "npm:^1.2.0" pretty-ms: "npm:^9.0.0" - checksum: 10/e51e00e67bddfd2049058b56974fa2f66df0cdfc19364f0eb57f28cce0ec5a7d7ffe62dff93ceb42936d3fa0cda6f9a271e1e44078c1cdfcb4c7fc2ada117cd7 + checksum: 10/016b4d2fb99ef7de629568f965aa2ddc83c8ba465513e76866301dcbcee9d387bf904871c6353d8611538ed0846e0ee60314ce4e9c3384d0567620c6bb04044c languageName: node linkType: hard -"@wdio/types@npm:9.29.1": - version: 9.29.1 - resolution: "@wdio/types@npm:9.29.1" +"@wdio/types@npm:9.31.2": + version: 9.31.2 + resolution: "@wdio/types@npm:9.31.2" dependencies: "@types/node": "npm:^20.1.0" - checksum: 10/f7d81fb75fb7f2fb915c9bbd9ca1c56ba42d9f9a8a958bdea32fd83bf28a3fcd2f44e49f9b67130bc9f0d7f65d0dd7370bab22e9d08779475c568724c50cfe4d + checksum: 10/22fe99242f5d5022534ef07c5b5abe4f962f84f5bbba98d7fa5b2a70c49b4462d9397699b13367365fbd17e3944803823f374cd89c229171d91a9f50441d8658 languageName: node linkType: hard -"@wdio/utils@npm:9.29.1": - version: 9.29.1 - resolution: "@wdio/utils@npm:9.29.1" +"@wdio/utils@npm:9.31.7": + version: 9.31.7 + resolution: "@wdio/utils@npm:9.31.7" dependencies: "@puppeteer/browsers": "npm:^2.2.0" "@wdio/logger": "npm:9.29.1" - "@wdio/types": "npm:9.29.1" + "@wdio/types": "npm:9.31.2" decamelize: "npm:^6.0.0" - deepmerge-ts: "npm:^7.0.3" + deepmerge-ts: "npm:^8.0.0" edgedriver: "npm:^6.1.2" - geckodriver: "npm:^6.1.0" + geckodriver: "npm:^6.1.1" get-port: "npm:^7.0.0" import-meta-resolve: "npm:^4.0.0" locate-app: "npm:^2.2.24" @@ -6383,23 +6690,16 @@ __metadata: safaridriver: "npm:^1.0.0" split2: "npm:^4.2.0" wait-port: "npm:^1.1.0" - checksum: 10/ff82b414eaf40ac725476a1d0160ac6643857eb7cfbc734cf9856374b7e4084d989ff7a295e7eaf39ac0789a03fef3cf4c20958d9647c0cf7c8c3546c08e3b70 + checksum: 10/9f81ff59e3f294c0cda7a48098da214d58f30d6ea4ce5ab0896c3f8fcc23f2d1ed9024c51f0b62f6d00c99c79540e6f2a4c392ea196441bc804d118faf641102 languageName: node linkType: hard -"@wdio/xvfb@npm:9.29.1": - version: 9.29.1 - resolution: "@wdio/xvfb@npm:9.29.1" +"@wdio/xvfb@npm:9.31.2": + version: 9.31.2 + resolution: "@wdio/xvfb@npm:9.31.2" dependencies: "@wdio/logger": "npm:9.29.1" - checksum: 10/0af4a4518310c8c0a068de0e42d1905a439c9ed083f21dce36dca44f6cfc2dc466acdfedba7ce386614c3182ea79f7b0549be6bc7a9a17d8bc6f5a152440aec2 - languageName: node - linkType: hard - -"@yarnpkg/lockfile@npm:1.1.0": - version: 1.1.0 - resolution: "@yarnpkg/lockfile@npm:1.1.0" - checksum: 10/cd19e1114aaf10a05126aeea8833ef4ca8af8a46e88e12884f8359d19333fd19711036dbc2698dbe937f81f037070cf9a8da45c2e8c6ca19cafd7d15659094ed + checksum: 10/544b3c01e85c32010b8eace62064d79f1169ca2ff0d76a57ada0adf512df1680797177a1e81545e39a359f0997b665c11dcbfb58e156c443c3cdee32856fcf68 languageName: node linkType: hard @@ -6410,13 +6710,6 @@ __metadata: languageName: node linkType: hard -"abbrev@npm:^2.0.0": - version: 2.0.0 - resolution: "abbrev@npm:2.0.0" - checksum: 10/ca0a54e35bea4ece0ecb68a47b312e1a9a6f772408d5bcb9051230aaa94b0460671c5b5c9cb3240eb5b7bc94c52476550eb221f65a0bbd0145bdc9f3113a6707 - languageName: node - linkType: hard - "abbrev@npm:^4.0.0": version: 4.0.0 resolution: "abbrev@npm:4.0.0" @@ -6424,6 +6717,13 @@ __metadata: languageName: node linkType: hard +"abbrev@npm:^5.0.0": + version: 5.0.0 + resolution: "abbrev@npm:5.0.0" + checksum: 10/a32641fb7a8ba0ad6f65efda80a632c965a2567f52c988897bffc47f473c4e9c3f0166de19d939866b1ed58ec50ce36f697d54a476589ca2706f8b5605ed41f0 + languageName: node + linkType: hard + "abort-controller@npm:^3.0.0": version: 3.0.0 resolution: "abort-controller@npm:3.0.0" @@ -6522,35 +6822,6 @@ __metadata: languageName: node linkType: hard -"algoliasearch@npm:5.52.0": - version: 5.52.0 - resolution: "algoliasearch@npm:5.52.0" - dependencies: - "@algolia/abtesting": "npm:1.18.0" - "@algolia/client-abtesting": "npm:5.52.0" - "@algolia/client-analytics": "npm:5.52.0" - "@algolia/client-common": "npm:5.52.0" - "@algolia/client-insights": "npm:5.52.0" - "@algolia/client-personalization": "npm:5.52.0" - "@algolia/client-query-suggestions": "npm:5.52.0" - "@algolia/client-search": "npm:5.52.0" - "@algolia/ingestion": "npm:1.52.0" - "@algolia/monitoring": "npm:1.52.0" - "@algolia/recommend": "npm:5.52.0" - "@algolia/requester-browser-xhr": "npm:5.52.0" - "@algolia/requester-fetch": "npm:5.52.0" - "@algolia/requester-node-http": "npm:5.52.0" - checksum: 10/bd0343187c58984f72e3d5bc7252c1a83d224c6e29760f114cf177a3d91d400671506abbbd7e69d376c533a8a7d829b8b1f217ceba626133ed8d00bba34f9497 - languageName: node - linkType: hard - -"ansi-colors@npm:^4.1.3": - version: 4.1.3 - resolution: "ansi-colors@npm:4.1.3" - checksum: 10/43d6e2fc7b1c6e4dc373de708ee76311ec2e0433e7e8bd3194e7ff123ea6a747428fc61afdcf5969da5be3a5f0fd054602bec56fc0ebe249ce2fcde6e649e3c2 - languageName: node - linkType: hard - "ansi-escapes@npm:^4.3.2": version: 4.3.2 resolution: "ansi-escapes@npm:4.3.2" @@ -6560,7 +6831,7 @@ __metadata: languageName: node linkType: hard -"ansi-escapes@npm:^7.0.0": +"ansi-escapes@npm:^7.0.0, ansi-escapes@npm:^7.3.0": version: 7.3.0 resolution: "ansi-escapes@npm:7.3.0" dependencies: @@ -6606,7 +6877,7 @@ __metadata: languageName: node linkType: hard -"anymatch@npm:^3.1.3, anymatch@npm:~3.1.2": +"anymatch@npm:^3.1.3": version: 3.1.3 resolution: "anymatch@npm:3.1.3" dependencies: @@ -6783,42 +7054,42 @@ __metadata: languageName: node linkType: hard -"babel-jest@npm:30.4.1": - version: 30.4.1 - resolution: "babel-jest@npm:30.4.1" +"babel-jest@npm:30.5.1": + version: 30.5.1 + resolution: "babel-jest@npm:30.5.1" dependencies: - "@jest/transform": "npm:30.4.1" + "@jest/transform": "npm:30.5.1" "@types/babel__core": "npm:^7.20.5" - babel-plugin-istanbul: "npm:^7.0.1" - babel-preset-jest: "npm:30.4.0" + babel-plugin-istanbul: "npm:^8.0.0" + babel-preset-jest: "npm:30.5.0" chalk: "npm:^4.1.2" graceful-fs: "npm:^4.2.11" slash: "npm:^3.0.0" peerDependencies: "@babel/core": ^7.11.0 || ^8.0.0-0 - checksum: 10/f739152bee60b368b27676441c54e235b49bca10329bb6395b54cca5982ced1f7a5a2c504e406e1082aac3dc68ab518771c9de62cf66ffe00993ad071a58fd1b + checksum: 10/801caaf025b1f7f063a0f6b8cdf9bd9384d12f87e785887ff9b65df8987766d2cc118fca1157da157ad1567ad2569dd8838848f39c8a57341a56feebad5a37b8 languageName: node linkType: hard -"babel-plugin-istanbul@npm:^7.0.1": - version: 7.0.1 - resolution: "babel-plugin-istanbul@npm:7.0.1" +"babel-plugin-istanbul@npm:^8.0.0": + version: 8.0.2 + resolution: "babel-plugin-istanbul@npm:8.0.2" dependencies: "@babel/helper-plugin-utils": "npm:^7.0.0" "@istanbuljs/load-nyc-config": "npm:^1.0.0" "@istanbuljs/schema": "npm:^0.1.3" istanbul-lib-instrument: "npm:^6.0.2" - test-exclude: "npm:^6.0.0" - checksum: 10/fe9f865f975aaa7a033de9ccb2b63fdcca7817266c5e98d3e02ac7ffd774c695093d215302796cb3770a71ef4574e7a9b298504c3c0c104cf4b48c8eda67b2a6 + test-exclude: "npm:^7.0.1" + checksum: 10/b2bd017e4001caca7c82d50a1a832f5d7b692f07eb62feae8fb17af026468bffb918284a3f5bc8d98ec2b2b1f8bb4c253e6bb9a1a07431f26bf308ab5202fb05 languageName: node linkType: hard -"babel-plugin-jest-hoist@npm:30.4.0": - version: 30.4.0 - resolution: "babel-plugin-jest-hoist@npm:30.4.0" +"babel-plugin-jest-hoist@npm:30.5.0": + version: 30.5.0 + resolution: "babel-plugin-jest-hoist@npm:30.5.0" dependencies: "@types/babel__core": "npm:^7.20.5" - checksum: 10/112f984b3b4315f7ff15d5d17df7f5aa4b500e562c67c2eafcd9974af4369c17d50feed2f9c95cbcec32faba8ccb04f8b62828aca41a47d5fdedc532b49fbf19 + checksum: 10/e92ea04044909d0596c46742b2b0df1fc8cb91601768adb83de5b25d948ca88d979023e855499aa52a975411c2fabbaf0601d946f4227548f962a0fac23f7258 languageName: node linkType: hard @@ -6847,15 +7118,15 @@ __metadata: languageName: node linkType: hard -"babel-preset-jest@npm:30.4.0": - version: 30.4.0 - resolution: "babel-preset-jest@npm:30.4.0" +"babel-preset-jest@npm:30.5.0": + version: 30.5.0 + resolution: "babel-preset-jest@npm:30.5.0" dependencies: - babel-plugin-jest-hoist: "npm:30.4.0" + babel-plugin-jest-hoist: "npm:30.5.0" babel-preset-current-node-syntax: "npm:^1.2.0" peerDependencies: - "@babel/core": ^7.11.0 || ^8.0.0-beta.1 - checksum: 10/7fbdcaa1f24b2efbc1b658220df849a375858bd5e208cefcf53b116bca972b28565a0715521cc20bec41adbd20ff73b9dbbdea3634bd71f50062f0ce694a7159 + "@babel/core": ^7.11.0 || ^8.0.0-beta.1 || ^8.0.0 + checksum: 10/3bbac1f6adf0e56338c8897b17a15846cea81436335aa39de3e2bc3e39cc5483dcc755bdcdd0a6f980bda91bee3e9cce5c0f5e52c2f7084f0d3d3189a60c9834 languageName: node linkType: hard @@ -6977,9 +7248,9 @@ __metadata: languageName: node linkType: hard -"beasties@npm:0.4.2": - version: 0.4.2 - resolution: "beasties@npm:0.4.2" +"beasties@npm:0.4.3": + version: 0.4.3 + resolution: "beasties@npm:0.4.3" dependencies: css-select: "npm:^6.0.0" css-what: "npm:^7.0.0" @@ -6990,7 +7261,7 @@ __metadata: postcss: "npm:^8.4.49" postcss-media-query-parser: "npm:^0.2.3" postcss-safe-parser: "npm:^7.0.1" - checksum: 10/02fd763b42946e95181a7be42ba7f14e8c8c914b6a7aca83ff15d217a8adc0ba75e2c03586eab684b7caab2e903d4d63a714a4f688e25ae555754eda04d43df8 + checksum: 10/02813a59cfbf5ee24ccd35270af781bd9df4c8b0c30b4b1ad173b6bbdfff581d5eb712e3c68b96fe0f139933ff1598acbfdbbecb19f62589ac47c6e1937c1e93 languageName: node linkType: hard @@ -7003,13 +7274,6 @@ __metadata: languageName: node linkType: hard -"binary-extensions@npm:^2.0.0": - version: 2.2.0 - resolution: "binary-extensions@npm:2.2.0" - checksum: 10/ccd267956c58d2315f5d3ea6757cf09863c5fc703e50fbeb13a7dc849b812ef76e3cf9ca8f35a0c48498776a7478d7b4a0418e1e2b8cb9cb9731f2922aaad7f8 - languageName: node - linkType: hard - "blob-util@npm:^2.0.2": version: 2.0.2 resolution: "blob-util@npm:2.0.2" @@ -7067,21 +7331,12 @@ __metadata: languageName: node linkType: hard -"brace-expansion@npm:^5.0.5": - version: 5.0.7 - resolution: "brace-expansion@npm:5.0.7" +"brace-expansion@npm:^5.0.8": + version: 5.0.9 + resolution: "brace-expansion@npm:5.0.9" dependencies: balanced-match: "npm:^4.0.2" - checksum: 10/98c12de33fa53ab07b2b5179f6740045508c61c4319638faf47a0d72615db80058f66c0d1cb74dc8ed591bbf507c068027e80cfb86a2f467bfd330574e13ed7b - languageName: node - linkType: hard - -"braces@npm:~3.0.2": - version: 3.0.3 - resolution: "braces@npm:3.0.3" - dependencies: - fill-range: "npm:^7.1.1" - checksum: 10/fad11a0d4697a27162840b02b1fad249c1683cbc510cd5bf1a471f2f8085c046d41094308c577a50a03a579dd99d5a6b3724c4b5e8b14df2c4443844cfcda2c6 + checksum: 10/d8683d612919212c7cf298861acd1c15101e7e2ad186e7ae9747390e5b3fc9e9b55ce71107570d32985784d9d88fbbe438d725863aed7b0f3d08d5f080535eec languageName: node linkType: hard @@ -7164,21 +7419,16 @@ __metadata: languageName: node linkType: hard -"cacache@npm:^20.0.0, cacache@npm:^20.0.1": - version: 20.0.4 - resolution: "cacache@npm:20.0.4" +"cacheable@npm:^2.5.0": + version: 2.5.0 + resolution: "cacheable@npm:2.5.0" dependencies: - "@npmcli/fs": "npm:^5.0.0" - fs-minipass: "npm:^3.0.0" - glob: "npm:^13.0.0" - lru-cache: "npm:^11.1.0" - minipass: "npm:^7.0.3" - minipass-collect: "npm:^2.0.1" - minipass-flush: "npm:^1.0.5" - minipass-pipeline: "npm:^1.2.4" - p-map: "npm:^7.0.2" - ssri: "npm:^13.0.0" - checksum: 10/02c1b4c57dc2473e6f4654220c9405b73ae5fcdb392f82a7cf535468a52b842690cdb3694861d13bbe4dc067d5f8abe9697b4f791ae5b65cd73d62abad1e3e54 + "@cacheable/memory": "npm:^2.2.0" + "@cacheable/utils": "npm:^2.5.0" + hookified: "npm:^1.15.0" + keyv: "npm:^5.6.0" + qified: "npm:^0.10.1" + checksum: 10/216a896e17dfa9c598a69e2fff31216126e94286f6c0ceb1bfab1d34e6c1a8791e8dc34dbd28660ec72a84f1d370c3733a9fc481e00a5512fd4e0cfc35775db6 languageName: node linkType: hard @@ -7324,25 +7574,6 @@ __metadata: languageName: node linkType: hard -"chokidar@npm:^3.5.3": - version: 3.6.0 - resolution: "chokidar@npm:3.6.0" - dependencies: - anymatch: "npm:~3.1.2" - braces: "npm:~3.0.2" - fsevents: "npm:~2.3.2" - glob-parent: "npm:~5.1.2" - is-binary-path: "npm:~2.1.0" - is-glob: "npm:~4.0.1" - normalize-path: "npm:~3.0.0" - readdirp: "npm:~3.6.0" - dependenciesMeta: - fsevents: - optional: true - checksum: 10/c327fb07704443f8d15f7b4a7ce93b2f0bc0e6cea07ec28a7570aa22cd51fcf0379df589403976ea956c369f25aa82d84561947e227cd925902e1751371658df - languageName: node - linkType: hard - "chokidar@npm:^4.0.0, chokidar@npm:^4.0.1": version: 4.0.3 resolution: "chokidar@npm:4.0.3" @@ -7387,10 +7618,10 @@ __metadata: languageName: node linkType: hard -"cjs-module-lexer@npm:^2.1.0": - version: 2.1.1 - resolution: "cjs-module-lexer@npm:2.1.1" - checksum: 10/db4331152f4414f3a451865554290eb7d146699aa2aefe1504891951d791ab450f1a75b0477630a4f2942be26f257c4e0627fbfed29d322b5266956b3643f3c1 +"cjs-module-lexer@npm:^2.2.0": + version: 2.2.1 + resolution: "cjs-module-lexer@npm:2.2.1" + checksum: 10/16601d6fc3a9bb6a5aba4fcc1fd4c194317f94c2bc869a0dfb0f64d01b6ff0c9011b3ba6c89805b3d4de246be371a102d95d0dad5e944a4a23ca87f5381fbd03 languageName: node linkType: hard @@ -7423,7 +7654,7 @@ __metadata: languageName: node linkType: hard -"cli-truncate@npm:^5.0.0, cli-truncate@npm:^5.2.0": +"cli-truncate@npm:^5.0.0": version: 5.2.0 resolution: "cli-truncate@npm:5.2.0" dependencies: @@ -7433,6 +7664,16 @@ __metadata: languageName: node linkType: hard +"cli-truncate@npm:^6.1.1": + version: 6.1.1 + resolution: "cli-truncate@npm:6.1.1" + dependencies: + slice-ansi: "npm:^9.0.0" + string-width: "npm:^8.2.0" + checksum: 10/0f4d4f9ba4d1bfd7e4f72604b615ef145e00ae5b2198f09acc51f5dc88b47b08b5878f21a48e7eb6c217dd189c45c669196c2f85172d81a498c44b53c15b043a + languageName: node + linkType: hard + "cli-width@npm:^4.1.0": version: 4.1.0 resolution: "cli-width@npm:4.1.0" @@ -7440,17 +7681,6 @@ __metadata: languageName: node linkType: hard -"cliui@npm:^7.0.2": - version: 7.0.4 - resolution: "cliui@npm:7.0.4" - dependencies: - string-width: "npm:^4.2.0" - strip-ansi: "npm:^6.0.0" - wrap-ansi: "npm:^7.0.0" - checksum: 10/db858c49af9d59a32d603987e6fddaca2ce716cd4602ba5a2bb3a5af1351eebe82aba8dff3ef3e1b331f7fa9d40ca66e67bdf8e7c327ce0ea959747ead65c0ef - languageName: node - linkType: hard - "cliui@npm:^8.0.1": version: 8.0.1 resolution: "cliui@npm:8.0.1" @@ -7501,15 +7731,15 @@ __metadata: version: 0.0.0-use.local resolution: "code-checker-demo-site@workspace:accessibility-code-checker/demo-page" dependencies: - "@types/react": "npm:^19.2.17" - "@types/react-dom": "npm:^19.2.3" - "@vitejs/plugin-react": "npm:^6.0.3" - eslint: "npm:^10.7.0" + "@types/react": "npm:^19.2.18" + "@types/react-dom": "npm:^19.2.7" + "@vitejs/plugin-react": "npm:^6.1.1" + eslint: "npm:^10.10.0" react: "npm:^19.2.8" react-dom: "npm:^19.2.8" react-router-dom: "npm:^7.18.2" typescript: "npm:^6.0.3" - vite: "npm:^8.1.5" + vite: "npm:^8.2.2" languageName: unknown linkType: soft @@ -7517,7 +7747,7 @@ __metadata: version: 0.0.0-use.local resolution: "code-checker-playwright@workspace:accessibility-code-checker/playwright" dependencies: - "@playwright/test": "npm:^1.61.1" + "@playwright/test": "npm:^1.63.0" "@siteimprove/alfa-playwright": "npm:^0.84.1" "@siteimprove/alfa-test-utils": "npm:^0.84.1" languageName: unknown @@ -7543,7 +7773,7 @@ __metadata: "@siteimprove/alfa-test": "npm:^0.118.0" "@siteimprove/alfa-test-utils": "npm:^0.84.1" "@types/selenium-webdriver": "npm:^4.35.6" - selenium-webdriver: "npm:^4.46.0" + selenium-webdriver: "npm:^4.48.0" vitest: "npm:^4.1.11" languageName: unknown linkType: soft @@ -7601,20 +7831,20 @@ __metadata: languageName: node linkType: hard -"commander@npm:^10.0.0": - version: 10.0.1 - resolution: "commander@npm:10.0.1" - checksum: 10/8799faa84a30da985802e661cc9856adfaee324d4b138413013ef7f087e8d7924b144c30a1f1405475f0909f467665cd9e1ce13270a2f41b141dab0b7a58f3fb - languageName: node - linkType: hard - -"commander@npm:^14.0.0": +"commander@npm:^14.0.0, commander@npm:^14.0.3": version: 14.0.3 resolution: "commander@npm:14.0.3" checksum: 10/dfa9ebe2a433d277de5cb0252d23b10a543d245d892db858d23b516336a835c50fd4f52bee4cd13c705cc8acb6f03dc632c73dd806f7d06d3353eb09953dd17a languageName: node linkType: hard +"commander@npm:^15.0.0": + version: 15.0.0 + resolution: "commander@npm:15.0.0" + checksum: 10/a5dab1f5c3f1bf2ea19e8089f650f7fb65c3ed88e13ddde62e490d34b20057bcb2cd3de5b6ddc8aae93286083f8256ca0b812df842f574cbebe0e40f5b2f98f7 + languageName: node + linkType: hard + "commander@npm:^6.2.1": version: 6.2.1 resolution: "commander@npm:6.2.1" @@ -7790,9 +8020,9 @@ __metadata: languageName: node linkType: hard -"create-wdio@npm:9.29.1": - version: 9.29.1 - resolution: "create-wdio@npm:9.29.1" +"create-wdio@npm:9.31.6": + version: 9.31.6 + resolution: "create-wdio@npm:9.31.6" dependencies: chalk: "npm:^5.3.0" commander: "npm:^14.0.0" @@ -7809,7 +8039,7 @@ __metadata: yargs: "npm:^17.7.2" bin: create-wdio: bin/wdio.js - checksum: 10/2ecd618194db4bdccfcd90245f6da27cc14ef3794af11f9ae50d8d24075ee015a3ce2a81084518279ebbc1907441e7de013aebfc0604a1cca737c6da7bdd6071 + checksum: 10/f5fee4d643f76341e27914588727b0242468c8a9fc52ea7829d754d88e97cf94b9423e88162eb88190c66cfdfc725bc4f15b0c80eb7864cc4297627c20407409 languageName: node linkType: hard @@ -7918,7 +8148,7 @@ __metadata: "@siteimprove/alfa-vitest": "npm:^0.84.1" "@siteimprove/alfa-web": "npm:^0.118.0" common: "workspace:^" - playwright: "npm:^1.61.1" + playwright: "npm:^1.63.0" vitest: "npm:^4.1.11" languageName: unknown linkType: soft @@ -7941,7 +8171,7 @@ __metadata: chai: "npm:^6.0.0" common: "workspace:^" mocha: "npm:^11.7.6" - playwright: "npm:^1.61.1" + playwright: "npm:^1.63.0" languageName: unknown linkType: soft @@ -7975,7 +8205,7 @@ __metadata: chai: "npm:^6.0.0" common: "workspace:^" mocha: "npm:^11.7.6" - playwright: "npm:^1.61.1" + playwright: "npm:^1.63.0" languageName: unknown linkType: soft @@ -7991,7 +8221,7 @@ __metadata: chai: "npm:^6.0.0" common: "workspace:^" mocha: "npm:^11.7.6" - playwright: "npm:^1.61.1" + playwright: "npm:^1.63.0" languageName: unknown linkType: soft @@ -8019,7 +8249,7 @@ __metadata: "@types/mocha": "npm:^10.0.0" chai: "npm:^6.0.0" mocha: "npm:^11.7.6" - playwright: "npm:^1.61.1" + playwright: "npm:^1.63.0" languageName: unknown linkType: soft @@ -8202,10 +8432,10 @@ __metadata: languageName: node linkType: hard -"deepmerge-ts@npm:^7.0.3": - version: 7.1.5 - resolution: "deepmerge-ts@npm:7.1.5" - checksum: 10/f86d1a0b3b803cbae749ebaabf2c6db388abec57d77a4003829ecf987504f3c93b01d1ff86ef89a5d56e2b06d7402ea2a7502f0d044f19e036ada1f543e78d3d +"deepmerge-ts@npm:^8.0.0": + version: 8.0.2 + resolution: "deepmerge-ts@npm:8.0.2" + checksum: 10/43c1ae06c0b203e1bb8776e5607ea17803e2c1e8808efd806559f7d103370f6c7ca90fcd637c07aafb96bf8f16b8c9fdf693f28c6170352b17de1c9b5e6b3731 languageName: node linkType: hard @@ -8278,13 +8508,6 @@ __metadata: languageName: node linkType: hard -"diff@npm:^5.2.0": - version: 5.2.2 - resolution: "diff@npm:5.2.2" - checksum: 10/8a885b38113d96138d87f6cb474ee959b7e9ab33c0c4cb1b07dcf019ec544945a2309d53d721532af020de4b3a58fb89f1026f64f42f9421aa9c3ae48a36998b - languageName: node - linkType: hard - "diff@npm:^7.0.0": version: 7.0.0 resolution: "diff@npm:7.0.0" @@ -8414,17 +8637,17 @@ __metadata: languageName: node linkType: hard -"editorconfig@npm:^1.0.4": - version: 1.0.7 - resolution: "editorconfig@npm:1.0.7" +"editorconfig@npm:^3.0.2": + version: 3.0.2 + resolution: "editorconfig@npm:3.0.2" dependencies: - "@one-ini/wasm": "npm:0.1.1" - commander: "npm:^10.0.0" - minimatch: "npm:^9.0.1" - semver: "npm:^7.5.3" + "@one-ini/wasm": "npm:0.2.1" + commander: "npm:^14.0.3" + minimatch: "npm:~10.2.4" + semver: "npm:^7.7.4" bin: editorconfig: bin/editorconfig - checksum: 10/2f3d3915f16d73e93ac7ede20484ab76c9c0cf4e72efa0131965a83909f28d7d4cddf3f0e05103e29d60ec238bdd37fc3c585c9e0d2e5e5b4b906a0df48d5d96 + checksum: 10/1c1a88cbf61f906e6e803bdf275a45fc515ab2821b90643e6124c82ab18fe36b430b74d1447d72da5ce0c37f646a0e2e46a6bbe32490bb49446088e93a45a6a9 languageName: node linkType: hard @@ -8481,6 +8704,13 @@ __metadata: languageName: node linkType: hard +"empathic@npm:^2.0.1": + version: 2.0.1 + resolution: "empathic@npm:2.0.1" + checksum: 10/c5a37b78926e722c38779e5026342350098771fa1cacb52cb808e5329896ab39abb88cd2f1374671d6e5c98aa24cba2534f00da2938d04f11de1a2d012ee75c3 + languageName: node + linkType: hard + "encodeurl@npm:^2.0.0": version: 2.0.0 resolution: "encodeurl@npm:2.0.0" @@ -8529,7 +8759,7 @@ __metadata: chai: "npm:^6.0.0" common: "workspace:^" mocha: "npm:^11.7.6" - playwright: "npm:^1.61.1" + playwright: "npm:^1.63.0" languageName: unknown linkType: soft @@ -8556,11 +8786,11 @@ __metadata: "@siteimprove/alfa-chai": "npm:^0.84.1" "@siteimprove/alfa-rules": "npm:^0.118.0" "@siteimprove/alfa-webdriver": "npm:^0.84.1" - "@wdio/cli": "npm:^9.29.1" + "@wdio/cli": "npm:^9.31.7" "@wdio/globals": "npm:^9.27.0" - "@wdio/local-runner": "npm:^9.29.1" - "@wdio/mocha-framework": "npm:^9.29.1" - "@wdio/spec-reporter": "npm:^9.29.1" + "@wdio/local-runner": "npm:^9.31.7" + "@wdio/mocha-framework": "npm:^9.31.7" + "@wdio/spec-reporter": "npm:^9.31.2" chai: "npm:^6.2.2" common: "workspace:^" languageName: unknown @@ -8642,10 +8872,10 @@ __metadata: languageName: node linkType: hard -"es-module-lexer@npm:^2.0.0": - version: 2.0.0 - resolution: "es-module-lexer@npm:2.0.0" - checksum: 10/b075855289b5f40ee496f3d7525c5c501d029c3da15c22298a0030d625bf36d1da0768b26278f7f4bada2a602459b505888e20b77c414fba5da5619b0e84dbd1 +"es-module-lexer@npm:^2.0.0, es-module-lexer@npm:^2.1.0": + version: 2.3.2 + resolution: "es-module-lexer@npm:2.3.2" + checksum: 10/065246d6e2b2dfea3287650b5800a30326771e0d9d238570e81371d7ae8d53db239bccb2166e272926bba44917da7c66dd7407a5214d17b0af5269005b1fec52 languageName: node linkType: hard @@ -8670,36 +8900,36 @@ __metadata: languageName: node linkType: hard -"esbuild@npm:0.28.1, esbuild@npm:^0.28.0": - version: 0.28.1 - resolution: "esbuild@npm:0.28.1" - dependencies: - "@esbuild/aix-ppc64": "npm:0.28.1" - "@esbuild/android-arm": "npm:0.28.1" - "@esbuild/android-arm64": "npm:0.28.1" - "@esbuild/android-x64": "npm:0.28.1" - "@esbuild/darwin-arm64": "npm:0.28.1" - "@esbuild/darwin-x64": "npm:0.28.1" - "@esbuild/freebsd-arm64": "npm:0.28.1" - "@esbuild/freebsd-x64": "npm:0.28.1" - "@esbuild/linux-arm": "npm:0.28.1" - "@esbuild/linux-arm64": "npm:0.28.1" - "@esbuild/linux-ia32": "npm:0.28.1" - "@esbuild/linux-loong64": "npm:0.28.1" - "@esbuild/linux-mips64el": "npm:0.28.1" - "@esbuild/linux-ppc64": "npm:0.28.1" - "@esbuild/linux-riscv64": "npm:0.28.1" - "@esbuild/linux-s390x": "npm:0.28.1" - "@esbuild/linux-x64": "npm:0.28.1" - "@esbuild/netbsd-arm64": "npm:0.28.1" - "@esbuild/netbsd-x64": "npm:0.28.1" - "@esbuild/openbsd-arm64": "npm:0.28.1" - "@esbuild/openbsd-x64": "npm:0.28.1" - "@esbuild/openharmony-arm64": "npm:0.28.1" - "@esbuild/sunos-x64": "npm:0.28.1" - "@esbuild/win32-arm64": "npm:0.28.1" - "@esbuild/win32-ia32": "npm:0.28.1" - "@esbuild/win32-x64": "npm:0.28.1" +"esbuild@npm:0.28.2, esbuild@npm:^0.28.0": + version: 0.28.2 + resolution: "esbuild@npm:0.28.2" + dependencies: + "@esbuild/aix-ppc64": "npm:0.28.2" + "@esbuild/android-arm": "npm:0.28.2" + "@esbuild/android-arm64": "npm:0.28.2" + "@esbuild/android-x64": "npm:0.28.2" + "@esbuild/darwin-arm64": "npm:0.28.2" + "@esbuild/darwin-x64": "npm:0.28.2" + "@esbuild/freebsd-arm64": "npm:0.28.2" + "@esbuild/freebsd-x64": "npm:0.28.2" + "@esbuild/linux-arm": "npm:0.28.2" + "@esbuild/linux-arm64": "npm:0.28.2" + "@esbuild/linux-ia32": "npm:0.28.2" + "@esbuild/linux-loong64": "npm:0.28.2" + "@esbuild/linux-mips64el": "npm:0.28.2" + "@esbuild/linux-ppc64": "npm:0.28.2" + "@esbuild/linux-riscv64": "npm:0.28.2" + "@esbuild/linux-s390x": "npm:0.28.2" + "@esbuild/linux-x64": "npm:0.28.2" + "@esbuild/netbsd-arm64": "npm:0.28.2" + "@esbuild/netbsd-x64": "npm:0.28.2" + "@esbuild/openbsd-arm64": "npm:0.28.2" + "@esbuild/openbsd-x64": "npm:0.28.2" + "@esbuild/openharmony-arm64": "npm:0.28.2" + "@esbuild/sunos-x64": "npm:0.28.2" + "@esbuild/win32-arm64": "npm:0.28.2" + "@esbuild/win32-ia32": "npm:0.28.2" + "@esbuild/win32-x64": "npm:0.28.2" dependenciesMeta: "@esbuild/aix-ppc64": optional: true @@ -8755,11 +8985,11 @@ __metadata: optional: true bin: esbuild: bin/esbuild - checksum: 10/aaa4a922644afffac45e735c99caf343f881e2d36abcc6b6fb53c230bd69940504a5bb6b0041bdd1a690e748ebc681d3308a7d178987c523d74c63c2c280bac8 + checksum: 10/c21a050b308c6f4b99e1a6ed458661d49b83b424b05c5e0851072f7b01fc2999910754454f6833599175d6c94102d99e400849dd67cfcbeef4f0aec7dfa504a6 languageName: node linkType: hard -"esbuild@npm:^0.27.0, esbuild@npm:~0.27.0": +"esbuild@npm:~0.27.0": version: 0.27.7 resolution: "esbuild@npm:0.27.7" dependencies: @@ -8920,16 +9150,16 @@ __metadata: languageName: node linkType: hard -"eslint@npm:^10.7.0": - version: 10.7.0 - resolution: "eslint@npm:10.7.0" +"eslint@npm:^10.10.0": + version: 10.10.0 + resolution: "eslint@npm:10.10.0" dependencies: "@eslint-community/eslint-utils": "npm:^4.8.0" "@eslint-community/regexpp": "npm:^4.12.2" "@eslint/config-array": "npm:^0.23.5" - "@eslint/config-helpers": "npm:^0.6.0" + "@eslint/config-helpers": "npm:^0.7.0" "@eslint/core": "npm:^1.2.1" - "@eslint/plugin-kit": "npm:^0.7.2" + "@eslint/plugin-kit": "npm:^0.7.3" "@humanfs/node": "npm:^0.16.6" "@humanwhocodes/module-importer": "npm:^1.0.1" "@humanwhocodes/retry": "npm:^0.4.2" @@ -8944,14 +9174,14 @@ __metadata: esquery: "npm:^1.7.0" esutils: "npm:^2.0.2" fast-deep-equal: "npm:^3.1.3" - file-entry-cache: "npm:^8.0.0" + file-entry-cache: "npm:11.1.5 || >11.1.6 <12" find-up: "npm:^5.0.0" glob-parent: "npm:^6.0.2" ignore: "npm:^5.2.0" imurmurhash: "npm:^0.1.4" is-glob: "npm:^4.0.0" json-stable-stringify-without-jsonify: "npm:^1.0.1" - minimatch: "npm:^10.2.4" + minimatch: "npm:^10.2.5" natural-compare: "npm:^1.4.0" optionator: "npm:^0.9.3" peerDependencies: @@ -8961,7 +9191,7 @@ __metadata: optional: true bin: eslint: bin/eslint.js - checksum: 10/51cb70fbdd0de6586f0cb12625388faab18eb679cbdb523ecb631cae9f47fd9171d9ff02f570dc4d2e5700017908a81477511025ccb2a6603c5928fbfddcaebf + checksum: 10/02fe7e79bf9f81d939ef3ad0c3151c0588f3441eef00bdc468797f2a9f8b047bea97c57a793fc97cf1e4886400b50f049b8e66ec1371820e9df33b54a8bc90d8 languageName: node linkType: hard @@ -9055,7 +9285,7 @@ __metadata: languageName: node linkType: hard -"eventemitter3@npm:^5.0.1, eventemitter3@npm:^5.0.4": +"eventemitter3@npm:^5.0.1": version: 5.0.4 resolution: "eventemitter3@npm:5.0.4" checksum: 10/54f5c8c543650d65f92d03dbef1bb73a682a920490c44699ad8f863a6b19bbca42fb7409aa09ca09cb98a44149d9a7bc1dffd55ca88a740bd928c7be0ad666a0 @@ -9185,18 +9415,18 @@ __metadata: languageName: node linkType: hard -"expect-webdriverio@npm:^5.6.5": - version: 5.6.5 - resolution: "expect-webdriverio@npm:5.6.5" +"expect-webdriverio@npm:^6.0.9": + version: 6.0.10 + resolution: "expect-webdriverio@npm:6.0.10" dependencies: - "@vitest/snapshot": "npm:^4.0.16" + "@vitest/snapshot": "npm:^4.1.10" deep-eql: "npm:^5.0.2" - expect: "npm:^30.2.0" - jest-matcher-utils: "npm:^30.2.0" + expect: "npm:^30.4.1" + jest-matcher-utils: "npm:^30.4.1" peerDependencies: "@wdio/globals": ^9.0.0 "@wdio/logger": ^9.0.0 - webdriverio: ^9.0.0 + webdriverio: ^9.28.0 peerDependenciesMeta: "@wdio/globals": optional: false @@ -9204,21 +9434,21 @@ __metadata: optional: false webdriverio: optional: false - checksum: 10/21a250f5f4b5ff9350595e2ad9611af8d8583418d33f19cb91afbf1782a87cd09b4365f443891f82e8ca76ce8219d9d166c81528ca7e1572b16f70b7ede6d80f + checksum: 10/46534eacd608c97d95eecf60438073f0981ce394aa7fc9d7dea618fda51cbc6037eaa8a41536749a7c6b5bef7c0a0ee042a5f2f0ab75fbc028181493e20b5596 languageName: node linkType: hard -"expect@npm:30.4.1, expect@npm:^30.0.0, expect@npm:^30.2.0": - version: 30.4.1 - resolution: "expect@npm:30.4.1" +"expect@npm:30.5.1, expect@npm:^30.0.0, expect@npm:^30.4.1": + version: 30.5.1 + resolution: "expect@npm:30.5.1" dependencies: - "@jest/expect-utils": "npm:30.4.1" - "@jest/get-type": "npm:30.1.0" - jest-matcher-utils: "npm:30.4.1" - jest-message-util: "npm:30.4.1" - jest-mock: "npm:30.4.1" - jest-util: "npm:30.4.1" - checksum: 10/f25051e5073c55369199ec3108ac01c60074bd09dad0b5a6c9fe40596438051cb52607e0e97505126422535b8d0dacab13aa29bb14e9fac71630bc710201a3f1 + "@jest/expect-utils": "npm:30.5.1" + "@jest/get-type": "npm:30.5.0" + jest-matcher-utils: "npm:30.5.1" + jest-message-util: "npm:30.5.1" + jest-mock: "npm:30.5.1" + jest-util: "npm:30.5.1" + checksum: 10/96188067d97c5130d534b8e360d449bce4a85b37c89132cf897fc6de7be2b3f378328e46d7ba925f33b43079bc902f1bbe7492b93af656fd8831f5ddd3ce48f0 languageName: node linkType: hard @@ -9463,12 +9693,12 @@ __metadata: languageName: node linkType: hard -"file-entry-cache@npm:^8.0.0": - version: 8.0.0 - resolution: "file-entry-cache@npm:8.0.0" +"file-entry-cache@npm:11.1.5 || >11.1.6 <12": + version: 11.1.5 + resolution: "file-entry-cache@npm:11.1.5" dependencies: - flat-cache: "npm:^4.0.0" - checksum: 10/afe55c4de4e0d226a23c1eae62a7219aafb390859122608a89fa4df6addf55c7fd3f1a2da6f5b41e7cdff496e4cf28bbd215d53eab5c817afa96d2b40c81bfb0 + flat-cache: "npm:^6.1.23" + checksum: 10/a4a6c45c9561fbceb6511b3483e299e636e5c67e225ea4445c8cbdbe6c571da8505b29b29fc4c62fe9cf28ffe33314f401fad3da09e4b62321c92f0d3a113135 languageName: node linkType: hard @@ -9481,15 +9711,6 @@ __metadata: languageName: node linkType: hard -"fill-range@npm:^7.1.1": - version: 7.1.1 - resolution: "fill-range@npm:7.1.1" - dependencies: - to-regex-range: "npm:^5.0.1" - checksum: 10/a7095cb39e5bc32fada2aa7c7249d3f6b01bd1ce461a61b0adabacccabd9198500c6fb1f68a7c851a657e273fce2233ba869638897f3d7ed2e87a2d89b4436ea - languageName: node - linkType: hard - "finalhandler@npm:^2.1.0": version: 2.1.1 resolution: "finalhandler@npm:2.1.1" @@ -9551,13 +9772,14 @@ __metadata: languageName: node linkType: hard -"flat-cache@npm:^4.0.0": - version: 4.0.1 - resolution: "flat-cache@npm:4.0.1" +"flat-cache@npm:^6.1.23": + version: 6.1.23 + resolution: "flat-cache@npm:6.1.23" dependencies: - flatted: "npm:^3.2.9" - keyv: "npm:^4.5.4" - checksum: 10/58ce851d9045fffc7871ce2bd718bc485ad7e777bf748c054904b87c351ff1080c2c11da00788d78738bfb51b71e4d5ea12d13b98eb36e3358851ffe495b62dc + cacheable: "npm:^2.5.0" + flatted: "npm:^3.4.2" + hookified: "npm:^1.15.0" + checksum: 10/63ad3682f399e3e7b7255493b07469f80c418034a10e12e1c7043b41d666ff69b20be924984a0b91cd767a4f71540e4fb4421651d15adc736fca1c04b8505758 languageName: node linkType: hard @@ -9570,10 +9792,10 @@ __metadata: languageName: node linkType: hard -"flatted@npm:^3.2.9": - version: 3.4.2 - resolution: "flatted@npm:3.4.2" - checksum: 10/a9e78fe5c2c1fcd98209a015ccee3a6caa953e01729778e83c1fe92e68601a63e1e69cd4e573010ca99eaf585a581b80ccf1018b99283e6cbc2117bcba1e030f +"flatted@npm:^3.4.2": + version: 3.4.4 + resolution: "flatted@npm:3.4.4" + checksum: 10/5a6682ab87ed15e125419c61352c4bef26f310adceece03eae5f22c119d64ed47bfc0ee1948a77d0122559eaa86395ea06ef45b59bfe3db4fb13fb4cdff876de languageName: node linkType: hard @@ -9617,14 +9839,15 @@ __metadata: languageName: node linkType: hard -"formatly@npm:^0.3.0": - version: 0.3.0 - resolution: "formatly@npm:0.3.0" +"formatly@npm:^0.7.0": + version: 0.7.0 + resolution: "formatly@npm:0.7.0" dependencies: fd-package-json: "npm:^2.0.0" + package-manager-detector: "npm:^1.8.0" bin: formatly: bin/index.mjs - checksum: 10/0e5a9cbb826d93171b00c283e20e6a564a16e7bc3839e695790347a1f23e3536a88d613f5cabd07403d60b7bdffe179987c88b1fc2900a9be49eea01ffbe4244 + checksum: 10/ceb4183c1ea114cbb6535106bcc4532f66eb2428bc3a035f09c88eda020aee555c64a40b4312bac6a2b647e500b9032f35a8dece54162f0e5b272f2f20700af1 languageName: node linkType: hard @@ -9674,52 +9897,17 @@ __metadata: languageName: node linkType: hard -"fs-minipass@npm:^3.0.0": - version: 3.0.3 - resolution: "fs-minipass@npm:3.0.3" - dependencies: - minipass: "npm:^7.0.3" - checksum: 10/af143246cf6884fe26fa281621d45cfe111d34b30535a475bfa38dafe343dadb466c047a924ffc7d6b7b18265df4110224ce3803806dbb07173bf2087b648d7f - languageName: node - linkType: hard - -"fs.realpath@npm:^1.0.0": - version: 1.0.0 - resolution: "fs.realpath@npm:1.0.0" - checksum: 10/e703107c28e362d8d7b910bbcbfd371e640a3bb45ae157a362b5952c0030c0b6d4981140ec319b347bce7adc025dd7813da1ff908a945ac214d64f5402a51b96 - languageName: node - linkType: hard - -"fsevents@npm:2.3.2": - version: 2.3.2 - resolution: "fsevents@npm:2.3.2" - dependencies: - node-gyp: "npm:latest" - checksum: 10/6b5b6f5692372446ff81cf9501c76e3e0459a4852b3b5f1fc72c103198c125a6b8c72f5f166bdd76ffb2fca261e7f6ee5565daf80dca6e571e55bcc589cc1256 - conditions: os=darwin - languageName: node - linkType: hard - -"fsevents@npm:^2.3.3, fsevents@npm:~2.3.2, fsevents@npm:~2.3.3": +"fsevents@npm:~2.3.2, fsevents@npm:~2.3.3": version: 2.3.3 resolution: "fsevents@npm:2.3.3" dependencies: node-gyp: "npm:latest" - checksum: 10/4c1ade961ded57cdbfbb5cac5106ec17bc8bccd62e16343c569a0ceeca83b9dfef87550b4dc5cbb89642da412b20c5071f304c8c464b80415446e8e155a038c0 - conditions: os=darwin - languageName: node - linkType: hard - -"fsevents@patch:fsevents@npm%3A2.3.2#optional!builtin": - version: 2.3.2 - resolution: "fsevents@patch:fsevents@npm%3A2.3.2#optional!builtin::version=2.3.2&hash=df0bf1" - dependencies: - node-gyp: "npm:latest" + checksum: 10/4c1ade961ded57cdbfbb5cac5106ec17bc8bccd62e16343c569a0ceeca83b9dfef87550b4dc5cbb89642da412b20c5071f304c8c464b80415446e8e155a038c0 conditions: os=darwin languageName: node linkType: hard -"fsevents@patch:fsevents@npm%3A^2.3.3#optional!builtin, fsevents@patch:fsevents@npm%3A~2.3.2#optional!builtin, fsevents@patch:fsevents@npm%3A~2.3.3#optional!builtin": +"fsevents@patch:fsevents@npm%3A~2.3.2#optional!builtin, fsevents@patch:fsevents@npm%3A~2.3.3#optional!builtin": version: 2.3.3 resolution: "fsevents@patch:fsevents@npm%3A2.3.3#optional!builtin::version=2.3.3&hash=df0bf1" dependencies: @@ -9735,19 +9923,19 @@ __metadata: languageName: node linkType: hard -"geckodriver@npm:^6.1.0": - version: 6.1.0 - resolution: "geckodriver@npm:6.1.0" +"geckodriver@npm:^6.1.1": + version: 6.1.1 + resolution: "geckodriver@npm:6.1.1" dependencies: "@wdio/logger": "npm:^9.18.0" "@zip.js/zip.js": "npm:^2.8.11" decamelize: "npm:^6.0.1" http-proxy-agent: "npm:^7.0.2" https-proxy-agent: "npm:^7.0.6" - modern-tar: "npm:^0.7.2" + modern-tar: "npm:^0.7.3" bin: geckodriver: bin/geckodriver.js - checksum: 10/0f6647f139b040bce8c3d5b7e03779c6725aa17ff5ba7c04ec30bd1dece0c5ea21069d566374ef90dded1eeef3ca3f0879b225b9a1e4758d917926f161289a60 + checksum: 10/02b2998995091d537e368cf25a811fa77885ccfff0e28d63e01b54d09509d2174cdbaacd53d27f6434bc52da83fc49b1040fd1c7de7ca2929dc6f5bf4be1a9c0 languageName: node linkType: hard @@ -9850,12 +10038,12 @@ __metadata: languageName: node linkType: hard -"get-tsconfig@npm:4.14.0, get-tsconfig@npm:^4.7.5": - version: 4.14.0 - resolution: "get-tsconfig@npm:4.14.0" +"get-tsconfig@npm:4.14.3, get-tsconfig@npm:^4.7.5": + version: 4.14.3 + resolution: "get-tsconfig@npm:4.14.3" dependencies: resolve-pkg-maps: "npm:^1.0.0" - checksum: 10/f5626971905ca386c9ddeb302504e8a2301b9c05641803267223ebd50b7c81aaf9324d29cf9f4e4ff3f245632c3392aa83719dc6cb3e98b4e4a1702a27c5cc5d + checksum: 10/ac18243ffd5c2e7c0cbecc11d053599c73a4c534a626988fe545b686695bf2fa789ba47bc2af87e30d85c657dbcadc26b4e3e328096894fde6a9229615c67253 languageName: node linkType: hard @@ -9889,23 +10077,7 @@ __metadata: languageName: node linkType: hard -"glob-parent@npm:~5.1.2": - version: 5.1.2 - resolution: "glob-parent@npm:5.1.2" - dependencies: - is-glob: "npm:^4.0.1" - checksum: 10/32cd106ce8c0d83731966d31517adb766d02c3812de49c30cfe0675c7c0ae6630c11214c54a5ae67aca882cf738d27fd7768f21aa19118b9245950554be07247 - languageName: node - linkType: hard - -"glob-to-regexp@npm:^0.4.1": - version: 0.4.1 - resolution: "glob-to-regexp@npm:0.4.1" - checksum: 10/9009529195a955c40d7b9690794aeff5ba665cc38f1519e111c58bb54366fd0c106bde80acf97ba4e533208eb53422c83b136611a54c5fefb1edd8dc267cb62e - languageName: node - linkType: hard - -"glob@npm:^10.0.0, glob@npm:^10.2.2, glob@npm:^10.4.2, glob@npm:^10.4.5, glob@npm:^10.5.0": +"glob@npm:^10.0.0, glob@npm:^10.2.2, glob@npm:^10.4.1, glob@npm:^10.4.5": version: 10.5.0 resolution: "glob@npm:10.5.0" dependencies: @@ -9921,7 +10093,7 @@ __metadata: languageName: node linkType: hard -"glob@npm:^13.0.0": +"glob@npm:^13.0.6": version: 13.0.6 resolution: "glob@npm:13.0.6" dependencies: @@ -9932,33 +10104,6 @@ __metadata: languageName: node linkType: hard -"glob@npm:^7.1.4": - version: 7.1.6 - resolution: "glob@npm:7.1.6" - dependencies: - fs.realpath: "npm:^1.0.0" - inflight: "npm:^1.0.4" - inherits: "npm:2" - minimatch: "npm:^3.0.4" - once: "npm:^1.3.0" - path-is-absolute: "npm:^1.0.0" - checksum: 10/7d6ec98bc746980d5fe4d764b9c7ada727e3fbd2a7d85cd96dd95fb18638c9c54a70c692fd2ab5d68a186dc8cd9d6a4192d3df220beed891f687db179c430237 - languageName: node - linkType: hard - -"glob@npm:^8.1.0": - version: 8.1.0 - resolution: "glob@npm:8.1.0" - dependencies: - fs.realpath: "npm:^1.0.0" - inflight: "npm:^1.0.4" - inherits: "npm:2" - minimatch: "npm:^5.0.1" - once: "npm:^1.3.0" - checksum: 10/9aab1c75eb087c35dbc41d1f742e51d0507aa2b14c910d96fb8287107a10a22f4bbdce26fc0a3da4c69a20f7b26d62f1640b346a4f6e6becfff47f335bb1dc5e - languageName: node - linkType: hard - "global-dirs@npm:^3.0.0": version: 3.0.0 resolution: "global-dirs@npm:3.0.0" @@ -10022,6 +10167,15 @@ __metadata: languageName: node linkType: hard +"hashery@npm:^1.4.0, hashery@npm:^1.5.1": + version: 1.5.1 + resolution: "hashery@npm:1.5.1" + dependencies: + hookified: "npm:^1.15.0" + checksum: 10/34eebad3e4d4041ae5c2457f129169b7be8d067fce4717ec6b903017e82b420263808a4d89f15cc77fa21822ae36d16841dc06d945392b6833b49082d3653e82 + languageName: node + linkType: hard + "hasown@npm:^2.0.2, hasown@npm:^2.0.4": version: 2.0.4 resolution: "hasown@npm:2.0.4" @@ -10047,6 +10201,29 @@ __metadata: languageName: node linkType: hard +"hookified@npm:^1.15.0, hookified@npm:^1.15.1": + version: 1.15.1 + resolution: "hookified@npm:1.15.1" + checksum: 10/ecaee63506d9a213e8b78dfdb92346227f951d3bcd8ef60d14105c5590f61d466f130a908274e1ec87ee3b3668bd87d9250cad64547cf15cfa69932bcdbbea8f + languageName: node + linkType: hard + +"hookified@npm:^2.1.1": + version: 2.2.0 + resolution: "hookified@npm:2.2.0" + checksum: 10/36be80a9645161c9747c90a0a26f75f074470984cf221fb73cf0e2f367667e0d4680797f7b4f27b83d1f4cd4a3b5913f685c91132b5d6eeb05522674081657a8 + languageName: node + linkType: hard + +"hosted-git-info@npm:^10.1.0": + version: 10.1.1 + resolution: "hosted-git-info@npm:10.1.1" + dependencies: + lru-cache: "npm:^11.1.0" + checksum: 10/4f831bb3d23c5accb467e817856f2201647d35d1b6c9f97c2983be7498673ee24732d0ee03fa8b3b6b2514bfddf6931eae028c2593285c9b80e7c3a385bc6d79 + languageName: node + linkType: hard + "hosted-git-info@npm:^7.0.0": version: 7.0.2 resolution: "hosted-git-info@npm:7.0.2" @@ -10065,15 +10242,6 @@ __metadata: languageName: node linkType: hard -"hosted-git-info@npm:^9.0.0": - version: 9.0.2 - resolution: "hosted-git-info@npm:9.0.2" - dependencies: - lru-cache: "npm:^11.1.0" - checksum: 10/0619c284ca7fc35322735e03fece90ed3ded67a2cf68e855e688d1bffd47078515d98ab8dff4bd08fb78d68d1a72ab8892180e15c7f23f24c922a6dfa601dbad - languageName: node - linkType: hard - "html-encoding-sniffer@npm:^4.0.0": version: 4.0.0 resolution: "html-encoding-sniffer@npm:4.0.0" @@ -10130,13 +10298,6 @@ __metadata: languageName: node linkType: hard -"http-cache-semantics@npm:^4.1.1": - version: 4.2.0 - resolution: "http-cache-semantics@npm:4.2.0" - checksum: 10/4efd2dfcfeea9d5e88c84af450b9980be8a43c2c8179508b1c57c7b4421c855f3e8efe92fa53e0b3f4a43c85824ada930eabbc306d1b3beab750b6dcc5187693 - languageName: node - linkType: hard - "http-errors@npm:^2.0.0, http-errors@npm:^2.0.1, http-errors@npm:~2.0.1": version: 2.0.1 resolution: "http-errors@npm:2.0.1" @@ -10171,13 +10332,14 @@ __metadata: languageName: node linkType: hard -"https-proxy-agent@npm:9.0.0": - version: 9.0.0 - resolution: "https-proxy-agent@npm:9.0.0" +"https-proxy-agent@npm:9.1.0": + version: 9.1.0 + resolution: "https-proxy-agent@npm:9.1.0" dependencies: agent-base: "npm:9.0.0" debug: "npm:^4.3.4" - checksum: 10/27457d671278c8c1074cc901fe305b70d1e340127433219124c4aefc44153a179a8921e4b16d67beb2868a3a39b6b7ec84d91d8f24f2ec1d39cf4ac385351a92 + proxy-agent-negotiate: "npm:1.1.0" + checksum: 10/45021d326c032bf8cd480acee488d5f701842cbef4756a33b81244a872304c918498ef6cf667d8348c11e9b065dd520ec1fd9138196147f608c5837500e7395b languageName: node linkType: hard @@ -10191,7 +10353,7 @@ __metadata: languageName: node linkType: hard -"https-proxy-agent@npm:^7.0.1, https-proxy-agent@npm:^7.0.5, https-proxy-agent@npm:^7.0.6": +"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" dependencies: @@ -10247,15 +10409,6 @@ __metadata: languageName: node linkType: hard -"ignore-walk@npm:^8.0.0": - version: 8.0.0 - resolution: "ignore-walk@npm:8.0.0" - dependencies: - minimatch: "npm:^10.0.3" - checksum: 10/694a66d481ca7073a85569d9751c0fcc4e4e0e08f69ba7e5bceed5ac3eef9bfa9184585327053be612022ea961033bfad1003d66058efdfb55bfab07dff23bba - languageName: node - linkType: hard - "ignore@npm:^5.2.0": version: 5.3.2 resolution: "ignore@npm:5.3.2" @@ -10298,7 +10451,7 @@ __metadata: languageName: node linkType: hard -"import-meta-resolve@npm:^4.0.0, import-meta-resolve@npm:^4.1.0": +"import-meta-resolve@npm:^4.0.0, import-meta-resolve@npm:^4.1.0, import-meta-resolve@npm:^4.2.0": version: 4.2.0 resolution: "import-meta-resolve@npm:4.2.0" checksum: 10/3499ee8b7eddb79be77067b368bcdf39e6f144306dea4686d08071ae7e65a2e3bdca3f98f2a0f4babdcd4ba9d9e7d379ae7e27c4b9bf8b08c1e812a28c674bf3 @@ -10312,17 +10465,7 @@ __metadata: languageName: node linkType: hard -"inflight@npm:^1.0.4": - version: 1.0.6 - resolution: "inflight@npm:1.0.6" - dependencies: - once: "npm:^1.3.0" - wrappy: "npm:1" - checksum: 10/d2ebd65441a38c8336c223d1b80b921b9fa737e37ea466fd7e253cb000c64ae1f17fa59e68130ef5bda92cfd8d36b83d37dab0eb0a4558bcfec8e8cdfd2dcb67 - languageName: node - linkType: hard - -"inherits@npm:2, inherits@npm:~2.0.3, inherits@npm:~2.0.4": +"inherits@npm:~2.0.3, inherits@npm:~2.0.4": version: 2.0.4 resolution: "inherits@npm:2.0.4" checksum: 10/cd45e923bee15186c07fa4c89db0aace24824c482fb887b528304694b2aa6ff8a898da8657046a5dcf3e46cd6db6c61629551f9215f208d7c3f157cf9b290521 @@ -10336,13 +10479,6 @@ __metadata: languageName: node linkType: hard -"ini@npm:6.0.0, ini@npm:^6.0.0": - version: 6.0.0 - resolution: "ini@npm:6.0.0" - checksum: 10/e87d8cde86d091ddb104580d42dfdc8306593627269990ca0f5176ccc60c936268bad56856398fef924cdf0af33b1a9c21e84f85914820037e003ee45443cc85 - languageName: node - linkType: hard - "ini@npm:^1.3.4": version: 1.3.8 resolution: "ini@npm:1.3.8" @@ -10400,15 +10536,6 @@ __metadata: languageName: node linkType: hard -"is-binary-path@npm:~2.1.0": - version: 2.1.0 - resolution: "is-binary-path@npm:2.1.0" - dependencies: - binary-extensions: "npm:^2.0.0" - checksum: 10/078e51b4f956c2c5fd2b26bb2672c3ccf7e1faff38e0ebdba45612265f4e3d9fc3127a1fa8370bbf09eab61339203c3d3b7af5662cbf8be4030f8fac37745b0e - languageName: node - linkType: hard - "is-extglob@npm:^2.1.1": version: 2.1.1 resolution: "is-extglob@npm:2.1.1" @@ -10439,7 +10566,7 @@ __metadata: languageName: node linkType: hard -"is-glob@npm:^4.0.0, is-glob@npm:^4.0.1, is-glob@npm:^4.0.3, is-glob@npm:~4.0.1": +"is-glob@npm:^4.0.0, is-glob@npm:^4.0.3": version: 4.0.3 resolution: "is-glob@npm:4.0.3" dependencies: @@ -10465,13 +10592,6 @@ __metadata: languageName: node linkType: hard -"is-number@npm:^7.0.0": - version: 7.0.0 - resolution: "is-number@npm:7.0.0" - checksum: 10/6a6c3383f68afa1e05b286af866017c78f1226d43ac8cb064e115ff9ed85eb33f5c4f7216c96a71e4dfea289ef52c5da3aef5bbfade8ffe47a0465d70c0c8e86 - languageName: node - linkType: hard - "is-path-inside@npm:^3.0.2, is-path-inside@npm:^3.0.3": version: 3.0.3 resolution: "is-path-inside@npm:3.0.3" @@ -10663,58 +10783,58 @@ __metadata: languageName: node linkType: hard -"jest-changed-files@npm:30.4.1": - version: 30.4.1 - resolution: "jest-changed-files@npm:30.4.1" +"jest-changed-files@npm:30.5.1": + version: 30.5.1 + resolution: "jest-changed-files@npm:30.5.1" dependencies: execa: "npm:^5.1.1" - jest-util: "npm:30.4.1" + jest-util: "npm:30.5.1" p-limit: "npm:^3.1.0" - checksum: 10/e566af0d6c53115edf34fd1d9bda3b857fcc6626bd032516a480b60ec208d515558eda1e693e76ef992633d71828a4c38a3e91a236142459855483cbd03ff4c4 + checksum: 10/e39d03d698b8f062c50b1efa06c46ad274202ed8b3a01fa84c712ee70b1698301cb047176e6b5e9c38e07a15237b9af91874c8e30fcd0107c64bd35b7d4738a5 languageName: node linkType: hard -"jest-circus@npm:30.4.2": - version: 30.4.2 - resolution: "jest-circus@npm:30.4.2" +"jest-circus@npm:30.5.1": + version: 30.5.1 + resolution: "jest-circus@npm:30.5.1" dependencies: - "@jest/environment": "npm:30.4.1" - "@jest/expect": "npm:30.4.1" - "@jest/test-result": "npm:30.4.1" - "@jest/types": "npm:30.4.1" + "@jest/environment": "npm:30.5.1" + "@jest/expect": "npm:30.5.1" + "@jest/test-result": "npm:30.5.1" + "@jest/types": "npm:30.5.1" "@types/node": "npm:*" chalk: "npm:^4.1.2" co: "npm:^4.6.0" dedent: "npm:^1.6.0" is-generator-fn: "npm:^2.1.0" - jest-each: "npm:30.4.1" - jest-matcher-utils: "npm:30.4.1" - jest-message-util: "npm:30.4.1" - jest-runtime: "npm:30.4.2" - jest-snapshot: "npm:30.4.1" - jest-util: "npm:30.4.1" + jest-each: "npm:30.5.1" + jest-matcher-utils: "npm:30.5.1" + jest-message-util: "npm:30.5.1" + jest-runtime: "npm:30.5.1" + jest-snapshot: "npm:30.5.1" + jest-util: "npm:30.5.1" p-limit: "npm:^3.1.0" - pretty-format: "npm:30.4.1" + pretty-format: "npm:30.5.1" pure-rand: "npm:^7.0.0" slash: "npm:^3.0.0" stack-utils: "npm:^2.0.6" - checksum: 10/b210db2cd3ab595c6053deee4c11e7eb5ea293b9af16fc87021288125dd42e8d13fdc77be21eca71f1636c6fe104edc26e32d6e707168763e97b0d1718c11203 + checksum: 10/509c28008e07deeaed6b33c0dcb767f29be9ad4c939d43e5827fdaff93838359f16bda17814c2b8f5323e430a6cb1cc25aa084e3f86b205564a095fdcd132be0 languageName: node linkType: hard -"jest-cli@npm:30.4.2": - version: 30.4.2 - resolution: "jest-cli@npm:30.4.2" +"jest-cli@npm:30.5.1": + version: 30.5.1 + resolution: "jest-cli@npm:30.5.1" dependencies: - "@jest/core": "npm:30.4.2" - "@jest/test-result": "npm:30.4.1" - "@jest/types": "npm:30.4.1" + "@jest/core": "npm:30.5.1" + "@jest/test-result": "npm:30.5.1" + "@jest/types": "npm:30.5.1" chalk: "npm:^4.1.2" exit-x: "npm:^0.2.2" import-local: "npm:^3.2.0" - jest-config: "npm:30.4.2" - jest-util: "npm:30.4.1" - jest-validate: "npm:30.4.1" + jest-config: "npm:30.5.1" + jest-util: "npm:30.5.1" + jest-validate: "npm:30.5.1" yargs: "npm:^17.7.2" peerDependencies: node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 @@ -10722,36 +10842,36 @@ __metadata: node-notifier: optional: true bin: - jest: ./bin/jest.js - checksum: 10/dd33f8ee6500298639d5ec4d5f641306d9876fa182042ee40e9c63c59bdf9a82dc46da5bf38fae0783f6ac874df7f7f099006b263022954cf494f8468dfe583c + jest: bin/jest.js + checksum: 10/54463bfa9afeb5f750f220dbc6518dbe647eed483843cd57c3811ae7ec7cc1fc065982277328a2a0f9858222c95e792ab8062bc7648076dd76b6b3591d761268 languageName: node linkType: hard -"jest-config@npm:30.4.2": - version: 30.4.2 - resolution: "jest-config@npm:30.4.2" +"jest-config@npm:30.5.1": + version: 30.5.1 + resolution: "jest-config@npm:30.5.1" dependencies: "@babel/core": "npm:^7.27.4" - "@jest/get-type": "npm:30.1.0" - "@jest/pattern": "npm:30.4.0" - "@jest/test-sequencer": "npm:30.4.1" - "@jest/types": "npm:30.4.1" - babel-jest: "npm:30.4.1" + "@jest/get-type": "npm:30.5.0" + "@jest/pattern": "npm:30.5.0" + "@jest/test-sequencer": "npm:30.5.1" + "@jest/types": "npm:30.5.1" + babel-jest: "npm:30.5.1" chalk: "npm:^4.1.2" ci-info: "npm:^4.2.0" deepmerge: "npm:^4.3.1" - glob: "npm:^10.5.0" + glob: "npm:^13.0.6" graceful-fs: "npm:^4.2.11" - jest-circus: "npm:30.4.2" - jest-docblock: "npm:30.4.0" - jest-environment-node: "npm:30.4.1" - jest-regex-util: "npm:30.4.0" - jest-resolve: "npm:30.4.1" - jest-runner: "npm:30.4.2" - jest-util: "npm:30.4.1" - jest-validate: "npm:30.4.1" + jest-circus: "npm:30.5.1" + jest-docblock: "npm:30.5.0" + jest-environment-node: "npm:30.5.1" + jest-regex-util: "npm:30.5.0" + jest-resolve: "npm:30.5.1" + jest-runner: "npm:30.5.1" + jest-util: "npm:30.5.1" + jest-validate: "npm:30.5.1" parse-json: "npm:^5.2.0" - pretty-format: "npm:30.4.1" + pretty-format: "npm:30.5.1" slash: "npm:^3.0.0" strip-json-comments: "npm:^3.1.1" peerDependencies: @@ -10765,355 +10885,342 @@ __metadata: optional: true ts-node: optional: true - checksum: 10/d37d923a5b3e815b73bbefe09c2f7fb092d6933f5f4ec0555fd9cacf97c58e8adb73fc4780a99e6a49e798444b1bb0097c9d5232feb1b8ffa31af589f9c02d9a + checksum: 10/eec74659bf10923a745ace08efa97dd586ae0e665800676354d16de7f30d7611a45325486c2536cf4a8bfa6f377c383245471d375dd197384823407f7f780b39 languageName: node linkType: hard -"jest-diff@npm:30.4.1": - version: 30.4.1 - resolution: "jest-diff@npm:30.4.1" +"jest-diff@npm:30.5.1": + version: 30.5.1 + resolution: "jest-diff@npm:30.5.1" dependencies: - "@jest/diff-sequences": "npm:30.4.0" - "@jest/get-type": "npm:30.1.0" + "@jest/diff-sequences": "npm:30.5.0" + "@jest/get-type": "npm:30.5.0" chalk: "npm:^4.1.2" - pretty-format: "npm:30.4.1" - checksum: 10/594212df96bf101170afdb7eebd188d6d7d27241cbdd18b61d95f1142a3c94ae3b270377d15e719fb3c5efe4458d32acba8ad13dd6230dd7d6917a9eebb32625 + pretty-format: "npm:30.5.1" + checksum: 10/0779711058c09db86d1e3aeb9b571df9ede87e951a4f3f3c7082dbf6c5332749ee1d6464b179052418164084741c799ee6f4e08807c370baab40e2681ac500f3 languageName: node linkType: hard -"jest-docblock@npm:30.4.0": - version: 30.4.0 - resolution: "jest-docblock@npm:30.4.0" +"jest-docblock@npm:30.5.0": + version: 30.5.0 + resolution: "jest-docblock@npm:30.5.0" dependencies: detect-newline: "npm:^3.1.0" - checksum: 10/0ee25351ef941e832e53d10e74f34b38941b8f5fe750584661f6c5a115771818b081b8e39830c49d152fd361af81c7800c2d3a3c3a0e2dc742f7bfdbb6b1baaa + checksum: 10/892645b5ac2eb39fa237e59ed31e9bc90e4284f2a705b0ff3aca513caf9db3f9e95c9126b213a6cce67d0a94bb56f1be3b4a06e61f1a0e3b4486aaa5e20b6354 languageName: node linkType: hard -"jest-each@npm:30.4.1": - version: 30.4.1 - resolution: "jest-each@npm:30.4.1" +"jest-each@npm:30.5.1": + version: 30.5.1 + resolution: "jest-each@npm:30.5.1" dependencies: - "@jest/get-type": "npm:30.1.0" - "@jest/types": "npm:30.4.1" + "@jest/get-type": "npm:30.5.0" + "@jest/types": "npm:30.5.1" chalk: "npm:^4.1.2" - jest-util: "npm:30.4.1" - pretty-format: "npm:30.4.1" - checksum: 10/077365c3fd0dc0d74aaa180fe4e3728533685413db58e7a30c8502d19a60a0b08259825d8aa36c569c8175a9d0cf901dd69c0a4eb63567c22c07bd0b566ddf89 + jest-util: "npm:30.5.1" + pretty-format: "npm:30.5.1" + checksum: 10/41d9278e53001ab92e7a82fc26836e315e2d41420005c662cd92aff409ab0774ecc6cb359e2efa34fa58f1d9c6353a939d9efa272f2b8240aa81414cd978afee languageName: node linkType: hard -"jest-environment-jsdom@npm:^30.4.1": - version: 30.4.1 - resolution: "jest-environment-jsdom@npm:30.4.1" +"jest-environment-jsdom@npm:^30.5.1": + version: 30.5.1 + resolution: "jest-environment-jsdom@npm:30.5.1" dependencies: - "@jest/environment": "npm:30.4.1" - "@jest/environment-jsdom-abstract": "npm:30.4.1" + "@jest/environment": "npm:30.5.1" + "@jest/environment-jsdom-abstract": "npm:30.5.1" + "@types/jsdom": "npm:^21.1.7" jsdom: "npm:^26.1.0" peerDependencies: canvas: ^3.0.0 peerDependenciesMeta: canvas: optional: true - checksum: 10/2ed0860e257d404622306823f18c15f0fe881fc1d16e1245434b54eb690fa0784cf54cd7eef74b2e9373e1699b1726a0fb69d60ae388cc78eb36968fe3fd0bf6 + checksum: 10/4ef724b7e951aca287ddde80a752985852240fb9c5ed2f0d56a54e2afd4fa2a6f99c8321456f6b3ee5e102bac6f18c874109c98ae2badcb0e65203c0bbf8bc21 languageName: node linkType: hard -"jest-environment-node@npm:30.4.1": - version: 30.4.1 - resolution: "jest-environment-node@npm:30.4.1" +"jest-environment-node@npm:30.5.1": + version: 30.5.1 + resolution: "jest-environment-node@npm:30.5.1" dependencies: - "@jest/environment": "npm:30.4.1" - "@jest/fake-timers": "npm:30.4.1" - "@jest/types": "npm:30.4.1" + "@jest/environment": "npm:30.5.1" + "@jest/fake-timers": "npm:30.5.1" + "@jest/types": "npm:30.5.1" "@types/node": "npm:*" - jest-mock: "npm:30.4.1" - jest-util: "npm:30.4.1" - jest-validate: "npm:30.4.1" - checksum: 10/b93157061c6fa4b62808741bdda5fbc0372a9d2a3db844f0ffb819ed104b3b5c6ff73375d9f57c0d8485a0ad6aed07d4cfbb98aca985c38e1a29f64096b940bc + jest-mock: "npm:30.5.1" + jest-util: "npm:30.5.1" + jest-validate: "npm:30.5.1" + checksum: 10/94bbb62d22d790cdaa46fa88742fcbeb0f2a70edd2ca03f9847b940ff303d247afc40a7e74346573f55f83a629df88a62812e9d23e19b5081093708d7434b52d languageName: node linkType: hard -"jest-haste-map@npm:30.4.1": - version: 30.4.1 - resolution: "jest-haste-map@npm:30.4.1" +"jest-haste-map@npm:30.5.1": + version: 30.5.1 + resolution: "jest-haste-map@npm:30.5.1" dependencies: - "@jest/types": "npm:30.4.1" + "@jest/types": "npm:30.5.1" + "@parcel/watcher": "npm:^2.6.0" "@types/node": "npm:*" anymatch: "npm:^3.1.3" fb-watchman: "npm:^2.0.2" - fsevents: "npm:^2.3.3" + fdir: "npm:^6.5.0" graceful-fs: "npm:^4.2.11" - jest-regex-util: "npm:30.4.0" - jest-util: "npm:30.4.1" - jest-worker: "npm:30.4.1" + jest-regex-util: "npm:30.5.0" + jest-util: "npm:30.5.1" + jest-worker: "npm:30.5.1" picomatch: "npm:^4.0.3" - walker: "npm:^1.0.8" - dependenciesMeta: - fsevents: - optional: true - checksum: 10/d26404c7258d03fa423604191bca39707438ca1e62a9a471c92fcd468fa386cbdce2c50b3834fb830b25836e3eee34e3070d22b016b42f0ab626c157f5726eeb + checksum: 10/0804f1436ca9d561716a16345722673050772d525337f24288950973c225cd5554ff5841c976f16e932edda7d53f5128f9413bac45dd5a7e94d895eed79636d3 languageName: node linkType: hard -"jest-leak-detector@npm:30.4.1": - version: 30.4.1 - resolution: "jest-leak-detector@npm:30.4.1" +"jest-leak-detector@npm:30.5.1": + version: 30.5.1 + resolution: "jest-leak-detector@npm:30.5.1" dependencies: - "@jest/get-type": "npm:30.1.0" - pretty-format: "npm:30.4.1" - checksum: 10/8c0945d1c73f6a2abde8660f7fc5693b344cd1f5fd66153c0c2d13007f8429486eb99ecf15ac68d3d4410534fd0fad1ed430c32a641cdac66e021dbd33204c9a + "@jest/get-type": "npm:30.5.0" + pretty-format: "npm:30.5.1" + checksum: 10/1e35b3e30dda79d7583b8c62b487fc4e0a7ca2d25c7e2699a2aee830d6b440af2f059fdb8dda843dec094b90cbb030b0eb571e3d55effa3b14bb4dd550d59f7a languageName: node linkType: hard -"jest-matcher-utils@npm:30.4.1, jest-matcher-utils@npm:^30.2.0": - version: 30.4.1 - resolution: "jest-matcher-utils@npm:30.4.1" +"jest-matcher-utils@npm:30.5.1, jest-matcher-utils@npm:^30.4.1": + version: 30.5.1 + resolution: "jest-matcher-utils@npm:30.5.1" dependencies: - "@jest/get-type": "npm:30.1.0" + "@jest/get-type": "npm:30.5.0" chalk: "npm:^4.1.2" - jest-diff: "npm:30.4.1" - pretty-format: "npm:30.4.1" - checksum: 10/4da6e5c7fe5903fae7394233ea4b892567fb027065670c03096d01be0b389f858055c5ade20d59e82fedec6f3287e6f1720de526cd9a9ad3495432320adb9194 + jest-diff: "npm:30.5.1" + pretty-format: "npm:30.5.1" + checksum: 10/2840450962142eb45d2d8528049368d23dc67c333f93011eb98f0311f7368bd9d297a75965d74052336e4685a266fb71e8fd9fac9513004ac0dbe5fff919741b languageName: node linkType: hard -"jest-message-util@npm:30.4.1": - version: 30.4.1 - resolution: "jest-message-util@npm:30.4.1" +"jest-message-util@npm:30.5.1": + version: 30.5.1 + resolution: "jest-message-util@npm:30.5.1" dependencies: "@babel/code-frame": "npm:^7.27.1" - "@jest/types": "npm:30.4.1" + "@jest/types": "npm:30.5.1" "@types/stack-utils": "npm:^2.0.3" chalk: "npm:^4.1.2" graceful-fs: "npm:^4.2.11" - jest-util: "npm:30.4.1" + jest-util: "npm:30.5.1" picomatch: "npm:^4.0.3" - pretty-format: "npm:30.4.1" + pretty-format: "npm:30.5.1" slash: "npm:^3.0.0" stack-utils: "npm:^2.0.6" - checksum: 10/f83894efa37aa9c61c0a559b1027ecdb0d0cd8afd3e8ea74e797c707d58daea814e72f04b6db0bb6a148c12ae203e9c6e6c5544832ca5fae286c4f80c18ddc3f + checksum: 10/bb25344137d71b2e36a24077b0391b78bce07731e70522e2e4f91deb1c0cc08d4e80371985c359e78e91201a7e76936e631aea4b6a0e5271f9fe1dd34f340e9b languageName: node linkType: hard -"jest-mock@npm:30.4.1": - version: 30.4.1 - resolution: "jest-mock@npm:30.4.1" +"jest-mock@npm:30.5.1": + version: 30.5.1 + resolution: "jest-mock@npm:30.5.1" dependencies: - "@jest/types": "npm:30.4.1" + "@jest/expect-utils": "npm:30.5.1" + "@jest/types": "npm:30.5.1" "@types/node": "npm:*" - jest-util: "npm:30.4.1" - checksum: 10/8d0c2794130217b9030b888ce380fe57d82388eec19351bd666440ba46f1e24a7e2bdf42cbe9bcfda2b881d4c0ea09db3c80131b9ab788fb5224af2a1339b422 - languageName: node - linkType: hard - -"jest-pnp-resolver@npm:^1.2.3": - version: 1.2.3 - resolution: "jest-pnp-resolver@npm:1.2.3" - peerDependencies: - jest-resolve: "*" - peerDependenciesMeta: - jest-resolve: - optional: true - checksum: 10/db1a8ab2cb97ca19c01b1cfa9a9c8c69a143fde833c14df1fab0766f411b1148ff0df878adea09007ac6a2085ec116ba9a996a6ad104b1e58c20adbf88eed9b2 + jest-util: "npm:30.5.1" + checksum: 10/41af43d7732d64505285b3f36853c5bb8d489c25e17f4823e6470d6d4083ea481e04f769fa2b5a7e7157c0fe9c229a66462fa79c84733a03cedaebe7a5f9d4da languageName: node linkType: hard -"jest-regex-util@npm:30.4.0": - version: 30.4.0 - resolution: "jest-regex-util@npm:30.4.0" - checksum: 10/8664fcc1d07c8236a3bd012c0f06ae9d14d96e758b32ee340a3a7c4c326d0b5052d8c4ae4f4c4184f08bf78723d905352f22923647df9658ace3604f03bf074f +"jest-regex-util@npm:30.5.0": + version: 30.5.0 + resolution: "jest-regex-util@npm:30.5.0" + checksum: 10/2236cb0f3bc7f61690500d779afab57fbcb2a35925f416ab32e68e5c1efae6d916efa9c3ee49c94d4d0990e1316e6581a1545209b08715c848b919364e89e66f languageName: node linkType: hard -"jest-resolve-dependencies@npm:30.4.2": - version: 30.4.2 - resolution: "jest-resolve-dependencies@npm:30.4.2" +"jest-resolve-dependencies@npm:30.5.1": + version: 30.5.1 + resolution: "jest-resolve-dependencies@npm:30.5.1" dependencies: - jest-regex-util: "npm:30.4.0" - jest-snapshot: "npm:30.4.1" - checksum: 10/ec7e27d1abf67dfe9ec1a2887b5fa883e1e6ca38eb45506a82f93e29d8df62c18cb40ec07af43fe0fa65d568051a878b6649745f6c032d8962a8dad6323763ad + jest-regex-util: "npm:30.5.0" + jest-snapshot: "npm:30.5.1" + checksum: 10/a41deeed8276d922cbd91deb0a9aad9d24eba6084feef24660183527707c602b90123001e9ef0eae1e241851b45c6a233f7418a9a71bacb606731603e6d58c3d languageName: node linkType: hard -"jest-resolve@npm:30.4.1": - version: 30.4.1 - resolution: "jest-resolve@npm:30.4.1" +"jest-resolve@npm:30.5.1": + version: 30.5.1 + resolution: "jest-resolve@npm:30.5.1" dependencies: chalk: "npm:^4.1.2" graceful-fs: "npm:^4.2.11" - jest-haste-map: "npm:30.4.1" - jest-pnp-resolver: "npm:^1.2.3" - jest-util: "npm:30.4.1" - jest-validate: "npm:30.4.1" + jest-haste-map: "npm:30.5.1" + jest-util: "npm:30.5.1" + jest-validate: "npm:30.5.1" slash: "npm:^3.0.0" - unrs-resolver: "npm:^1.7.11" - checksum: 10/197ca741df92c1006c2367142b5e44827d995f062e94a923f574e87ce04f966634851bb31f54ea377ca163a8362613947cd2311abf8a5712fe879b1ac15f662f + unrs-resolver: "npm:^1.12.1" + checksum: 10/00c219e17fee4999569cd61f3971ee367add89d46734b8b18e3cf007c580e7477f2a30dc579201f65e9428971e4583627f8955bf0a0af4b2537b491186bb1323 languageName: node linkType: hard -"jest-runner@npm:30.4.2": - version: 30.4.2 - resolution: "jest-runner@npm:30.4.2" +"jest-runner@npm:30.5.1": + version: 30.5.1 + resolution: "jest-runner@npm:30.5.1" dependencies: - "@jest/console": "npm:30.4.1" - "@jest/environment": "npm:30.4.1" - "@jest/test-result": "npm:30.4.1" - "@jest/transform": "npm:30.4.1" - "@jest/types": "npm:30.4.1" + "@jest/console": "npm:30.5.1" + "@jest/environment": "npm:30.5.1" + "@jest/source-map": "npm:30.5.0" + "@jest/test-result": "npm:30.5.1" + "@jest/transform": "npm:30.5.1" + "@jest/types": "npm:30.5.1" "@types/node": "npm:*" chalk: "npm:^4.1.2" emittery: "npm:^0.13.1" exit-x: "npm:^0.2.2" graceful-fs: "npm:^4.2.11" - jest-docblock: "npm:30.4.0" - jest-environment-node: "npm:30.4.1" - jest-haste-map: "npm:30.4.1" - jest-leak-detector: "npm:30.4.1" - jest-message-util: "npm:30.4.1" - jest-resolve: "npm:30.4.1" - jest-runtime: "npm:30.4.2" - jest-util: "npm:30.4.1" - jest-watcher: "npm:30.4.1" - jest-worker: "npm:30.4.1" + jest-docblock: "npm:30.5.0" + jest-environment-node: "npm:30.5.1" + jest-haste-map: "npm:30.5.1" + jest-leak-detector: "npm:30.5.1" + jest-message-util: "npm:30.5.1" + jest-resolve: "npm:30.5.1" + jest-runtime: "npm:30.5.1" + jest-util: "npm:30.5.1" + jest-watcher: "npm:30.5.1" + jest-worker: "npm:30.5.1" p-limit: "npm:^3.1.0" - source-map-support: "npm:0.5.13" - checksum: 10/3ed8ee70019f1f5a63faaf07a15e522ec878601dc6eccbde7eb4d0529e4d1a7314e7041160075458257e3103f41d6e9bbb2df8698806805ae2768a7e90228103 + checksum: 10/12ba5d8f3c14d1e96835bce0d12a5c391dc6ddf6d00422d4721d0c87bcb54cf237da9e9e0ee577e4845123a9624c5976bbc5f5268ec6e4fcd8cb67ff07dc4036 languageName: node linkType: hard -"jest-runtime@npm:30.4.2": - version: 30.4.2 - resolution: "jest-runtime@npm:30.4.2" +"jest-runtime@npm:30.5.1": + version: 30.5.1 + resolution: "jest-runtime@npm:30.5.1" dependencies: - "@jest/environment": "npm:30.4.1" - "@jest/fake-timers": "npm:30.4.1" - "@jest/globals": "npm:30.4.1" - "@jest/source-map": "npm:30.0.1" - "@jest/test-result": "npm:30.4.1" - "@jest/transform": "npm:30.4.1" - "@jest/types": "npm:30.4.1" + "@jest/environment": "npm:30.5.1" + "@jest/fake-timers": "npm:30.5.1" + "@jest/globals": "npm:30.5.1" + "@jest/source-map": "npm:30.5.0" + "@jest/test-result": "npm:30.5.1" + "@jest/transform": "npm:30.5.1" + "@jest/types": "npm:30.5.1" "@types/node": "npm:*" chalk: "npm:^4.1.2" - cjs-module-lexer: "npm:^2.1.0" + cjs-module-lexer: "npm:^2.2.0" collect-v8-coverage: "npm:^1.0.2" - glob: "npm:^10.5.0" + es-module-lexer: "npm:^2.1.0" + glob: "npm:^13.0.6" graceful-fs: "npm:^4.2.11" - jest-haste-map: "npm:30.4.1" - jest-message-util: "npm:30.4.1" - jest-mock: "npm:30.4.1" - jest-regex-util: "npm:30.4.0" - jest-resolve: "npm:30.4.1" - jest-snapshot: "npm:30.4.1" - jest-util: "npm:30.4.1" + jest-haste-map: "npm:30.5.1" + jest-message-util: "npm:30.5.1" + jest-mock: "npm:30.5.1" + jest-regex-util: "npm:30.5.0" + jest-resolve: "npm:30.5.1" + jest-snapshot: "npm:30.5.1" + jest-util: "npm:30.5.1" slash: "npm:^3.0.0" strip-bom: "npm:^4.0.0" - checksum: 10/bc2612a17650e7187d2c778aa66fc07926f828eeb3a445e47ffa757f65a4fb29628a43c6e792196b0a3a06d099b0405b6654a2c314fc5092013690d01483fd75 + checksum: 10/40ffae68059b87e83549b1b001e455f4f51b8a4a3daa066c7a2ee1bd4d84c152a595d964c3d92fded5901dc9f23bae28eca8b129a19f740f77af23f18d1e8ba3 languageName: node linkType: hard -"jest-snapshot@npm:30.4.1": - version: 30.4.1 - resolution: "jest-snapshot@npm:30.4.1" +"jest-snapshot@npm:30.5.1": + version: 30.5.1 + resolution: "jest-snapshot@npm:30.5.1" dependencies: "@babel/core": "npm:^7.27.4" "@babel/generator": "npm:^7.27.5" "@babel/plugin-syntax-jsx": "npm:^7.27.1" "@babel/plugin-syntax-typescript": "npm:^7.27.1" "@babel/types": "npm:^7.27.3" - "@jest/expect-utils": "npm:30.4.1" - "@jest/get-type": "npm:30.1.0" - "@jest/snapshot-utils": "npm:30.4.1" - "@jest/transform": "npm:30.4.1" - "@jest/types": "npm:30.4.1" + "@jest/expect-utils": "npm:30.5.1" + "@jest/get-type": "npm:30.5.0" + "@jest/snapshot-utils": "npm:30.5.1" + "@jest/transform": "npm:30.5.1" + "@jest/types": "npm:30.5.1" babel-preset-current-node-syntax: "npm:^1.2.0" chalk: "npm:^4.1.2" - expect: "npm:30.4.1" + expect: "npm:30.5.1" graceful-fs: "npm:^4.2.11" - jest-diff: "npm:30.4.1" - jest-matcher-utils: "npm:30.4.1" - jest-message-util: "npm:30.4.1" - jest-util: "npm:30.4.1" - pretty-format: "npm:30.4.1" + jest-diff: "npm:30.5.1" + jest-matcher-utils: "npm:30.5.1" + jest-message-util: "npm:30.5.1" + jest-util: "npm:30.5.1" + pretty-format: "npm:30.5.1" semver: "npm:^7.7.2" synckit: "npm:^0.11.8" - checksum: 10/6135108d3e0e9fb93ed10fd9ad91d8dbe56f90a9ea84c32a0b551518f8c71f363299dcc301717f3ed82cfe2a276d7993d2b3ccfabea3e8020d49ae8b0f9b6cd8 + checksum: 10/8044e806e78f2033eb93e13ba7bec2cc391f3807a6c3b022a543cab28c92ca1780c76bc366dbe3e63995917cae99e475e6f4af1415dc58fb5a6ffdec71a42c0a languageName: node linkType: hard -"jest-util@npm:30.4.1": - version: 30.4.1 - resolution: "jest-util@npm:30.4.1" +"jest-util@npm:30.5.1": + version: 30.5.1 + resolution: "jest-util@npm:30.5.1" dependencies: - "@jest/types": "npm:30.4.1" + "@jest/types": "npm:30.5.1" "@types/node": "npm:*" chalk: "npm:^4.1.2" ci-info: "npm:^4.2.0" graceful-fs: "npm:^4.2.11" picomatch: "npm:^4.0.3" - checksum: 10/603093e12076906afcf28be514d5b7ac4e3c0e26997b0047614cf2a308b65d773137304a1fb011d747517e881aeed067f6606b9937f5b838d67f6e5734b49ebe + checksum: 10/87e7fa2be0c90b1c28ab7747688c02544f7622b628f12f1c9fe5b23e70dd0f04cb2d41cb122d64f16c22427f94a2443d2374d8ea113839c9c33ab9c4555c480c languageName: node linkType: hard -"jest-validate@npm:30.4.1": - version: 30.4.1 - resolution: "jest-validate@npm:30.4.1" +"jest-validate@npm:30.5.1": + version: 30.5.1 + resolution: "jest-validate@npm:30.5.1" dependencies: - "@jest/get-type": "npm:30.1.0" - "@jest/types": "npm:30.4.1" + "@jest/get-type": "npm:30.5.0" + "@jest/types": "npm:30.5.1" camelcase: "npm:^6.3.0" chalk: "npm:^4.1.2" leven: "npm:^3.1.0" - pretty-format: "npm:30.4.1" - checksum: 10/527fe8ad02df9a4f7f467ecc4e3ac2a37a27b7b30345e7bc3cb9c2ead33fbc8ed1290c0827baa06471281012c38abb96cb268af274a0a2350548e50db20a434f + pretty-format: "npm:30.5.1" + checksum: 10/a78ce1fee1b7f445c394efb283190446b454118b458fd835025b555a79f62cd2f0840ce1619ef0259753382e4dbb534d8107071a978c8d845928abdbb6d599d3 languageName: node linkType: hard -"jest-watcher@npm:30.4.1": - version: 30.4.1 - resolution: "jest-watcher@npm:30.4.1" +"jest-watcher@npm:30.5.1": + version: 30.5.1 + resolution: "jest-watcher@npm:30.5.1" dependencies: - "@jest/test-result": "npm:30.4.1" - "@jest/types": "npm:30.4.1" + "@jest/test-result": "npm:30.5.1" + "@jest/types": "npm:30.5.1" "@types/node": "npm:*" ansi-escapes: "npm:^4.3.2" chalk: "npm:^4.1.2" emittery: "npm:^0.13.1" - jest-util: "npm:30.4.1" + jest-util: "npm:30.5.1" string-length: "npm:^4.0.2" - checksum: 10/05350ed3d5643e87e22cc5faee14f912dfc06ba63d56944006d9837f2070ed509a1d124c7e7be3e3a9a6a382bd31d491146da6fda4483acd4b8292091888e9bd + checksum: 10/890ba0b3b9b2d61871cdf55b04d573c73c43c0f158514ef47bd6277cd8476f1035803b470331c01525d00cbee133b807ab281c55d9048f9db632c3575a9f884a languageName: node linkType: hard -"jest-worker@npm:30.4.1": - version: 30.4.1 - resolution: "jest-worker@npm:30.4.1" +"jest-worker@npm:30.5.1": + version: 30.5.1 + resolution: "jest-worker@npm:30.5.1" dependencies: "@types/node": "npm:*" "@ungap/structured-clone": "npm:^1.3.0" - jest-util: "npm:30.4.1" + jest-util: "npm:30.5.1" merge-stream: "npm:^2.0.0" supports-color: "npm:^8.1.1" - checksum: 10/ff6af73c9097fc07e90490d3e1e354c702390ef66f7f40054a15dd6d56809a25634179969ff80bde782a6c645f49fa48bf3aacfe7d05af7315c48020f9b2b1cd + checksum: 10/cff8638859f661a7f43ce56e9901ba8c42a3ac909ee3fedd254ede78fd93c034ca1e57f4f74f520d4d663b52cb3432e614362d52dc698e1a09778a235ce1af58 languageName: node linkType: hard -"jest@npm:^30.4.2": - version: 30.4.2 - resolution: "jest@npm:30.4.2" +"jest@npm:^30.4.2, jest@npm:^30.5.1": + version: 30.5.1 + resolution: "jest@npm:30.5.1" dependencies: - "@jest/core": "npm:30.4.2" - "@jest/types": "npm:30.4.1" + "@jest/core": "npm:30.5.1" + "@jest/types": "npm:30.5.1" import-local: "npm:^3.2.0" - jest-cli: "npm:30.4.2" + jest-cli: "npm:30.5.1" peerDependencies: node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 peerDependenciesMeta: node-notifier: optional: true bin: - jest: ./bin/jest.js - checksum: 10/3690f4009a46781b480fbd4c8c60dd910a3cf8af76626f29971003c28eb17dfa322e86f3203e3da168edcc9f7ba973f3b1fbf15ca12393cc5f86bc61f3289fef + jest: bin/jest.js + checksum: 10/3b300b3ade7ccff731c42d53482bad784f053f99feacc4e1da1cc884d0778652d900cd870f03eff1ff6856bbdb0e087ef1316afbc1c79868b7023cb5ed6f731a languageName: node linkType: hard @@ -11133,27 +11240,34 @@ __metadata: languageName: node linkType: hard -"js-beautify@npm:^1.14.9": - version: 1.15.4 - resolution: "js-beautify@npm:1.15.4" +"js-beautify@npm:^2.0.0": + version: 2.0.3 + resolution: "js-beautify@npm:2.0.3" dependencies: config-chain: "npm:^1.1.13" - editorconfig: "npm:^1.0.4" - glob: "npm:^10.4.2" - js-cookie: "npm:^3.0.5" - nopt: "npm:^7.2.1" + editorconfig: "npm:^3.0.2" + glob: "npm:^13.0.6" + js-cookie: "npm:^3.0.8" + nopt: "npm:^10.0.1" bin: css-beautify: js/bin/css-beautify.js html-beautify: js/bin/html-beautify.js js-beautify: js/bin/js-beautify.js - checksum: 10/89f874f994a409868c74d23bdf3869281a25804dd4f77c4eac170cdee671dfb3248370c3b686ea03bb9a7cc7141769c4f450ad85e9158fbed3d7d78c330ae9a1 + checksum: 10/75ee462468a25b279e521d8a326c338d69d8ee166373c7d511e39b50c5db4a43f7999e64c6495eaac0e2eb3c1e8afc8a5b7c5170112437d364cf121158598ac7 languageName: node linkType: hard -"js-cookie@npm:^3.0.5": - version: 3.0.7 - resolution: "js-cookie@npm:3.0.7" - checksum: 10/c0542acd416806182baaaecaae9a1dd7754b48699589c5c3a088495cee9fc2e44f81e66567b6e76e16d29c469655fdc9cd948edb2cfd9ece446f8817b9046ce9 +"js-cookie@npm:^3.0.8": + version: 3.0.8 + resolution: "js-cookie@npm:3.0.8" + checksum: 10/6bc10dc1ef0ad4780cd43a0413702d0b8d9d8d167c4fb605ae66c388270dece6b4cad4c8944654cc67b6e0e7639da379a7b48e7b7ad8711a80f60aba6a915548 + languageName: node + linkType: hard + +"js-tokens@npm:^10.0.0": + version: 10.0.0 + resolution: "js-tokens@npm:10.0.0" + checksum: 10/88f536ec89f076fc230d29df255b3c55531237669d746d1868fca716b1e3f5f2e4abf8e5b8701903216e3f00d2dc3918d078b35da87772d433ab6a513c3bf76d languageName: node linkType: hard @@ -11270,13 +11384,6 @@ __metadata: languageName: node linkType: hard -"json-buffer@npm:3.0.1": - version: 3.0.1 - resolution: "json-buffer@npm:3.0.1" - checksum: 10/82876154521b7b68ba71c4f969b91572d1beabadd87bd3a6b236f85fbc7dc4695089191ed60bb59f9340993c51b33d479f45b6ba9f3548beb519705281c32c3c - languageName: node - linkType: hard - "json-parse-even-better-errors@npm:^2.3.0": version: 2.3.1 resolution: "json-parse-even-better-errors@npm:2.3.1" @@ -11291,13 +11398,6 @@ __metadata: languageName: node linkType: hard -"json-parse-even-better-errors@npm:^5.0.0": - version: 5.0.0 - resolution: "json-parse-even-better-errors@npm:5.0.0" - checksum: 10/b5aeaa65e072bc3bda2cb1da50bf1822814b4aa7c568e7c2bed25af89d730f113dcb74393da574c0a32e889eeba4a826db600b8a6ecef917c59c8c6b38f2efaa - languageName: node - linkType: hard - "json-schema-traverse@npm:^0.4.1": version: 0.4.1 resolution: "json-schema-traverse@npm:0.4.1" @@ -11381,13 +11481,6 @@ __metadata: languageName: node linkType: hard -"jsonparse@npm:^1.3.1": - version: 1.3.1 - resolution: "jsonparse@npm:1.3.1" - checksum: 10/24531e956f0f19d79e22c157cebd81b37af3486ae22f9bc1028f8c2a4d1b70df48b168ff86f8568d9c2248182de9b6da9f50f685d5e4b9d1d2d339d2a29d15bc - languageName: node - linkType: hard - "jsprim@npm:^2.0.2": version: 2.0.2 resolution: "jsprim@npm:2.0.2" @@ -11412,36 +11505,36 @@ __metadata: languageName: node linkType: hard -"keyv@npm:^4.5.4": - version: 4.5.4 - resolution: "keyv@npm:4.5.4" +"keyv@npm:^5.6.0": + version: 5.6.0 + resolution: "keyv@npm:5.6.0" dependencies: - json-buffer: "npm:3.0.1" - checksum: 10/167eb6ef64cc84b6fa0780ee50c9de456b422a1e18802209234f7c2cf7eae648c7741f32e50d7e24ccb22b24c13154070b01563d642755b156c357431a191e75 + "@keyv/serialize": "npm:^1.1.1" + checksum: 10/f1de999fdf635d703d091981a0a3844fb20081e01d45c6743ada7d01f3a6570dc47d1882e10d0a98d31075b342db8e62b4ebe4f5bf473dcd0903064d718709c1 languageName: node linkType: hard -"knip@npm:^6.27.0": - version: 6.27.0 - resolution: "knip@npm:6.27.0" +"knip@npm:^6.34.0": + version: 6.34.0 + resolution: "knip@npm:6.34.0" dependencies: fdir: "npm:^6.5.0" - formatly: "npm:^0.3.0" - get-tsconfig: "npm:4.14.0" + formatly: "npm:^0.7.0" + get-tsconfig: "npm:4.14.3" jiti: "npm:^2.7.0" - oxc-parser: "npm:^0.137.0" - oxc-resolver: "npm:11.21.3" - picomatch: "npm:^4.0.4" - smol-toml: "npm:^1.6.1" + oxc-parser: "npm:^0.147.0" + oxc-resolver: "npm:11.24.2" + picomatch: "npm:^4.0.7" + smol-toml: "npm:^1.8.0" strip-json-comments: "npm:5.0.3" tinyglobby: "npm:^0.2.17" - unbash: "npm:^4.0.1" + unbash: "npm:^4.0.10" yaml: "npm:^2.9.0" - zod: "npm:^4.1.11" + zod: "npm:^4.4.3" bin: knip: bin/knip.js knip-bun: bin/knip-bun.js - checksum: 10/434dca050b5eb758d60fab210cce83d9b2ed53e3d96aa77a43c0ff570dd5491a5233f5b0ae52d916e5291e48cd396e65e6a37fa61a89ebbb697058fb9d6db711 + checksum: 10/eeebec459f516630cc4066e257f098a4bd35024c65e536b63a8e0a343ac4af0f7f0564ecaaa21d7caa2a0f0b9f256c361b3c9bdcde700546e34ef8282091c821 languageName: node linkType: hard @@ -11521,99 +11614,99 @@ __metadata: languageName: node linkType: hard -"lightningcss-android-arm64@npm:1.32.0": - version: 1.32.0 - resolution: "lightningcss-android-arm64@npm:1.32.0" +"lightningcss-android-arm64@npm:1.33.0": + version: 1.33.0 + resolution: "lightningcss-android-arm64@npm:1.33.0" conditions: os=android & cpu=arm64 languageName: node linkType: hard -"lightningcss-darwin-arm64@npm:1.32.0": - version: 1.32.0 - resolution: "lightningcss-darwin-arm64@npm:1.32.0" +"lightningcss-darwin-arm64@npm:1.33.0": + version: 1.33.0 + resolution: "lightningcss-darwin-arm64@npm:1.33.0" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard -"lightningcss-darwin-x64@npm:1.32.0": - version: 1.32.0 - resolution: "lightningcss-darwin-x64@npm:1.32.0" +"lightningcss-darwin-x64@npm:1.33.0": + version: 1.33.0 + resolution: "lightningcss-darwin-x64@npm:1.33.0" conditions: os=darwin & cpu=x64 languageName: node linkType: hard -"lightningcss-freebsd-x64@npm:1.32.0": - version: 1.32.0 - resolution: "lightningcss-freebsd-x64@npm:1.32.0" +"lightningcss-freebsd-x64@npm:1.33.0": + version: 1.33.0 + resolution: "lightningcss-freebsd-x64@npm:1.33.0" conditions: os=freebsd & cpu=x64 languageName: node linkType: hard -"lightningcss-linux-arm-gnueabihf@npm:1.32.0": - version: 1.32.0 - resolution: "lightningcss-linux-arm-gnueabihf@npm:1.32.0" +"lightningcss-linux-arm-gnueabihf@npm:1.33.0": + version: 1.33.0 + resolution: "lightningcss-linux-arm-gnueabihf@npm:1.33.0" conditions: os=linux & cpu=arm languageName: node linkType: hard -"lightningcss-linux-arm64-gnu@npm:1.32.0": - version: 1.32.0 - resolution: "lightningcss-linux-arm64-gnu@npm:1.32.0" +"lightningcss-linux-arm64-gnu@npm:1.33.0": + version: 1.33.0 + resolution: "lightningcss-linux-arm64-gnu@npm:1.33.0" conditions: os=linux & cpu=arm64 & libc=glibc languageName: node linkType: hard -"lightningcss-linux-arm64-musl@npm:1.32.0": - version: 1.32.0 - resolution: "lightningcss-linux-arm64-musl@npm:1.32.0" +"lightningcss-linux-arm64-musl@npm:1.33.0": + version: 1.33.0 + resolution: "lightningcss-linux-arm64-musl@npm:1.33.0" conditions: os=linux & cpu=arm64 & libc=musl languageName: node linkType: hard -"lightningcss-linux-x64-gnu@npm:1.32.0": - version: 1.32.0 - resolution: "lightningcss-linux-x64-gnu@npm:1.32.0" +"lightningcss-linux-x64-gnu@npm:1.33.0": + version: 1.33.0 + resolution: "lightningcss-linux-x64-gnu@npm:1.33.0" conditions: os=linux & cpu=x64 & libc=glibc languageName: node linkType: hard -"lightningcss-linux-x64-musl@npm:1.32.0": - version: 1.32.0 - resolution: "lightningcss-linux-x64-musl@npm:1.32.0" +"lightningcss-linux-x64-musl@npm:1.33.0": + version: 1.33.0 + resolution: "lightningcss-linux-x64-musl@npm:1.33.0" conditions: os=linux & cpu=x64 & libc=musl languageName: node linkType: hard -"lightningcss-win32-arm64-msvc@npm:1.32.0": - version: 1.32.0 - resolution: "lightningcss-win32-arm64-msvc@npm:1.32.0" +"lightningcss-win32-arm64-msvc@npm:1.33.0": + version: 1.33.0 + resolution: "lightningcss-win32-arm64-msvc@npm:1.33.0" conditions: os=win32 & cpu=arm64 languageName: node linkType: hard -"lightningcss-win32-x64-msvc@npm:1.32.0": - version: 1.32.0 - resolution: "lightningcss-win32-x64-msvc@npm:1.32.0" +"lightningcss-win32-x64-msvc@npm:1.33.0": + version: 1.33.0 + resolution: "lightningcss-win32-x64-msvc@npm:1.33.0" conditions: os=win32 & cpu=x64 languageName: node linkType: hard -"lightningcss@npm:^1.32.0": - version: 1.32.0 - resolution: "lightningcss@npm:1.32.0" +"lightningcss@npm:^1.32.0, lightningcss@npm:^1.33.0": + version: 1.33.0 + resolution: "lightningcss@npm:1.33.0" dependencies: detect-libc: "npm:^2.0.3" - lightningcss-android-arm64: "npm:1.32.0" - lightningcss-darwin-arm64: "npm:1.32.0" - lightningcss-darwin-x64: "npm:1.32.0" - lightningcss-freebsd-x64: "npm:1.32.0" - lightningcss-linux-arm-gnueabihf: "npm:1.32.0" - lightningcss-linux-arm64-gnu: "npm:1.32.0" - lightningcss-linux-arm64-musl: "npm:1.32.0" - lightningcss-linux-x64-gnu: "npm:1.32.0" - lightningcss-linux-x64-musl: "npm:1.32.0" - lightningcss-win32-arm64-msvc: "npm:1.32.0" - lightningcss-win32-x64-msvc: "npm:1.32.0" + lightningcss-android-arm64: "npm:1.33.0" + lightningcss-darwin-arm64: "npm:1.33.0" + lightningcss-darwin-x64: "npm:1.33.0" + lightningcss-freebsd-x64: "npm:1.33.0" + lightningcss-linux-arm-gnueabihf: "npm:1.33.0" + lightningcss-linux-arm64-gnu: "npm:1.33.0" + lightningcss-linux-arm64-musl: "npm:1.33.0" + lightningcss-linux-x64-gnu: "npm:1.33.0" + lightningcss-linux-x64-musl: "npm:1.33.0" + lightningcss-win32-arm64-msvc: "npm:1.33.0" + lightningcss-win32-x64-msvc: "npm:1.33.0" dependenciesMeta: lightningcss-android-arm64: optional: true @@ -11637,7 +11730,7 @@ __metadata: optional: true lightningcss-win32-x64-msvc: optional: true - checksum: 10/098e61007f0d0ec8b5c50884e33b543b551d1ff21bc7b062434b6638fd0b8596858f823b60dfc2a4aa756f3cb120ad79f2b7f4a55b1bda2c0269ab8cf476f114 + checksum: 10/9b3b5db404af352fe5861926b9909281d29bede175539035c1a01e1ad4dcee8bb6f871e8e3d01a67a85e9e1cd18a63e52871a48cf62feab4d1aa868d4f2c3c2e languageName: node linkType: hard @@ -11662,16 +11755,14 @@ __metadata: languageName: node linkType: hard -"listr2@npm:10.2.1": - version: 10.2.1 - resolution: "listr2@npm:10.2.1" +"listr2@npm:11.0.0": + version: 11.0.0 + resolution: "listr2@npm:11.0.0" dependencies: - cli-truncate: "npm:^5.2.0" - eventemitter3: "npm:^5.0.4" - log-update: "npm:^6.1.0" - rfdc: "npm:^1.4.1" + cli-truncate: "npm:^6.1.1" + log-update: "npm:^8.0.0" wrap-ansi: "npm:^10.0.0" - checksum: 10/19f6356e6e2b56d6d3be30e3cf3ac511a8c081b5dac75c3c1e26cf52e07a7c59b63c1380862f3df2807b2284f8fa00864527777b6fcdb07be4c3f116947dee0d + checksum: 10/97d3892b5395026588a0e88d095d1be52ef4a9c3dd39c059eac86ba0da84bc59b4ae7f0c86ae811cc5ce64394203bf0b6f7bccf2feb85a2d3ae6695919aa686d languageName: node linkType: hard @@ -11689,18 +11780,18 @@ __metadata: languageName: node linkType: hard -"lmdb@npm:3.5.4": - version: 3.5.4 - resolution: "lmdb@npm:3.5.4" +"lmdb@npm:3.5.6": + version: 3.5.6 + resolution: "lmdb@npm:3.5.6" dependencies: "@harperfast/extended-iterable": "npm:^1.0.3" - "@lmdb/lmdb-darwin-arm64": "npm:3.5.4" - "@lmdb/lmdb-darwin-x64": "npm:3.5.4" - "@lmdb/lmdb-linux-arm": "npm:3.5.4" - "@lmdb/lmdb-linux-arm64": "npm:3.5.4" - "@lmdb/lmdb-linux-x64": "npm:3.5.4" - "@lmdb/lmdb-win32-arm64": "npm:3.5.4" - "@lmdb/lmdb-win32-x64": "npm:3.5.4" + "@lmdb/lmdb-darwin-arm64": "npm:3.5.6" + "@lmdb/lmdb-darwin-x64": "npm:3.5.6" + "@lmdb/lmdb-linux-arm": "npm:3.5.6" + "@lmdb/lmdb-linux-arm64": "npm:3.5.6" + "@lmdb/lmdb-linux-x64": "npm:3.5.6" + "@lmdb/lmdb-win32-arm64": "npm:3.5.6" + "@lmdb/lmdb-win32-x64": "npm:3.5.6" msgpackr: "npm:^1.11.2" node-addon-api: "npm:^6.1.0" node-gyp: "npm:latest" @@ -11724,7 +11815,7 @@ __metadata: optional: true bin: download-lmdb-prebuilds: bin/download-prebuilds.js - checksum: 10/09426064df1dd0b9bf1244a58bb4e04524743d76ab351ea78ee88109737bacbdfb8800a7d363e03b2f3d82873dc2b4614905ce9bc68539ab16ee6d60c43a9f22 + checksum: 10/464775a92e059b8f710d01cd1d047b083abf52ba599cf238bc8b24f68e20253500f8664bbaac73df28efac3244e5d2c8af3311900255ca9f4ecde5462af357dd languageName: node linkType: hard @@ -11848,6 +11939,20 @@ __metadata: languageName: node linkType: hard +"log-update@npm:^8.0.0": + version: 8.0.0 + resolution: "log-update@npm:8.0.0" + dependencies: + ansi-escapes: "npm:^7.3.0" + cli-cursor: "npm:^5.0.0" + slice-ansi: "npm:^9.0.0" + string-width: "npm:^8.2.0" + strip-ansi: "npm:^7.2.0" + wrap-ansi: "npm:^10.0.0" + checksum: 10/9f138fc0c69acce5d1e68539752893b4be93003fa77dfa961a9aa15fe5d6ab0b4df93b2e4dce62d6c62665e6a6afa918ea0a8671ac58433a990f3ac36010384b + languageName: node + linkType: hard + "loglevel-plugin-prefix@npm:^0.8.4": version: 0.8.4 resolution: "loglevel-plugin-prefix@npm:0.8.4" @@ -11869,7 +11974,7 @@ __metadata: languageName: node linkType: hard -"lru-cache@npm:^11.0.0, lru-cache@npm:^11.1.0, lru-cache@npm:^11.2.1, lru-cache@npm:^11.3.5": +"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: 10/3701b77e87765a3aea453402a7850bdbf7e02445210f35bd5ba1561f601f605f488bf9932be4a3851a6664073924f671a1ec99c4a1a98c457e0d126872a3e04f @@ -11901,7 +12006,16 @@ __metadata: languageName: node linkType: hard -"magic-string@npm:0.30.21, magic-string@npm:^0.30.12, magic-string@npm:^0.30.21": +"magic-string@npm:1.0.0": + version: 1.0.0 + resolution: "magic-string@npm:1.0.0" + dependencies: + "@jridgewell/sourcemap-codec": "npm:^1.5.5" + checksum: 10/5e5e5d7fa4750307c947aef7c715922edc46308d835af31bac6fd0f98b186059e942de6216bcdfbb12dc15a9305be4ba580ba71c97210e238e33d1850d7a8232 + languageName: node + linkType: hard + +"magic-string@npm:^0.30.12, magic-string@npm:^0.30.21": version: 0.30.21 resolution: "magic-string@npm:0.30.21" dependencies: @@ -11929,35 +12043,6 @@ __metadata: languageName: node linkType: hard -"make-fetch-happen@npm:^15.0.0, make-fetch-happen@npm:^15.0.1, make-fetch-happen@npm:^15.0.4": - version: 15.0.5 - resolution: "make-fetch-happen@npm:15.0.5" - dependencies: - "@gar/promise-retry": "npm:^1.0.0" - "@npmcli/agent": "npm:^4.0.0" - "@npmcli/redact": "npm:^4.0.0" - cacache: "npm:^20.0.1" - http-cache-semantics: "npm:^4.1.1" - minipass: "npm:^7.0.2" - minipass-fetch: "npm:^5.0.0" - minipass-flush: "npm:^1.0.5" - minipass-pipeline: "npm:^1.2.4" - negotiator: "npm:^1.0.0" - proc-log: "npm:^6.0.0" - ssri: "npm:^13.0.0" - checksum: 10/d2649effb06c00cb2b266057cb1c8c1e99cfc8d1378e7d9c26cc8f00be41bc63d59b77a5576ed28f8105acc57fb16220b64217f8d3a6a066a594c004aa163afa - languageName: node - linkType: hard - -"makeerror@npm:1.0.12": - version: 1.0.12 - resolution: "makeerror@npm:1.0.12" - dependencies: - tmpl: "npm:1.0.5" - checksum: 10/4c66ddfc654537333da952c084f507fa4c30c707b1635344eb35be894d797ba44c901a9cebe914aa29a7f61357543ba09b09dddbd7f65b4aee756b450f169f40 - languageName: node - linkType: hard - "math-intrinsics@npm:^1.1.0": version: 1.1.0 resolution: "math-intrinsics@npm:1.1.0" @@ -12048,16 +12133,16 @@ __metadata: languageName: node linkType: hard -"minimatch@npm:^10.0.3, minimatch@npm:^10.1.1, minimatch@npm:^10.2.2, minimatch@npm:^10.2.4": - version: 10.2.5 - resolution: "minimatch@npm:10.2.5" +"minimatch@npm:^10.2.2, minimatch@npm:^10.2.4, minimatch@npm:^10.2.5, minimatch@npm:~10.2.4": + version: 10.2.6 + resolution: "minimatch@npm:10.2.6" dependencies: - brace-expansion: "npm:^5.0.5" - checksum: 10/19e87a931aff60ee7b9d80f39f817b8bfc54f61f8356ee3549fbf636dbccacacfec8d803eac73293955c4527cd085247dfc064bce4a5e349f8f3b85e2bf5da0f + brace-expansion: "npm:^5.0.8" + checksum: 10/a5e43f7c57d6061a77da320b42aa35ffff826030cf67c83c0eee47a26ede4d66486935881492b968c609bf27a7d48cc4b9f54b2806643cd8fb792fcf9240cc1b languageName: node linkType: hard -"minimatch@npm:^3.0.4, minimatch@npm:^3.0.5, minimatch@npm:^3.1.2": +"minimatch@npm:^3.0.5, minimatch@npm:^3.1.2": version: 3.1.5 resolution: "minimatch@npm:3.1.5" dependencies: @@ -12066,7 +12151,7 @@ __metadata: languageName: node linkType: hard -"minimatch@npm:^5.0.1, minimatch@npm:^5.1.0, minimatch@npm:^5.1.6": +"minimatch@npm:^5.0.1, minimatch@npm:^5.1.0": version: 5.1.9 resolution: "minimatch@npm:5.1.9" dependencies: @@ -12075,7 +12160,7 @@ __metadata: languageName: node linkType: hard -"minimatch@npm:^9.0.1, minimatch@npm:^9.0.4, minimatch@npm:^9.0.5": +"minimatch@npm:^9.0.4, minimatch@npm:^9.0.5": version: 9.0.9 resolution: "minimatch@npm:9.0.9" dependencies: @@ -12091,74 +12176,14 @@ __metadata: languageName: node linkType: hard -"minipass-collect@npm:^2.0.1": - version: 2.0.1 - resolution: "minipass-collect@npm:2.0.1" - dependencies: - minipass: "npm:^7.0.3" - checksum: 10/b251bceea62090f67a6cced7a446a36f4cd61ee2d5cea9aee7fff79ba8030e416327a1c5aa2908dc22629d06214b46d88fdab8c51ac76bacbf5703851b5ad342 - languageName: node - linkType: hard - -"minipass-fetch@npm:^5.0.0": - version: 5.0.2 - resolution: "minipass-fetch@npm:5.0.2" - dependencies: - iconv-lite: "npm:^0.7.2" - minipass: "npm:^7.0.3" - minipass-sized: "npm:^2.0.0" - minizlib: "npm:^3.0.1" - dependenciesMeta: - iconv-lite: - optional: true - checksum: 10/4f3f65ea5b20a3a287765ebf21cc73e62031f754944272df2a3039296cc75a8fc2dc50b8a3c4f39ce3ac6e5cc583e8dc664d12c6ab98e0883d263e49f344bc86 - languageName: node - linkType: hard - -"minipass-flush@npm:^1.0.5": - version: 1.0.5 - resolution: "minipass-flush@npm:1.0.5" - dependencies: - minipass: "npm:^3.0.0" - checksum: 10/56269a0b22bad756a08a94b1ffc36b7c9c5de0735a4dd1ab2b06c066d795cfd1f0ac44a0fcae13eece5589b908ecddc867f04c745c7009be0b566421ea0944cf - languageName: node - linkType: hard - -"minipass-pipeline@npm:^1.2.4": - version: 1.2.4 - resolution: "minipass-pipeline@npm:1.2.4" - dependencies: - minipass: "npm:^3.0.0" - checksum: 10/b14240dac0d29823c3d5911c286069e36d0b81173d7bdf07a7e4a91ecdef92cdff4baaf31ea3746f1c61e0957f652e641223970870e2353593f382112257971b - languageName: node - linkType: hard - -"minipass-sized@npm:^2.0.0": - version: 2.0.0 - resolution: "minipass-sized@npm:2.0.0" - dependencies: - minipass: "npm:^7.1.2" - checksum: 10/3b89adf64ca705662f77481e278eff5ec0a57aeffb5feba7cc8843722b1e7770efc880f2a17d1d4877b2d7bf227873cd46afb4da44c0fd18088b601ea50f96bb - languageName: node - linkType: hard - -"minipass@npm:^3.0.0": - version: 3.1.3 - resolution: "minipass@npm:3.1.3" - dependencies: - yallist: "npm:^4.0.0" - checksum: 10/cf2aec122a650006bd2367b97819f7f5f0e84810188829f1891db2fd6f75df838aba0b508f0c476483f9b112a5430b304973012efe1107110dd3491d8aec81e8 - languageName: node - linkType: hard - -"minipass@npm:^5.0.0 || ^6.0.2 || ^7.0.0, minipass@npm:^7.0.2, minipass@npm:^7.0.3, minipass@npm:^7.0.4, minipass@npm:^7.1.2, minipass@npm:^7.1.3": +"minipass@npm:^5.0.0 || ^6.0.2 || ^7.0.0, minipass@npm:^7.0.4, minipass@npm:^7.1.2, minipass@npm:^7.1.3": version: 7.1.3 resolution: "minipass@npm:7.1.3" checksum: 10/175e4d5e20980c3cd316ae82d2c031c42f6c746467d8b1905b51060a0ba4461441a0c25bb67c025fd9617f9a3873e152c7b543c6b5ac83a1846be8ade80dffd6 languageName: node linkType: hard -"minizlib@npm:^3.0.1, minizlib@npm:^3.1.0": +"minizlib@npm:^3.1.0": version: 3.1.0 resolution: "minizlib@npm:3.1.0" dependencies: @@ -12174,40 +12199,9 @@ __metadata: languageName: node linkType: hard -"mocha@npm:^10.3.0": - version: 10.8.2 - resolution: "mocha@npm:10.8.2" - dependencies: - ansi-colors: "npm:^4.1.3" - browser-stdout: "npm:^1.3.1" - chokidar: "npm:^3.5.3" - debug: "npm:^4.3.5" - diff: "npm:^5.2.0" - escape-string-regexp: "npm:^4.0.0" - find-up: "npm:^5.0.0" - glob: "npm:^8.1.0" - he: "npm:^1.2.0" - js-yaml: "npm:^4.1.0" - log-symbols: "npm:^4.1.0" - minimatch: "npm:^5.1.6" - ms: "npm:^2.1.3" - serialize-javascript: "npm:^6.0.2" - strip-json-comments: "npm:^3.1.1" - supports-color: "npm:^8.1.1" - workerpool: "npm:^6.5.1" - yargs: "npm:^16.2.0" - yargs-parser: "npm:^20.2.9" - yargs-unparser: "npm:^2.0.0" - bin: - _mocha: bin/_mocha - mocha: bin/mocha.js - checksum: 10/903bbffcb195ef9d36b27db54e3462c5486de1397289e0953735b3530397a139336c452bcf5188c663496c660d2285bbb6c7213290d36d536ad647b6145cb917 - languageName: node - linkType: hard - -"mocha@npm:^11.7.6": - version: 11.7.6 - resolution: "mocha@npm:11.7.6" +"mocha@npm:^11.7.6, mocha@npm:^11.8.0": + version: 11.8.0 + resolution: "mocha@npm:11.8.0" dependencies: browser-stdout: "npm:^1.3.1" chokidar: "npm:^4.0.1" @@ -12233,14 +12227,14 @@ __metadata: bin: _mocha: bin/_mocha mocha: bin/mocha.js - checksum: 10/a083a65d4a2e74129ef06a77246088159e6dda09f3098e53b93edfd3df32a16d4c32a8ad37845da896365c29da44d1c0d5e6daa8062ad21dec2ebff71ce785c6 + checksum: 10/4387620673d47c1249a5aac8d2becc6f54db004d96cf189cf4bd878e7333871228a9911dfd62fa0b71ef61a4b147a9032820c6401fcef77ec46ebcf17fc977c2 languageName: node linkType: hard -"modern-tar@npm:^0.7.2, modern-tar@npm:^0.7.6": - version: 0.7.6 - resolution: "modern-tar@npm:0.7.6" - checksum: 10/1cc7be85f155e8991c378d23e6240431cb9875422d493167929ec605220513180620fe6a38ae0d5c2636b535dbd7704aafb2eff62aa167fc661cd59120aa9632 +"modern-tar@npm:^0.7.3, modern-tar@npm:^0.7.6": + version: 0.7.7 + resolution: "modern-tar@npm:0.7.7" + checksum: 10/ecce414f9ca496f538897b05b09c02806214aff08b9dae7211398328d0387f9d711810fc83f7b6b44cf4099efe372894ac46e1da141a2643cdae3bd5e66e4119 languageName: node linkType: hard @@ -12315,7 +12309,7 @@ __metadata: languageName: node linkType: hard -"nanoid@npm:^3.3.16": +"nanoid@npm:^3.3.18": version: 3.3.18 resolution: "nanoid@npm:3.3.18" bin: @@ -12324,7 +12318,7 @@ __metadata: languageName: node linkType: hard -"napi-postinstall@npm:^0.3.0": +"napi-postinstall@npm:^0.3.4": version: 0.3.4 resolution: "napi-postinstall@npm:0.3.4" bin: @@ -12366,9 +12360,9 @@ __metadata: languageName: node linkType: hard -"ng-packagr@npm:^22.0.2": - version: 22.0.2 - resolution: "ng-packagr@npm:22.0.2" +"ng-packagr@npm:^22.1.1": + version: 22.1.1 + resolution: "ng-packagr@npm:22.1.1" dependencies: "@ampproject/remapping": "npm:^2.3.0" "@rollup/plugin-json": "npm:^6.1.0" @@ -12376,7 +12370,7 @@ __metadata: ajv: "npm:^8.17.1" browserslist: "npm:^4.26.0" chokidar: "npm:^5.0.0" - commander: "npm:^14.0.0" + commander: "npm:^15.0.0" dependency-graph: "npm:^1.0.0" esbuild: "npm:^0.28.0" find-cache-directory: "npm:^6.0.0" @@ -12387,12 +12381,12 @@ __metadata: piscina: "npm:^5.0.0" postcss: "npm:^8.4.47" rollup: "npm:^4.24.0" - rollup-plugin-dts: "npm:^6.4.0" + rollup-plugin-dts: "npm:~6.4.1" rxjs: "npm:^7.8.1" sass: "npm:^1.81.0" tinyglobby: "npm:^0.2.12" peerDependencies: - "@angular/compiler-cli": ^22.0.0 || ^22.1.0-next.0 + "@angular/compiler-cli": ^22.0.0 || ^22.1.0-next || ^22.2.0-next tailwindcss: ^2.0.0 || ^3.0.0 || ^4.0.0 tslib: ^2.3.0 typescript: ">=6.0 <6.1" @@ -12404,7 +12398,7 @@ __metadata: optional: true bin: ng-packagr: src/cli/main.js - checksum: 10/ce2049410b8a05cfa3395893644777ad4d6ff4b42f45d09a89ded426e0b56a838f32cdd2b26327e0934d8d05717562d8a22a0c8a6e646adc8ad725fc1d3126a7 + checksum: 10/7c88ab3d582a0bcf4d91a6713567b1c9fe05b1019325e359ee4fcd6c008870a45cc40f10a48c2af1b7cb7e65e7de1d935e041a2cb1fc0c8e671628741cbe953d languageName: node linkType: hard @@ -12457,7 +12451,7 @@ __metadata: languageName: node linkType: hard -"node-gyp@npm:^12.1.0, node-gyp@npm:latest": +"node-gyp@npm:latest": version: 12.3.0 resolution: "node-gyp@npm:12.3.0" dependencies: @@ -12491,14 +12485,14 @@ __metadata: languageName: node linkType: hard -"nopt@npm:^7.2.1": - version: 7.2.1 - resolution: "nopt@npm:7.2.1" +"nopt@npm:^10.0.1": + version: 10.0.1 + resolution: "nopt@npm:10.0.1" dependencies: - abbrev: "npm:^2.0.0" + abbrev: "npm:^5.0.0" bin: nopt: bin/nopt.js - checksum: 10/95a1f6dec8a81cd18cdc2fed93e6f0b4e02cf6bdb4501c848752c6e34f9883d9942f036a5e3b21a699047d8a448562d891e67492df68ec9c373e6198133337ae + checksum: 10/8021371365e78a2cbab015cac50d8449aa2cc411f0b8f2edb466c1336c3dfee4e61c5bf5bde22ee7dcea80d5f4510a7a8705ed3646c8d782f28b550c62bc4fdf languageName: node linkType: hard @@ -12535,85 +12529,22 @@ __metadata: languageName: node linkType: hard -"normalize-path@npm:^3.0.0, normalize-path@npm:~3.0.0": +"normalize-path@npm:^3.0.0": version: 3.0.0 resolution: "normalize-path@npm:3.0.0" checksum: 10/88eeb4da891e10b1318c4b2476b6e2ecbeb5ff97d946815ffea7794c31a89017c70d7f34b3c2ebf23ef4e9fc9fb99f7dffe36da22011b5b5c6ffa34f4873ec20 languageName: node linkType: hard -"npm-bundled@npm:^5.0.0": - version: 5.0.0 - resolution: "npm-bundled@npm:5.0.0" - dependencies: - npm-normalize-package-bin: "npm:^5.0.0" - checksum: 10/0fea07f61f9a1ceaddc3cf88bcc5844bef173518f03568151d59a02da8754367e5398ef729486bc15884681f485f78903093dc4237319fb817768dcd18cfb549 - languageName: node - linkType: hard - -"npm-install-checks@npm:^8.0.0": - version: 8.0.0 - resolution: "npm-install-checks@npm:8.0.0" - dependencies: - semver: "npm:^7.1.1" - checksum: 10/eb4df6c3270ce6efcebcbc1a02997b3b4bcfa906ac2129ccef80eeffcf062d2e6dcbed02327109296725c1eb138ad93973303e025d2e0115f718fa4c09ed013f - languageName: node - linkType: hard - -"npm-normalize-package-bin@npm:^5.0.0": - version: 5.0.0 - resolution: "npm-normalize-package-bin@npm:5.0.0" - checksum: 10/969bc042d7bb029b5da7eb733e7642b238e3cb071ad57b56a3f128069bc1a3cbc2a4f4af30ee75b11660c368d60b89811ecd1430cf2ea1a7ff36f30052a4aeda - languageName: node - linkType: hard - -"npm-package-arg@npm:13.0.2, npm-package-arg@npm:^13.0.0": - version: 13.0.2 - resolution: "npm-package-arg@npm:13.0.2" - dependencies: - hosted-git-info: "npm:^9.0.0" - proc-log: "npm:^6.0.0" - semver: "npm:^7.3.5" - validate-npm-package-name: "npm:^7.0.0" - checksum: 10/810868f4b8c666fc1979f33c5b45606f541be97e82958af486e8d3f5ff2c91f96cea56f22c4665a92dc9a23698cf831cba2e09691387d473f910f9e6590638b3 - languageName: node - linkType: hard - -"npm-packlist@npm:^10.0.1": - version: 10.0.4 - resolution: "npm-packlist@npm:10.0.4" - dependencies: - ignore-walk: "npm:^8.0.0" - proc-log: "npm:^6.0.0" - checksum: 10/b35b8da896b05e53d0a4fabc9c5521d603cb931d8ce3df2566c69354ee5652ca0c3c93413a56c956bef1675f6f11deb6015efca630251e537aec1f7fd47e2e53 - languageName: node - linkType: hard - -"npm-pick-manifest@npm:^11.0.1": - version: 11.0.3 - resolution: "npm-pick-manifest@npm:11.0.3" +"npm-package-arg@npm:14.0.0": + version: 14.0.0 + resolution: "npm-package-arg@npm:14.0.0" dependencies: - npm-install-checks: "npm:^8.0.0" - npm-normalize-package-bin: "npm:^5.0.0" - npm-package-arg: "npm:^13.0.0" + hosted-git-info: "npm:^10.1.0" + proc-log: "npm:^7.0.0" semver: "npm:^7.3.5" - checksum: 10/189872190af34f7eccf3c586ad2e21e8c093f90a8f716db80887e8defa2bfb3ea917f61f339908ce0487a4cb1df40fe592aee3e8fe76a180a5b15a887850921a - languageName: node - linkType: hard - -"npm-registry-fetch@npm:^19.0.0": - version: 19.1.1 - resolution: "npm-registry-fetch@npm:19.1.1" - dependencies: - "@npmcli/redact": "npm:^4.0.0" - jsonparse: "npm:^1.3.1" - make-fetch-happen: "npm:^15.0.0" - minipass: "npm:^7.0.2" - minipass-fetch: "npm:^5.0.0" - minizlib: "npm:^3.0.1" - npm-package-arg: "npm:^13.0.0" - proc-log: "npm:^6.0.0" - checksum: 10/a3f4614a8421b40f72c71cdb97aca3b710a508c929a00b6f795020eaabef19dbe4a3f5043703aa54a1dd56b6d92bc1e764f2299d5a47d6e883942495db085a5e + validate-npm-package-name: "npm:^8.0.0" + checksum: 10/112a1a4dae6e2ebf18568315836d73b8ad6387b877675cfe28fd406e29c8dc0b08d84ca50563d460687466d2d0a6a17713bfdfdb8d71d34f4669f48b399f1dda languageName: node linkType: hard @@ -12682,7 +12613,7 @@ __metadata: languageName: node linkType: hard -"once@npm:^1.3.0, once@npm:^1.3.1, once@npm:^1.4.0": +"once@npm:^1.3.1, once@npm:^1.4.0": version: 1.4.0 resolution: "once@npm:1.4.0" dependencies: @@ -12723,9 +12654,9 @@ __metadata: languageName: node linkType: hard -"ora@npm:9.4.0, ora@npm:^9.0.0": - version: 9.4.0 - resolution: "ora@npm:9.4.0" +"ora@npm:9.4.1, ora@npm:^9.0.0": + version: 9.4.1 + resolution: "ora@npm:9.4.1" dependencies: chalk: "npm:^5.6.2" cli-cursor: "npm:^5.0.0" @@ -12735,7 +12666,7 @@ __metadata: log-symbols: "npm:^7.0.1" stdin-discarder: "npm:^0.3.2" string-width: "npm:^8.1.0" - checksum: 10/48fe48f98764d1132a77d845862fab1b1f8d7aacd4c38c39ad42a874a55686c5949194eeb836a7ee4c43027a471ffb93937eff69f4db7353d6800b678073de55 + checksum: 10/58b0b6c6ee20b30806e2e0bbf84f81b7517e21c9b721d0b7f186e12b9ef2e0be190174bf53085123efae6c8d120dcd9788708602e78e91188b9e12ff71abc275 languageName: node linkType: hard @@ -12753,31 +12684,100 @@ __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.142.0": + version: 0.142.0 + resolution: "oxc-parser@npm:0.142.0" + dependencies: + "@oxc-parser/binding-android-arm-eabi": "npm:0.142.0" + "@oxc-parser/binding-android-arm64": "npm:0.142.0" + "@oxc-parser/binding-darwin-arm64": "npm:0.142.0" + "@oxc-parser/binding-darwin-x64": "npm:0.142.0" + "@oxc-parser/binding-freebsd-x64": "npm:0.142.0" + "@oxc-parser/binding-linux-arm-gnueabihf": "npm:0.142.0" + "@oxc-parser/binding-linux-arm-musleabihf": "npm:0.142.0" + "@oxc-parser/binding-linux-arm64-gnu": "npm:0.142.0" + "@oxc-parser/binding-linux-arm64-musl": "npm:0.142.0" + "@oxc-parser/binding-linux-ppc64-gnu": "npm:0.142.0" + "@oxc-parser/binding-linux-riscv64-gnu": "npm:0.142.0" + "@oxc-parser/binding-linux-riscv64-musl": "npm:0.142.0" + "@oxc-parser/binding-linux-s390x-gnu": "npm:0.142.0" + "@oxc-parser/binding-linux-x64-gnu": "npm:0.142.0" + "@oxc-parser/binding-linux-x64-musl": "npm:0.142.0" + "@oxc-parser/binding-openharmony-arm64": "npm:0.142.0" + "@oxc-parser/binding-wasm32-wasi": "npm:0.142.0" + "@oxc-parser/binding-win32-arm64-msvc": "npm:0.142.0" + "@oxc-parser/binding-win32-ia32-msvc": "npm:0.142.0" + "@oxc-parser/binding-win32-x64-msvc": "npm:0.142.0" + "@oxc-project/types": "npm:^0.142.0" + dependenciesMeta: + "@oxc-parser/binding-android-arm-eabi": + optional: true + "@oxc-parser/binding-android-arm64": + optional: true + "@oxc-parser/binding-darwin-arm64": + optional: true + "@oxc-parser/binding-darwin-x64": + optional: true + "@oxc-parser/binding-freebsd-x64": + optional: true + "@oxc-parser/binding-linux-arm-gnueabihf": + optional: true + "@oxc-parser/binding-linux-arm-musleabihf": + optional: true + "@oxc-parser/binding-linux-arm64-gnu": + optional: true + "@oxc-parser/binding-linux-arm64-musl": + optional: true + "@oxc-parser/binding-linux-ppc64-gnu": + optional: true + "@oxc-parser/binding-linux-riscv64-gnu": + optional: true + "@oxc-parser/binding-linux-riscv64-musl": + optional: true + "@oxc-parser/binding-linux-s390x-gnu": + optional: true + "@oxc-parser/binding-linux-x64-gnu": + optional: true + "@oxc-parser/binding-linux-x64-musl": + optional: true + "@oxc-parser/binding-openharmony-arm64": + optional: true + "@oxc-parser/binding-wasm32-wasi": + optional: true + "@oxc-parser/binding-win32-arm64-msvc": + optional: true + "@oxc-parser/binding-win32-ia32-msvc": + optional: true + "@oxc-parser/binding-win32-x64-msvc": + optional: true + checksum: 10/68c2196591e48b2013b312b5bb57f44ae1e6f6cb06ea9c31c9d572511324a823bfa54375fa49569b8569949b29cb62591d11755dbdeaea396cd3d70b907cf565 + languageName: node + linkType: hard + +"oxc-parser@npm:^0.147.0": + version: 0.147.0 + resolution: "oxc-parser@npm:0.147.0" + dependencies: + "@oxc-parser/binding-android-arm-eabi": "npm:0.147.0" + "@oxc-parser/binding-android-arm64": "npm:0.147.0" + "@oxc-parser/binding-darwin-arm64": "npm:0.147.0" + "@oxc-parser/binding-darwin-x64": "npm:0.147.0" + "@oxc-parser/binding-freebsd-x64": "npm:0.147.0" + "@oxc-parser/binding-linux-arm-gnueabihf": "npm:0.147.0" + "@oxc-parser/binding-linux-arm-musleabihf": "npm:0.147.0" + "@oxc-parser/binding-linux-arm64-gnu": "npm:0.147.0" + "@oxc-parser/binding-linux-arm64-musl": "npm:0.147.0" + "@oxc-parser/binding-linux-ppc64-gnu": "npm:0.147.0" + "@oxc-parser/binding-linux-riscv64-gnu": "npm:0.147.0" + "@oxc-parser/binding-linux-riscv64-musl": "npm:0.147.0" + "@oxc-parser/binding-linux-s390x-gnu": "npm:0.147.0" + "@oxc-parser/binding-linux-x64-gnu": "npm:0.147.0" + "@oxc-parser/binding-linux-x64-musl": "npm:0.147.0" + "@oxc-parser/binding-openharmony-arm64": "npm:0.147.0" + "@oxc-parser/binding-win32-arm64-msvc": "npm:0.147.0" + "@oxc-parser/binding-win32-ia32-msvc": "npm:0.147.0" + "@oxc-parser/binding-win32-x64-msvc": "npm:0.147.0" + "@oxc-project/types": "npm:^0.147.0" dependenciesMeta: "@oxc-parser/binding-android-arm-eabi": optional: true @@ -12811,41 +12811,39 @@ __metadata: optional: true "@oxc-parser/binding-openharmony-arm64": optional: true - "@oxc-parser/binding-wasm32-wasi": - optional: true "@oxc-parser/binding-win32-arm64-msvc": optional: true "@oxc-parser/binding-win32-ia32-msvc": optional: true "@oxc-parser/binding-win32-x64-msvc": optional: true - checksum: 10/a8dd34e0ce1343cf1465429d2c53dab91235c6082e556a6c01740de0098fe6209bfcfc84408b815533733a7fe127d7652b973bacfa7843992da82fbfa843fb60 - languageName: node - linkType: hard - -"oxc-resolver@npm:11.21.3": - 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: 10/4cee544d47f476c6cb4fd7c64d3bb9ac5e359f051ccea76f5ea7984aaba54434102f7f1c7b69177dc1ba03ee25ad141104049e680da922437d815e11670bea2e + languageName: node + linkType: hard + +"oxc-resolver@npm:11.24.2": + version: 11.24.2 + resolution: "oxc-resolver@npm:11.24.2" + dependencies: + "@oxc-resolver/binding-android-arm-eabi": "npm:11.24.2" + "@oxc-resolver/binding-android-arm64": "npm:11.24.2" + "@oxc-resolver/binding-darwin-arm64": "npm:11.24.2" + "@oxc-resolver/binding-darwin-x64": "npm:11.24.2" + "@oxc-resolver/binding-freebsd-x64": "npm:11.24.2" + "@oxc-resolver/binding-linux-arm-gnueabihf": "npm:11.24.2" + "@oxc-resolver/binding-linux-arm-musleabihf": "npm:11.24.2" + "@oxc-resolver/binding-linux-arm64-gnu": "npm:11.24.2" + "@oxc-resolver/binding-linux-arm64-musl": "npm:11.24.2" + "@oxc-resolver/binding-linux-ppc64-gnu": "npm:11.24.2" + "@oxc-resolver/binding-linux-riscv64-gnu": "npm:11.24.2" + "@oxc-resolver/binding-linux-riscv64-musl": "npm:11.24.2" + "@oxc-resolver/binding-linux-s390x-gnu": "npm:11.24.2" + "@oxc-resolver/binding-linux-x64-gnu": "npm:11.24.2" + "@oxc-resolver/binding-linux-x64-musl": "npm:11.24.2" + "@oxc-resolver/binding-openharmony-arm64": "npm:11.24.2" + "@oxc-resolver/binding-wasm32-wasi": "npm:11.24.2" + "@oxc-resolver/binding-win32-arm64-msvc": "npm:11.24.2" + "@oxc-resolver/binding-win32-x64-msvc": "npm:11.24.2" dependenciesMeta: "@oxc-resolver/binding-android-arm-eabi": optional: true @@ -12885,7 +12883,7 @@ __metadata: optional: true "@oxc-resolver/binding-win32-x64-msvc": optional: true - checksum: 10/e890dcca9bcb130c393493dffd763e9ed4b1bf8d32b5990cd094a7a5402bdb6dbd04e64893166e4531369552c37ae811a24206d663d6cf8fd65baf13437903ea + checksum: 10/42e10840125f4b942a7cbcad757f1d882eb737cd6c96c13128eade6613c56a24727075e069b3dff145b3cd36e21fe5e4a1de19b5da09466864fa63d35aae71f3 languageName: node linkType: hard @@ -12943,13 +12941,6 @@ __metadata: languageName: node linkType: hard -"p-map@npm:^7.0.2": - version: 7.0.4 - resolution: "p-map@npm:7.0.4" - checksum: 10/ef48c3b2e488f31c693c9fcc0df0ef76518cf6426a495cf9486ebbb0fd7f31aef7f90e96f72e0070c0ff6e3177c9318f644b512e2c29e3feee8d7153fcb6782e - languageName: node - linkType: hard - "p-try@npm:^2.0.0": version: 2.2.0 resolution: "p-try@npm:2.2.0" @@ -12990,30 +12981,10 @@ __metadata: languageName: node linkType: hard -"pacote@npm:21.5.1": - version: 21.5.1 - resolution: "pacote@npm:21.5.1" - dependencies: - "@gar/promise-retry": "npm:^1.0.0" - "@npmcli/git": "npm:^7.0.0" - "@npmcli/installed-package-contents": "npm:^4.0.0" - "@npmcli/package-json": "npm:^7.0.0" - "@npmcli/promise-spawn": "npm:^9.0.0" - "@npmcli/run-script": "npm:^10.0.0" - cacache: "npm:^20.0.0" - fs-minipass: "npm:^3.0.0" - minipass: "npm:^7.0.2" - npm-package-arg: "npm:^13.0.0" - npm-packlist: "npm:^10.0.1" - npm-pick-manifest: "npm:^11.0.1" - npm-registry-fetch: "npm:^19.0.0" - proc-log: "npm:^6.0.0" - sigstore: "npm:^4.0.0" - ssri: "npm:^13.0.0" - tar: "npm:^7.4.3" - bin: - pacote: bin/index.js - checksum: 10/30054b7ea3d50943cf13804ff006ecda8ff2c1f9c22b3a5ee2c9b5170ac374052c3d6a70621219e3dcd69a728b795afe3677488e2d541dd9911be1b35e4d1f8e +"package-manager-detector@npm:^1.8.0": + version: 1.8.0 + resolution: "package-manager-detector@npm:1.8.0" + checksum: 10/5d79b8bf3d0d3da312ec08749c74a3b7e4d4139c259fe3561538772c65ece8ff733e002c67a4324b5c505d2ac625c121b94cf3d5135e1b4e43fed5bced148763 languageName: node linkType: hard @@ -13148,13 +13119,6 @@ __metadata: languageName: node linkType: hard -"path-is-absolute@npm:^1.0.0": - version: 1.0.1 - resolution: "path-is-absolute@npm:1.0.1" - checksum: 10/060840f92cf8effa293bcc1bea81281bd7d363731d214cbe5c227df207c34cd727430f70c6037b5159c8a870b9157cba65e775446b0ab06fd5ecc7e54615a3b8 - languageName: node - linkType: hard - "path-key@npm:^3.0.0, path-key@npm:^3.1.0": version: 3.1.1 resolution: "path-key@npm:3.1.1" @@ -13231,24 +13195,24 @@ __metadata: languageName: node linkType: hard -"picomatch@npm:4.0.4": - version: 4.0.4 - resolution: "picomatch@npm:4.0.4" - checksum: 10/f6ef80a3590827ce20378ae110ac78209cc4f74d39236370f1780f957b7ee41c12acde0e4651b90f39983506fd2f5e449994716f516db2e9752924aff8de93ce +"picomatch@npm:4.0.5": + version: 4.0.5 + resolution: "picomatch@npm:4.0.5" + checksum: 10/8bad770af9dcdb7f94ad1a893adcbe08a97d75a18872f8fed37161d3124217471c402b3929f051532f795f4ff2e53dcebb1644df4c1a5f3a9c476fef3b9f8c51 languageName: node linkType: hard -"picomatch@npm:^2.0.4, picomatch@npm:^2.2.1": +"picomatch@npm:^2.0.4": version: 2.3.2 resolution: "picomatch@npm:2.3.2" checksum: 10/b788ef8148a2415b9dec12f0bb350ae6a5830f8f1950e472abc2f5225494debf7d1b75eb031df0ceaea9e8ec3e7bad599e8dbf3c60d61b42be429ba41bff4426 languageName: node linkType: hard -"picomatch@npm:^4.0.2, picomatch@npm:^4.0.3, picomatch@npm:^4.0.4, picomatch@npm:^4.0.5": - version: 4.0.5 - resolution: "picomatch@npm:4.0.5" - checksum: 10/8bad770af9dcdb7f94ad1a893adcbe08a97d75a18872f8fed37161d3124217471c402b3929f051532f795f4ff2e53dcebb1644df4c1a5f3a9c476fef3b9f8c51 +"picomatch@npm:^4.0.2, picomatch@npm:^4.0.3, picomatch@npm:^4.0.4, picomatch@npm:^4.0.5, picomatch@npm:^4.0.7": + version: 4.0.7 + resolution: "picomatch@npm:4.0.7" + checksum: 10/66e1df34bc39c72fa3756be4069f7887ea3e35e94bba1c3f6167763007698cb04b8a0a365161d186fda6e9571a2d3efb606b2966eb6a7dea6252911224dc2f48 languageName: node linkType: hard @@ -13310,27 +13274,23 @@ __metadata: languageName: node linkType: hard -"playwright-core@npm:1.61.1": - version: 1.61.1 - resolution: "playwright-core@npm:1.61.1" +"playwright-core@npm:1.63.0": + version: 1.63.0 + resolution: "playwright-core@npm:1.63.0" bin: playwright-core: cli.js - checksum: 10/b0e7b1d4de7ca6c1a57eb88f1709609a8b7637092f149e703d84d6c8e01835992ec5ca26b86f1a32fb5f5bc1aad042c3ae27311e131b3dda8a27824a543eb3c7 + checksum: 10/d0f7c70786f5e08aa7553a77ba28c07427086e323ae8c4126a647debd8181966dc11d6f8fe1462f2a776ad60c95451b08f01fbee17b11e69a5bd9a2070fe75a6 languageName: node linkType: hard -"playwright@npm:1.61.1, playwright@npm:^1.61.1": - version: 1.61.1 - resolution: "playwright@npm:1.61.1" +"playwright@npm:1.63.0, playwright@npm:^1.61.1, playwright@npm:^1.63.0": + version: 1.63.0 + resolution: "playwright@npm:1.63.0" dependencies: - fsevents: "npm:2.3.2" - playwright-core: "npm:1.61.1" - dependenciesMeta: - fsevents: - optional: true + playwright-core: "npm:1.63.0" bin: playwright: cli.js - checksum: 10/0cd1a8a7e106202e785450763973bf326d4aa112ed195bbd78b17af43dcfd12e29bc8204ae61c88f748dd0f2bdf69a7827bc3bbf8c1ec4c71b8e35586e05f13c + checksum: 10/ec87c22888148603a8955bc2a092f416455af931fe53925b9143ce333b83e42a6d8c159c00a4f2d232b27100cf3eadd93cec8a6e5c4e12c1c00663d2034dd515 languageName: node linkType: hard @@ -13350,14 +13310,14 @@ __metadata: languageName: node linkType: hard -"postcss@npm:^8.4.47, postcss@npm:^8.4.49, postcss@npm:^8.5.15, postcss@npm:^8.5.17, postcss@npm:^8.5.6": - version: 8.5.25 - resolution: "postcss@npm:8.5.25" +"postcss@npm:^8.4.47, postcss@npm:^8.4.49, postcss@npm:^8.5.15, postcss@npm:^8.5.17, postcss@npm:^8.5.26": + version: 8.5.28 + resolution: "postcss@npm:8.5.28" dependencies: - nanoid: "npm:^3.3.16" + nanoid: "npm:^3.3.18" picocolors: "npm:^1.1.1" source-map-js: "npm:^1.2.1" - checksum: 10/68aaeb314a1b2407e11e926acc0462b01b3e911d3d9e755d06adc5b2ececdefe8432dc3c3c93eacc07138952e17997d4674529061b8e3a338a7ac4c1accfdf98 + checksum: 10/c34814c1da499f370cd3b02a085a2d866989a966629b7bd4025f4a2a10d538a2ec83dc3181e1008550edb4cf44e49a0c40ec82332b08d9600877e6841240ad05 languageName: node linkType: hard @@ -13368,12 +13328,12 @@ __metadata: languageName: node linkType: hard -"prettier@npm:^3.9.5": - version: 3.9.5 - resolution: "prettier@npm:3.9.5" +"prettier@npm:^3.9.6": + version: 3.9.6 + resolution: "prettier@npm:3.9.6" bin: prettier: bin/prettier.cjs - checksum: 10/b6587f1582ba653ce5207ee227aff646500e5098646931088f176d1ab090b1f47d5a333f1facd634e9aa7dcb15c45940e2cec13a5962534cf0200617517b67b6 + checksum: 10/1dd1a1e0e40ec3b91cda9d294c4a95022aef61880ca3f441aad99b1252279f58a766c4cece81132c01550dcff1fd445efbd8812ea4a2374313e7fc6c8136f11f languageName: node linkType: hard @@ -13384,15 +13344,15 @@ __metadata: languageName: node linkType: hard -"pretty-format@npm:30.4.1, pretty-format@npm:^30.0.0": - version: 30.4.1 - resolution: "pretty-format@npm:30.4.1" +"pretty-format@npm:30.5.1, pretty-format@npm:^30.0.0": + version: 30.5.1 + resolution: "pretty-format@npm:30.5.1" dependencies: - "@jest/schemas": "npm:30.4.1" + "@jest/react-is-18": "npm:react-is@^18.3.1" + "@jest/react-is-19": "npm:react-is@^19.2.5" + "@jest/schemas": "npm:30.5.0" ansi-styles: "npm:^5.2.0" - react-is-18: "npm:react-is@^18.3.1" - react-is-19: "npm:react-is@^19.2.5" - checksum: 10/60311ef47a646eeaec0432efe66290cb6f0d2eccb123a28ad4ab6d7e53087bc62db91cfd54c3cc00c89d6875aefb2bf6264381b6c9411ce6bff3d6aa8280abad + checksum: 10/bf86d7eb192ef2a456ded06fbe5d387c92b09dc4473331dbc7130e79128fd90f66c662717df8a52431060c1ddb8288a0a78858e9c203974de1b8d1107054b6e8 languageName: node linkType: hard @@ -13414,13 +13374,20 @@ __metadata: languageName: node linkType: hard -"proc-log@npm:^6.0.0, proc-log@npm:^6.1.0": +"proc-log@npm:^6.0.0": version: 6.1.0 resolution: "proc-log@npm:6.1.0" checksum: 10/9033f30f168ed5a0991b773d0c50ff88384c4738e9a0a67d341de36bf7293771eed648ab6a0562f62276da12fde91f3bbfc75ffff6e71ad49aafd74fc646be66 languageName: node linkType: hard +"proc-log@npm:^7.0.0": + version: 7.0.0 + resolution: "proc-log@npm:7.0.0" + checksum: 10/97cd9f4a8a0d84e42ee91e106e5ba5edcb954521e8dbe26ee6ad31396e5c12cc2be5e5b6be7b53fa5a69959afbacd32719106e2d6f45802e34b31d9a3a01ec20 + languageName: node + linkType: hard + "process-nextick-args@npm:~2.0.0": version: 2.0.1 resolution: "process-nextick-args@npm:2.0.1" @@ -13459,6 +13426,18 @@ __metadata: languageName: node linkType: hard +"proxy-agent-negotiate@npm:1.1.0": + version: 1.1.0 + resolution: "proxy-agent-negotiate@npm:1.1.0" + peerDependencies: + kerberos: ^2.0.0 + peerDependenciesMeta: + kerberos: + optional: true + checksum: 10/4554c42b8b872f37cf76c9044b7a5827bccf41ad77a1992b09bb89b84c779f5536bdd0d3312f247565e09fba8700e48a25f233e339705978242e3ca1d0dab149 + languageName: node + linkType: hard + "proxy-agent@npm:^6.5.0": version: 6.5.0 resolution: "proxy-agent@npm:6.5.0" @@ -13557,6 +13536,15 @@ __metadata: languageName: node linkType: hard +"qified@npm:^0.10.1": + version: 0.10.1 + resolution: "qified@npm:0.10.1" + dependencies: + hookified: "npm:^2.1.1" + checksum: 10/65eda075defad24a3c53a0bcb0056fdaffb8355ca5dbe33bffaf3143e767dd1f0ddb403a4d9402e3bd0bc54b8efdec934055fb13eb5b6e7070835a80bf517f79 + languageName: node + linkType: hard + "qs@npm:^6.14.0, qs@npm:^6.15.2": version: 6.15.3 resolution: "qs@npm:6.15.3" @@ -13631,20 +13619,6 @@ __metadata: languageName: node linkType: hard -"react-is-18@npm:react-is@^18.3.1": - version: 18.3.1 - resolution: "react-is@npm:18.3.1" - checksum: 10/d5f60c87d285af24b1e1e7eaeb123ec256c3c8bdea7061ab3932e3e14685708221bf234ec50b21e10dd07f008f1b966a2730a0ce4ff67905b3872ff2042aec22 - languageName: node - linkType: hard - -"react-is-19@npm:react-is@^19.2.5": - version: 19.2.6 - resolution: "react-is@npm:19.2.6" - checksum: 10/5248eb5cfc135794c110f97fc0716a9439dc641d6bccbb8c00487c6c492644592ce4dd959fd23790bf05c1f26e0b62f11322b1e51372715a96a4bc4565a17d74 - languageName: node - linkType: hard - "react-router-dom@npm:^7.18.2": version: 7.18.2 resolution: "react-router-dom@npm:7.18.2" @@ -13754,15 +13728,6 @@ __metadata: languageName: node linkType: hard -"readdirp@npm:~3.6.0": - version: 3.6.0 - resolution: "readdirp@npm:3.6.0" - dependencies: - picomatch: "npm:^2.2.1" - checksum: 10/196b30ef6ccf9b6e18c4e1724b7334f72a093d011a99f3b5920470f0b3406a51770867b3e1ae9711f227ef7a7065982f6ee2ce316746b2cb42c88efe44297fe7 - languageName: node - linkType: hard - "recursive-readdir@npm:^2.2.3": version: 2.2.3 resolution: "recursive-readdir@npm:2.2.3" @@ -13865,6 +13830,64 @@ __metadata: languageName: node linkType: hard +"rolldown@npm:1.2.0": + version: 1.2.0 + resolution: "rolldown@npm:1.2.0" + dependencies: + "@oxc-project/types": "npm:=0.140.0" + "@rolldown/binding-android-arm64": "npm:1.2.0" + "@rolldown/binding-darwin-arm64": "npm:1.2.0" + "@rolldown/binding-darwin-x64": "npm:1.2.0" + "@rolldown/binding-freebsd-x64": "npm:1.2.0" + "@rolldown/binding-linux-arm-gnueabihf": "npm:1.2.0" + "@rolldown/binding-linux-arm64-gnu": "npm:1.2.0" + "@rolldown/binding-linux-arm64-musl": "npm:1.2.0" + "@rolldown/binding-linux-ppc64-gnu": "npm:1.2.0" + "@rolldown/binding-linux-s390x-gnu": "npm:1.2.0" + "@rolldown/binding-linux-x64-gnu": "npm:1.2.0" + "@rolldown/binding-linux-x64-musl": "npm:1.2.0" + "@rolldown/binding-openharmony-arm64": "npm:1.2.0" + "@rolldown/binding-wasm32-wasi": "npm:1.2.0" + "@rolldown/binding-win32-arm64-msvc": "npm:1.2.0" + "@rolldown/binding-win32-x64-msvc": "npm:1.2.0" + "@rolldown/pluginutils": "npm:^1.0.0" + dependenciesMeta: + "@rolldown/binding-android-arm64": + optional: true + "@rolldown/binding-darwin-arm64": + optional: true + "@rolldown/binding-darwin-x64": + optional: true + "@rolldown/binding-freebsd-x64": + optional: true + "@rolldown/binding-linux-arm-gnueabihf": + optional: true + "@rolldown/binding-linux-arm64-gnu": + optional: true + "@rolldown/binding-linux-arm64-musl": + optional: true + "@rolldown/binding-linux-ppc64-gnu": + optional: true + "@rolldown/binding-linux-s390x-gnu": + optional: true + "@rolldown/binding-linux-x64-gnu": + optional: true + "@rolldown/binding-linux-x64-musl": + optional: true + "@rolldown/binding-openharmony-arm64": + optional: true + "@rolldown/binding-wasm32-wasi": + optional: true + "@rolldown/binding-win32-arm64-msvc": + optional: true + "@rolldown/binding-win32-x64-msvc": + optional: true + bin: + rolldown: ./bin/cli.mjs + checksum: 10/65ada2e92ee392a01479de8edb997a57a9a84ee61bf57ca54a8fc307634fa0ddbabc2750647fb78ba33314165980a53834a14a15b4780fcd6885f3c079bf4a0e + languageName: node + linkType: hard + "rolldown@npm:~1.1.5": version: 1.1.5 resolution: "rolldown@npm:1.1.5" @@ -13923,7 +13946,65 @@ __metadata: languageName: node linkType: hard -"rollup-plugin-dts@npm:^6.4.0": +"rolldown@npm:~1.2.4": + version: 1.2.7 + resolution: "rolldown@npm:1.2.7" + dependencies: + "@oxc-project/types": "npm:=0.148.0" + "@rolldown/binding-android-arm-eabi": "npm:1.2.7" + "@rolldown/binding-android-arm64": "npm:1.2.7" + "@rolldown/binding-darwin-arm64": "npm:1.2.7" + "@rolldown/binding-darwin-x64": "npm:1.2.7" + "@rolldown/binding-freebsd-x64": "npm:1.2.7" + "@rolldown/binding-linux-arm-gnueabihf": "npm:1.2.7" + "@rolldown/binding-linux-arm64-gnu": "npm:1.2.7" + "@rolldown/binding-linux-arm64-musl": "npm:1.2.7" + "@rolldown/binding-linux-ppc64-gnu": "npm:1.2.7" + "@rolldown/binding-linux-s390x-gnu": "npm:1.2.7" + "@rolldown/binding-linux-x64-gnu": "npm:1.2.7" + "@rolldown/binding-linux-x64-musl": "npm:1.2.7" + "@rolldown/binding-openharmony-arm64": "npm:1.2.7" + "@rolldown/binding-win32-arm64-msvc": "npm:1.2.7" + "@rolldown/binding-win32-x64-msvc": "npm:1.2.7" + "@rolldown/pluginutils": "npm:^1.0.0" + dependenciesMeta: + "@rolldown/binding-android-arm-eabi": + optional: true + "@rolldown/binding-android-arm64": + optional: true + "@rolldown/binding-darwin-arm64": + optional: true + "@rolldown/binding-darwin-x64": + optional: true + "@rolldown/binding-freebsd-x64": + optional: true + "@rolldown/binding-linux-arm-gnueabihf": + optional: true + "@rolldown/binding-linux-arm64-gnu": + optional: true + "@rolldown/binding-linux-arm64-musl": + optional: true + "@rolldown/binding-linux-ppc64-gnu": + optional: true + "@rolldown/binding-linux-s390x-gnu": + optional: true + "@rolldown/binding-linux-x64-gnu": + optional: true + "@rolldown/binding-linux-x64-musl": + optional: true + "@rolldown/binding-openharmony-arm64": + optional: true + "@rolldown/binding-win32-arm64-msvc": + optional: true + "@rolldown/binding-win32-x64-msvc": + optional: true + bin: + rolldown: ./bin/cli.mjs + checksum: 10/e3c23a65a2dbd4733d508a5464727064c7c838e3ff2a76b59c5b6f512a250e21fdc3e622af8f985d1970d0d72518afbd7117fb8f111b65a6d2c228e4b666633c + languageName: node + linkType: hard + +"rollup-plugin-dts@npm:~6.4.1": version: 6.4.1 resolution: "rollup-plugin-dts@npm:6.4.1" dependencies: @@ -13942,7 +14023,7 @@ __metadata: languageName: node linkType: hard -"rollup@npm:4.60.2, rollup@npm:^4.24.0, rollup@npm:^4.43.0": +"rollup@npm:^4.24.0": version: 4.60.2 resolution: "rollup@npm:4.60.2" dependencies: @@ -14105,12 +14186,12 @@ __metadata: languageName: node linkType: hard -"sass@npm:1.99.0, sass@npm:^1.81.0": - version: 1.99.0 - resolution: "sass@npm:1.99.0" +"sass@npm:1.101.0, sass@npm:^1.81.0": + version: 1.101.0 + resolution: "sass@npm:1.101.0" dependencies: "@parcel/watcher": "npm:^2.4.1" - chokidar: "npm:^4.0.0" + chokidar: "npm:^5.0.0" immutable: "npm:^5.1.5" source-map-js: "npm:>=0.6.2 <2.0.0" dependenciesMeta: @@ -14118,7 +14199,7 @@ __metadata: optional: true bin: sass: sass.js - checksum: 10/93f9d5c3b3e4659fb68a8e90d9637818581b0152dfb543ac159d57bb1e384f6b2009b7ac35ef88883f441cddfabd248fdcbba3fe814f4f23e3bfe58c917787a6 + checksum: 10/d38ac48a0ca08bd37fdcdc3409aebde1da2bd3e8e9f9c3bff783720e6e9d4488f75e86c706c8bf01af6c2d5decdf31ecfb81b287627b81f191baf2f60037aa68 languageName: node linkType: hard @@ -14145,24 +14226,24 @@ __metadata: languageName: node linkType: hard -"selenium-webdriver@npm:^4.45.0, selenium-webdriver@npm:^4.46.0": - version: 4.46.0 - resolution: "selenium-webdriver@npm:4.46.0" +"selenium-webdriver@npm:^4.45.0, selenium-webdriver@npm:^4.48.0": + version: 4.48.0 + resolution: "selenium-webdriver@npm:4.48.0" dependencies: "@bazel/runfiles": "npm:^6.5.0" jszip: "npm:^3.10.1" tmp: "npm:^0.2.7" - ws: "npm:^8.21.0" - checksum: 10/f520f85c600bd3a4d388cf5abcb0a86a2aa073dbab9ab730e42a92aa26d83f07300a7c1f14ae99fe726ab75763c3b0234847ad57872e3946a780071d95aea6d6 + ws: "npm:^8.21.3" + checksum: 10/e967af95a1dbf03b5be96be3a7d6381cac41e605fc410bc1e1ef19954c286c8fdbb9ad21374fc490105b744f33c497e88b4bbceabb8661603cf48d72fa5cc4ca languageName: node linkType: hard -"semver@npm:7.7.4, semver@npm:^7.0.0, semver@npm:^7.1.1, semver@npm:^7.3.5, semver@npm:^7.5.3, semver@npm:^7.5.4, semver@npm:^7.6.3, semver@npm:^7.7.2, semver@npm:^7.7.4": - version: 7.7.4 - resolution: "semver@npm:7.7.4" +"semver@npm:7.8.5, semver@npm:^7.0.0, semver@npm:^7.3.5, semver@npm:^7.5.4, semver@npm:^7.6.3, semver@npm:^7.7.2, semver@npm:^7.7.3, semver@npm:^7.7.4": + version: 7.8.5 + resolution: "semver@npm:7.8.5" bin: semver: bin/semver.js - checksum: 10/26bdc6d58b29528f4142d29afb8526bc335f4fc04c4a10f2b98b217f277a031c66736bf82d3d3bb354a2f6a3ae50f18fd62b053c4ac3f294a3d10a61f5075b75 + checksum: 10/9b01d2ff11e6e4a4539b7ca3c5f280c8704cb397a28504469f2ed4f00ad2194748d756647362a9712fff30984d15772ab7f083108c2fb508e2096ae9e708f22c languageName: node linkType: hard @@ -14339,20 +14420,6 @@ __metadata: languageName: node linkType: hard -"sigstore@npm:^4.0.0": - version: 4.1.1 - resolution: "sigstore@npm:4.1.1" - dependencies: - "@sigstore/bundle": "npm:^4.0.0" - "@sigstore/core": "npm:^3.2.1" - "@sigstore/protobuf-specs": "npm:^0.5.0" - "@sigstore/sign": "npm:^4.1.1" - "@sigstore/tuf": "npm:^4.0.2" - "@sigstore/verify": "npm:^3.1.1" - checksum: 10/8fb38bbdc3ee1e79b3f19e0015ebf35b7d7f890673722f182960ec88f02a52f2f631fc983e7f8bafa3a37653a760ddc00277721a8f9159ee6ee311159ca3dfbe - languageName: node - linkType: hard - "simple-git@npm:^3.36.0": version: 3.36.0 resolution: "simple-git@npm:3.36.0" @@ -14393,6 +14460,16 @@ __metadata: languageName: node linkType: hard +"slice-ansi@npm:^9.0.0": + version: 9.0.0 + resolution: "slice-ansi@npm:9.0.0" + dependencies: + ansi-styles: "npm:^6.2.3" + is-fullwidth-code-point: "npm:^5.1.0" + checksum: 10/efa7017ab01400db7153791237c21c760089a08619b10e5ea05e6e978a468b17438e4a02babccf3a71bf0b73585a60290db9b012bb364e2df6eb09cd3d5e98d9 + languageName: node + linkType: hard + "smart-buffer@npm:^4.2.0": version: 4.2.0 resolution: "smart-buffer@npm:4.2.0" @@ -14400,14 +14477,14 @@ __metadata: languageName: node linkType: hard -"smol-toml@npm:^1.6.1": - version: 1.6.1 - resolution: "smol-toml@npm:1.6.1" - checksum: 10/9a0d86cc7f8abef429c915b373b9a1f369fe57a87efbbec46b967fb41dc28af753a2fa62c9c4848907c3b47c282be15c8854aa4e2942ef1fa86ff95a76d13856 +"smol-toml@npm:^1.8.0": + version: 1.8.0 + resolution: "smol-toml@npm:1.8.0" + checksum: 10/eb8aeeebd1c3e5de6069922c9a44bb40b9b3c534e685ccd0aa299b4d7307f1ec49471da57812bdbf1d21a0c09f1dd47eb0e814d0d34c892142187ccce2487ea9 languageName: node linkType: hard -"socks-proxy-agent@npm:^8.0.3, socks-proxy-agent@npm:^8.0.5": +"socks-proxy-agent@npm:^8.0.5": version: 8.0.5 resolution: "socks-proxy-agent@npm:8.0.5" dependencies: @@ -14435,16 +14512,6 @@ __metadata: languageName: node linkType: hard -"source-map-support@npm:0.5.13": - version: 0.5.13 - resolution: "source-map-support@npm:0.5.13" - dependencies: - buffer-from: "npm:^1.0.0" - source-map: "npm:^0.6.0" - checksum: 10/d1514a922ac9c7e4786037eeff6c3322f461cd25da34bb9fefb15387b3490531774e6e31d95ab6d5b84a3e139af9c3a570ccaee6b47bd7ea262691ed3a8bc34e - languageName: node - linkType: hard - "source-map-support@npm:0.5.21": version: 0.5.21 resolution: "source-map-support@npm:0.5.21" @@ -14503,16 +14570,6 @@ __metadata: languageName: node linkType: hard -"spdx-expression-parse@npm:^4.0.0": - version: 4.0.0 - resolution: "spdx-expression-parse@npm:4.0.0" - dependencies: - spdx-exceptions: "npm:^2.1.0" - spdx-license-ids: "npm:^3.0.0" - checksum: 10/936be681fbf5edeec3a79c023136479f70d6edb3fd3875089ac86cd324c6c8c81add47399edead296d1d0af17ae5ce88c7f88885eb150b62c2ff6e535841ca6a - languageName: node - linkType: hard - "spdx-license-ids@npm:^3.0.0": version: 3.0.7 resolution: "spdx-license-ids@npm:3.0.7" @@ -14555,15 +14612,6 @@ __metadata: languageName: node linkType: hard -"ssri@npm:^13.0.0": - version: 13.0.1 - resolution: "ssri@npm:13.0.1" - dependencies: - minipass: "npm:^7.0.3" - checksum: 10/ae560d0378d074006a71b06af71bfbe84a3fe1ac6e16c1f07575f69e670d40170507fe52b21bcc23399429bc6a15f4bc3ea8d9bc88e9dfd7e87de564e6da6a72 - languageName: node - linkType: hard - "stack-utils@npm:^2.0.6": version: 2.0.6 resolution: "stack-utils@npm:2.0.6" @@ -14662,13 +14710,13 @@ __metadata: languageName: node linkType: hard -"string-width@npm:^8.1.0, string-width@npm:^8.2.0": - version: 8.2.1 - resolution: "string-width@npm:8.2.1" +"string-width@npm:^8.1.0, string-width@npm:^8.2.0, string-width@npm:^8.2.1": + version: 8.2.2 + resolution: "string-width@npm:8.2.2" dependencies: get-east-asian-width: "npm:^1.5.0" strip-ansi: "npm:^7.1.2" - checksum: 10/cfadcc454b357d1a2ef88afb85068c7605900c9920362a16df9b4c320cf411983cee51b9832b70772d138674c2851d506f39c7e669c961a1cdd1258207580805 + checksum: 10/18da8c8e5247bedd8a379272b9fccebd16ec22132486344a4a5bf3bd2acf4b12fda9b2be9192eba59c5dc1484f2d36dbfb5fd5e66950fe7167fa00876078196f languageName: node linkType: hard @@ -14699,7 +14747,7 @@ __metadata: languageName: node linkType: hard -"strip-ansi@npm:^7.0.1, strip-ansi@npm:^7.1.0, strip-ansi@npm:^7.1.2": +"strip-ansi@npm:^7.0.1, strip-ansi@npm:^7.1.0, strip-ansi@npm:^7.1.2, strip-ansi@npm:^7.2.0": version: 7.2.0 resolution: "strip-ansi@npm:7.2.0" dependencies: @@ -14822,7 +14870,7 @@ __metadata: languageName: node linkType: hard -"tar@npm:^7.4.3, tar@npm:^7.5.4": +"tar@npm:^7.5.4": version: 7.5.22 resolution: "tar@npm:7.5.22" dependencies: @@ -14835,14 +14883,14 @@ __metadata: languageName: node linkType: hard -"test-exclude@npm:^6.0.0": - version: 6.0.0 - resolution: "test-exclude@npm:6.0.0" +"test-exclude@npm:^7.0.1": + version: 7.0.2 + resolution: "test-exclude@npm:7.0.2" dependencies: "@istanbuljs/schema": "npm:^0.1.2" - glob: "npm:^7.1.4" - minimatch: "npm:^3.0.4" - checksum: 10/8fccb2cb6c8fcb6bb4115394feb833f8b6cf4b9503ec2485c2c90febf435cac62abe882a0c5c51a37b9bbe70640cdd05acf5f45e486ac4583389f4b0855f69e5 + glob: "npm:^10.4.1" + minimatch: "npm:^10.2.2" + checksum: 10/45920af7556a58333c75c3d5011b4087f7ac41366319fb0f6ccc4ac8d0e9d2c81442d7ebf6efd13813dcf18c135eda3c52e4ad3e00407a3ee041d8dec6bfd753 languageName: node linkType: hard @@ -14876,17 +14924,7 @@ __metadata: languageName: node linkType: hard -"tinyglobby@npm:0.2.16": - version: 0.2.16 - resolution: "tinyglobby@npm:0.2.16" - dependencies: - fdir: "npm:^6.5.0" - picomatch: "npm:^4.0.4" - checksum: 10/5c2c41b572ada38449e7c86a5fe034f204a1dbba577225a761a14f29f48dc3f2fc0d81a6c56fcc67c5a742cc3aa9fb5e2ca18dbf22b610b0bc0e549b34d5a0f8 - languageName: node - linkType: hard - -"tinyglobby@npm:^0.2.12, tinyglobby@npm:^0.2.15, tinyglobby@npm:^0.2.17": +"tinyglobby@npm:0.2.17, tinyglobby@npm:^0.2.12, tinyglobby@npm:^0.2.15, tinyglobby@npm:^0.2.17": version: 0.2.17 resolution: "tinyglobby@npm:0.2.17" dependencies: @@ -14953,22 +14991,6 @@ __metadata: languageName: node linkType: hard -"tmpl@npm:1.0.5": - version: 1.0.5 - resolution: "tmpl@npm:1.0.5" - checksum: 10/cd922d9b853c00fe414c5a774817be65b058d54a2d01ebb415840960406c669a0fc632f66df885e24cb022ec812739199ccbdb8d1164c3e513f85bfca5ab2873 - languageName: node - linkType: hard - -"to-regex-range@npm:^5.0.1": - version: 5.0.1 - resolution: "to-regex-range@npm:5.0.1" - dependencies: - is-number: "npm:^7.0.0" - checksum: 10/10dda13571e1f5ad37546827e9b6d4252d2e0bc176c24a101252153ef435d83696e2557fe128c4678e4e78f5f01e83711c703eef9814eb12dab028580d45980a - languageName: node - linkType: hard - "toidentifier@npm:~1.0.1": version: 1.0.1 resolution: "toidentifier@npm:1.0.1" @@ -15051,17 +15073,6 @@ __metadata: languageName: node linkType: hard -"tuf-js@npm:^4.1.0": - version: 4.1.0 - resolution: "tuf-js@npm:4.1.0" - dependencies: - "@tufjs/models": "npm:4.1.0" - debug: "npm:^4.4.3" - make-fetch-happen: "npm:^15.0.1" - checksum: 10/ae6d3f3e5de940fd6b9faeab3964f9cbddd8885e6dc01d3db7bacdb009abf31a3fab2e10162fc527781a67b04fb957cda2b6aa0017ce49b695fd3c24167aed97 - languageName: node - linkType: hard - "tunnel-agent@npm:^0.6.0": version: 0.6.0 resolution: "tunnel-agent@npm:0.6.0" @@ -15167,10 +15178,10 @@ __metadata: languageName: node linkType: hard -"unbash@npm:^4.0.1": - version: 4.0.1 - resolution: "unbash@npm:4.0.1" - checksum: 10/1ad36bf3f1aeeb8ff72dfb6ddaa2262ee97576153bc40e8b62abfcad9a69445393b1916be5444402fa23b6759dd75d6ca52652a103a3be2dde98debff555d741 +"unbash@npm:^4.0.10": + version: 4.0.11 + resolution: "unbash@npm:4.0.11" + checksum: 10/f44bd9febbef85976623ade7c264bdf6c5b0f420f277d4ecf27a8290de49baade349254f4ef3cbbcf47c3ee3e01d64788d963b277b16ccc18aab50626fcd8a33 languageName: node linkType: hard @@ -15181,17 +15192,17 @@ __metadata: languageName: node linkType: hard -"undici-types@npm:~8.3.0": - version: 8.3.0 - resolution: "undici-types@npm:8.3.0" - checksum: 10/6681d2837ac75a75ac1cc46090aa2b8ddc7c6b8ecc295a6cdb06838752a730da3d8afeecf05e5ab7903160eafad3a8b6ffa1927e5ded260590f4d4fef18646d5 +"undici-types@npm:~8.9.0": + version: 8.9.0 + resolution: "undici-types@npm:8.9.0" + checksum: 10/8785591929de2b71d281c684e915c4a8c41becc225adbf42a3e89148f8b384724a21533494c30a1cbb85b4cbccd088d020788ff4f2d605013eb2863cd47a1639 languageName: node linkType: hard -"undici@npm:^6.19.5, undici@npm:^6.21.3, undici@npm:^6.23.0, undici@npm:^6.25.0": - version: 6.27.0 - resolution: "undici@npm:6.27.0" - checksum: 10/30c18cdb235edf4dd36f8aa3ace1ffaf44060289a7d62ad44c33180d2d74a224015d25574812f62ce9c625b5beb1b0b766495b650fedf356aca11eed7ce2c816 +"undici@npm:^6.19.5, undici@npm:^6.23.0, undici@npm:^6.25.0, undici@npm:^6.27.0": + version: 6.28.1 + resolution: "undici@npm:6.28.1" + checksum: 10/a64d5972054604918448ffa1bbaa867ecd1ae9ed5aa75344a794550cc048a79949fd95ca196b961463384c49d77e924adb3643758a2aa809e43db5377a390941 languageName: node linkType: hard @@ -15213,18 +15224,18 @@ __metadata: version: 0.0.0-use.local resolution: "unit-testing-angular@workspace:unit-testing/angular" dependencies: - "@angular/build": "npm:^22.0.7" - "@angular/cli": "npm:^22.0.7" + "@angular/build": "npm:^22.1.7" + "@angular/cli": "npm:^22.1.7" "@angular/common": "npm:^22.0.8" "@angular/compiler": "npm:^22.0.8" - "@angular/compiler-cli": "npm:^22.0.7" + "@angular/compiler-cli": "npm:^22.1.5" "@angular/core": "npm:^22.0.8" "@angular/platform-browser": "npm:^22.0.8" "@siteimprove/alfa-angular": "npm:^0.84.1" "@siteimprove/alfa-rules": "npm:^0.118.0" "@siteimprove/alfa-vitest": "npm:^0.84.1" common: "workspace:^" - ng-packagr: "npm:^22.0.2" + ng-packagr: "npm:^22.1.1" tslib: "npm:^2.3.0" vitest: "npm:^4.1.11" languageName: unknown @@ -15234,15 +15245,15 @@ __metadata: version: 0.0.0-use.local resolution: "unit-testing-react@workspace:unit-testing/react" dependencies: - "@jest/environment": "npm:^30.4.1" + "@jest/environment": "npm:^30.5.1" "@siteimprove/alfa-jest": "npm:^0.84.1" "@siteimprove/alfa-react": "npm:^0.84.1" "@siteimprove/alfa-rules": "npm:^0.118.0" "@types/jest": "npm:^30.0.0" - "@types/react": "npm:^19.2.17" + "@types/react": "npm:^19.2.18" common: "workspace:^" - jest: "npm:^30.4.2" - jest-environment-jsdom: "npm:^30.4.1" + jest: "npm:^30.5.1" + jest-environment-jsdom: "npm:^30.5.1" react: "npm:^19.2.8" languageName: unknown linkType: soft @@ -15254,7 +15265,7 @@ __metadata: "@siteimprove/alfa-rules": "npm:^0.118.0" "@siteimprove/alfa-vitest": "npm:^0.84.1" "@siteimprove/alfa-vue": "npm:^0.84.1" - "@vue/test-utils": "npm:^2.4.11" + "@vue/test-utils": "npm:^2.5.0" common: "workspace:^" jsdom: "npm:^29.1.1" vitest: "npm:^4.1.11" @@ -15275,30 +15286,33 @@ __metadata: languageName: node linkType: hard -"unrs-resolver@npm:^1.7.11": - version: 1.11.1 - resolution: "unrs-resolver@npm:1.11.1" - dependencies: - "@unrs/resolver-binding-android-arm-eabi": "npm:1.11.1" - "@unrs/resolver-binding-android-arm64": "npm:1.11.1" - "@unrs/resolver-binding-darwin-arm64": "npm:1.11.1" - "@unrs/resolver-binding-darwin-x64": "npm:1.11.1" - "@unrs/resolver-binding-freebsd-x64": "npm:1.11.1" - "@unrs/resolver-binding-linux-arm-gnueabihf": "npm:1.11.1" - "@unrs/resolver-binding-linux-arm-musleabihf": "npm:1.11.1" - "@unrs/resolver-binding-linux-arm64-gnu": "npm:1.11.1" - "@unrs/resolver-binding-linux-arm64-musl": "npm:1.11.1" - "@unrs/resolver-binding-linux-ppc64-gnu": "npm:1.11.1" - "@unrs/resolver-binding-linux-riscv64-gnu": "npm:1.11.1" - "@unrs/resolver-binding-linux-riscv64-musl": "npm:1.11.1" - "@unrs/resolver-binding-linux-s390x-gnu": "npm:1.11.1" - "@unrs/resolver-binding-linux-x64-gnu": "npm:1.11.1" - "@unrs/resolver-binding-linux-x64-musl": "npm:1.11.1" - "@unrs/resolver-binding-wasm32-wasi": "npm:1.11.1" - "@unrs/resolver-binding-win32-arm64-msvc": "npm:1.11.1" - "@unrs/resolver-binding-win32-ia32-msvc": "npm:1.11.1" - "@unrs/resolver-binding-win32-x64-msvc": "npm:1.11.1" - napi-postinstall: "npm:^0.3.0" +"unrs-resolver@npm:^1.12.1": + version: 1.12.2 + resolution: "unrs-resolver@npm:1.12.2" + dependencies: + "@unrs/resolver-binding-android-arm-eabi": "npm:1.12.2" + "@unrs/resolver-binding-android-arm64": "npm:1.12.2" + "@unrs/resolver-binding-darwin-arm64": "npm:1.12.2" + "@unrs/resolver-binding-darwin-x64": "npm:1.12.2" + "@unrs/resolver-binding-freebsd-x64": "npm:1.12.2" + "@unrs/resolver-binding-linux-arm-gnueabihf": "npm:1.12.2" + "@unrs/resolver-binding-linux-arm-musleabihf": "npm:1.12.2" + "@unrs/resolver-binding-linux-arm64-gnu": "npm:1.12.2" + "@unrs/resolver-binding-linux-arm64-musl": "npm:1.12.2" + "@unrs/resolver-binding-linux-loong64-gnu": "npm:1.12.2" + "@unrs/resolver-binding-linux-loong64-musl": "npm:1.12.2" + "@unrs/resolver-binding-linux-ppc64-gnu": "npm:1.12.2" + "@unrs/resolver-binding-linux-riscv64-gnu": "npm:1.12.2" + "@unrs/resolver-binding-linux-riscv64-musl": "npm:1.12.2" + "@unrs/resolver-binding-linux-s390x-gnu": "npm:1.12.2" + "@unrs/resolver-binding-linux-x64-gnu": "npm:1.12.2" + "@unrs/resolver-binding-linux-x64-musl": "npm:1.12.2" + "@unrs/resolver-binding-openharmony-arm64": "npm:1.12.2" + "@unrs/resolver-binding-wasm32-wasi": "npm:1.12.2" + "@unrs/resolver-binding-win32-arm64-msvc": "npm:1.12.2" + "@unrs/resolver-binding-win32-ia32-msvc": "npm:1.12.2" + "@unrs/resolver-binding-win32-x64-msvc": "npm:1.12.2" + napi-postinstall: "npm:^0.3.4" dependenciesMeta: "@unrs/resolver-binding-android-arm-eabi": optional: true @@ -15318,6 +15332,10 @@ __metadata: optional: true "@unrs/resolver-binding-linux-arm64-musl": optional: true + "@unrs/resolver-binding-linux-loong64-gnu": + optional: true + "@unrs/resolver-binding-linux-loong64-musl": + optional: true "@unrs/resolver-binding-linux-ppc64-gnu": optional: true "@unrs/resolver-binding-linux-riscv64-gnu": @@ -15330,6 +15348,8 @@ __metadata: optional: true "@unrs/resolver-binding-linux-x64-musl": optional: true + "@unrs/resolver-binding-openharmony-arm64": + optional: true "@unrs/resolver-binding-wasm32-wasi": optional: true "@unrs/resolver-binding-win32-arm64-msvc": @@ -15338,7 +15358,7 @@ __metadata: optional: true "@unrs/resolver-binding-win32-x64-msvc": optional: true - checksum: 10/4de653508cbaae47883a896bd5cdfef0e5e87b428d62620d16fd35cd534beaebf08ebf0cf2f8b4922aa947b2fe745180facf6cc3f39ba364f7ce0f974cb06a70 + checksum: 10/ef2fc38e7a7c5e0cad9a5fb3a70abead3c8073955b444908f35a55f54ced1c08433324220810b04d9ef5adeff62982ade136793dcde8297505ca3556ee0bbb82 languageName: node linkType: hard @@ -15414,10 +15434,10 @@ __metadata: languageName: node linkType: hard -"validate-npm-package-name@npm:^7.0.0": - version: 7.0.2 - resolution: "validate-npm-package-name@npm:7.0.2" - checksum: 10/2a9bdc6fd5e4284c8e02279446bfd3c38c0c01222555fd3b00b4765d9d47b217d4a200910be71b80b958f6baf40d2d32e812a8632633a2ce376a9b3b74811072 +"validate-npm-package-name@npm:^8.0.0": + version: 8.0.0 + resolution: "validate-npm-package-name@npm:8.0.0" + checksum: 10/350d1d092bc2e94ce313e5e7c097f4d5d7aaad8f8ea3596d8a41b0fe9e8fb726a57169f56bb860a86b851ba69841c132b2386e3b739f3a523c447c509bbcd2e4 languageName: node linkType: hard @@ -15439,22 +15459,22 @@ __metadata: languageName: node linkType: hard -"vite@npm:7.3.5": - version: 7.3.5 - resolution: "vite@npm:7.3.5" +"vite@npm:8.1.5": + version: 8.1.5 + resolution: "vite@npm:8.1.5" dependencies: - esbuild: "npm:^0.27.0" - fdir: "npm:^6.5.0" fsevents: "npm:~2.3.3" - picomatch: "npm:^4.0.3" - postcss: "npm:^8.5.6" - rollup: "npm:^4.43.0" - tinyglobby: "npm:^0.2.15" + lightningcss: "npm:^1.32.0" + picomatch: "npm:^4.0.5" + postcss: "npm:^8.5.17" + rolldown: "npm:~1.1.5" + tinyglobby: "npm:^0.2.17" peerDependencies: "@types/node": ^20.19.0 || >=22.12.0 + "@vitejs/devtools": ^0.3.0 + esbuild: ^0.27.0 || ^0.28.0 jiti: ">=1.21.0" less: ^4.0.0 - lightningcss: ^1.21.0 sass: ^1.70.0 sass-embedded: ^1.70.0 stylus: ">=0.54.8" @@ -15468,12 +15488,14 @@ __metadata: peerDependenciesMeta: "@types/node": optional: true + "@vitejs/devtools": + optional: true + esbuild: + optional: true jiti: optional: true less: optional: true - lightningcss: - optional: true sass: optional: true sass-embedded: @@ -15490,23 +15512,23 @@ __metadata: optional: true bin: vite: bin/vite.js - checksum: 10/2e1337510d6b81948b035f8b096c9be22daf1101fc52ad3d06cad9e090057ba1c1396e5e12cbaac2485f9c6cdcc854f978fe862280bdfe1a9a4149c60734c125 + checksum: 10/7278baa0723097a181566a46050f8218bb2c57c559cb68494709b6eb9a9eb332bfbc8fb3638857300eeaedbae37343e131e323da9ebda157e5f9ccfc48eefe02 languageName: node linkType: hard -"vite@npm:^6.0.0 || ^7.0.0 || ^8.0.0, vite@npm:^8.1.5": - version: 8.1.5 - resolution: "vite@npm:8.1.5" +"vite@npm:^6.0.0 || ^7.0.0 || ^8.0.0, vite@npm:^8.2.2": + version: 8.2.2 + resolution: "vite@npm:8.2.2" dependencies: fsevents: "npm:~2.3.3" - lightningcss: "npm:^1.32.0" + lightningcss: "npm:^1.33.0" picomatch: "npm:^4.0.5" - postcss: "npm:^8.5.17" - rolldown: "npm:~1.1.5" + postcss: "npm:^8.5.26" + rolldown: "npm:~1.2.4" tinyglobby: "npm:^0.2.17" peerDependencies: "@types/node": ^20.19.0 || >=22.12.0 - "@vitejs/devtools": ^0.3.0 + "@vitejs/devtools": ^0.4.0 || ^0.5.0 esbuild: ^0.27.0 || ^0.28.0 jiti: ">=1.21.0" less: ^4.0.0 @@ -15547,7 +15569,7 @@ __metadata: optional: true bin: vite: bin/vite.js - checksum: 10/7278baa0723097a181566a46050f8218bb2c57c559cb68494709b6eb9a9eb332bfbc8fb3638857300eeaedbae37343e131e323da9ebda157e5f9ccfc48eefe02 + checksum: 10/65cd73267ea2fd49736e51e91681ddc5cbee3af880f20ce5c8df3d4c97d811a11e3ca62d3899fc8ac98ec442b5bc6f55a5d7625ac574ab68c7e3e541e543f264 languageName: node linkType: hard @@ -15673,22 +15695,12 @@ __metadata: languageName: node linkType: hard -"walker@npm:^1.0.8": - version: 1.0.8 - resolution: "walker@npm:1.0.8" - dependencies: - makeerror: "npm:1.0.12" - checksum: 10/ad7a257ea1e662e57ef2e018f97b3c02a7240ad5093c392186ce0bcf1f1a60bbadd520d073b9beb921ed99f64f065efb63dfc8eec689a80e569f93c1c5d5e16c - languageName: node - linkType: hard - -"watchpack@npm:2.5.1": - version: 2.5.1 - resolution: "watchpack@npm:2.5.1" +"watchpack@npm:2.5.2": + version: 2.5.2 + resolution: "watchpack@npm:2.5.2" dependencies: - glob-to-regexp: "npm:^0.4.1" graceful-fs: "npm:^4.1.2" - checksum: 10/9c9cdd4a9f9ae146b10d15387f383f52589e4cc27b324da6be8e7e3e755255b062a69dd7f00eef2ce67b2c01e546aae353456e74f8c1350bba00462cc6375549 + checksum: 10/203a41249b20521da0d86d9449510b66764440a189351eb3d2f84257bfddd4713ba984b7a1e1c1ef5938d987f7df37ee960ec0e2606a204d372f6366ea816e25 languageName: node linkType: hard @@ -15722,37 +15734,37 @@ __metadata: languageName: node linkType: hard -"webdriver@npm:9.29.1": - version: 9.29.1 - resolution: "webdriver@npm:9.29.1" +"webdriver@npm:9.31.7": + version: 9.31.7 + resolution: "webdriver@npm:9.31.7" dependencies: "@types/node": "npm:^20.1.0" "@types/ws": "npm:^8.5.3" - "@wdio/config": "npm:9.29.1" + "@wdio/config": "npm:9.31.7" "@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" + "@wdio/protocols": "npm:9.31.5" + "@wdio/types": "npm:9.31.2" + "@wdio/utils": "npm:9.31.7" + deepmerge-ts: "npm:^8.0.0" https-proxy-agent: "npm:^7.0.6" - undici: "npm:^6.21.3" - ws: "npm:^8.8.0" - checksum: 10/47149ef63bfb60b1f86982b1544bbe10948b4e351e247b93b589793a967500810b8af1a539e1fdb93a02f0f5ac0ffe2906f567032f5c3737e088636938b6867d + undici: "npm:^6.27.0" + ws: "npm:^8.21.0" + checksum: 10/14ade8bdd6fc6c54b927503e871878893f30a13e1cfe1a7c60e056abbe3dc4935de4e97d19d9dbe54f45492ebaf816e6ec4b6344e392af4713943c18d750faeb languageName: node linkType: hard -"webdriverio@npm:9.29.1, webdriverio@npm:^9.28.0": - version: 9.29.1 - resolution: "webdriverio@npm:9.29.1" +"webdriverio@npm:9.31.7, webdriverio@npm:^9.28.0": + version: 9.31.7 + resolution: "webdriverio@npm:9.31.7" dependencies: "@types/node": "npm:^20.11.30" "@types/sinonjs__fake-timers": "npm:^8.1.5" - "@wdio/config": "npm:9.29.1" + "@wdio/config": "npm:9.31.7" "@wdio/logger": "npm:9.29.1" - "@wdio/protocols": "npm:9.29.1" + "@wdio/protocols": "npm:9.31.5" "@wdio/repl": "npm:9.16.2" - "@wdio/types": "npm:9.29.1" - "@wdio/utils": "npm:9.29.1" + "@wdio/types": "npm:9.31.2" + "@wdio/utils": "npm:9.31.7" archiver: "npm:^7.0.1" aria-query: "npm:^5.3.0" cheerio: "npm:^1.0.0-rc.12" @@ -15769,13 +15781,13 @@ __metadata: rgb2hex: "npm:0.2.5" serialize-error: "npm:^12.0.0" urlpattern-polyfill: "npm:^10.0.0" - webdriver: "npm:9.29.1" + webdriver: "npm:9.31.7" peerDependencies: - puppeteer-core: ">=22.x || <=24.x" + puppeteer-core: ">=22.x <=24.x" peerDependenciesMeta: puppeteer-core: optional: true - checksum: 10/039b7ea3afc90b2c1feda36e13ce04f65aac833f2310577abcc34e5072507d561b0fc38c4efaa8e6bb1817d4c21b6fd13aab4c0f69e73020982e23f759feab68 + checksum: 10/107513ba07ba25b08eeb1ef4d3c6e1c5066a202ee51dd1ff4dd3f946a52db69bbcc41b78c34990ce97751db1268f77ce3e3e01917612e548c4a724bb68981ba5 languageName: node linkType: hard @@ -15889,13 +15901,6 @@ __metadata: languageName: node linkType: hard -"workerpool@npm:^6.5.1": - version: 6.5.1 - resolution: "workerpool@npm:6.5.1" - checksum: 10/b1b00139fe62f2ebec556a2af8085bf6e7502ad26cf2a4dcb34fb4408b2e68aa12c88b0a50cb463b24f2806d60fa491fc0da933b56ec3b53646aeec0025d14cb - languageName: node - linkType: hard - "workerpool@npm:^9.2.0": version: 9.3.4 resolution: "workerpool@npm:9.3.4" @@ -15975,9 +15980,9 @@ __metadata: languageName: node linkType: hard -"ws@npm:^8.18.0, ws@npm:^8.21.0, ws@npm:^8.8.0": - version: 8.21.0 - resolution: "ws@npm:8.21.0" +"ws@npm:^8.18.0, ws@npm:^8.21.0, ws@npm:^8.21.3": + version: 8.21.3 + resolution: "ws@npm:8.21.3" peerDependencies: bufferutil: ^4.0.1 utf-8-validate: ">=5.0.2" @@ -15986,7 +15991,7 @@ __metadata: optional: true utf-8-validate: optional: true - checksum: 10/088411956432c8f876158409d5a285cb9ad1382f593391f51d3a599bd0a5b277f876609ebd00fc3596321c4a4c9064d6fffe1ebad960e8ea7fd9ae25324f35c2 + checksum: 10/8856922c26fd2d106931c16310d9a0bc2d6d37ed8771352bfa0d2a36df0ab5cb1f6528c6db8213f3333cf4ce93925e56f13604df0454cb0d4289fef922bebcdd languageName: node linkType: hard @@ -16048,13 +16053,6 @@ __metadata: languageName: node linkType: hard -"yargs-parser@npm:^20.2.2, yargs-parser@npm:^20.2.9": - version: 20.2.9 - resolution: "yargs-parser@npm:20.2.9" - checksum: 10/0188f430a0f496551d09df6719a9132a3469e47fe2747208b1dd0ab2bb0c512a95d0b081628bbca5400fb20dbf2fabe63d22badb346cecadffdd948b049f3fcc - languageName: node - linkType: hard - "yargs-parser@npm:^21.1.1": version: 21.1.1 resolution: "yargs-parser@npm:21.1.1" @@ -16081,32 +16079,17 @@ __metadata: languageName: node linkType: hard -"yargs@npm:18.0.0, yargs@npm:^18.0.0": - version: 18.0.0 - resolution: "yargs@npm:18.0.0" +"yargs@npm:18.1.0, yargs@npm:^18.0.0": + version: 18.1.0 + resolution: "yargs@npm:18.1.0" dependencies: cliui: "npm:^9.0.1" escalade: "npm:^3.1.1" get-caller-file: "npm:^2.0.5" - string-width: "npm:^7.2.0" + string-width: "npm:^8.2.1" y18n: "npm:^5.0.5" yargs-parser: "npm:^22.0.0" - checksum: 10/5af36234871390386b31cac99f00e79fcbc2ead858a61b30a8ca381c5fde5df8af0b407c36b000d3f774bcbe4aec5833f2f1c915f6ddc49ce97b78176b651801 - languageName: node - linkType: hard - -"yargs@npm:^16.2.0": - version: 16.2.0 - resolution: "yargs@npm:16.2.0" - dependencies: - cliui: "npm:^7.0.2" - escalade: "npm:^3.1.1" - get-caller-file: "npm:^2.0.5" - require-directory: "npm:^2.1.1" - string-width: "npm:^4.2.0" - y18n: "npm:^5.0.5" - yargs-parser: "npm:^20.2.2" - checksum: 10/807fa21211d2117135d557f95fcd3c3d390530cda2eca0c840f1d95f0f40209dcfeb5ec18c785a1f3425896e623e3b2681e8bb7b6600060eda1c3f4804e7957e + checksum: 10/b26d477c3f62b0a031d8f3fea16325e286375e6039e5fca5efb1ec1d64eab3cfe136edb2887e4f2e2c9a5e004d0eca735079ea0be4ca34273c6e949639c6177b languageName: node linkType: hard @@ -16193,10 +16176,10 @@ __metadata: languageName: node linkType: hard -"zod@npm:4.4.2": - version: 4.4.2 - resolution: "zod@npm:4.4.2" - checksum: 10/f3da704d9fc18afe95172a3a2d2b6971c1113cd26f16abbbdb4edcd04db062f89329f2e8a2b59f9b05aabb5ee47cd2c861219a4e8c06b435faf3473a2344e3db +"zod@npm:4.4.3": + version: 4.4.3 + resolution: "zod@npm:4.4.3" + checksum: 10/804b9a42aa8f35f2b3c5a8dff906291cb749115f83ee2afe3576d70b5b5c53c965365c7f4967690647a9c54af9838ff232a85ff9577a0a36c44b68bc6cdefe36 languageName: node linkType: hard @@ -16207,10 +16190,10 @@ __metadata: languageName: node linkType: hard -"zod@npm:^3.25 || ^4.0, zod@npm:^4.1.11": - version: 4.4.3 - resolution: "zod@npm:4.4.3" - checksum: 10/804b9a42aa8f35f2b3c5a8dff906291cb749115f83ee2afe3576d70b5b5c53c965365c7f4967690647a9c54af9838ff232a85ff9577a0a36c44b68bc6cdefe36 +"zod@npm:^3.25 || ^4.0, zod@npm:^4.4.3": + version: 4.5.4 + resolution: "zod@npm:4.5.4" + checksum: 10/b2fd4aaf358359650a1f27f303a462f0f49b4e5582f517ad8894ed566fdceb9da391b59babffe3c70574c8064174883735657eb28e12db5c7021455a631866c4 languageName: node linkType: hard