diff --git a/material.angular.io/package.json b/material.angular.io/package.json index 56f877bd3160..d5c72778b378 100644 --- a/material.angular.io/package.json +++ b/material.angular.io/package.json @@ -32,49 +32,49 @@ "npm": "Please use yarn instead of NPM to install dependencies" }, "dependencies": { - "@angular/animations": "^19.2.0", - "@angular/cdk": "^19.2.0", - "@angular/cdk-experimental": "^19.2.0", - "@angular/common": "^19.2.0", - "@angular/compiler": "^19.2.0", - "@angular/components-examples": "https://github.com/angular/material2-docs-content.git#a0bebbbc81c854b002de1b9329d7647fde7d03f2", - "@angular/core": "^19.2.0", - "@angular/forms": "^19.2.0", - "@angular/google-maps": "^19.2.0", - "@angular/localize": "^19.2.0", - "@angular/material": "^19.2.0", - "@angular/material-experimental": "^19.2.0", - "@angular/material-moment-adapter": "^19.2.0", - "@angular/platform-browser": "^19.2.0", - "@angular/platform-browser-dynamic": "^19.2.0", - "@angular/router": "^19.2.0", - "@angular/ssr": "^19.2.0", - "@angular/youtube-player": "^19.2.0", + "@angular/animations": "^20.0.0-next.0", + "@angular/cdk": "^20.0.0-next.0", + "@angular/cdk-experimental": "^20.0.0-next.0", + "@angular/common": "^20.0.0-next.0", + "@angular/compiler": "^20.0.0-next.0", + "@angular/components-examples": "https://github.com/angular/material2-docs-content.git#48e6a2c4281e5ef36f8ef20532ec0aa1825608d7", + "@angular/core": "^20.0.0-next.0", + "@angular/forms": "^20.0.0-next.0", + "@angular/google-maps": "^20.0.0-next.0", + "@angular/localize": "^20.0.0-next.0", + "@angular/material": "^20.0.0-next.0", + "@angular/material-experimental": "^20.0.0-next.0", + "@angular/material-moment-adapter": "^20.0.0-next.0", + "@angular/platform-browser": "^20.0.0-next.0", + "@angular/platform-browser-dynamic": "^20.0.0-next.0", + "@angular/router": "^20.0.0-next.0", + "@angular/ssr": "^20.0.0-next.0", + "@angular/youtube-player": "^20.0.0-next.0", "@stackblitz/sdk": "^1.5.2", "moment": "^2.29.1", "path-normalize": "^6.0.13", "rxjs": "^7.8.1", "tslib": "^2.3.0", - "zone.js": "~0.14.10" + "zone.js": "~0.15.0" }, "devDependencies": { - "@angular-devkit/architect": "^0.1902.0", - "@angular-devkit/architect-cli": "^0.1902.0", - "@angular-devkit/build-angular": "^19.2.0", + "@angular-devkit/architect": "^0.2000.0-next.0", + "@angular-devkit/architect-cli": "^0.2000.0-next.0", + "@angular-devkit/build-angular": "^20.0.0-next.0", "@angular-eslint/builder": "^14.0.0", "@angular-eslint/eslint-plugin": "^14.0.0", "@angular-eslint/eslint-plugin-template": "^14.0.0", "@angular-eslint/template-parser": "^14.0.0", - "@angular/cli": "^19.2.0", - "@angular/compiler-cli": "^19.2.0", + "@angular/cli": "^20.0.0-next.0", + "@angular/compiler-cli": "^20.0.0-next.0", "@bazel/bazelisk": "^1.12.1", "@stylistic/eslint-plugin": "^2.6.2", "@types/imagemin": "^7.0.0", "@types/jasmine": "^3.7.7", "@types/node": "^18.11.9", "@types/shelljs": "~0.8.8", - "@typescript-eslint/eslint-plugin": "^8.25.0", - "@typescript-eslint/parser": "^8.25.0", + "@typescript-eslint/eslint-plugin": "^8.26.0", + "@typescript-eslint/parser": "^8.26.0", "eslint": "^8.56.0", "eslint-plugin-ban": "^1.5.2", "eslint-plugin-import": "^2.22.1", diff --git a/material.angular.io/pnpm-lock.yaml b/material.angular.io/pnpm-lock.yaml index a9de2bc29401..7aee0ae5e28e 100644 --- a/material.angular.io/pnpm-lock.yaml +++ b/material.angular.io/pnpm-lock.yaml @@ -6,59 +6,59 @@ settings: dependencies: '@angular/animations': - specifier: ^19.2.0 - version: 19.2.0(@angular/core@19.2.0) + specifier: ^20.0.0-next.0 + version: 20.0.0-next.1(@angular/core@20.0.0-next.1) '@angular/cdk': - specifier: ^19.2.0 - version: 19.2.1(@angular/common@19.2.0)(@angular/core@19.2.0)(rxjs@7.8.1) + specifier: ^20.0.0-next.0 + version: 20.0.0-next.0(@angular/common@20.0.0-next.1)(@angular/core@20.0.0-next.1)(rxjs@7.8.1) '@angular/cdk-experimental': - specifier: ^19.2.0 - version: 19.2.1(@angular/cdk@19.2.1)(@angular/core@19.2.0) + specifier: ^20.0.0-next.0 + version: 20.0.0-next.0(@angular/cdk@20.0.0-next.0)(@angular/core@20.0.0-next.1) '@angular/common': - specifier: ^19.2.0 - version: 19.2.0(@angular/core@19.2.0)(rxjs@7.8.1) + specifier: ^20.0.0-next.0 + version: 20.0.0-next.1(@angular/core@20.0.0-next.1)(rxjs@7.8.1) '@angular/compiler': - specifier: ^19.2.0 - version: 19.2.0(@angular/core@19.2.0) + specifier: ^20.0.0-next.0 + version: 20.0.0-next.1(@angular/core@20.0.0-next.1) '@angular/components-examples': - specifier: https://github.com/angular/material2-docs-content.git#a0bebbbc81c854b002de1b9329d7647fde7d03f2 - version: github.com/angular/material2-docs-content/a0bebbbc81c854b002de1b9329d7647fde7d03f2(@angular/cdk-experimental@19.2.1)(@angular/cdk@19.2.1)(@angular/common@19.2.0)(@angular/core@19.2.0)(@angular/material-date-fns-adapter@19.2.0-next.4)(@angular/material-experimental@19.2.1)(@angular/material-luxon-adapter@19.2.0-next.4)(@angular/material-moment-adapter@19.2.1)(@angular/material@19.2.1) + specifier: https://github.com/angular/material2-docs-content.git#48e6a2c4281e5ef36f8ef20532ec0aa1825608d7 + version: github.com/angular/material2-docs-content/48e6a2c4281e5ef36f8ef20532ec0aa1825608d7(@angular/cdk-experimental@20.0.0-next.0)(@angular/cdk@20.0.0-next.0)(@angular/common@20.0.0-next.1)(@angular/core@20.0.0-next.1)(@angular/material-date-fns-adapter@20.0.0-next.0)(@angular/material-experimental@20.0.0-next.0)(@angular/material-luxon-adapter@20.0.0-next.0)(@angular/material-moment-adapter@20.0.0-next.0)(@angular/material@20.0.0-next.0) '@angular/core': - specifier: ^19.2.0 - version: 19.2.0(rxjs@7.8.1)(zone.js@0.14.10) + specifier: ^20.0.0-next.0 + version: 20.0.0-next.1(@angular/compiler@20.0.0-next.1)(rxjs@7.8.1)(zone.js@0.15.0) '@angular/forms': - specifier: ^19.2.0 - version: 19.2.0(@angular/common@19.2.0)(@angular/core@19.2.0)(@angular/platform-browser@19.2.0)(rxjs@7.8.1) + specifier: ^20.0.0-next.0 + version: 20.0.0-next.1(@angular/common@20.0.0-next.1)(@angular/core@20.0.0-next.1)(@angular/platform-browser@20.0.0-next.1)(rxjs@7.8.1) '@angular/google-maps': - specifier: ^19.2.0 - version: 19.2.1(@angular/common@19.2.0)(@angular/core@19.2.0)(rxjs@7.8.1) + specifier: ^20.0.0-next.0 + version: 20.0.0-next.0(@angular/common@20.0.0-next.1)(@angular/core@20.0.0-next.1)(rxjs@7.8.1) '@angular/localize': - specifier: ^19.2.0 - version: 19.2.0(@angular/compiler-cli@19.2.0)(@angular/compiler@19.2.0) + specifier: ^20.0.0-next.0 + version: 20.0.0-next.1(@angular/compiler-cli@20.0.0-next.1)(@angular/compiler@20.0.0-next.1) '@angular/material': - specifier: ^19.2.0 - version: 19.2.1(@angular/cdk@19.2.1)(@angular/common@19.2.0)(@angular/core@19.2.0)(@angular/forms@19.2.0)(@angular/platform-browser@19.2.0)(rxjs@7.8.1) + specifier: ^20.0.0-next.0 + version: 20.0.0-next.0(@angular/cdk@20.0.0-next.0)(@angular/common@20.0.0-next.1)(@angular/core@20.0.0-next.1)(@angular/forms@20.0.0-next.1)(@angular/platform-browser@20.0.0-next.1)(rxjs@7.8.1) '@angular/material-experimental': - specifier: ^19.2.0 - version: 19.2.1(@angular/cdk@19.2.1)(@angular/common@19.2.0)(@angular/core@19.2.0)(@angular/forms@19.2.0)(@angular/material@19.2.1)(@angular/platform-browser@19.2.0) + specifier: ^20.0.0-next.0 + version: 20.0.0-next.0(@angular/cdk@20.0.0-next.0)(@angular/common@20.0.0-next.1)(@angular/core@20.0.0-next.1)(@angular/forms@20.0.0-next.1)(@angular/material@20.0.0-next.0)(@angular/platform-browser@20.0.0-next.1) '@angular/material-moment-adapter': - specifier: ^19.2.0 - version: 19.2.1(@angular/core@19.2.0)(@angular/material@19.2.1)(moment@2.30.1) + specifier: ^20.0.0-next.0 + version: 20.0.0-next.0(@angular/core@20.0.0-next.1)(@angular/material@20.0.0-next.0)(moment@2.30.1) '@angular/platform-browser': - specifier: ^19.2.0 - version: 19.2.0(@angular/animations@19.2.0)(@angular/common@19.2.0)(@angular/core@19.2.0) + specifier: ^20.0.0-next.0 + version: 20.0.0-next.1(@angular/animations@20.0.0-next.1)(@angular/common@20.0.0-next.1)(@angular/core@20.0.0-next.1) '@angular/platform-browser-dynamic': - specifier: ^19.2.0 - version: 19.2.0(@angular/common@19.2.0)(@angular/compiler@19.2.0)(@angular/core@19.2.0)(@angular/platform-browser@19.2.0) + specifier: ^20.0.0-next.0 + version: 20.0.0-next.1(@angular/common@20.0.0-next.1)(@angular/compiler@20.0.0-next.1)(@angular/core@20.0.0-next.1)(@angular/platform-browser@20.0.0-next.1) '@angular/router': - specifier: ^19.2.0 - version: 19.2.0(@angular/common@19.2.0)(@angular/core@19.2.0)(@angular/platform-browser@19.2.0)(rxjs@7.8.1) + specifier: ^20.0.0-next.0 + version: 20.0.0-next.1(@angular/common@20.0.0-next.1)(@angular/core@20.0.0-next.1)(@angular/platform-browser@20.0.0-next.1)(rxjs@7.8.1) '@angular/ssr': - specifier: ^19.2.0 - version: 19.2.0(@angular/common@19.2.0)(@angular/core@19.2.0)(@angular/router@19.2.0) + specifier: ^20.0.0-next.0 + version: 20.0.0-next.0(@angular/common@20.0.0-next.1)(@angular/core@20.0.0-next.1)(@angular/router@20.0.0-next.1) '@angular/youtube-player': - specifier: ^19.2.0 - version: 19.2.1(@angular/common@19.2.0)(@angular/core@19.2.0)(rxjs@7.8.1) + specifier: ^20.0.0-next.0 + version: 20.0.0-next.0(@angular/common@20.0.0-next.1)(@angular/core@20.0.0-next.1)(rxjs@7.8.1) '@stackblitz/sdk': specifier: ^1.5.2 version: 1.11.0 @@ -75,19 +75,19 @@ dependencies: specifier: ^2.3.0 version: 2.6.3 zone.js: - specifier: ~0.14.10 - version: 0.14.10 + specifier: ~0.15.0 + version: 0.15.0 devDependencies: '@angular-devkit/architect': - specifier: ^0.1902.0 - version: 0.1902.0 + specifier: ^0.2000.0-next.0 + version: 0.2000.0-next.0 '@angular-devkit/architect-cli': - specifier: ^0.1902.0 - version: 0.1902.0 + specifier: ^0.2000.0-next.0 + version: 0.2000.0-next.0 '@angular-devkit/build-angular': - specifier: ^19.2.0 - version: 19.2.0(@angular/compiler-cli@19.2.0)(@angular/compiler@19.2.0)(@angular/localize@19.2.0)(@angular/ssr@19.2.0)(@types/node@18.19.78)(karma@6.4.4)(protractor@7.0.0)(typescript@5.8.2)(vite@6.1.0) + specifier: ^20.0.0-next.0 + version: 20.0.0-next.0(@angular/compiler-cli@20.0.0-next.1)(@angular/compiler@20.0.0-next.1)(@angular/localize@20.0.0-next.1)(@angular/ssr@20.0.0-next.0)(@types/node@18.19.78)(karma@6.4.4)(protractor@7.0.0)(typescript@5.8.2)(vite@6.2.0) '@angular-eslint/builder': specifier: ^14.0.0 version: 14.4.0(eslint@8.57.0)(typescript@5.8.2) @@ -101,11 +101,11 @@ devDependencies: specifier: ^14.0.0 version: 14.4.0(eslint@8.57.0)(typescript@5.8.2) '@angular/cli': - specifier: ^19.2.0 - version: 19.2.0(@types/node@18.19.78) + specifier: ^20.0.0-next.0 + version: 20.0.0-next.0(@types/node@18.19.78) '@angular/compiler-cli': - specifier: ^19.2.0 - version: 19.2.0(@angular/compiler@19.2.0)(typescript@5.8.2) + specifier: ^20.0.0-next.0 + version: 20.0.0-next.1(@angular/compiler@20.0.0-next.1)(typescript@5.8.2) '@bazel/bazelisk': specifier: ^1.12.1 version: 1.19.0 @@ -125,11 +125,11 @@ devDependencies: specifier: ~0.8.8 version: 0.8.15 '@typescript-eslint/eslint-plugin': - specifier: ^8.25.0 - version: 8.25.0(@typescript-eslint/parser@8.25.0)(eslint@8.57.0)(typescript@5.8.2) + specifier: ^8.26.0 + version: 8.26.0(@typescript-eslint/parser@8.26.0)(eslint@8.57.0)(typescript@5.8.2) '@typescript-eslint/parser': - specifier: ^8.25.0 - version: 8.25.0(eslint@8.57.0)(typescript@5.8.2) + specifier: ^8.26.0 + version: 8.26.0(eslint@8.57.0)(typescript@5.8.2) eslint: specifier: ^8.56.0 version: 8.57.0 @@ -138,7 +138,7 @@ devDependencies: version: 1.6.0 eslint-plugin-import: specifier: ^2.22.1 - version: 2.29.1(@typescript-eslint/parser@8.25.0)(eslint@8.57.0) + version: 2.29.1(@typescript-eslint/parser@8.26.0)(eslint@8.57.0) eslint-plugin-jsdoc: specifier: ^48.2.1 version: 48.11.0(eslint@8.57.0) @@ -226,13 +226,13 @@ packages: '@jridgewell/gen-mapping': 0.3.5 '@jridgewell/trace-mapping': 0.3.25 - /@angular-devkit/architect-cli@0.1902.0: - resolution: {integrity: sha512-IFy/mQma856dzmDjKDmDgFUU0VdNJXIFdHaEh63K/58G2p0HQsVASA4NTx60A4+M+w8NWhgV+XwdYvoZUFD9zw==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + /@angular-devkit/architect-cli@0.2000.0-next.0: + resolution: {integrity: sha512-YYOmbp3vpYG2SxuDzitTTkYwPbxOpmy3Wf5+OChEm4XR6nixEmk7hOFIjTsZ5a9hOeqtaoA7thvO5HofpdGJtQ==} + engines: {node: ^20.11.1 || >=22.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} hasBin: true dependencies: - '@angular-devkit/architect': 0.1902.0 - '@angular-devkit/core': 19.2.0 + '@angular-devkit/architect': 0.2000.0-next.0 + '@angular-devkit/core': 20.0.0-next.0 ansi-colors: 4.1.3 progress: 2.0.3 symbol-observable: 4.0.0 @@ -241,31 +241,31 @@ packages: - chokidar dev: true - /@angular-devkit/architect@0.1902.0: - resolution: {integrity: sha512-F/3O38QOYCwNqECNQauKb56GYdST9SrRSiqTNc5xpnUL//A09kaucmKSZ2VJAVY7K/rktSQn5viiQ3rTJLiZgA==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + /@angular-devkit/architect@0.2000.0-next.0: + resolution: {integrity: sha512-1G1Kx3xauekxJ0L1JyULl8hEvEY4SebNihSaiVwAhx5sLXUOZt3MMfR0JWRMrnU92CVG7p/n6W9NcpZicIKvcA==} + engines: {node: ^20.11.1 || >=22.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} dependencies: - '@angular-devkit/core': 19.2.0 - rxjs: 7.8.1 + '@angular-devkit/core': 20.0.0-next.0 + rxjs: 7.8.2 transitivePeerDependencies: - chokidar dev: true - /@angular-devkit/build-angular@19.2.0(@angular/compiler-cli@19.2.0)(@angular/compiler@19.2.0)(@angular/localize@19.2.0)(@angular/ssr@19.2.0)(@types/node@18.19.78)(karma@6.4.4)(protractor@7.0.0)(typescript@5.8.2)(vite@6.1.0): - resolution: {integrity: sha512-chPiwTKQPYQn34MZ+5spTCSVSY5vha9C5UKPHsEFNiNT0Iw1mQRJkFvDyq9WZnoc4B0w5KRIiR08EjOTNHj/1w==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + /@angular-devkit/build-angular@20.0.0-next.0(@angular/compiler-cli@20.0.0-next.1)(@angular/compiler@20.0.0-next.1)(@angular/localize@20.0.0-next.1)(@angular/ssr@20.0.0-next.0)(@types/node@18.19.78)(karma@6.4.4)(protractor@7.0.0)(typescript@5.8.2)(vite@6.2.0): + resolution: {integrity: sha512-Yoi4+fWhl5NyCAIp+XYo+roaHvZWIeCIf60cl7h4QqK8Q83JPVTFB/iDL4RGRp8vCrTTbYbXFfBqD0E6eg6DPw==} + engines: {node: ^20.11.1 || >=22.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} peerDependencies: - '@angular/compiler-cli': ^19.0.0 || ^19.2.0-next.0 - '@angular/localize': ^19.0.0 || ^19.2.0-next.0 - '@angular/platform-server': ^19.0.0 || ^19.2.0-next.0 - '@angular/service-worker': ^19.0.0 || ^19.2.0-next.0 - '@angular/ssr': ^19.2.0 + '@angular/compiler-cli': ^20.0.0 || ^20.0.0-next.0 + '@angular/localize': ^20.0.0 || ^20.0.0-next.0 + '@angular/platform-server': ^20.0.0 || ^20.0.0-next.0 + '@angular/service-worker': ^20.0.0 || ^20.0.0-next.0 + '@angular/ssr': ^20.0.0-next.0 '@web/test-runner': ^0.20.0 browser-sync: ^3.0.2 jest: ^29.5.0 jest-environment-jsdom: ^29.5.0 karma: ^6.3.0 - ng-packagr: ^19.0.0 || ^19.2.0-next.0 + ng-packagr: ^20.0.0 || ^20.0.0-next.0 protractor: ^7.0.0 tailwindcss: ^2.0.0 || ^3.0.0 || ^4.0.0 typescript: '>=5.5 <5.9' @@ -296,13 +296,13 @@ packages: optional: true dependencies: '@ampproject/remapping': 2.3.0 - '@angular-devkit/architect': 0.1902.0 - '@angular-devkit/build-webpack': 0.1902.0(webpack-dev-server@5.2.0)(webpack@5.98.0) - '@angular-devkit/core': 19.2.0 - '@angular/build': 19.2.0(@angular/compiler-cli@19.2.0)(@angular/compiler@19.2.0)(@angular/localize@19.2.0)(@angular/ssr@19.2.0)(@types/node@18.19.78)(karma@6.4.4)(less@4.2.2)(postcss@8.5.2)(terser@5.39.0)(typescript@5.8.2) - '@angular/compiler-cli': 19.2.0(@angular/compiler@19.2.0)(typescript@5.8.2) - '@angular/localize': 19.2.0(@angular/compiler-cli@19.2.0)(@angular/compiler@19.2.0) - '@angular/ssr': 19.2.0(@angular/common@19.2.0)(@angular/core@19.2.0)(@angular/router@19.2.0) + '@angular-devkit/architect': 0.2000.0-next.0 + '@angular-devkit/build-webpack': 0.2000.0-next.0(webpack-dev-server@5.2.0)(webpack@5.98.0) + '@angular-devkit/core': 20.0.0-next.0 + '@angular/build': 20.0.0-next.0(@angular/compiler-cli@20.0.0-next.1)(@angular/compiler@20.0.0-next.1)(@angular/localize@20.0.0-next.1)(@angular/ssr@20.0.0-next.0)(@types/node@18.19.78)(karma@6.4.4)(less@4.2.2)(postcss@8.5.3)(terser@5.39.0)(typescript@5.8.2) + '@angular/compiler-cli': 20.0.0-next.1(@angular/compiler@20.0.0-next.1)(typescript@5.8.2) + '@angular/localize': 20.0.0-next.1(@angular/compiler-cli@20.0.0-next.1)(@angular/compiler@20.0.0-next.1) + '@angular/ssr': 20.0.0-next.0(@angular/common@20.0.0-next.1)(@angular/core@20.0.0-next.1)(@angular/router@20.0.0-next.1) '@babel/core': 7.26.9 '@babel/generator': 7.26.9 '@babel/helper-annotate-as-pure': 7.25.9 @@ -313,13 +313,13 @@ packages: '@babel/preset-env': 7.26.9(@babel/core@7.26.9) '@babel/runtime': 7.26.9 '@discoveryjs/json-ext': 0.6.3 - '@ngtools/webpack': 19.2.0(@angular/compiler-cli@19.2.0)(typescript@5.8.2)(webpack@5.98.0) - '@vitejs/plugin-basic-ssl': 1.2.0(vite@6.1.0) + '@ngtools/webpack': 20.0.0-next.0(@angular/compiler-cli@20.0.0-next.1)(typescript@5.8.2)(webpack@5.98.0) + '@vitejs/plugin-basic-ssl': 2.0.0(vite@6.2.0) ansi-colors: 4.1.3 - autoprefixer: 10.4.20(postcss@8.5.2) - babel-loader: 9.2.1(@babel/core@7.26.9)(webpack@5.98.0) + autoprefixer: 10.4.20(postcss@8.5.3) + babel-loader: 10.0.0(@babel/core@7.26.9)(webpack@5.98.0) browserslist: 4.24.4 - copy-webpack-plugin: 12.0.2(webpack@5.98.0) + copy-webpack-plugin: 13.0.0(webpack@5.98.0) css-loader: 7.1.2(webpack@5.98.0) esbuild-wasm: 0.25.0 fast-glob: 3.3.3 @@ -337,13 +337,13 @@ packages: ora: 5.4.1 picomatch: 4.0.2 piscina: 4.8.0 - postcss: 8.5.2 - postcss-loader: 8.1.1(postcss@8.5.2)(typescript@5.8.2)(webpack@5.98.0) + postcss: 8.5.3 + postcss-loader: 8.1.1(postcss@8.5.3)(typescript@5.8.2)(webpack@5.98.0) protractor: 7.0.0 resolve-url-loader: 5.0.0 - rxjs: 7.8.1 - sass: 1.85.0 - sass-loader: 16.0.5(sass@1.85.0)(webpack@5.98.0) + rxjs: 7.8.2 + sass: 1.85.1 + sass-loader: 16.0.5(sass@1.85.1)(webpack@5.98.0) semver: 7.7.1 source-map-loader: 5.0.0(webpack@5.98.0) source-map-support: 0.5.21 @@ -382,24 +382,24 @@ packages: - yaml dev: true - /@angular-devkit/build-webpack@0.1902.0(webpack-dev-server@5.2.0)(webpack@5.98.0): - resolution: {integrity: sha512-SZsesHqrFRRUHXo4NZ1yZ+RsH/hGMVFoWb65pk+POSJYR4W6nm4pO0B2Uww2FWzv1MFfqYBOig/rBqhMB+yJ7Q==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + /@angular-devkit/build-webpack@0.2000.0-next.0(webpack-dev-server@5.2.0)(webpack@5.98.0): + resolution: {integrity: sha512-OxE7F81bi4raByPP7ac3XpxrWqoMFKWAvVsspdckDsnkqIvtcp8b6XNLw70MNo0ZNUkVpyyEyetp3CyKajZVqQ==} + engines: {node: ^20.11.1 || >=22.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} peerDependencies: webpack: ^5.30.0 webpack-dev-server: ^5.0.2 dependencies: - '@angular-devkit/architect': 0.1902.0 - rxjs: 7.8.1 + '@angular-devkit/architect': 0.2000.0-next.0 + rxjs: 7.8.2 webpack: 5.98.0(esbuild@0.25.0) webpack-dev-server: 5.2.0(webpack@5.98.0) transitivePeerDependencies: - chokidar dev: true - /@angular-devkit/core@19.2.0: - resolution: {integrity: sha512-qd2nYoHZOYWRsu4MjXG8KiDtfM9ZDRR2rDGa+rDZ3CYAsngCrPmqOebun10dncUjwAidX49P4S2U2elOmX3VYQ==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + /@angular-devkit/core@20.0.0-next.0: + resolution: {integrity: sha512-AFZxr7n02z+Gq+FJy4YMvdQfZZrmdegpTflkKXNBfQZaLOfXkJ0k1TsXaAlA8ttawHBSDpXK0o4cqL05NL0Euw==} + engines: {node: ^20.11.1 || >=22.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} peerDependencies: chokidar: ^4.0.0 peerDependenciesMeta: @@ -410,19 +410,19 @@ packages: ajv-formats: 3.0.1(ajv@8.17.1) jsonc-parser: 3.3.1 picomatch: 4.0.2 - rxjs: 7.8.1 + rxjs: 7.8.2 source-map: 0.7.4 dev: true - /@angular-devkit/schematics@19.2.0: - resolution: {integrity: sha512-cGGqUGqBXIGJkeL65l70y0BflDAu/0Zi/ohbYat3hvadFfumRJnVElVfJ59JtWO7FfKQjxcwCVTyuQ/tevX/9A==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + /@angular-devkit/schematics@20.0.0-next.0: + resolution: {integrity: sha512-73NyW0AI+dx3yvstZcoaDlzUsk6MJ1h65Pej0qtXnmkhcXfcI2OJzyBSZ7Vjqz0pwqqoq2vlwx9OvZ4zdKTmJw==} + engines: {node: ^20.11.1 || >=22.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} dependencies: - '@angular-devkit/core': 19.2.0 + '@angular-devkit/core': 20.0.0-next.0 jsonc-parser: 3.3.1 magic-string: 0.30.17 ora: 5.4.1 - rxjs: 7.8.1 + rxjs: 7.8.2 transitivePeerDependencies: - chokidar dev: true @@ -499,28 +499,28 @@ packages: - supports-color dev: true - /@angular/animations@19.2.0(@angular/core@19.2.0): - resolution: {integrity: sha512-GJDwtZ+7XmAAbzCbPSJrR1iMs2l16VoA7myeVl6n5k/KsZywqb4KhPmjzLKpQlAFP0NRjg1LbHc2Fsus7/Ydag==} + /@angular/animations@20.0.0-next.1(@angular/core@20.0.0-next.1): + resolution: {integrity: sha512-gdQmIX1QIeTavYipty612eWNvhkBITKkvgnk34rZ2anDOJeCL+7HimHy4bOhj0oeRx2c+WGcrFLYMK4jOf5JYA==} engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} peerDependencies: - '@angular/core': 19.2.0 + '@angular/core': 20.0.0-next.1 dependencies: - '@angular/core': 19.2.0(rxjs@7.8.1)(zone.js@0.14.10) + '@angular/core': 20.0.0-next.1(@angular/compiler@20.0.0-next.1)(rxjs@7.8.1)(zone.js@0.15.0) tslib: 2.8.1 - /@angular/build@19.2.0(@angular/compiler-cli@19.2.0)(@angular/compiler@19.2.0)(@angular/localize@19.2.0)(@angular/ssr@19.2.0)(@types/node@18.19.78)(karma@6.4.4)(less@4.2.2)(postcss@8.5.2)(terser@5.39.0)(typescript@5.8.2): - resolution: {integrity: sha512-IdTA9SvYReNcANm0tMgEtsx8qdIqKZYoF2xPZw2YDh6TeBWZK8VwoWtpXzkOBWedf9vgcrT7y0Y8gB11pgEP6g==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + /@angular/build@20.0.0-next.0(@angular/compiler-cli@20.0.0-next.1)(@angular/compiler@20.0.0-next.1)(@angular/localize@20.0.0-next.1)(@angular/ssr@20.0.0-next.0)(@types/node@18.19.78)(karma@6.4.4)(less@4.2.2)(postcss@8.5.3)(terser@5.39.0)(typescript@5.8.2): + resolution: {integrity: sha512-8Cu4smOcsxC+/jecUkS7W5sdiD1XTby7KA3Fi77KpBJAjNLNMHVFh/zZkALVYoG/Uyy7wcQAg/3yo6/7g0WDkA==} + engines: {node: ^20.11.1 || >=22.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} peerDependencies: - '@angular/compiler': ^19.0.0 || ^19.2.0-next.0 - '@angular/compiler-cli': ^19.0.0 || ^19.2.0-next.0 - '@angular/localize': ^19.0.0 || ^19.2.0-next.0 - '@angular/platform-server': ^19.0.0 || ^19.2.0-next.0 - '@angular/service-worker': ^19.0.0 || ^19.2.0-next.0 - '@angular/ssr': ^19.2.0 + '@angular/compiler': ^20.0.0 || ^20.0.0-next.0 + '@angular/compiler-cli': ^20.0.0 || ^20.0.0-next.0 + '@angular/localize': ^20.0.0 || ^20.0.0-next.0 + '@angular/platform-server': ^20.0.0 || ^20.0.0-next.0 + '@angular/service-worker': ^20.0.0 || ^20.0.0-next.0 + '@angular/ssr': ^20.0.0-next.0 karma: ^6.4.0 less: ^4.2.0 - ng-packagr: ^19.0.0 || ^19.2.0-next.0 + ng-packagr: ^20.0.0 || ^20.0.0-next.0 postcss: ^8.4.0 tailwindcss: ^2.0.0 || ^3.0.0 || ^4.0.0 typescript: '>=5.5 <5.9' @@ -545,21 +545,20 @@ packages: optional: true dependencies: '@ampproject/remapping': 2.3.0 - '@angular-devkit/architect': 0.1902.0 - '@angular/compiler': 19.2.0(@angular/core@19.2.0) - '@angular/compiler-cli': 19.2.0(@angular/compiler@19.2.0)(typescript@5.8.2) - '@angular/localize': 19.2.0(@angular/compiler-cli@19.2.0)(@angular/compiler@19.2.0) - '@angular/ssr': 19.2.0(@angular/common@19.2.0)(@angular/core@19.2.0)(@angular/router@19.2.0) + '@angular-devkit/architect': 0.2000.0-next.0 + '@angular/compiler': 20.0.0-next.1(@angular/core@20.0.0-next.1) + '@angular/compiler-cli': 20.0.0-next.1(@angular/compiler@20.0.0-next.1)(typescript@5.8.2) + '@angular/localize': 20.0.0-next.1(@angular/compiler-cli@20.0.0-next.1)(@angular/compiler@20.0.0-next.1) + '@angular/ssr': 20.0.0-next.0(@angular/common@20.0.0-next.1)(@angular/core@20.0.0-next.1)(@angular/router@20.0.0-next.1) '@babel/core': 7.26.9 '@babel/helper-annotate-as-pure': 7.25.9 '@babel/helper-split-export-declaration': 7.24.7 '@babel/plugin-syntax-import-attributes': 7.26.0(@babel/core@7.26.9) '@inquirer/confirm': 5.1.6(@types/node@18.19.78) - '@vitejs/plugin-basic-ssl': 1.2.0(vite@6.1.0) + '@vitejs/plugin-basic-ssl': 2.0.0(vite@6.2.0) beasties: 0.2.0 browserslist: 4.24.4 esbuild: 0.25.0 - fast-glob: 3.3.3 https-proxy-agent: 7.0.6 istanbul-lib-instrument: 6.0.3 karma: 6.4.4 @@ -570,13 +569,14 @@ packages: parse5-html-rewriting-stream: 7.0.0 picomatch: 4.0.2 piscina: 4.8.0 - postcss: 8.5.2 - rollup: 4.34.8 - sass: 1.85.0 + postcss: 8.5.3 + rollup: 4.34.9 + sass: 1.85.1 semver: 7.7.1 source-map-support: 0.5.21 + tinyglobby: 0.2.12 typescript: 5.8.2 - vite: 6.1.0(@types/node@18.19.78)(less@4.2.2)(sass@1.85.0)(terser@5.39.0) + vite: 6.2.0(@types/node@18.19.78)(less@4.2.2)(sass@1.85.1)(terser@5.39.0) watchpack: 2.4.2 optionalDependencies: lmdb: 3.2.6 @@ -594,43 +594,43 @@ packages: - yaml dev: true - /@angular/cdk-experimental@19.2.1(@angular/cdk@19.2.1)(@angular/core@19.2.0): - resolution: {integrity: sha512-z5z2k/gaBMqr1Cjuamh2EXsifIJeA8x7yG41ux/vuYd91mdq/FXjluQFAoGPzkKNStGGJp0M6jiHqObmKhHhmQ==} + /@angular/cdk-experimental@20.0.0-next.0(@angular/cdk@20.0.0-next.0)(@angular/core@20.0.0-next.1): + resolution: {integrity: sha512-mUvnjkdKGqm16xlQnbw9s9AluXFaIQQ39HjDWANm7j/vmufqUX2HXBrNwdaSh7IFzbWjoLI0KNCPGcoA5n+fkg==} peerDependencies: - '@angular/cdk': 19.2.1 - '@angular/core': ^19.0.0 || ^20.0.0 + '@angular/cdk': 20.0.0-next.0 + '@angular/core': ^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0 dependencies: - '@angular/cdk': 19.2.1(@angular/common@19.2.0)(@angular/core@19.2.0)(rxjs@7.8.1) - '@angular/core': 19.2.0(rxjs@7.8.1)(zone.js@0.14.10) + '@angular/cdk': 20.0.0-next.0(@angular/common@20.0.0-next.1)(@angular/core@20.0.0-next.1)(rxjs@7.8.1) + '@angular/core': 20.0.0-next.1(@angular/compiler@20.0.0-next.1)(rxjs@7.8.1)(zone.js@0.15.0) tslib: 2.8.1 dev: false - /@angular/cdk@19.2.1(@angular/common@19.2.0)(@angular/core@19.2.0)(rxjs@7.8.1): - resolution: {integrity: sha512-j7dg18PJIbyeU4DTko3vIK3M2OuUv3H0ZViNddOaLlGN5X93cq4QCGcNhcGm3x3r5rUr/AaexYu+KHMyN8PwmA==} + /@angular/cdk@20.0.0-next.0(@angular/common@20.0.0-next.1)(@angular/core@20.0.0-next.1)(rxjs@7.8.1): + resolution: {integrity: sha512-3PB0GP6EaEHC/8kkEUwZ3ULjDhXcIfBdlI14eKVpKMDnmVJxg3Yl48k2U6zrWbHR+nPsWqpGd96iKkbSm1YM6g==} peerDependencies: - '@angular/common': ^19.0.0 || ^20.0.0 - '@angular/core': ^19.0.0 || ^20.0.0 + '@angular/common': ^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0 + '@angular/core': ^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0 rxjs: ^6.5.3 || ^7.4.0 dependencies: - '@angular/common': 19.2.0(@angular/core@19.2.0)(rxjs@7.8.1) - '@angular/core': 19.2.0(rxjs@7.8.1)(zone.js@0.14.10) + '@angular/common': 20.0.0-next.1(@angular/core@20.0.0-next.1)(rxjs@7.8.1) + '@angular/core': 20.0.0-next.1(@angular/compiler@20.0.0-next.1)(rxjs@7.8.1)(zone.js@0.15.0) rxjs: 7.8.1 tslib: 2.8.1 optionalDependencies: parse5: 7.1.2 dev: false - /@angular/cli@19.2.0(@types/node@18.19.78): - resolution: {integrity: sha512-LUxuku6obwigdDJozAvmXyhMcm3rSXFoZK4+Al7r/JE80pjQEE+bGpu7jCb6JsH813DTNauN+BB66qk8bXSgRw==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + /@angular/cli@20.0.0-next.0(@types/node@18.19.78): + resolution: {integrity: sha512-kTDyY+tQUWJi31l+oL0OY58HQxy4sO76hQ7MWZptP595uC1CvcVJhM0UDln87AkZFlIPzxsVVu9bQqDb4zc2CA==} + engines: {node: ^20.11.1 || >=22.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} hasBin: true dependencies: - '@angular-devkit/architect': 0.1902.0 - '@angular-devkit/core': 19.2.0 - '@angular-devkit/schematics': 19.2.0 + '@angular-devkit/architect': 0.2000.0-next.0 + '@angular-devkit/core': 20.0.0-next.0 + '@angular-devkit/schematics': 20.0.0-next.0 '@inquirer/prompts': 7.3.2(@types/node@18.19.78) '@listr2/prompt-adapter-inquirer': 2.0.18(@inquirer/prompts@7.3.2) - '@schematics/angular': 19.2.0 + '@schematics/angular': 20.0.0-next.0 '@yarnpkg/lockfile': 1.1.0 ini: 5.0.0 jsonc-parser: 3.3.1 @@ -649,26 +649,26 @@ packages: - supports-color dev: true - /@angular/common@19.2.0(@angular/core@19.2.0)(rxjs@7.8.1): - resolution: {integrity: sha512-dm8PR94QY3DucXxltdV5p2Yxyr5bfPlmjOElwLhiTvxWbwCZJTVhPc8dw0TCKzCEu+tKafT48u4BLIB34a0A/g==} + /@angular/common@20.0.0-next.1(@angular/core@20.0.0-next.1)(rxjs@7.8.1): + resolution: {integrity: sha512-NqkucRjpT4L6Y9ghkhxEevGGnOONE9jRYi1HszTba3lZWOhHLUkAO18z3wNDVREcTI+Bw25z9U/M5VAM7wAxUw==} engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} peerDependencies: - '@angular/core': 19.2.0 + '@angular/core': 20.0.0-next.1 rxjs: ^6.5.3 || ^7.4.0 dependencies: - '@angular/core': 19.2.0(rxjs@7.8.1)(zone.js@0.14.10) + '@angular/core': 20.0.0-next.1(@angular/compiler@20.0.0-next.1)(rxjs@7.8.1)(zone.js@0.15.0) rxjs: 7.8.1 tslib: 2.8.1 - /@angular/compiler-cli@19.2.0(@angular/compiler@19.2.0)(typescript@5.8.2): - resolution: {integrity: sha512-IFl3LNfFanspS4gHjn207TPuoJGGieuC9r+j3nDitUcFH49fbShYLGCB6xczvK+j68ZWCqv4voxAOmLyfA/Opw==} + /@angular/compiler-cli@20.0.0-next.1(@angular/compiler@20.0.0-next.1)(typescript@5.8.2): + resolution: {integrity: sha512-6g17TQVRA8CWYP1oYLED6aUw7Txy586aQ14Fmlkmd5drpOWSPzyawE+bV0KHq3zT1Hx3UoKuU/ALB4RvlgeY9w==} engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} hasBin: true peerDependencies: - '@angular/compiler': 19.2.0 - typescript: '>=5.5 <5.9' + '@angular/compiler': 20.0.0-next.1 + typescript: '>=5.8 <5.9' dependencies: - '@angular/compiler': 19.2.0(@angular/core@19.2.0) + '@angular/compiler': 20.0.0-next.1(@angular/core@20.0.0-next.1) '@babel/core': 7.26.9 '@jridgewell/sourcemap-codec': 1.5.0 chokidar: 4.0.1 @@ -681,69 +681,74 @@ packages: transitivePeerDependencies: - supports-color - /@angular/compiler@19.2.0(@angular/core@19.2.0): - resolution: {integrity: sha512-xGBD0C9ikH4jVDuQU3XzGqbh9Wovl8UR0wNzNd9rm4fltfC9ipz9NbfetsLPKWpPbfnUqmqMe4/pYjGEgWMonw==} + /@angular/compiler@20.0.0-next.1(@angular/core@20.0.0-next.1): + resolution: {integrity: sha512-IlNC7y+xYSygp3t+BiFk+xM1cbOXMOZ+2hftmWCJS5DmCGp775DtlPGT/lQd6yV5ud4PJ67dhcpj2SJFtNpL8A==} engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} peerDependencies: - '@angular/core': 19.2.0 + '@angular/core': 20.0.0-next.1 peerDependenciesMeta: '@angular/core': optional: true dependencies: - '@angular/core': 19.2.0(rxjs@7.8.1)(zone.js@0.14.10) + '@angular/core': 20.0.0-next.1(@angular/compiler@20.0.0-next.1)(rxjs@7.8.1)(zone.js@0.15.0) tslib: 2.8.1 - /@angular/core@19.2.0(rxjs@7.8.1)(zone.js@0.14.10): - resolution: {integrity: sha512-WKTRltOt3MMWWuhRX7Y9RonKxIYjZeBDE6XRwceHMgaEDS2d8I2D3AIuqizRsgHpJqDPnQnH+vxcek4FivcSGA==} + /@angular/core@20.0.0-next.1(@angular/compiler@20.0.0-next.1)(rxjs@7.8.1)(zone.js@0.15.0): + resolution: {integrity: sha512-QBJI6eG1qfDoEXddyc6rObyoWVrWbGBFsFNRfW8hzyKE6xILDyN9lca327CU0iPTysJBlzeeKPPrlaUZ1X0Hww==} engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} peerDependencies: + '@angular/compiler': 20.0.0-next.1 rxjs: ^6.5.3 || ^7.4.0 zone.js: ~0.15.0 + peerDependenciesMeta: + '@angular/compiler': + optional: true dependencies: + '@angular/compiler': 20.0.0-next.1(@angular/core@20.0.0-next.1) rxjs: 7.8.1 tslib: 2.8.1 - zone.js: 0.14.10 + zone.js: 0.15.0 - /@angular/forms@19.2.0(@angular/common@19.2.0)(@angular/core@19.2.0)(@angular/platform-browser@19.2.0)(rxjs@7.8.1): - resolution: {integrity: sha512-/GHQgiDPUr1vMXCB1O8c+O70DcoZykDBzOICCaz3kTu46rp48g6E6iaZVJoozI0iBwB8+rnuTPQnLWJ46w+wVg==} + /@angular/forms@20.0.0-next.1(@angular/common@20.0.0-next.1)(@angular/core@20.0.0-next.1)(@angular/platform-browser@20.0.0-next.1)(rxjs@7.8.1): + resolution: {integrity: sha512-Eb3aWev/pWUFaE22nJPyJG32j8GwARUJ3LSBePpMY0Dd9Ddo4z02evAGsihkIOwuPlwml6hWVWbjHSAwGbfeoQ==} engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} peerDependencies: - '@angular/common': 19.2.0 - '@angular/core': 19.2.0 - '@angular/platform-browser': 19.2.0 + '@angular/common': 20.0.0-next.1 + '@angular/core': 20.0.0-next.1 + '@angular/platform-browser': 20.0.0-next.1 rxjs: ^6.5.3 || ^7.4.0 dependencies: - '@angular/common': 19.2.0(@angular/core@19.2.0)(rxjs@7.8.1) - '@angular/core': 19.2.0(rxjs@7.8.1)(zone.js@0.14.10) - '@angular/platform-browser': 19.2.0(@angular/animations@19.2.0)(@angular/common@19.2.0)(@angular/core@19.2.0) + '@angular/common': 20.0.0-next.1(@angular/core@20.0.0-next.1)(rxjs@7.8.1) + '@angular/core': 20.0.0-next.1(@angular/compiler@20.0.0-next.1)(rxjs@7.8.1)(zone.js@0.15.0) + '@angular/platform-browser': 20.0.0-next.1(@angular/animations@20.0.0-next.1)(@angular/common@20.0.0-next.1)(@angular/core@20.0.0-next.1) rxjs: 7.8.1 tslib: 2.8.1 dev: false - /@angular/google-maps@19.2.1(@angular/common@19.2.0)(@angular/core@19.2.0)(rxjs@7.8.1): - resolution: {integrity: sha512-Ztvvxz8qGgfvqeX5vlD1eAZLOnmJnrveoa4KhSb6QnBtWrtQiME8qaXbUHVKk1FueGRDKlnuFxffuEdBEDjKqw==} + /@angular/google-maps@20.0.0-next.0(@angular/common@20.0.0-next.1)(@angular/core@20.0.0-next.1)(rxjs@7.8.1): + resolution: {integrity: sha512-bGL3WdW2vEopehbQ1eqbt2U1isnAkhYFELepka38VYsaS2NuuDhlSkIw+IDnSkOYG9TvO3/dVLK21v8JjynZBg==} peerDependencies: - '@angular/common': ^19.0.0 || ^20.0.0 - '@angular/core': ^19.0.0 || ^20.0.0 + '@angular/common': ^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0 + '@angular/core': ^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0 rxjs: ^6.5.3 || ^7.4.0 dependencies: - '@angular/common': 19.2.0(@angular/core@19.2.0)(rxjs@7.8.1) - '@angular/core': 19.2.0(rxjs@7.8.1)(zone.js@0.14.10) + '@angular/common': 20.0.0-next.1(@angular/core@20.0.0-next.1)(rxjs@7.8.1) + '@angular/core': 20.0.0-next.1(@angular/compiler@20.0.0-next.1)(rxjs@7.8.1)(zone.js@0.15.0) '@types/google.maps': 3.55.12 rxjs: 7.8.1 tslib: 2.8.1 dev: false - /@angular/localize@19.2.0(@angular/compiler-cli@19.2.0)(@angular/compiler@19.2.0): - resolution: {integrity: sha512-cYizzpjyA4OPdBUmHfcp82L6JZNj16J0Q8LI7NEAggZuRNon9j+T7+vGafH8XfscnWjZxYzTwbSDENxwCH+NBA==} + /@angular/localize@20.0.0-next.1(@angular/compiler-cli@20.0.0-next.1)(@angular/compiler@20.0.0-next.1): + resolution: {integrity: sha512-5oOqQlCnE5H2YdDDWUxn+s51BWJGabF9m3bfnRxDAmoriMzUn5Z9eUqQ2v7zG32q9Ve71TgqfGPy1jQmlbWV7Q==} engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} hasBin: true peerDependencies: - '@angular/compiler': 19.2.0 - '@angular/compiler-cli': 19.2.0 + '@angular/compiler': 20.0.0-next.1 + '@angular/compiler-cli': 20.0.0-next.1 dependencies: - '@angular/compiler': 19.2.0(@angular/core@19.2.0) - '@angular/compiler-cli': 19.2.0(@angular/compiler@19.2.0)(typescript@5.8.2) + '@angular/compiler': 20.0.0-next.1(@angular/core@20.0.0-next.1) + '@angular/compiler-cli': 20.0.0-next.1(@angular/compiler@20.0.0-next.1)(typescript@5.8.2) '@babel/core': 7.26.9 '@types/babel__core': 7.20.5 fast-glob: 3.3.3 @@ -751,155 +756,155 @@ packages: transitivePeerDependencies: - supports-color - /@angular/material-date-fns-adapter@19.2.0-next.4(@angular/core@19.2.0)(@angular/material@19.2.1)(date-fns@3.6.0): - resolution: {integrity: sha512-V3FfF6LYYfPFdoNDjgge/fPDDGouH5U9E9r+2UX32a8jGMuJttAlfVGS/10a+Io5uzJKGgQsAgnpOTGGuz2vmg==} + /@angular/material-date-fns-adapter@20.0.0-next.0(@angular/core@20.0.0-next.1)(@angular/material@20.0.0-next.0)(date-fns@3.6.0): + resolution: {integrity: sha512-7fC7UpWjJtGlBAdplZ97eUjsEMgXe7qLnHVHS2OQDE8FzkwPrelIlvjXqxXxUcRLe5kNH9y0Ir5tTgdmApotcw==} peerDependencies: - '@angular/core': ^19.0.0-0 || ^19.1.0-0 || ^19.2.0-0 || ^19.3.0-0 || ^20.0.0-0 - '@angular/material': 19.2.0-next.4 + '@angular/core': ^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0 + '@angular/material': 20.0.0-next.0 date-fns: '>2.20.0 <5.0' dependencies: - '@angular/core': 19.2.0(rxjs@7.8.1)(zone.js@0.14.10) - '@angular/material': 19.2.1(@angular/cdk@19.2.1)(@angular/common@19.2.0)(@angular/core@19.2.0)(@angular/forms@19.2.0)(@angular/platform-browser@19.2.0)(rxjs@7.8.1) + '@angular/core': 20.0.0-next.1(@angular/compiler@20.0.0-next.1)(rxjs@7.8.1)(zone.js@0.15.0) + '@angular/material': 20.0.0-next.0(@angular/cdk@20.0.0-next.0)(@angular/common@20.0.0-next.1)(@angular/core@20.0.0-next.1)(@angular/forms@20.0.0-next.1)(@angular/platform-browser@20.0.0-next.1)(rxjs@7.8.1) date-fns: 3.6.0 tslib: 2.8.1 dev: false - /@angular/material-experimental@19.2.1(@angular/cdk@19.2.1)(@angular/common@19.2.0)(@angular/core@19.2.0)(@angular/forms@19.2.0)(@angular/material@19.2.1)(@angular/platform-browser@19.2.0): - resolution: {integrity: sha512-AMrStNSizx4HWp9WrjRVBOdiklc1iSBe7L38pgip1dm+riR4e37gw0mWfYwlIeL9b1EhvuYVKRrCXOdEJEYLjg==} - peerDependencies: - '@angular/cdk': 19.2.1 - '@angular/common': ^19.0.0 || ^20.0.0 - '@angular/core': ^19.0.0 || ^20.0.0 - '@angular/forms': ^19.0.0 || ^20.0.0 - '@angular/material': 19.2.1 - '@angular/platform-browser': ^19.0.0 || ^20.0.0 - dependencies: - '@angular/cdk': 19.2.1(@angular/common@19.2.0)(@angular/core@19.2.0)(rxjs@7.8.1) - '@angular/common': 19.2.0(@angular/core@19.2.0)(rxjs@7.8.1) - '@angular/core': 19.2.0(rxjs@7.8.1)(zone.js@0.14.10) - '@angular/forms': 19.2.0(@angular/common@19.2.0)(@angular/core@19.2.0)(@angular/platform-browser@19.2.0)(rxjs@7.8.1) - '@angular/material': 19.2.1(@angular/cdk@19.2.1)(@angular/common@19.2.0)(@angular/core@19.2.0)(@angular/forms@19.2.0)(@angular/platform-browser@19.2.0)(rxjs@7.8.1) - '@angular/platform-browser': 19.2.0(@angular/animations@19.2.0)(@angular/common@19.2.0)(@angular/core@19.2.0) + /@angular/material-experimental@20.0.0-next.0(@angular/cdk@20.0.0-next.0)(@angular/common@20.0.0-next.1)(@angular/core@20.0.0-next.1)(@angular/forms@20.0.0-next.1)(@angular/material@20.0.0-next.0)(@angular/platform-browser@20.0.0-next.1): + resolution: {integrity: sha512-Wqlbnlt2zCN779hQ3tjBFf8AzgLwI//3BEkxKWhFnMw6JgZ6F4zpnqLWIcyIxx695e0CqEBl/y4cvJaKFw6uvA==} + peerDependencies: + '@angular/cdk': 20.0.0-next.0 + '@angular/common': ^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0 + '@angular/core': ^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0 + '@angular/forms': ^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0 + '@angular/material': 20.0.0-next.0 + '@angular/platform-browser': ^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0 + dependencies: + '@angular/cdk': 20.0.0-next.0(@angular/common@20.0.0-next.1)(@angular/core@20.0.0-next.1)(rxjs@7.8.1) + '@angular/common': 20.0.0-next.1(@angular/core@20.0.0-next.1)(rxjs@7.8.1) + '@angular/core': 20.0.0-next.1(@angular/compiler@20.0.0-next.1)(rxjs@7.8.1)(zone.js@0.15.0) + '@angular/forms': 20.0.0-next.1(@angular/common@20.0.0-next.1)(@angular/core@20.0.0-next.1)(@angular/platform-browser@20.0.0-next.1)(rxjs@7.8.1) + '@angular/material': 20.0.0-next.0(@angular/cdk@20.0.0-next.0)(@angular/common@20.0.0-next.1)(@angular/core@20.0.0-next.1)(@angular/forms@20.0.0-next.1)(@angular/platform-browser@20.0.0-next.1)(rxjs@7.8.1) + '@angular/platform-browser': 20.0.0-next.1(@angular/animations@20.0.0-next.1)(@angular/common@20.0.0-next.1)(@angular/core@20.0.0-next.1) tslib: 2.8.1 dev: false - /@angular/material-luxon-adapter@19.2.0-next.4(@angular/core@19.2.0)(@angular/material@19.2.1)(luxon@3.5.0): - resolution: {integrity: sha512-MnsQX3X/JGr9FhA2kiHn0HZprDM2hkCoLqXhgKI+Ex7X6iWTjp6aELAnOEe0a9jz1YNxPFSm86+g1lmQRq70VA==} + /@angular/material-luxon-adapter@20.0.0-next.0(@angular/core@20.0.0-next.1)(@angular/material@20.0.0-next.0)(luxon@3.5.0): + resolution: {integrity: sha512-qgUuWnk461qd8yLXo1399vtuSzOL3KB5daq1LK9+l4DrN8jRfuVkl+GaCvno7NgZmZk4aLmbMIqTDbBlKoG6GQ==} peerDependencies: - '@angular/core': ^19.0.0-0 || ^19.1.0-0 || ^19.2.0-0 || ^19.3.0-0 || ^20.0.0-0 - '@angular/material': 19.2.0-next.4 + '@angular/core': ^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0 + '@angular/material': 20.0.0-next.0 luxon: ^3.0.0 dependencies: - '@angular/core': 19.2.0(rxjs@7.8.1)(zone.js@0.14.10) - '@angular/material': 19.2.1(@angular/cdk@19.2.1)(@angular/common@19.2.0)(@angular/core@19.2.0)(@angular/forms@19.2.0)(@angular/platform-browser@19.2.0)(rxjs@7.8.1) + '@angular/core': 20.0.0-next.1(@angular/compiler@20.0.0-next.1)(rxjs@7.8.1)(zone.js@0.15.0) + '@angular/material': 20.0.0-next.0(@angular/cdk@20.0.0-next.0)(@angular/common@20.0.0-next.1)(@angular/core@20.0.0-next.1)(@angular/forms@20.0.0-next.1)(@angular/platform-browser@20.0.0-next.1)(rxjs@7.8.1) luxon: 3.5.0 tslib: 2.8.1 dev: false - /@angular/material-moment-adapter@19.2.1(@angular/core@19.2.0)(@angular/material@19.2.1)(moment@2.30.1): - resolution: {integrity: sha512-5fCfMVSlurrUKThb8jlW8gvaWIPWJV/S/oTcttu4C7ww+OOvRfVJqOUJpP3wQ0JDTaTH8AoVBBNC8dc4a+ND9w==} + /@angular/material-moment-adapter@20.0.0-next.0(@angular/core@20.0.0-next.1)(@angular/material@20.0.0-next.0)(moment@2.30.1): + resolution: {integrity: sha512-hOXamP61NauCKHV7bW0qqHELLqSWMC0OYk5XVipo8e43wr0qlPkZA6w59zF6oFT/TyxSUmelrMHoL1xc3OaKkQ==} peerDependencies: - '@angular/core': ^19.0.0 || ^20.0.0 - '@angular/material': 19.2.1 + '@angular/core': ^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0 + '@angular/material': 20.0.0-next.0 moment: ^2.18.1 dependencies: - '@angular/core': 19.2.0(rxjs@7.8.1)(zone.js@0.14.10) - '@angular/material': 19.2.1(@angular/cdk@19.2.1)(@angular/common@19.2.0)(@angular/core@19.2.0)(@angular/forms@19.2.0)(@angular/platform-browser@19.2.0)(rxjs@7.8.1) + '@angular/core': 20.0.0-next.1(@angular/compiler@20.0.0-next.1)(rxjs@7.8.1)(zone.js@0.15.0) + '@angular/material': 20.0.0-next.0(@angular/cdk@20.0.0-next.0)(@angular/common@20.0.0-next.1)(@angular/core@20.0.0-next.1)(@angular/forms@20.0.0-next.1)(@angular/platform-browser@20.0.0-next.1)(rxjs@7.8.1) moment: 2.30.1 tslib: 2.8.1 dev: false - /@angular/material@19.2.1(@angular/cdk@19.2.1)(@angular/common@19.2.0)(@angular/core@19.2.0)(@angular/forms@19.2.0)(@angular/platform-browser@19.2.0)(rxjs@7.8.1): - resolution: {integrity: sha512-hA+HVIJn/y72vXv/X1JRbrL/tynW95wYMQF2fV3lIeeAmmFKkkzextBaE9rTaiW6pVN6LXoRvLJl2Vyi9jIHzw==} + /@angular/material@20.0.0-next.0(@angular/cdk@20.0.0-next.0)(@angular/common@20.0.0-next.1)(@angular/core@20.0.0-next.1)(@angular/forms@20.0.0-next.1)(@angular/platform-browser@20.0.0-next.1)(rxjs@7.8.1): + resolution: {integrity: sha512-cexU/AOkVFzPCVh5BtVEzUAewE0KjLQW/8nC6LGSOnbHjJ1tUoM+zHeqiMMDvOKzA7f7YsQg4WddlL++ANF5jA==} peerDependencies: - '@angular/cdk': 19.2.1 - '@angular/common': ^19.0.0 || ^20.0.0 - '@angular/core': ^19.0.0 || ^20.0.0 - '@angular/forms': ^19.0.0 || ^20.0.0 - '@angular/platform-browser': ^19.0.0 || ^20.0.0 + '@angular/cdk': 20.0.0-next.0 + '@angular/common': ^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0 + '@angular/core': ^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0 + '@angular/forms': ^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0 + '@angular/platform-browser': ^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0 rxjs: ^6.5.3 || ^7.4.0 dependencies: - '@angular/cdk': 19.2.1(@angular/common@19.2.0)(@angular/core@19.2.0)(rxjs@7.8.1) - '@angular/common': 19.2.0(@angular/core@19.2.0)(rxjs@7.8.1) - '@angular/core': 19.2.0(rxjs@7.8.1)(zone.js@0.14.10) - '@angular/forms': 19.2.0(@angular/common@19.2.0)(@angular/core@19.2.0)(@angular/platform-browser@19.2.0)(rxjs@7.8.1) - '@angular/platform-browser': 19.2.0(@angular/animations@19.2.0)(@angular/common@19.2.0)(@angular/core@19.2.0) + '@angular/cdk': 20.0.0-next.0(@angular/common@20.0.0-next.1)(@angular/core@20.0.0-next.1)(rxjs@7.8.1) + '@angular/common': 20.0.0-next.1(@angular/core@20.0.0-next.1)(rxjs@7.8.1) + '@angular/core': 20.0.0-next.1(@angular/compiler@20.0.0-next.1)(rxjs@7.8.1)(zone.js@0.15.0) + '@angular/forms': 20.0.0-next.1(@angular/common@20.0.0-next.1)(@angular/core@20.0.0-next.1)(@angular/platform-browser@20.0.0-next.1)(rxjs@7.8.1) + '@angular/platform-browser': 20.0.0-next.1(@angular/animations@20.0.0-next.1)(@angular/common@20.0.0-next.1)(@angular/core@20.0.0-next.1) rxjs: 7.8.1 tslib: 2.8.1 dev: false - /@angular/platform-browser-dynamic@19.2.0(@angular/common@19.2.0)(@angular/compiler@19.2.0)(@angular/core@19.2.0)(@angular/platform-browser@19.2.0): - resolution: {integrity: sha512-664OAYxzRYx9WjZu+o0VT+vMM0OqPOb0OnbwnyvIVNBuufWK7/IxWZ/U+Kh9A/XJYpDPtB5N1WEfeiO8AAzWnQ==} + /@angular/platform-browser-dynamic@20.0.0-next.1(@angular/common@20.0.0-next.1)(@angular/compiler@20.0.0-next.1)(@angular/core@20.0.0-next.1)(@angular/platform-browser@20.0.0-next.1): + resolution: {integrity: sha512-HoQXaW3Se8wxuRYtcJzanX2fOROXfy+VAEjLTyk7GFh2oXj/PsQs837sdX4qJfxdV2DXWkAB60YpzNI3xXuHtw==} engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} peerDependencies: - '@angular/common': 19.2.0 - '@angular/compiler': 19.2.0 - '@angular/core': 19.2.0 - '@angular/platform-browser': 19.2.0 + '@angular/common': 20.0.0-next.1 + '@angular/compiler': 20.0.0-next.1 + '@angular/core': 20.0.0-next.1 + '@angular/platform-browser': 20.0.0-next.1 dependencies: - '@angular/common': 19.2.0(@angular/core@19.2.0)(rxjs@7.8.1) - '@angular/compiler': 19.2.0(@angular/core@19.2.0) - '@angular/core': 19.2.0(rxjs@7.8.1)(zone.js@0.14.10) - '@angular/platform-browser': 19.2.0(@angular/animations@19.2.0)(@angular/common@19.2.0)(@angular/core@19.2.0) + '@angular/common': 20.0.0-next.1(@angular/core@20.0.0-next.1)(rxjs@7.8.1) + '@angular/compiler': 20.0.0-next.1(@angular/core@20.0.0-next.1) + '@angular/core': 20.0.0-next.1(@angular/compiler@20.0.0-next.1)(rxjs@7.8.1)(zone.js@0.15.0) + '@angular/platform-browser': 20.0.0-next.1(@angular/animations@20.0.0-next.1)(@angular/common@20.0.0-next.1)(@angular/core@20.0.0-next.1) tslib: 2.8.1 dev: false - /@angular/platform-browser@19.2.0(@angular/animations@19.2.0)(@angular/common@19.2.0)(@angular/core@19.2.0): - resolution: {integrity: sha512-rt3byGZWU0jF6QCLxjP+LH94uL0VM5LgtJ+tYclJqCNB1C3fZrpa86GVd9onVbZmDk0ETUOwm7dQHYdef8oiqw==} + /@angular/platform-browser@20.0.0-next.1(@angular/animations@20.0.0-next.1)(@angular/common@20.0.0-next.1)(@angular/core@20.0.0-next.1): + resolution: {integrity: sha512-v0r05Y/GqvFtjVh0P9/TEzuElmX15fKLpqm+OPGKPjHstibzLPtS6bDMxpONVW0/cBtH25gm9zkim19GY3o2eA==} engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} peerDependencies: - '@angular/animations': 19.2.0 - '@angular/common': 19.2.0 - '@angular/core': 19.2.0 + '@angular/animations': 20.0.0-next.1 + '@angular/common': 20.0.0-next.1 + '@angular/core': 20.0.0-next.1 peerDependenciesMeta: '@angular/animations': optional: true dependencies: - '@angular/animations': 19.2.0(@angular/core@19.2.0) - '@angular/common': 19.2.0(@angular/core@19.2.0)(rxjs@7.8.1) - '@angular/core': 19.2.0(rxjs@7.8.1)(zone.js@0.14.10) + '@angular/animations': 20.0.0-next.1(@angular/core@20.0.0-next.1) + '@angular/common': 20.0.0-next.1(@angular/core@20.0.0-next.1)(rxjs@7.8.1) + '@angular/core': 20.0.0-next.1(@angular/compiler@20.0.0-next.1)(rxjs@7.8.1)(zone.js@0.15.0) tslib: 2.8.1 - /@angular/router@19.2.0(@angular/common@19.2.0)(@angular/core@19.2.0)(@angular/platform-browser@19.2.0)(rxjs@7.8.1): - resolution: {integrity: sha512-Md/zleBpWMi5H6KPMREM0M2EUAkoqe01zkXla0Z0hHoTn7Ty0fv0Te9bGDioVOG7JgHh6wYCrPJ/uJsjKObyvw==} + /@angular/router@20.0.0-next.1(@angular/common@20.0.0-next.1)(@angular/core@20.0.0-next.1)(@angular/platform-browser@20.0.0-next.1)(rxjs@7.8.1): + resolution: {integrity: sha512-aScQ230WCripRSQ2gg0zSoR4nBHPN2eD9DzCX2jQWFRnTAflqHpGJvBV/MRiTGRDUNk7Q4d9mC/y9R36fyuPLw==} engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} peerDependencies: - '@angular/common': 19.2.0 - '@angular/core': 19.2.0 - '@angular/platform-browser': 19.2.0 + '@angular/common': 20.0.0-next.1 + '@angular/core': 20.0.0-next.1 + '@angular/platform-browser': 20.0.0-next.1 rxjs: ^6.5.3 || ^7.4.0 dependencies: - '@angular/common': 19.2.0(@angular/core@19.2.0)(rxjs@7.8.1) - '@angular/core': 19.2.0(rxjs@7.8.1)(zone.js@0.14.10) - '@angular/platform-browser': 19.2.0(@angular/animations@19.2.0)(@angular/common@19.2.0)(@angular/core@19.2.0) + '@angular/common': 20.0.0-next.1(@angular/core@20.0.0-next.1)(rxjs@7.8.1) + '@angular/core': 20.0.0-next.1(@angular/compiler@20.0.0-next.1)(rxjs@7.8.1)(zone.js@0.15.0) + '@angular/platform-browser': 20.0.0-next.1(@angular/animations@20.0.0-next.1)(@angular/common@20.0.0-next.1)(@angular/core@20.0.0-next.1) rxjs: 7.8.1 tslib: 2.8.1 - /@angular/ssr@19.2.0(@angular/common@19.2.0)(@angular/core@19.2.0)(@angular/router@19.2.0): - resolution: {integrity: sha512-2Tnunv0FDMxf5KHpxnxHhxQ5Xd+4qZ+fGBBbvH2njO5tDdFab6QxTRpKH9xWNiLjAqVIarytmTsuYtpchRmnaw==} + /@angular/ssr@20.0.0-next.0(@angular/common@20.0.0-next.1)(@angular/core@20.0.0-next.1)(@angular/router@20.0.0-next.1): + resolution: {integrity: sha512-mXtOeuXi3y2Hg2VZIomyICkoGwa3J3H021AsTgSZVqv+NqKhFbwAX024dfS1r9Kj3KiiCPCoPHBJynxIaFB8kA==} peerDependencies: - '@angular/common': ^19.0.0 || ^19.2.0-next.0 - '@angular/core': ^19.0.0 || ^19.2.0-next.0 - '@angular/platform-server': ^19.0.0 || ^19.2.0-next.0 - '@angular/router': ^19.0.0 || ^19.2.0-next.0 + '@angular/common': ^20.0.0 || ^20.0.0-next.0 + '@angular/core': ^20.0.0 || ^20.0.0-next.0 + '@angular/platform-server': ^20.0.0 || ^20.0.0-next.0 + '@angular/router': ^20.0.0 || ^20.0.0-next.0 peerDependenciesMeta: '@angular/platform-server': optional: true dependencies: - '@angular/common': 19.2.0(@angular/core@19.2.0)(rxjs@7.8.1) - '@angular/core': 19.2.0(rxjs@7.8.1)(zone.js@0.14.10) - '@angular/router': 19.2.0(@angular/common@19.2.0)(@angular/core@19.2.0)(@angular/platform-browser@19.2.0)(rxjs@7.8.1) + '@angular/common': 20.0.0-next.1(@angular/core@20.0.0-next.1)(rxjs@7.8.1) + '@angular/core': 20.0.0-next.1(@angular/compiler@20.0.0-next.1)(rxjs@7.8.1)(zone.js@0.15.0) + '@angular/router': 20.0.0-next.1(@angular/common@20.0.0-next.1)(@angular/core@20.0.0-next.1)(@angular/platform-browser@20.0.0-next.1)(rxjs@7.8.1) tslib: 2.8.1 - /@angular/youtube-player@19.2.1(@angular/common@19.2.0)(@angular/core@19.2.0)(rxjs@7.8.1): - resolution: {integrity: sha512-WfpVLwH16AmQsx8UjdGfBAj++krkgBWTJoDpYPuBbW01Wik3KwntBqnEGxrxZX5XzjKgSXzglOLTP67YM3U+iQ==} + /@angular/youtube-player@20.0.0-next.0(@angular/common@20.0.0-next.1)(@angular/core@20.0.0-next.1)(rxjs@7.8.1): + resolution: {integrity: sha512-SoL5xnaTX2CaV/MfuJpKWKUxQeIWwlAL+4vAr3GMRfWGGv0z4xyk0YPVt+b+y9HyRAEdfSeFBQ9+K88b/5MJSg==} peerDependencies: - '@angular/common': ^19.0.0 || ^20.0.0 - '@angular/core': ^19.0.0 || ^20.0.0 + '@angular/common': ^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0 + '@angular/core': ^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0 rxjs: ^6.5.3 || ^7.4.0 dependencies: - '@angular/common': 19.2.0(@angular/core@19.2.0)(rxjs@7.8.1) - '@angular/core': 19.2.0(rxjs@7.8.1)(zone.js@0.14.10) + '@angular/common': 20.0.0-next.1(@angular/core@20.0.0-next.1)(rxjs@7.8.1) + '@angular/core': 20.0.0-next.1(@angular/compiler@20.0.0-next.1)(rxjs@7.8.1)(zone.js@0.15.0) '@types/youtube': 0.1.0 rxjs: 7.8.1 tslib: 2.8.1 @@ -962,7 +967,7 @@ packages: resolution: {integrity: sha512-gv7320KBUFJz1RnylIg5WWYPRXKZ884AGkYpgpWW02TH66Dl+HaC1t1CKd0z3R4b6hdYEcmrNZHUmfCP+1u3/g==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.26.8 + '@babel/types': 7.26.9 dev: true /@babel/helper-compilation-targets@7.26.5: @@ -987,7 +992,7 @@ packages: '@babel/helper-optimise-call-expression': 7.25.9 '@babel/helper-replace-supers': 7.25.9(@babel/core@7.26.9) '@babel/helper-skip-transparent-expression-wrappers': 7.25.9 - '@babel/traverse': 7.26.8 + '@babel/traverse': 7.26.9 semver: 6.3.1 transitivePeerDependencies: - supports-color @@ -1024,8 +1029,8 @@ packages: resolution: {integrity: sha512-wbfdZ9w5vk0C0oyHqAJbc62+vet5prjj01jjJ8sKn3j9h3MQQlflEdXYvuqRWjHnM12coDEqiC1IRCi0U/EKwQ==} engines: {node: '>=6.9.0'} dependencies: - '@babel/traverse': 7.26.8 - '@babel/types': 7.26.8 + '@babel/traverse': 7.26.9 + '@babel/types': 7.26.9 transitivePeerDependencies: - supports-color dev: true @@ -1034,8 +1039,8 @@ packages: resolution: {integrity: sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/traverse': 7.26.8 - '@babel/types': 7.26.8 + '@babel/traverse': 7.26.9 + '@babel/types': 7.26.9 transitivePeerDependencies: - supports-color @@ -1056,7 +1061,7 @@ packages: resolution: {integrity: sha512-FIpuNaz5ow8VyrYcnXQTDRGvV6tTjkNtCK/RYNDXGSLlUD6cBuQTSw43CShGxjvfBTfcUA/r6UhUCbtYqkhcuQ==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.26.8 + '@babel/types': 7.26.9 dev: true /@babel/helper-plugin-utils@7.26.5: @@ -1073,7 +1078,7 @@ packages: '@babel/core': 7.26.9 '@babel/helper-annotate-as-pure': 7.25.9 '@babel/helper-wrap-function': 7.25.9 - '@babel/traverse': 7.26.8 + '@babel/traverse': 7.26.9 transitivePeerDependencies: - supports-color dev: true @@ -1087,7 +1092,7 @@ packages: '@babel/core': 7.26.9 '@babel/helper-member-expression-to-functions': 7.25.9 '@babel/helper-optimise-call-expression': 7.25.9 - '@babel/traverse': 7.26.8 + '@babel/traverse': 7.26.9 transitivePeerDependencies: - supports-color dev: true @@ -1096,8 +1101,8 @@ packages: resolution: {integrity: sha512-K4Du3BFa3gvyhzgPcntrkDgZzQaq6uozzcpGbOO1OEJaI+EJdqWIMTLgFgQf6lrfiDFo5FU+BxKepI9RmZqahA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/traverse': 7.26.8 - '@babel/types': 7.26.8 + '@babel/traverse': 7.26.9 + '@babel/types': 7.26.9 transitivePeerDependencies: - supports-color dev: true @@ -1106,23 +1111,13 @@ packages: resolution: {integrity: sha512-oy5V7pD+UvfkEATUKvIjvIAH/xCzfsFVw7ygW2SI6NClZzquT+mwdTfgfdbUiceh6iQO0CHtCPsyze/MZ2YbAA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.26.8 - dev: true - - /@babel/helper-string-parser@7.24.8: - resolution: {integrity: sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==} - engines: {node: '>=6.9.0'} + '@babel/types': 7.26.9 dev: true /@babel/helper-string-parser@7.25.9: resolution: {integrity: sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==} engines: {node: '>=6.9.0'} - /@babel/helper-validator-identifier@7.24.7: - resolution: {integrity: sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==} - engines: {node: '>=6.9.0'} - dev: true - /@babel/helper-validator-identifier@7.25.9: resolution: {integrity: sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==} engines: {node: '>=6.9.0'} @@ -1135,9 +1130,9 @@ packages: resolution: {integrity: sha512-ETzz9UTjQSTmw39GboatdymDq4XIQbR8ySgVrylRhPOFpsd+JrKHIuF0de7GCWmem+T4uC5z7EZguod7Wj4A4g==} engines: {node: '>=6.9.0'} dependencies: - '@babel/template': 7.26.8 - '@babel/traverse': 7.26.8 - '@babel/types': 7.26.8 + '@babel/template': 7.26.9 + '@babel/traverse': 7.26.9 + '@babel/types': 7.26.9 transitivePeerDependencies: - supports-color dev: true @@ -1149,21 +1144,6 @@ packages: '@babel/template': 7.26.9 '@babel/types': 7.26.9 - /@babel/parser@7.25.3: - resolution: {integrity: sha512-iLTJKDbJ4hMvFPgQwwsVoxtHyWpKKPBrxkANrSYewDPaPpT5py5yeVkgPIJ7XYXhndxJpaA3PyALSXQ7u8e/Dw==} - engines: {node: '>=6.0.0'} - hasBin: true - dependencies: - '@babel/types': 7.25.2 - dev: true - - /@babel/parser@7.26.8: - resolution: {integrity: sha512-TZIQ25pkSoaKEYYaHbbxkfL36GNsQ6iFiBbeuzAkLnXayKR1yP1zFe+NxuZWWsUyvt8icPU9CCq0sgWGXR1GEw==} - engines: {node: '>=6.0.0'} - hasBin: true - dependencies: - '@babel/types': 7.26.8 - /@babel/parser@7.26.9: resolution: {integrity: sha512-81NWa1njQblgZbQHxWHpxxCzNsa3ZwvFqpUg7P+NNUU6f3UU2jBEg4OlF/J6rl8+PQGh1q6/zWScd001YwcA5A==} engines: {node: '>=6.0.0'} @@ -1179,7 +1159,7 @@ packages: dependencies: '@babel/core': 7.26.9 '@babel/helper-plugin-utils': 7.26.5 - '@babel/traverse': 7.26.8 + '@babel/traverse': 7.26.9 transitivePeerDependencies: - supports-color dev: true @@ -1226,7 +1206,7 @@ packages: dependencies: '@babel/core': 7.26.9 '@babel/helper-plugin-utils': 7.26.5 - '@babel/traverse': 7.26.8 + '@babel/traverse': 7.26.9 transitivePeerDependencies: - supports-color dev: true @@ -1290,7 +1270,7 @@ packages: '@babel/core': 7.26.9 '@babel/helper-plugin-utils': 7.26.5 '@babel/helper-remap-async-to-generator': 7.25.9(@babel/core@7.26.9) - '@babel/traverse': 7.26.8 + '@babel/traverse': 7.26.9 transitivePeerDependencies: - supports-color dev: true @@ -1366,7 +1346,7 @@ packages: '@babel/helper-compilation-targets': 7.26.5 '@babel/helper-plugin-utils': 7.26.5 '@babel/helper-replace-supers': 7.25.9(@babel/core@7.26.9) - '@babel/traverse': 7.26.8 + '@babel/traverse': 7.26.9 globals: 11.12.0 transitivePeerDependencies: - supports-color @@ -1380,7 +1360,7 @@ packages: dependencies: '@babel/core': 7.26.9 '@babel/helper-plugin-utils': 7.26.5 - '@babel/template': 7.26.8 + '@babel/template': 7.26.9 dev: true /@babel/plugin-transform-destructuring@7.25.9(@babel/core@7.26.9): @@ -1477,7 +1457,7 @@ packages: '@babel/core': 7.26.9 '@babel/helper-compilation-targets': 7.26.5 '@babel/helper-plugin-utils': 7.26.5 - '@babel/traverse': 7.26.8 + '@babel/traverse': 7.26.9 transitivePeerDependencies: - supports-color dev: true @@ -1558,7 +1538,7 @@ packages: '@babel/helper-module-transforms': 7.26.0(@babel/core@7.26.9) '@babel/helper-plugin-utils': 7.26.5 '@babel/helper-validator-identifier': 7.25.9 - '@babel/traverse': 7.26.8 + '@babel/traverse': 7.26.9 transitivePeerDependencies: - supports-color dev: true @@ -1944,7 +1924,7 @@ packages: dependencies: '@babel/core': 7.26.9 '@babel/helper-plugin-utils': 7.26.5 - '@babel/types': 7.26.8 + '@babel/types': 7.26.9 esutils: 2.0.3 dev: true @@ -1955,14 +1935,6 @@ packages: regenerator-runtime: 0.14.1 dev: true - /@babel/template@7.26.8: - resolution: {integrity: sha512-iNKaX3ZebKIsCvJ+0jd6embf+Aulaa3vNBqZ41kM7iTWjx5qzWKXGHiJUW3+nTpQ18SG11hdF8OAzKrpXkb96Q==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/code-frame': 7.26.2 - '@babel/parser': 7.26.8 - '@babel/types': 7.26.8 - /@babel/template@7.26.9: resolution: {integrity: sha512-qyRplbeIpNZhmzOysF/wFMuP9sctmh2cFzRAZOn1YapxBsE1i9bJIY586R/WBLfLcmcBlM8ROBiQURnnNy+zfA==} engines: {node: '>=6.9.0'} @@ -1971,20 +1943,6 @@ packages: '@babel/parser': 7.26.9 '@babel/types': 7.26.9 - /@babel/traverse@7.26.8: - resolution: {integrity: sha512-nic9tRkjYH0oB2dzr/JoGIm+4Q6SuYeLEiIiZDwBscRMYFJ+tMAz98fuel9ZnbXViA2I0HVSSRRK8DW5fjXStA==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/code-frame': 7.26.2 - '@babel/generator': 7.26.9 - '@babel/parser': 7.26.8 - '@babel/template': 7.26.8 - '@babel/types': 7.26.8 - debug: 4.4.0 - globals: 11.12.0 - transitivePeerDependencies: - - supports-color - /@babel/traverse@7.26.9: resolution: {integrity: sha512-ZYW7L+pL8ahU5fXmNbPF+iZFHCv5scFak7MZ9bwaRPLUhHh7QQEMjZUg0HevihoqCM5iSYHN61EyCoZvqC+bxg==} engines: {node: '>=6.9.0'} @@ -1999,22 +1957,6 @@ packages: transitivePeerDependencies: - supports-color - /@babel/types@7.25.2: - resolution: {integrity: sha512-YTnYtra7W9e6/oAZEHj0bJehPRUlLH9/fbpT5LfB0NhQXyALCRkRs3zH9v07IYhkgpqX6Z78FnuccZr/l4Fs4Q==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/helper-string-parser': 7.24.8 - '@babel/helper-validator-identifier': 7.24.7 - to-fast-properties: 2.0.0 - dev: true - - /@babel/types@7.26.8: - resolution: {integrity: sha512-eUuWapzEGWFEpHFxgEaBG8e3n6S8L3MSu0oda755rOfabWPnh0Our1AozNFVUxGFIhbKgd1ksprsoDGMinTOTA==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/helper-string-parser': 7.25.9 - '@babel/helper-validator-identifier': 7.25.9 - /@babel/types@7.26.9: resolution: {integrity: sha512-Y3IR1cRnOxOCDvMmNiym7XpXQ93iGDDPHx+Zj+NM+rg0fBaShfQLkg+hKPaZCEvg5N/LeCo4+Rj/i3FuJsIQaw==} engines: {node: '>=6.9.0'} @@ -2059,15 +2001,6 @@ packages: jsdoc-type-pratt-parser: 4.0.0 dev: true - /@esbuild/aix-ppc64@0.24.2: - resolution: {integrity: sha512-thpVCb/rhxE/BnMLQ7GReQLLN8q9qbHmI55F4489/ByVg2aQaQ6kbcLb6FHkocZzQhxc4gx0sCk0tJkKBFzDhA==} - engines: {node: '>=18'} - cpu: [ppc64] - os: [aix] - requiresBuild: true - dev: true - optional: true - /@esbuild/aix-ppc64@0.25.0: resolution: {integrity: sha512-O7vun9Sf8DFjH2UtqK8Ku3LkquL9SZL8OLY1T5NZkA34+wG3OQF7cl4Ql8vdNzM6fzBbYfLaiRLIOZ+2FOCgBQ==} engines: {node: '>=18'} @@ -2077,15 +2010,6 @@ packages: dev: true optional: true - /@esbuild/android-arm64@0.24.2: - resolution: {integrity: sha512-cNLgeqCqV8WxfcTIOeL4OAtSmL8JjcN6m09XIgro1Wi7cF4t/THaWEa7eL5CMoMBdjoHOTh/vwTO/o2TRXIyzg==} - engines: {node: '>=18'} - cpu: [arm64] - os: [android] - requiresBuild: true - dev: true - optional: true - /@esbuild/android-arm64@0.25.0: resolution: {integrity: sha512-grvv8WncGjDSyUBjN9yHXNt+cq0snxXbDxy5pJtzMKGmmpPxeAmAhWxXI+01lU5rwZomDgD3kJwulEnhTRUd6g==} engines: {node: '>=18'} @@ -2095,15 +2019,6 @@ packages: dev: true optional: true - /@esbuild/android-arm@0.24.2: - resolution: {integrity: sha512-tmwl4hJkCfNHwFB3nBa8z1Uy3ypZpxqxfTQOcHX+xRByyYgunVbZ9MzUUfb0RxaHIMnbHagwAxuTL+tnNM+1/Q==} - engines: {node: '>=18'} - cpu: [arm] - os: [android] - requiresBuild: true - dev: true - optional: true - /@esbuild/android-arm@0.25.0: resolution: {integrity: sha512-PTyWCYYiU0+1eJKmw21lWtC+d08JDZPQ5g+kFyxP0V+es6VPPSUhM6zk8iImp2jbV6GwjX4pap0JFbUQN65X1g==} engines: {node: '>=18'} @@ -2113,15 +2028,6 @@ packages: dev: true optional: true - /@esbuild/android-x64@0.24.2: - resolution: {integrity: sha512-B6Q0YQDqMx9D7rvIcsXfmJfvUYLoP722bgfBlO5cGvNVb5V/+Y7nhBE3mHV9OpxBf4eAS2S68KZztiPaWq4XYw==} - engines: {node: '>=18'} - cpu: [x64] - os: [android] - requiresBuild: true - dev: true - optional: true - /@esbuild/android-x64@0.25.0: resolution: {integrity: sha512-m/ix7SfKG5buCnxasr52+LI78SQ+wgdENi9CqyCXwjVR2X4Jkz+BpC3le3AoBPYTC9NHklwngVXvbJ9/Akhrfg==} engines: {node: '>=18'} @@ -2131,15 +2037,6 @@ packages: dev: true optional: true - /@esbuild/darwin-arm64@0.24.2: - resolution: {integrity: sha512-kj3AnYWc+CekmZnS5IPu9D+HWtUI49hbnyqk0FLEJDbzCIQt7hg7ucF1SQAilhtYpIujfaHr6O0UHlzzSPdOeA==} - engines: {node: '>=18'} - cpu: [arm64] - os: [darwin] - requiresBuild: true - dev: true - optional: true - /@esbuild/darwin-arm64@0.25.0: resolution: {integrity: sha512-mVwdUb5SRkPayVadIOI78K7aAnPamoeFR2bT5nszFUZ9P8UpK4ratOdYbZZXYSqPKMHfS1wdHCJk1P1EZpRdvw==} engines: {node: '>=18'} @@ -2149,15 +2046,6 @@ packages: dev: true optional: true - /@esbuild/darwin-x64@0.24.2: - resolution: {integrity: sha512-WeSrmwwHaPkNR5H3yYfowhZcbriGqooyu3zI/3GGpF8AyUdsrrP0X6KumITGA9WOyiJavnGZUwPGvxvwfWPHIA==} - engines: {node: '>=18'} - cpu: [x64] - os: [darwin] - requiresBuild: true - dev: true - optional: true - /@esbuild/darwin-x64@0.25.0: resolution: {integrity: sha512-DgDaYsPWFTS4S3nWpFcMn/33ZZwAAeAFKNHNa1QN0rI4pUjgqf0f7ONmXf6d22tqTY+H9FNdgeaAa+YIFUn2Rg==} engines: {node: '>=18'} @@ -2167,15 +2055,6 @@ packages: dev: true optional: true - /@esbuild/freebsd-arm64@0.24.2: - resolution: {integrity: sha512-UN8HXjtJ0k/Mj6a9+5u6+2eZ2ERD7Edt1Q9IZiB5UZAIdPnVKDoG7mdTVGhHJIeEml60JteamR3qhsr1r8gXvg==} - engines: {node: '>=18'} - cpu: [arm64] - os: [freebsd] - requiresBuild: true - dev: true - optional: true - /@esbuild/freebsd-arm64@0.25.0: resolution: {integrity: sha512-VN4ocxy6dxefN1MepBx/iD1dH5K8qNtNe227I0mnTRjry8tj5MRk4zprLEdG8WPyAPb93/e4pSgi1SoHdgOa4w==} engines: {node: '>=18'} @@ -2185,15 +2064,6 @@ packages: dev: true optional: true - /@esbuild/freebsd-x64@0.24.2: - resolution: {integrity: sha512-TvW7wE/89PYW+IevEJXZ5sF6gJRDY/14hyIGFXdIucxCsbRmLUcjseQu1SyTko+2idmCw94TgyaEZi9HUSOe3Q==} - engines: {node: '>=18'} - cpu: [x64] - os: [freebsd] - requiresBuild: true - dev: true - optional: true - /@esbuild/freebsd-x64@0.25.0: resolution: {integrity: sha512-mrSgt7lCh07FY+hDD1TxiTyIHyttn6vnjesnPoVDNmDfOmggTLXRv8Id5fNZey1gl/V2dyVK1VXXqVsQIiAk+A==} engines: {node: '>=18'} @@ -2203,15 +2073,6 @@ packages: dev: true optional: true - /@esbuild/linux-arm64@0.24.2: - resolution: {integrity: sha512-7HnAD6074BW43YvvUmE/35Id9/NB7BeX5EoNkK9obndmZBUk8xmJJeU7DwmUeN7tkysslb2eSl6CTrYz6oEMQg==} - engines: {node: '>=18'} - cpu: [arm64] - os: [linux] - requiresBuild: true - dev: true - optional: true - /@esbuild/linux-arm64@0.25.0: resolution: {integrity: sha512-9QAQjTWNDM/Vk2bgBl17yWuZxZNQIF0OUUuPZRKoDtqF2k4EtYbpyiG5/Dk7nqeK6kIJWPYldkOcBqjXjrUlmg==} engines: {node: '>=18'} @@ -2221,15 +2082,6 @@ packages: dev: true optional: true - /@esbuild/linux-arm@0.24.2: - resolution: {integrity: sha512-n0WRM/gWIdU29J57hJyUdIsk0WarGd6To0s+Y+LwvlC55wt+GT/OgkwoXCXvIue1i1sSNWblHEig00GBWiJgfA==} - engines: {node: '>=18'} - cpu: [arm] - os: [linux] - requiresBuild: true - dev: true - optional: true - /@esbuild/linux-arm@0.25.0: resolution: {integrity: sha512-vkB3IYj2IDo3g9xX7HqhPYxVkNQe8qTK55fraQyTzTX/fxaDtXiEnavv9geOsonh2Fd2RMB+i5cbhu2zMNWJwg==} engines: {node: '>=18'} @@ -2239,15 +2091,6 @@ packages: dev: true optional: true - /@esbuild/linux-ia32@0.24.2: - resolution: {integrity: sha512-sfv0tGPQhcZOgTKO3oBE9xpHuUqguHvSo4jl+wjnKwFpapx+vUDcawbwPNuBIAYdRAvIDBfZVvXprIj3HA+Ugw==} - engines: {node: '>=18'} - cpu: [ia32] - os: [linux] - requiresBuild: true - dev: true - optional: true - /@esbuild/linux-ia32@0.25.0: resolution: {integrity: sha512-43ET5bHbphBegyeqLb7I1eYn2P/JYGNmzzdidq/w0T8E2SsYL1U6un2NFROFRg1JZLTzdCoRomg8Rvf9M6W6Gg==} engines: {node: '>=18'} @@ -2257,15 +2100,6 @@ packages: dev: true optional: true - /@esbuild/linux-loong64@0.24.2: - resolution: {integrity: sha512-CN9AZr8kEndGooS35ntToZLTQLHEjtVB5n7dl8ZcTZMonJ7CCfStrYhrzF97eAecqVbVJ7APOEe18RPI4KLhwQ==} - engines: {node: '>=18'} - cpu: [loong64] - os: [linux] - requiresBuild: true - dev: true - optional: true - /@esbuild/linux-loong64@0.25.0: resolution: {integrity: sha512-fC95c/xyNFueMhClxJmeRIj2yrSMdDfmqJnyOY4ZqsALkDrrKJfIg5NTMSzVBr5YW1jf+l7/cndBfP3MSDpoHw==} engines: {node: '>=18'} @@ -2275,15 +2109,6 @@ packages: dev: true optional: true - /@esbuild/linux-mips64el@0.24.2: - resolution: {integrity: sha512-iMkk7qr/wl3exJATwkISxI7kTcmHKE+BlymIAbHO8xanq/TjHaaVThFF6ipWzPHryoFsesNQJPE/3wFJw4+huw==} - engines: {node: '>=18'} - cpu: [mips64el] - os: [linux] - requiresBuild: true - dev: true - optional: true - /@esbuild/linux-mips64el@0.25.0: resolution: {integrity: sha512-nkAMFju7KDW73T1DdH7glcyIptm95a7Le8irTQNO/qtkoyypZAnjchQgooFUDQhNAy4iu08N79W4T4pMBwhPwQ==} engines: {node: '>=18'} @@ -2293,15 +2118,6 @@ packages: dev: true optional: true - /@esbuild/linux-ppc64@0.24.2: - resolution: {integrity: sha512-shsVrgCZ57Vr2L8mm39kO5PPIb+843FStGt7sGGoqiiWYconSxwTiuswC1VJZLCjNiMLAMh34jg4VSEQb+iEbw==} - engines: {node: '>=18'} - cpu: [ppc64] - os: [linux] - requiresBuild: true - dev: true - optional: true - /@esbuild/linux-ppc64@0.25.0: resolution: {integrity: sha512-NhyOejdhRGS8Iwv+KKR2zTq2PpysF9XqY+Zk77vQHqNbo/PwZCzB5/h7VGuREZm1fixhs4Q/qWRSi5zmAiO4Fw==} engines: {node: '>=18'} @@ -2311,15 +2127,6 @@ packages: dev: true optional: true - /@esbuild/linux-riscv64@0.24.2: - resolution: {integrity: sha512-4eSFWnU9Hhd68fW16GD0TINewo1L6dRrB+oLNNbYyMUAeOD2yCK5KXGK1GH4qD/kT+bTEXjsyTCiJGHPZ3eM9Q==} - engines: {node: '>=18'} - cpu: [riscv64] - os: [linux] - requiresBuild: true - dev: true - optional: true - /@esbuild/linux-riscv64@0.25.0: resolution: {integrity: sha512-5S/rbP5OY+GHLC5qXp1y/Mx//e92L1YDqkiBbO9TQOvuFXM+iDqUNG5XopAnXoRH3FjIUDkeGcY1cgNvnXp/kA==} engines: {node: '>=18'} @@ -2329,15 +2136,6 @@ packages: dev: true optional: true - /@esbuild/linux-s390x@0.24.2: - resolution: {integrity: sha512-S0Bh0A53b0YHL2XEXC20bHLuGMOhFDO6GN4b3YjRLK//Ep3ql3erpNcPlEFed93hsQAjAQDNsvcK+hV90FubSw==} - engines: {node: '>=18'} - cpu: [s390x] - os: [linux] - requiresBuild: true - dev: true - optional: true - /@esbuild/linux-s390x@0.25.0: resolution: {integrity: sha512-XM2BFsEBz0Fw37V0zU4CXfcfuACMrppsMFKdYY2WuTS3yi8O1nFOhil/xhKTmE1nPmVyvQJjJivgDT+xh8pXJA==} engines: {node: '>=18'} @@ -2347,15 +2145,6 @@ packages: dev: true optional: true - /@esbuild/linux-x64@0.24.2: - resolution: {integrity: sha512-8Qi4nQcCTbLnK9WoMjdC9NiTG6/E38RNICU6sUNqK0QFxCYgoARqVqxdFmWkdonVsvGqWhmm7MO0jyTqLqwj0Q==} - engines: {node: '>=18'} - cpu: [x64] - os: [linux] - requiresBuild: true - dev: true - optional: true - /@esbuild/linux-x64@0.25.0: resolution: {integrity: sha512-9yl91rHw/cpwMCNytUDxwj2XjFpxML0y9HAOH9pNVQDpQrBxHy01Dx+vaMu0N1CKa/RzBD2hB4u//nfc+Sd3Cw==} engines: {node: '>=18'} @@ -2365,15 +2154,6 @@ packages: dev: true optional: true - /@esbuild/netbsd-arm64@0.24.2: - resolution: {integrity: sha512-wuLK/VztRRpMt9zyHSazyCVdCXlpHkKm34WUyinD2lzK07FAHTq0KQvZZlXikNWkDGoT6x3TD51jKQ7gMVpopw==} - engines: {node: '>=18'} - cpu: [arm64] - os: [netbsd] - requiresBuild: true - dev: true - optional: true - /@esbuild/netbsd-arm64@0.25.0: resolution: {integrity: sha512-RuG4PSMPFfrkH6UwCAqBzauBWTygTvb1nxWasEJooGSJ/NwRw7b2HOwyRTQIU97Hq37l3npXoZGYMy3b3xYvPw==} engines: {node: '>=18'} @@ -2383,15 +2163,6 @@ packages: dev: true optional: true - /@esbuild/netbsd-x64@0.24.2: - resolution: {integrity: sha512-VefFaQUc4FMmJuAxmIHgUmfNiLXY438XrL4GDNV1Y1H/RW3qow68xTwjZKfj/+Plp9NANmzbH5R40Meudu8mmw==} - engines: {node: '>=18'} - cpu: [x64] - os: [netbsd] - requiresBuild: true - dev: true - optional: true - /@esbuild/netbsd-x64@0.25.0: resolution: {integrity: sha512-jl+qisSB5jk01N5f7sPCsBENCOlPiS/xptD5yxOx2oqQfyourJwIKLRA2yqWdifj3owQZCL2sn6o08dBzZGQzA==} engines: {node: '>=18'} @@ -2401,15 +2172,6 @@ packages: dev: true optional: true - /@esbuild/openbsd-arm64@0.24.2: - resolution: {integrity: sha512-YQbi46SBct6iKnszhSvdluqDmxCJA+Pu280Av9WICNwQmMxV7nLRHZfjQzwbPs3jeWnuAhE9Jy0NrnJ12Oz+0A==} - engines: {node: '>=18'} - cpu: [arm64] - os: [openbsd] - requiresBuild: true - dev: true - optional: true - /@esbuild/openbsd-arm64@0.25.0: resolution: {integrity: sha512-21sUNbq2r84YE+SJDfaQRvdgznTD8Xc0oc3p3iW/a1EVWeNj/SdUCbm5U0itZPQYRuRTW20fPMWMpcrciH2EJw==} engines: {node: '>=18'} @@ -2419,15 +2181,6 @@ packages: dev: true optional: true - /@esbuild/openbsd-x64@0.24.2: - resolution: {integrity: sha512-+iDS6zpNM6EnJyWv0bMGLWSWeXGN/HTaF/LXHXHwejGsVi+ooqDfMCCTerNFxEkM3wYVcExkeGXNqshc9iMaOA==} - engines: {node: '>=18'} - cpu: [x64] - os: [openbsd] - requiresBuild: true - dev: true - optional: true - /@esbuild/openbsd-x64@0.25.0: resolution: {integrity: sha512-2gwwriSMPcCFRlPlKx3zLQhfN/2WjJ2NSlg5TKLQOJdV0mSxIcYNTMhk3H3ulL/cak+Xj0lY1Ym9ysDV1igceg==} engines: {node: '>=18'} @@ -2437,15 +2190,6 @@ packages: dev: true optional: true - /@esbuild/sunos-x64@0.24.2: - resolution: {integrity: sha512-hTdsW27jcktEvpwNHJU4ZwWFGkz2zRJUz8pvddmXPtXDzVKTTINmlmga3ZzwcuMpUvLw7JkLy9QLKyGpD2Yxig==} - engines: {node: '>=18'} - cpu: [x64] - os: [sunos] - requiresBuild: true - dev: true - optional: true - /@esbuild/sunos-x64@0.25.0: resolution: {integrity: sha512-bxI7ThgLzPrPz484/S9jLlvUAHYMzy6I0XiU1ZMeAEOBcS0VePBFxh1JjTQt3Xiat5b6Oh4x7UC7IwKQKIJRIg==} engines: {node: '>=18'} @@ -2455,15 +2199,6 @@ packages: dev: true optional: true - /@esbuild/win32-arm64@0.24.2: - resolution: {integrity: sha512-LihEQ2BBKVFLOC9ZItT9iFprsE9tqjDjnbulhHoFxYQtQfai7qfluVODIYxt1PgdoyQkz23+01rzwNwYfutxUQ==} - engines: {node: '>=18'} - cpu: [arm64] - os: [win32] - requiresBuild: true - dev: true - optional: true - /@esbuild/win32-arm64@0.25.0: resolution: {integrity: sha512-ZUAc2YK6JW89xTbXvftxdnYy3m4iHIkDtK3CLce8wg8M2L+YZhIvO1DKpxrd0Yr59AeNNkTiic9YLf6FTtXWMw==} engines: {node: '>=18'} @@ -2473,15 +2208,6 @@ packages: dev: true optional: true - /@esbuild/win32-ia32@0.24.2: - resolution: {integrity: sha512-q+iGUwfs8tncmFC9pcnD5IvRHAzmbwQ3GPS5/ceCyHdjXubwQWI12MKWSNSMYLJMq23/IUCvJMS76PDqXe1fxA==} - engines: {node: '>=18'} - cpu: [ia32] - os: [win32] - requiresBuild: true - dev: true - optional: true - /@esbuild/win32-ia32@0.25.0: resolution: {integrity: sha512-eSNxISBu8XweVEWG31/JzjkIGbGIJN/TrRoiSVZwZ6pkC6VX4Im/WV2cz559/TXLcYbcrDN8JtKgd9DJVIo8GA==} engines: {node: '>=18'} @@ -2491,15 +2217,6 @@ packages: dev: true optional: true - /@esbuild/win32-x64@0.24.2: - resolution: {integrity: sha512-7VTgWzgMGvup6aSqDPLiW5zHaxYJGTO4OokMjIlrCtf+VpEL+cXKtCvg723iguPYI5oaUNdS+/V7OU2gvXVWEg==} - engines: {node: '>=18'} - cpu: [x64] - os: [win32] - requiresBuild: true - dev: true - optional: true - /@esbuild/win32-x64@0.25.0: resolution: {integrity: sha512-ZENoHJBxA20C2zFzh6AI4fT6RraMzjYw4xKWemRTRmRVtN9c5DcH9r/f2ihEkMjOW5eGgrwCslG/+Y/3bL+DHQ==} engines: {node: '>=18'} @@ -3229,15 +2946,15 @@ packages: dev: true optional: true - /@ngtools/webpack@19.2.0(@angular/compiler-cli@19.2.0)(typescript@5.8.2)(webpack@5.98.0): - resolution: {integrity: sha512-63/8ys3bNK2h7Py/dKHZ4ZClxQz6xuz3skUgLZIMs9O076KPsHTKDKEDG2oicmwe/nOXjVt6n9Z4wprFaRLbvw==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + /@ngtools/webpack@20.0.0-next.0(@angular/compiler-cli@20.0.0-next.1)(typescript@5.8.2)(webpack@5.98.0): + resolution: {integrity: sha512-dOm+V836ujgyrpbrqINwyYsTvNb/N+dJRcAaof1iS+gzXQZNpgOC2FadzNu5MUvdRk5khNrvkoNoFD3OmszNjQ==} + engines: {node: ^20.11.1 || >=22.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} peerDependencies: - '@angular/compiler-cli': ^19.0.0 || ^19.2.0-next.0 + '@angular/compiler-cli': ^20.0.0 || ^20.0.0-next.0 typescript: '>=5.5 <5.9' webpack: ^5.54.0 dependencies: - '@angular/compiler-cli': 19.2.0(@angular/compiler@19.2.0)(typescript@5.8.2) + '@angular/compiler-cli': 20.0.0-next.1(@angular/compiler@20.0.0-next.1)(typescript@5.8.2) typescript: 5.8.2 webpack: 5.98.0(esbuild@0.25.0) dev: true @@ -3627,164 +3344,164 @@ packages: - supports-color dev: true - /@rollup/rollup-android-arm-eabi@4.34.8: - resolution: {integrity: sha512-q217OSE8DTp8AFHuNHXo0Y86e1wtlfVrXiAlwkIvGRQv9zbc6mE3sjIVfwI8sYUyNxwOg0j/Vm1RKM04JcWLJw==} + /@rollup/rollup-android-arm-eabi@4.34.9: + resolution: {integrity: sha512-qZdlImWXur0CFakn2BJ2znJOdqYZKiedEPEVNTBrpfPjc/YuTGcaYZcdmNFTkUj3DU0ZM/AElcM8Ybww3xVLzA==} cpu: [arm] os: [android] requiresBuild: true dev: true optional: true - /@rollup/rollup-android-arm64@4.34.8: - resolution: {integrity: sha512-Gigjz7mNWaOL9wCggvoK3jEIUUbGul656opstjaUSGC3eT0BM7PofdAJaBfPFWWkXNVAXbaQtC99OCg4sJv70Q==} + /@rollup/rollup-android-arm64@4.34.9: + resolution: {integrity: sha512-4KW7P53h6HtJf5Y608T1ISKvNIYLWRKMvfnG0c44M6In4DQVU58HZFEVhWINDZKp7FZps98G3gxwC1sb0wXUUg==} cpu: [arm64] os: [android] requiresBuild: true dev: true optional: true - /@rollup/rollup-darwin-arm64@4.34.8: - resolution: {integrity: sha512-02rVdZ5tgdUNRxIUrFdcMBZQoaPMrxtwSb+/hOfBdqkatYHR3lZ2A2EGyHq2sGOd0Owk80oV3snlDASC24He3Q==} + /@rollup/rollup-darwin-arm64@4.34.9: + resolution: {integrity: sha512-0CY3/K54slrzLDjOA7TOjN1NuLKERBgk9nY5V34mhmuu673YNb+7ghaDUs6N0ujXR7fz5XaS5Aa6d2TNxZd0OQ==} cpu: [arm64] os: [darwin] requiresBuild: true dev: true optional: true - /@rollup/rollup-darwin-x64@4.34.8: - resolution: {integrity: sha512-qIP/elwR/tq/dYRx3lgwK31jkZvMiD6qUtOycLhTzCvrjbZ3LjQnEM9rNhSGpbLXVJYQ3rq39A6Re0h9tU2ynw==} + /@rollup/rollup-darwin-x64@4.34.9: + resolution: {integrity: sha512-eOojSEAi/acnsJVYRxnMkPFqcxSMFfrw7r2iD9Q32SGkb/Q9FpUY1UlAu1DH9T7j++gZ0lHjnm4OyH2vCI7l7Q==} cpu: [x64] os: [darwin] requiresBuild: true dev: true optional: true - /@rollup/rollup-freebsd-arm64@4.34.8: - resolution: {integrity: sha512-IQNVXL9iY6NniYbTaOKdrlVP3XIqazBgJOVkddzJlqnCpRi/yAeSOa8PLcECFSQochzqApIOE1GHNu3pCz+BDA==} + /@rollup/rollup-freebsd-arm64@4.34.9: + resolution: {integrity: sha512-2lzjQPJbN5UnHm7bHIUKFMulGTQwdvOkouJDpPysJS+QFBGDJqcfh+CxxtG23Ik/9tEvnebQiylYoazFMAgrYw==} cpu: [arm64] os: [freebsd] requiresBuild: true dev: true optional: true - /@rollup/rollup-freebsd-x64@4.34.8: - resolution: {integrity: sha512-TYXcHghgnCqYFiE3FT5QwXtOZqDj5GmaFNTNt3jNC+vh22dc/ukG2cG+pi75QO4kACohZzidsq7yKTKwq/Jq7Q==} + /@rollup/rollup-freebsd-x64@4.34.9: + resolution: {integrity: sha512-SLl0hi2Ah2H7xQYd6Qaiu01kFPzQ+hqvdYSoOtHYg/zCIFs6t8sV95kaoqjzjFwuYQLtOI0RZre/Ke0nPaQV+g==} cpu: [x64] os: [freebsd] requiresBuild: true dev: true optional: true - /@rollup/rollup-linux-arm-gnueabihf@4.34.8: - resolution: {integrity: sha512-A4iphFGNkWRd+5m3VIGuqHnG3MVnqKe7Al57u9mwgbyZ2/xF9Jio72MaY7xxh+Y87VAHmGQr73qoKL9HPbXj1g==} + /@rollup/rollup-linux-arm-gnueabihf@4.34.9: + resolution: {integrity: sha512-88I+D3TeKItrw+Y/2ud4Tw0+3CxQ2kLgu3QvrogZ0OfkmX/DEppehus7L3TS2Q4lpB+hYyxhkQiYPJ6Mf5/dPg==} cpu: [arm] os: [linux] requiresBuild: true dev: true optional: true - /@rollup/rollup-linux-arm-musleabihf@4.34.8: - resolution: {integrity: sha512-S0lqKLfTm5u+QTxlFiAnb2J/2dgQqRy/XvziPtDd1rKZFXHTyYLoVL58M/XFwDI01AQCDIevGLbQrMAtdyanpA==} + /@rollup/rollup-linux-arm-musleabihf@4.34.9: + resolution: {integrity: sha512-3qyfWljSFHi9zH0KgtEPG4cBXHDFhwD8kwg6xLfHQ0IWuH9crp005GfoUUh/6w9/FWGBwEHg3lxK1iHRN1MFlA==} cpu: [arm] os: [linux] requiresBuild: true dev: true optional: true - /@rollup/rollup-linux-arm64-gnu@4.34.8: - resolution: {integrity: sha512-jpz9YOuPiSkL4G4pqKrus0pn9aYwpImGkosRKwNi+sJSkz+WU3anZe6hi73StLOQdfXYXC7hUfsQlTnjMd3s1A==} + /@rollup/rollup-linux-arm64-gnu@4.34.9: + resolution: {integrity: sha512-6TZjPHjKZUQKmVKMUowF3ewHxctrRR09eYyvT5eFv8w/fXarEra83A2mHTVJLA5xU91aCNOUnM+DWFMSbQ0Nxw==} cpu: [arm64] os: [linux] requiresBuild: true dev: true optional: true - /@rollup/rollup-linux-arm64-musl@4.34.8: - resolution: {integrity: sha512-KdSfaROOUJXgTVxJNAZ3KwkRc5nggDk+06P6lgi1HLv1hskgvxHUKZ4xtwHkVYJ1Rep4GNo+uEfycCRRxht7+Q==} + /@rollup/rollup-linux-arm64-musl@4.34.9: + resolution: {integrity: sha512-LD2fytxZJZ6xzOKnMbIpgzFOuIKlxVOpiMAXawsAZ2mHBPEYOnLRK5TTEsID6z4eM23DuO88X0Tq1mErHMVq0A==} cpu: [arm64] os: [linux] requiresBuild: true dev: true optional: true - /@rollup/rollup-linux-loongarch64-gnu@4.34.8: - resolution: {integrity: sha512-NyF4gcxwkMFRjgXBM6g2lkT58OWztZvw5KkV2K0qqSnUEqCVcqdh2jN4gQrTn/YUpAcNKyFHfoOZEer9nwo6uQ==} + /@rollup/rollup-linux-loongarch64-gnu@4.34.9: + resolution: {integrity: sha512-dRAgTfDsn0TE0HI6cmo13hemKpVHOEyeciGtvlBTkpx/F65kTvShtY/EVyZEIfxFkV5JJTuQ9tP5HGBS0hfxIg==} cpu: [loong64] os: [linux] requiresBuild: true dev: true optional: true - /@rollup/rollup-linux-powerpc64le-gnu@4.34.8: - resolution: {integrity: sha512-LMJc999GkhGvktHU85zNTDImZVUCJ1z/MbAJTnviiWmmjyckP5aQsHtcujMjpNdMZPT2rQEDBlJfubhs3jsMfw==} + /@rollup/rollup-linux-powerpc64le-gnu@4.34.9: + resolution: {integrity: sha512-PHcNOAEhkoMSQtMf+rJofwisZqaU8iQ8EaSps58f5HYll9EAY5BSErCZ8qBDMVbq88h4UxaNPlbrKqfWP8RfJA==} cpu: [ppc64] os: [linux] requiresBuild: true dev: true optional: true - /@rollup/rollup-linux-riscv64-gnu@4.34.8: - resolution: {integrity: sha512-xAQCAHPj8nJq1PI3z8CIZzXuXCstquz7cIOL73HHdXiRcKk8Ywwqtx2wrIy23EcTn4aZ2fLJNBB8d0tQENPCmw==} + /@rollup/rollup-linux-riscv64-gnu@4.34.9: + resolution: {integrity: sha512-Z2i0Uy5G96KBYKjeQFKbbsB54xFOL5/y1P5wNBsbXB8yE+At3oh0DVMjQVzCJRJSfReiB2tX8T6HUFZ2k8iaKg==} cpu: [riscv64] os: [linux] requiresBuild: true dev: true optional: true - /@rollup/rollup-linux-s390x-gnu@4.34.8: - resolution: {integrity: sha512-DdePVk1NDEuc3fOe3dPPTb+rjMtuFw89gw6gVWxQFAuEqqSdDKnrwzZHrUYdac7A7dXl9Q2Vflxpme15gUWQFA==} + /@rollup/rollup-linux-s390x-gnu@4.34.9: + resolution: {integrity: sha512-U+5SwTMoeYXoDzJX5dhDTxRltSrIax8KWwfaaYcynuJw8mT33W7oOgz0a+AaXtGuvhzTr2tVKh5UO8GVANTxyQ==} cpu: [s390x] os: [linux] requiresBuild: true dev: true optional: true - /@rollup/rollup-linux-x64-gnu@4.34.8: - resolution: {integrity: sha512-8y7ED8gjxITUltTUEJLQdgpbPh1sUQ0kMTmufRF/Ns5tI9TNMNlhWtmPKKHCU0SilX+3MJkZ0zERYYGIVBYHIA==} + /@rollup/rollup-linux-x64-gnu@4.34.9: + resolution: {integrity: sha512-FwBHNSOjUTQLP4MG7y6rR6qbGw4MFeQnIBrMe161QGaQoBQLqSUEKlHIiVgF3g/mb3lxlxzJOpIBhaP+C+KP2A==} cpu: [x64] os: [linux] requiresBuild: true dev: true optional: true - /@rollup/rollup-linux-x64-musl@4.34.8: - resolution: {integrity: sha512-SCXcP0ZpGFIe7Ge+McxY5zKxiEI5ra+GT3QRxL0pMMtxPfpyLAKleZODi1zdRHkz5/BhueUrYtYVgubqe9JBNQ==} + /@rollup/rollup-linux-x64-musl@4.34.9: + resolution: {integrity: sha512-cYRpV4650z2I3/s6+5/LONkjIz8MBeqrk+vPXV10ORBnshpn8S32bPqQ2Utv39jCiDcO2eJTuSlPXpnvmaIgRA==} cpu: [x64] os: [linux] requiresBuild: true dev: true optional: true - /@rollup/rollup-win32-arm64-msvc@4.34.8: - resolution: {integrity: sha512-YHYsgzZgFJzTRbth4h7Or0m5O74Yda+hLin0irAIobkLQFRQd1qWmnoVfwmKm9TXIZVAD0nZ+GEb2ICicLyCnQ==} + /@rollup/rollup-win32-arm64-msvc@4.34.9: + resolution: {integrity: sha512-z4mQK9dAN6byRA/vsSgQiPeuO63wdiDxZ9yg9iyX2QTzKuQM7T4xlBoeUP/J8uiFkqxkcWndWi+W7bXdPbt27Q==} cpu: [arm64] os: [win32] requiresBuild: true dev: true optional: true - /@rollup/rollup-win32-ia32-msvc@4.34.8: - resolution: {integrity: sha512-r3NRQrXkHr4uWy5TOjTpTYojR9XmF0j/RYgKCef+Ag46FWUTltm5ziticv8LdNsDMehjJ543x/+TJAek/xBA2w==} + /@rollup/rollup-win32-ia32-msvc@4.34.9: + resolution: {integrity: sha512-KB48mPtaoHy1AwDNkAJfHXvHp24H0ryZog28spEs0V48l3H1fr4i37tiyHsgKZJnCmvxsbATdZGBpbmxTE3a9w==} cpu: [ia32] os: [win32] requiresBuild: true dev: true optional: true - /@rollup/rollup-win32-x64-msvc@4.34.8: - resolution: {integrity: sha512-U0FaE5O1BCpZSeE6gBl3c5ObhePQSfk9vDRToMmTkbhCOgW4jqvtS5LGyQ76L1fH8sM0keRp4uDTsbjiUyjk0g==} + /@rollup/rollup-win32-x64-msvc@4.34.9: + resolution: {integrity: sha512-AyleYRPU7+rgkMWbEh71fQlrzRfeP6SyMnRf9XX4fCdDPAJumdSBqYEcWPMzVQ4ScAl7E4oFfK0GUVn77xSwbw==} cpu: [x64] os: [win32] requiresBuild: true dev: true optional: true - /@schematics/angular@19.2.0: - resolution: {integrity: sha512-/gdrYTr1DSUNmrUmpmne6uBnIBpJ/obHtccvz5sZckKni/KMPAr3CgGZ8JrHer3I732ucb1We9nbdtXvz+2glg==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + /@schematics/angular@20.0.0-next.0: + resolution: {integrity: sha512-IMJA7/okzzlw/riADSzbMEvXXCWefz69AN6pE8lV+T05mc/dkxYTJ36tm32oYdHSSLnsPev7JuvnxdgTHJgqLA==} + engines: {node: ^20.11.1 || >=22.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} dependencies: - '@angular-devkit/core': 19.2.0 - '@angular-devkit/schematics': 19.2.0 + '@angular-devkit/core': 20.0.0-next.0 + '@angular-devkit/schematics': 20.0.0-next.0 jsonc-parser: 3.3.1 transitivePeerDependencies: - chokidar @@ -3903,11 +3620,6 @@ packages: engines: {node: '>=4'} dev: true - /@sindresorhus/merge-streams@2.3.0: - resolution: {integrity: sha512-LtoMMhxAlorcGhmFYI+LhPgbPZCkgP6ra1YL604EeF6U98pLlQ3iWIGMdWSC+vWmPBWBNgmDBAhnAobLROJmwg==} - engines: {node: '>=18'} - dev: true - /@socket.io/component-emitter@3.1.2: resolution: {integrity: sha512-9BCxFwvbGg/RsZK9tjXd8s4UcwR0MWeFQ1XEKIQVVvAGJyINdrqKMcTRyLoK8Rse1GjzLV9cwjWV1olXRWEXVA==} dev: true @@ -4012,8 +3724,8 @@ packages: /@types/babel__core@7.20.5: resolution: {integrity: sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==} dependencies: - '@babel/parser': 7.26.8 - '@babel/types': 7.26.8 + '@babel/parser': 7.26.9 + '@babel/types': 7.26.9 '@types/babel__generator': 7.6.8 '@types/babel__template': 7.4.4 '@types/babel__traverse': 7.20.6 @@ -4021,18 +3733,18 @@ packages: /@types/babel__generator@7.6.8: resolution: {integrity: sha512-ASsj+tpEDsEiFr1arWrlN6V3mdfjRMZt6LtK/Vp/kreFLnr5QH5+DhvD5nINYZXzwJvXeGq+05iUXcAzVrqWtw==} dependencies: - '@babel/types': 7.26.8 + '@babel/types': 7.26.9 /@types/babel__template@7.4.4: resolution: {integrity: sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==} dependencies: - '@babel/parser': 7.26.8 - '@babel/types': 7.26.8 + '@babel/parser': 7.26.9 + '@babel/types': 7.26.9 /@types/babel__traverse@7.20.6: resolution: {integrity: sha512-r1bzfrm0tomOI8g1SzvCaQHo6Lcv6zu0EA+W2kHrt8dyrHQxGzBBL4kdkzIS+jBMV+EYcMAEAqXqYaLJq5rOZg==} dependencies: - '@babel/types': 7.26.8 + '@babel/types': 7.26.9 /@types/body-parser@1.19.5: resolution: {integrity: sha512-fB3Zu92ucau0iQ0JMCFQE7b/dv8Ot07NI3KaZIkIUNXq82k4eBAqUaneXfleGY9JWskeS9y+u0nXMyspcuQrCg==} @@ -4300,20 +4012,20 @@ packages: resolution: {integrity: sha512-Pg33m3X2mFgdmhtvzOlAfUfgOa3341N3/2JCrVY/mXVxb4hagcqqEG6w4vGCfB64StQNWHSj/T8Eotb1Rko/FQ==} dev: false - /@typescript-eslint/eslint-plugin@8.25.0(@typescript-eslint/parser@8.25.0)(eslint@8.57.0)(typescript@5.8.2): - resolution: {integrity: sha512-VM7bpzAe7JO/BFf40pIT1lJqS/z1F8OaSsUB3rpFJucQA4cOSuH2RVVVkFULN+En0Djgr29/jb4EQnedUo95KA==} + /@typescript-eslint/eslint-plugin@8.26.0(@typescript-eslint/parser@8.26.0)(eslint@8.57.0)(typescript@5.8.2): + resolution: {integrity: sha512-cLr1J6pe56zjKYajK6SSSre6nl1Gj6xDp1TY0trpgPzjVbgDwd09v2Ws37LABxzkicmUjhEeg/fAUjPJJB1v5Q==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: '@typescript-eslint/parser': ^8.0.0 || ^8.0.0-alpha.0 eslint: ^8.57.0 || ^9.0.0 - typescript: '>=4.8.4 <5.8.0' + typescript: '>=4.8.4 <5.9.0' dependencies: '@eslint-community/regexpp': 4.11.0 - '@typescript-eslint/parser': 8.25.0(eslint@8.57.0)(typescript@5.8.2) - '@typescript-eslint/scope-manager': 8.25.0 - '@typescript-eslint/type-utils': 8.25.0(eslint@8.57.0)(typescript@5.8.2) - '@typescript-eslint/utils': 8.25.0(eslint@8.57.0)(typescript@5.8.2) - '@typescript-eslint/visitor-keys': 8.25.0 + '@typescript-eslint/parser': 8.26.0(eslint@8.57.0)(typescript@5.8.2) + '@typescript-eslint/scope-manager': 8.26.0 + '@typescript-eslint/type-utils': 8.26.0(eslint@8.57.0)(typescript@5.8.2) + '@typescript-eslint/utils': 8.26.0(eslint@8.57.0)(typescript@5.8.2) + '@typescript-eslint/visitor-keys': 8.26.0 eslint: 8.57.0 graphemer: 1.4.0 ignore: 5.3.2 @@ -4324,17 +4036,17 @@ packages: - supports-color dev: true - /@typescript-eslint/parser@8.25.0(eslint@8.57.0)(typescript@5.8.2): - resolution: {integrity: sha512-4gbs64bnbSzu4FpgMiQ1A+D+urxkoJk/kqlDJ2W//5SygaEiAP2B4GoS7TEdxgwol2el03gckFV9lJ4QOMiiHg==} + /@typescript-eslint/parser@8.26.0(eslint@8.57.0)(typescript@5.8.2): + resolution: {integrity: sha512-mNtXP9LTVBy14ZF3o7JG69gRPBK/2QWtQd0j0oH26HcY/foyJJau6pNUez7QrM5UHnSvwlQcJXKsk0I99B9pOA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 - typescript: '>=4.8.4 <5.8.0' + typescript: '>=4.8.4 <5.9.0' dependencies: - '@typescript-eslint/scope-manager': 8.25.0 - '@typescript-eslint/types': 8.25.0 - '@typescript-eslint/typescript-estree': 8.25.0(typescript@5.8.2) - '@typescript-eslint/visitor-keys': 8.25.0 + '@typescript-eslint/scope-manager': 8.26.0 + '@typescript-eslint/types': 8.26.0 + '@typescript-eslint/typescript-estree': 8.26.0(typescript@5.8.2) + '@typescript-eslint/visitor-keys': 8.26.0 debug: 4.4.0 eslint: 8.57.0 typescript: 5.8.2 @@ -4358,12 +4070,12 @@ packages: '@typescript-eslint/visitor-keys': 8.1.0 dev: true - /@typescript-eslint/scope-manager@8.25.0: - resolution: {integrity: sha512-6PPeiKIGbgStEyt4NNXa2ru5pMzQ8OYKO1hX1z53HMomrmiSB+R5FmChgQAP1ro8jMtNawz+TRQo/cSXrauTpg==} + /@typescript-eslint/scope-manager@8.26.0: + resolution: {integrity: sha512-E0ntLvsfPqnPwng8b8y4OGuzh/iIOm2z8U3S9zic2TeMLW61u5IH2Q1wu0oSTkfrSzwbDJIB/Lm8O3//8BWMPA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} dependencies: - '@typescript-eslint/types': 8.25.0 - '@typescript-eslint/visitor-keys': 8.25.0 + '@typescript-eslint/types': 8.26.0 + '@typescript-eslint/visitor-keys': 8.26.0 dev: true /@typescript-eslint/type-utils@5.43.0(eslint@8.57.0)(typescript@5.8.2): @@ -4386,15 +4098,15 @@ packages: - supports-color dev: true - /@typescript-eslint/type-utils@8.25.0(eslint@8.57.0)(typescript@5.8.2): - resolution: {integrity: sha512-d77dHgHWnxmXOPJuDWO4FDWADmGQkN5+tt6SFRZz/RtCWl4pHgFl3+WdYCn16+3teG09DY6XtEpf3gGD0a186g==} + /@typescript-eslint/type-utils@8.26.0(eslint@8.57.0)(typescript@5.8.2): + resolution: {integrity: sha512-ruk0RNChLKz3zKGn2LwXuVoeBcUMh+jaqzN461uMMdxy5H9epZqIBtYj7UiPXRuOpaALXGbmRuZQhmwHhaS04Q==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 - typescript: '>=4.8.4 <5.8.0' + typescript: '>=4.8.4 <5.9.0' dependencies: - '@typescript-eslint/typescript-estree': 8.25.0(typescript@5.8.2) - '@typescript-eslint/utils': 8.25.0(eslint@8.57.0)(typescript@5.8.2) + '@typescript-eslint/typescript-estree': 8.26.0(typescript@5.8.2) + '@typescript-eslint/utils': 8.26.0(eslint@8.57.0)(typescript@5.8.2) debug: 4.4.0 eslint: 8.57.0 ts-api-utils: 2.0.1(typescript@5.8.2) @@ -4413,8 +4125,8 @@ packages: engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} dev: true - /@typescript-eslint/types@8.25.0: - resolution: {integrity: sha512-+vUe0Zb4tkNgznQwicsvLUJgZIRs6ITeWSCclX1q85pR1iOiaj+4uZJIUp//Z27QWu5Cseiw3O3AR8hVpax7Aw==} + /@typescript-eslint/types@8.26.0: + resolution: {integrity: sha512-89B1eP3tnpr9A8L6PZlSjBvnJhWXtYfZhECqlBl1D9Lme9mHO6iWlsprBtVenQvY1HMhax1mWOjhtL3fh/u+pA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} dev: true @@ -4461,14 +4173,14 @@ packages: - supports-color dev: true - /@typescript-eslint/typescript-estree@8.25.0(typescript@5.8.2): - resolution: {integrity: sha512-ZPaiAKEZ6Blt/TPAx5Ot0EIB/yGtLI2EsGoY6F7XKklfMxYQyvtL+gT/UCqkMzO0BVFHLDlzvFqQzurYahxv9Q==} + /@typescript-eslint/typescript-estree@8.26.0(typescript@5.8.2): + resolution: {integrity: sha512-tiJ1Hvy/V/oMVRTbEOIeemA2XoylimlDQ03CgPPNaHYZbpsc78Hmngnt+WXZfJX1pjQ711V7g0H7cSJThGYfPQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: - typescript: '>=4.8.4 <5.8.0' + typescript: '>=4.8.4 <5.9.0' dependencies: - '@typescript-eslint/types': 8.25.0 - '@typescript-eslint/visitor-keys': 8.25.0 + '@typescript-eslint/types': 8.26.0 + '@typescript-eslint/visitor-keys': 8.26.0 debug: 4.4.0 fast-glob: 3.3.3 is-glob: 4.0.3 @@ -4516,17 +4228,17 @@ packages: - typescript dev: true - /@typescript-eslint/utils@8.25.0(eslint@8.57.0)(typescript@5.8.2): - resolution: {integrity: sha512-syqRbrEv0J1wywiLsK60XzHnQe/kRViI3zwFALrNEgnntn1l24Ra2KvOAWwWbWZ1lBZxZljPDGOq967dsl6fkA==} + /@typescript-eslint/utils@8.26.0(eslint@8.57.0)(typescript@5.8.2): + resolution: {integrity: sha512-2L2tU3FVwhvU14LndnQCA2frYC8JnPDVKyQtWFPf8IYFMt/ykEN1bPolNhNbCVgOmdzTlWdusCTKA/9nKrf8Ig==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 - typescript: 5.8.2 + typescript: '>=4.8.4 <5.9.0' dependencies: '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0) - '@typescript-eslint/scope-manager': 8.25.0 - '@typescript-eslint/types': 8.25.0 - '@typescript-eslint/typescript-estree': 8.25.0(typescript@5.8.2) + '@typescript-eslint/scope-manager': 8.26.0 + '@typescript-eslint/types': 8.26.0 + '@typescript-eslint/typescript-estree': 8.26.0(typescript@5.8.2) eslint: 8.57.0 typescript: 5.8.2 transitivePeerDependencies: @@ -4549,11 +4261,11 @@ packages: eslint-visitor-keys: 3.4.3 dev: true - /@typescript-eslint/visitor-keys@8.25.0: - resolution: {integrity: sha512-kCYXKAum9CecGVHGij7muybDfTS2sD3t0L4bJsEZLkyrXUImiCTq1M3LG2SRtOhiHFwMR9wAFplpT6XHYjTkwQ==} + /@typescript-eslint/visitor-keys@8.26.0: + resolution: {integrity: sha512-2z8JQJWAzPdDd51dRQ/oqIJxe99/hoLIqmf8RMCAJQtYDc535W/Jt2+RTP4bP0aKeBG1F65yjIZuczOXCmbWwg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} dependencies: - '@typescript-eslint/types': 8.25.0 + '@typescript-eslint/types': 8.26.0 eslint-visitor-keys: 4.2.0 dev: true @@ -4561,13 +4273,13 @@ packages: resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==} dev: true - /@vitejs/plugin-basic-ssl@1.2.0(vite@6.1.0): - resolution: {integrity: sha512-mkQnxTkcldAzIsomk1UuLfAu9n+kpQ3JbHcpCp7d2Oo6ITtji8pHS3QToOWjhPFvNQSnhlkAjmGbhv2QvwO/7Q==} - engines: {node: '>=14.21.3'} + /@vitejs/plugin-basic-ssl@2.0.0(vite@6.2.0): + resolution: {integrity: sha512-gc9Tjg8bUxBVSTzeWT3Njc0Cl3PakHFKdNfABnZWiUgbxqmHDEn7uECv3fHVylxoYgNzAcmU7ZrILz+BwSo3sA==} + engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} peerDependencies: - vite: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 + vite: ^6.0.0 dependencies: - vite: 6.1.0(@types/node@18.19.78)(less@4.2.2)(sass@1.77.8) + vite: 6.2.0(@types/node@18.19.78)(less@4.2.2)(sass@1.77.8) dev: true /@webassemblyjs/ast@1.14.1: @@ -5144,7 +4856,7 @@ packages: resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==} dev: true - /autoprefixer@10.4.20(postcss@8.5.2): + /autoprefixer@10.4.20(postcss@8.5.3): resolution: {integrity: sha512-XY25y5xSv/wEoqzDyXXME4AFfkZI0P23z6Fs3YgymDnKJkCGOnkL0iTxCa85UTqaSgfcqyf3UA6+c7wUvx/16g==} engines: {node: ^10 || ^12 || >=14} hasBin: true @@ -5156,7 +4868,7 @@ packages: fraction.js: 4.3.7 normalize-range: 0.1.2 picocolors: 1.1.1 - postcss: 8.5.2 + postcss: 8.5.3 postcss-value-parser: 4.2.0 dev: true @@ -5190,16 +4902,15 @@ packages: resolution: {integrity: sha512-5Tk1HLk6b6ctmjIkAcU/Ujv/1WqiDl0F0JdRCR80VsOcUlHcu7pWeWRlOqQLHfDEsVx9YH/aif5AG4ehoCtTmg==} dev: true - /babel-loader@9.2.1(@babel/core@7.26.9)(webpack@5.98.0): - resolution: {integrity: sha512-fqe8naHt46e0yIdkjUZYqddSXfej3AHajX+CSO5X7oy0EmPc6o5Xh+RClNoHjnieWz9AW4kZxW9yyFMhVB1QLA==} - engines: {node: '>= 14.15.0'} + /babel-loader@10.0.0(@babel/core@7.26.9)(webpack@5.98.0): + resolution: {integrity: sha512-z8jt+EdS61AMw22nSfoNJAZ0vrtmhPRVi6ghL3rCeRZI8cdNYFiV5xeV3HbE7rlZZNmGH8BVccwWt8/ED0QOHA==} + engines: {node: ^18.20.0 || ^20.10.0 || >=22.0.0} peerDependencies: '@babel/core': ^7.12.0 - webpack: '>=5' + webpack: '>=5.61.0' dependencies: '@babel/core': 7.26.9 - find-cache-dir: 4.0.0 - schema-utils: 4.2.0 + find-up: 5.0.0 webpack: 5.98.0(esbuild@0.25.0) dev: true @@ -5351,7 +5062,7 @@ packages: domhandler: 5.0.3 htmlparser2: 9.1.0 picocolors: 1.1.1 - postcss: 8.5.2 + postcss: 8.5.3 postcss-media-query-parser: 0.2.3 dev: true @@ -6017,10 +5728,6 @@ packages: engines: {node: '>= 12.0.0'} dev: true - /common-path-prefix@3.0.0: - resolution: {integrity: sha512-QE33hToZseCH3jS0qN96O/bSh3kaw/h+Tq7ngyY9eWDUnTlTNUyqfqvCXioLe5Na5jFsL78ra/wuBU4iuEgd4w==} - dev: true - /compress-commons@4.1.2: resolution: {integrity: sha512-D3uMHtGc/fcO1Gt1/L7i1e33VOvD4A9hfQLP+6ewd+BvG/gQ84Yh4oftEhAdjSMgBgwGL+jsppT7JYNpo6MHHg==} engines: {node: '>= 10'} @@ -6153,18 +5860,17 @@ packages: is-what: 3.14.1 dev: true - /copy-webpack-plugin@12.0.2(webpack@5.98.0): - resolution: {integrity: sha512-SNwdBeHyII+rWvee/bTnAYyO8vfVdcSTud4EIb6jcZ8inLeWucJE0DnxXQBjlQ5zlteuuvooGQy3LIyGxhvlOA==} + /copy-webpack-plugin@13.0.0(webpack@5.98.0): + resolution: {integrity: sha512-FgR/h5a6hzJqATDGd9YG41SeDViH+0bkHn6WNXCi5zKAZkeESeSxLySSsFLHqLEVCh0E+rITmCf0dusXWYukeQ==} engines: {node: '>= 18.12.0'} peerDependencies: webpack: ^5.1.0 dependencies: - fast-glob: 3.3.3 glob-parent: 6.0.2 - globby: 14.0.2 normalize-path: 3.0.0 - schema-utils: 4.2.0 + schema-utils: 4.3.0 serialize-javascript: 6.0.2 + tinyglobby: 0.2.12 webpack: 5.98.0(esbuild@0.25.0) dev: true @@ -6285,12 +5991,12 @@ packages: webpack: optional: true dependencies: - icss-utils: 5.1.0(postcss@8.5.2) - postcss: 8.5.2 - postcss-modules-extract-imports: 3.1.0(postcss@8.5.2) - postcss-modules-local-by-default: 4.0.5(postcss@8.5.2) - postcss-modules-scope: 3.2.0(postcss@8.5.2) - postcss-modules-values: 4.0.0(postcss@8.5.2) + icss-utils: 5.1.0(postcss@8.5.3) + postcss: 8.5.3 + postcss-modules-extract-imports: 3.1.0(postcss@8.5.3) + postcss-modules-local-by-default: 4.0.5(postcss@8.5.3) + postcss-modules-scope: 3.2.0(postcss@8.5.3) + postcss-modules-values: 4.0.0(postcss@8.5.3) postcss-value-parser: 4.2.0 semver: 7.7.1 webpack: 5.98.0(esbuild@0.25.0) @@ -7094,39 +6800,6 @@ packages: hasBin: true dev: true - /esbuild@0.24.2: - resolution: {integrity: sha512-+9egpBW8I3CD5XPe0n6BfT5fxLzxrlDzqydF3aviG+9ni1lDC/OvMHcxqEFV0+LANZG5R1bFMWfUrjVsdwxJvA==} - engines: {node: '>=18'} - hasBin: true - requiresBuild: true - optionalDependencies: - '@esbuild/aix-ppc64': 0.24.2 - '@esbuild/android-arm': 0.24.2 - '@esbuild/android-arm64': 0.24.2 - '@esbuild/android-x64': 0.24.2 - '@esbuild/darwin-arm64': 0.24.2 - '@esbuild/darwin-x64': 0.24.2 - '@esbuild/freebsd-arm64': 0.24.2 - '@esbuild/freebsd-x64': 0.24.2 - '@esbuild/linux-arm': 0.24.2 - '@esbuild/linux-arm64': 0.24.2 - '@esbuild/linux-ia32': 0.24.2 - '@esbuild/linux-loong64': 0.24.2 - '@esbuild/linux-mips64el': 0.24.2 - '@esbuild/linux-ppc64': 0.24.2 - '@esbuild/linux-riscv64': 0.24.2 - '@esbuild/linux-s390x': 0.24.2 - '@esbuild/linux-x64': 0.24.2 - '@esbuild/netbsd-arm64': 0.24.2 - '@esbuild/netbsd-x64': 0.24.2 - '@esbuild/openbsd-arm64': 0.24.2 - '@esbuild/openbsd-x64': 0.24.2 - '@esbuild/sunos-x64': 0.24.2 - '@esbuild/win32-arm64': 0.24.2 - '@esbuild/win32-ia32': 0.24.2 - '@esbuild/win32-x64': 0.24.2 - dev: true - /esbuild@0.25.0: resolution: {integrity: sha512-BXq5mqc8ltbaN34cDqWuYKyNhX8D/Z0J1xdtdQ8UcIIIyJyz+ZMKUt58tF3SrZ85jcfN/PZYhjR5uDQAYNVbuw==} engines: {node: '>=18'} @@ -7227,7 +6900,7 @@ packages: - supports-color dev: true - /eslint-module-utils@2.8.1(@typescript-eslint/parser@8.25.0)(eslint-import-resolver-node@0.3.9)(eslint@8.57.0): + /eslint-module-utils@2.8.1(@typescript-eslint/parser@8.26.0)(eslint-import-resolver-node@0.3.9)(eslint@8.57.0): resolution: {integrity: sha512-rXDXR3h7cs7dy9RNpUlQf80nX31XWJEyGq1tRMo+6GsO5VmTe4UTwtmonAD4ZkAsrfMVDA2wlGJ3790Ys+D49Q==} engines: {node: '>=4'} peerDependencies: @@ -7248,7 +6921,7 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 8.25.0(eslint@8.57.0)(typescript@5.8.2) + '@typescript-eslint/parser': 8.26.0(eslint@8.57.0)(typescript@5.8.2) debug: 3.2.7 eslint: 8.57.0 eslint-import-resolver-node: 0.3.9 @@ -7263,7 +6936,7 @@ packages: requireindex: 1.2.0 dev: true - /eslint-plugin-import@2.29.1(@typescript-eslint/parser@8.25.0)(eslint@8.57.0): + /eslint-plugin-import@2.29.1(@typescript-eslint/parser@8.26.0)(eslint@8.57.0): resolution: {integrity: sha512-BbPC0cuExzhiMo4Ff1BTVwHpjjv28C5R+btTOGaCRC7UEz801up0JadwkeSk5Ued6TG34uaczuVuH6qyy5YUxw==} engines: {node: '>=4'} peerDependencies: @@ -7273,7 +6946,7 @@ packages: '@typescript-eslint/parser': optional: true dependencies: - '@typescript-eslint/parser': 8.25.0(eslint@8.57.0)(typescript@5.8.2) + '@typescript-eslint/parser': 8.26.0(eslint@8.57.0)(typescript@5.8.2) array-includes: 3.1.8 array.prototype.findlastindex: 1.2.5 array.prototype.flat: 1.3.2 @@ -7282,7 +6955,7 @@ packages: doctrine: 2.1.0 eslint: 8.57.0 eslint-import-resolver-node: 0.3.9 - eslint-module-utils: 2.8.1(@typescript-eslint/parser@8.25.0)(eslint-import-resolver-node@0.3.9)(eslint@8.57.0) + eslint-module-utils: 2.8.1(@typescript-eslint/parser@8.26.0)(eslint-import-resolver-node@0.3.9)(eslint@8.57.0) hasown: 2.0.2 is-core-module: 2.15.0 is-glob: 4.0.3 @@ -7792,6 +7465,17 @@ packages: pend: 1.2.0 dev: true + /fdir@6.4.3(picomatch@4.0.2): + resolution: {integrity: sha512-PMXmW2y1hDDfTSRc9gaXIuCCRpuoz3Kaz8cUelp3smouvfT632ozg2vrT6lJsHKKOF59YLbOGfAWGUcKEfRMQw==} + peerDependencies: + picomatch: ^3 || ^4 + peerDependenciesMeta: + picomatch: + optional: true + dependencies: + picomatch: 4.0.2 + dev: true + /fecha@4.2.3: resolution: {integrity: sha512-OP2IUU6HeYKJi3i0z4A19kHMQoLVs4Hc+DPqqxI2h/DPZHTm/vjsfC6P0b4jCMy14XizLBqvndQ+UilD7707Jw==} dev: true @@ -7915,14 +7599,6 @@ packages: - supports-color dev: true - /find-cache-dir@4.0.0: - resolution: {integrity: sha512-9ZonPT4ZAK4a+1pUPVPZJapbi7O5qbbJPdYw/NOQWZZbVLdDTYM3A4R9z/DpAM08IDaFGsvPgiGZ82WEwUDWjg==} - engines: {node: '>=14.16'} - dependencies: - common-path-prefix: 3.0.0 - pkg-dir: 7.0.0 - dev: true - /find-up@4.1.0: resolution: {integrity: sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==} engines: {node: '>=8'} @@ -7939,14 +7615,6 @@ packages: path-exists: 4.0.0 dev: true - /find-up@6.3.0: - resolution: {integrity: sha512-v2ZsoEuVHYy8ZIlYqwPe/39Cy+cFDzp4dXPaxNvkEuouymu+2Jbz0PxpKarJHYJTmv2HWT3O382qY8l4jMWthw==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - dependencies: - locate-path: 7.2.0 - path-exists: 5.0.0 - dev: true - /find-versions@3.2.0: resolution: {integrity: sha512-P8WRou2S+oe222TOCHitLy8zj+SIsVJh52VP4lvXkaFVnOFFdoWv1H1Jjvel1aI6NCFOAaeAVm8qrI0odiLcww==} engines: {node: '>=6'} @@ -8484,18 +8152,6 @@ packages: slash: 3.0.0 dev: true - /globby@14.0.2: - resolution: {integrity: sha512-s3Fq41ZVh7vbbe2PN3nrW7yC7U7MFVc5c98/iTl9c2GawNMKx/J648KQRW6WKkuU8GIbbh2IXfIRQjOZnXcTnw==} - engines: {node: '>=18'} - dependencies: - '@sindresorhus/merge-streams': 2.3.0 - fast-glob: 3.3.3 - ignore: 5.3.2 - path-type: 5.0.0 - slash: 5.1.0 - unicorn-magic: 0.1.0 - dev: true - /globby@5.0.0: resolution: {integrity: sha512-HJRTIH2EeH44ka+LWig+EqT2ONSYpVlNfx6pyd592/VF1TbfljJ7elwie7oSwcViLGqOdWocSdu2txwBF9bjmQ==} engines: {node: '>=0.10.0'} @@ -8998,13 +8654,13 @@ packages: safer-buffer: 2.1.2 dev: true - /icss-utils@5.1.0(postcss@8.5.2): + /icss-utils@5.1.0(postcss@8.5.3): resolution: {integrity: sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - postcss: 8.5.2 + postcss: 8.5.3 dev: true /ieee754@1.2.1: @@ -9649,7 +9305,7 @@ packages: engines: {node: '>=10'} dependencies: '@babel/core': 7.26.9 - '@babel/parser': 7.26.8 + '@babel/parser': 7.26.9 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.2 semver: 7.7.1 @@ -9808,7 +9464,7 @@ packages: engines: {node: '>=12.0.0'} hasBin: true dependencies: - '@babel/parser': 7.25.3 + '@babel/parser': 7.26.9 '@jsdoc/salty': 0.2.8 '@types/markdown-it': 14.1.2 bluebird: 3.7.2 @@ -10377,13 +10033,6 @@ packages: p-locate: 5.0.0 dev: true - /locate-path@7.2.0: - resolution: {integrity: sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - dependencies: - p-locate: 6.0.0 - dev: true - /lodash._objecttypes@2.4.1: resolution: {integrity: sha512-XpqGh1e7hhkOzftBfWE7zt+Yn9mVHFkDhicVttvKLsoCMLVVL+xTQjfjB4X4vtznauxv0QZ5ZAeqjvat0dh62Q==} dev: true @@ -10789,7 +10438,7 @@ packages: peerDependencies: webpack: ^5.0.0 dependencies: - schema-utils: 4.2.0 + schema-utils: 4.3.0 tapable: 2.2.1 webpack: 5.98.0(esbuild@0.25.0) dev: true @@ -11566,13 +11215,6 @@ packages: yocto-queue: 0.1.0 dev: true - /p-limit@4.0.0: - resolution: {integrity: sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - dependencies: - yocto-queue: 1.1.1 - dev: true - /p-locate@4.1.0: resolution: {integrity: sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==} engines: {node: '>=8'} @@ -11587,13 +11229,6 @@ packages: p-limit: 3.1.0 dev: true - /p-locate@6.0.0: - resolution: {integrity: sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - dependencies: - p-limit: 4.0.0 - dev: true - /p-map-series@1.0.0: resolution: {integrity: sha512-4k9LlvY6Bo/1FcIdV33wqZQES0Py+iKISU9Uc8p8AjWoZPnFKMpVIVD3s0EYn4jzLh1I+WeUZkJ0Yoa4Qfw3Kg==} engines: {node: '>=4'} @@ -11824,11 +11459,6 @@ packages: engines: {node: '>=8'} dev: true - /path-exists@5.0.0: - resolution: {integrity: sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - dev: true - /path-is-absolute@1.0.1: resolution: {integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==} engines: {node: '>=0.10.0'} @@ -11891,11 +11521,6 @@ packages: engines: {node: '>=8'} dev: true - /path-type@5.0.0: - resolution: {integrity: sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg==} - engines: {node: '>=12'} - dev: true - /pend@1.2.0: resolution: {integrity: sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg==} dev: true @@ -11955,13 +11580,6 @@ packages: '@napi-rs/nice': 1.0.1 dev: true - /pkg-dir@7.0.0: - resolution: {integrity: sha512-Ie9z/WINcxxLp27BKOCHGde4ITq9UklYKDzVo1nhk5sqGEXU3FpkwP5GM2voTGJkGd9B3Otl+Q4uwSOeSUtOBA==} - engines: {node: '>=14.16'} - dependencies: - find-up: 6.3.0 - dev: true - /pngquant-bin@6.0.1: resolution: {integrity: sha512-Q3PUyolfktf+hYio6wsg3SanQzEU/v8aICg/WpzxXcuCMRb7H2Q81okfpcEztbMvw25ILjd3a87doj2N9kvbpQ==} engines: {node: '>=10'} @@ -11989,7 +11607,7 @@ packages: engines: {node: '>= 0.4'} dev: true - /postcss-loader@8.1.1(postcss@8.5.2)(typescript@5.8.2)(webpack@5.98.0): + /postcss-loader@8.1.1(postcss@8.5.3)(typescript@5.8.2)(webpack@5.98.0): resolution: {integrity: sha512-0IeqyAsG6tYiDRCYKQJLAmgQr47DX6N7sFSWvQxt6AcupX8DIdmykuk/o/tx0Lze3ErGHJEp5OSRxrelC6+NdQ==} engines: {node: '>= 18.12.0'} peerDependencies: @@ -12004,7 +11622,7 @@ packages: dependencies: cosmiconfig: 9.0.0(typescript@5.8.2) jiti: 1.21.6 - postcss: 8.5.2 + postcss: 8.5.3 semver: 7.7.1 webpack: 5.98.0(esbuild@0.25.0) transitivePeerDependencies: @@ -12015,45 +11633,45 @@ packages: resolution: {integrity: sha512-3sOlxmbKcSHMjlUXQZKQ06jOswE7oVkXPxmZdoB1r5l0q6gTFTQSHxNxOrCccElbW7dxNytifNEo8qidX2Vsig==} dev: true - /postcss-modules-extract-imports@3.1.0(postcss@8.5.2): + /postcss-modules-extract-imports@3.1.0(postcss@8.5.3): resolution: {integrity: sha512-k3kNe0aNFQDAZGbin48pL2VNidTF0w4/eASDsxlyspobzU3wZQLOGj7L9gfRe0Jo9/4uud09DsjFNH7winGv8Q==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - postcss: 8.5.2 + postcss: 8.5.3 dev: true - /postcss-modules-local-by-default@4.0.5(postcss@8.5.2): + /postcss-modules-local-by-default@4.0.5(postcss@8.5.3): resolution: {integrity: sha512-6MieY7sIfTK0hYfafw1OMEG+2bg8Q1ocHCpoWLqOKj3JXlKu4G7btkmM/B7lFubYkYWmRSPLZi5chid63ZaZYw==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - icss-utils: 5.1.0(postcss@8.5.2) - postcss: 8.5.2 + icss-utils: 5.1.0(postcss@8.5.3) + postcss: 8.5.3 postcss-selector-parser: 6.1.2 postcss-value-parser: 4.2.0 dev: true - /postcss-modules-scope@3.2.0(postcss@8.5.2): + /postcss-modules-scope@3.2.0(postcss@8.5.3): resolution: {integrity: sha512-oq+g1ssrsZOsx9M96c5w8laRmvEu9C3adDSjI8oTcbfkrTE8hx/zfyobUoWIxaKPO8bt6S62kxpw5GqypEw1QQ==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - postcss: 8.5.2 + postcss: 8.5.3 postcss-selector-parser: 6.1.2 dev: true - /postcss-modules-values@4.0.0(postcss@8.5.2): + /postcss-modules-values@4.0.0(postcss@8.5.3): resolution: {integrity: sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - icss-utils: 5.1.0(postcss@8.5.2) - postcss: 8.5.2 + icss-utils: 5.1.0(postcss@8.5.3) + postcss: 8.5.3 dev: true /postcss-selector-parser@6.1.2: @@ -12068,8 +11686,8 @@ packages: resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==} dev: true - /postcss@8.5.2: - resolution: {integrity: sha512-MjOadfU3Ys9KYoX0AdkBlFEF1Vx37uCCeN4ZHnmwm9FfpbsGWMZeBLMmmpY+6Ocqod7mkdZ0DT31OlbsFrLlkA==} + /postcss@8.5.3: + resolution: {integrity: sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==} engines: {node: ^10 || ^12 || >=14} dependencies: nanoid: 3.3.8 @@ -12164,7 +11782,7 @@ packages: jsdoc: 4.0.3 minimist: 1.2.8 protobufjs: 7.2.4 - semver: 7.6.3 + semver: 7.7.1 tmp: 0.2.3 uglify-js: 3.19.2 dev: true @@ -12710,7 +12328,7 @@ packages: adjust-sourcemap-loader: 4.0.0 convert-source-map: 1.9.0 loader-utils: 2.0.4 - postcss: 8.5.2 + postcss: 8.5.3 source-map: 0.6.1 dev: true @@ -12811,32 +12429,32 @@ packages: engines: {node: '>=10.0.0'} dev: true - /rollup@4.34.8: - resolution: {integrity: sha512-489gTVMzAYdiZHFVA/ig/iYFllCcWFHMvUHI1rpFmkoUtRlQxqh6/yiNqnYibjMZ2b/+FUQwldG+aLsEt6bglQ==} + /rollup@4.34.9: + resolution: {integrity: sha512-nF5XYqWWp9hx/LrpC8sZvvvmq0TeTjQgaZHYmAgwysT9nh8sWnZhBnM8ZyVbbJFIQBLwHDNoMqsBZBbUo4U8sQ==} engines: {node: '>=18.0.0', npm: '>=8.0.0'} hasBin: true dependencies: '@types/estree': 1.0.6 optionalDependencies: - '@rollup/rollup-android-arm-eabi': 4.34.8 - '@rollup/rollup-android-arm64': 4.34.8 - '@rollup/rollup-darwin-arm64': 4.34.8 - '@rollup/rollup-darwin-x64': 4.34.8 - '@rollup/rollup-freebsd-arm64': 4.34.8 - '@rollup/rollup-freebsd-x64': 4.34.8 - '@rollup/rollup-linux-arm-gnueabihf': 4.34.8 - '@rollup/rollup-linux-arm-musleabihf': 4.34.8 - '@rollup/rollup-linux-arm64-gnu': 4.34.8 - '@rollup/rollup-linux-arm64-musl': 4.34.8 - '@rollup/rollup-linux-loongarch64-gnu': 4.34.8 - '@rollup/rollup-linux-powerpc64le-gnu': 4.34.8 - '@rollup/rollup-linux-riscv64-gnu': 4.34.8 - '@rollup/rollup-linux-s390x-gnu': 4.34.8 - '@rollup/rollup-linux-x64-gnu': 4.34.8 - '@rollup/rollup-linux-x64-musl': 4.34.8 - '@rollup/rollup-win32-arm64-msvc': 4.34.8 - '@rollup/rollup-win32-ia32-msvc': 4.34.8 - '@rollup/rollup-win32-x64-msvc': 4.34.8 + '@rollup/rollup-android-arm-eabi': 4.34.9 + '@rollup/rollup-android-arm64': 4.34.9 + '@rollup/rollup-darwin-arm64': 4.34.9 + '@rollup/rollup-darwin-x64': 4.34.9 + '@rollup/rollup-freebsd-arm64': 4.34.9 + '@rollup/rollup-freebsd-x64': 4.34.9 + '@rollup/rollup-linux-arm-gnueabihf': 4.34.9 + '@rollup/rollup-linux-arm-musleabihf': 4.34.9 + '@rollup/rollup-linux-arm64-gnu': 4.34.9 + '@rollup/rollup-linux-arm64-musl': 4.34.9 + '@rollup/rollup-linux-loongarch64-gnu': 4.34.9 + '@rollup/rollup-linux-powerpc64le-gnu': 4.34.9 + '@rollup/rollup-linux-riscv64-gnu': 4.34.9 + '@rollup/rollup-linux-s390x-gnu': 4.34.9 + '@rollup/rollup-linux-x64-gnu': 4.34.9 + '@rollup/rollup-linux-x64-musl': 4.34.9 + '@rollup/rollup-win32-arm64-msvc': 4.34.9 + '@rollup/rollup-win32-ia32-msvc': 4.34.9 + '@rollup/rollup-win32-x64-msvc': 4.34.9 fsevents: 2.3.3 dev: true @@ -12875,6 +12493,12 @@ packages: dependencies: tslib: 2.8.0 + /rxjs@7.8.2: + resolution: {integrity: sha512-dhKf903U/PQZY6boNNtAGdWbG85WAbjT/1xYoZIC7FAY0yWapOBQVsVrDl58W86//e1VpMNBtRV4MaXfdMySFA==} + dependencies: + tslib: 2.8.1 + dev: true + /safe-array-concat@1.1.2: resolution: {integrity: sha512-vj6RsCsWBCf19jIeHEfkRMw8DPiBb+DMXklQ/1SGDHOMlHdPUkZXFQ2YdplS23zESTijAcurb1aSgJA3AgMu1Q==} engines: {node: '>=0.4'} @@ -12911,7 +12535,7 @@ packages: resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==} dev: true - /sass-loader@16.0.5(sass@1.85.0)(webpack@5.98.0): + /sass-loader@16.0.5(sass@1.85.1)(webpack@5.98.0): resolution: {integrity: sha512-oL+CMBXrj6BZ/zOq4os+UECPL+bWqt6OAC6DWS8Ln8GZRcMDjlJ4JC3FBDuHJdYaFWIdKNIBYmtZtK2MaMkNIw==} engines: {node: '>= 18.12.0'} peerDependencies: @@ -12933,7 +12557,7 @@ packages: optional: true dependencies: neo-async: 2.6.2 - sass: 1.85.0 + sass: 1.85.1 webpack: 5.98.0(esbuild@0.25.0) dev: true @@ -12947,8 +12571,8 @@ packages: source-map-js: 1.2.0 dev: true - /sass@1.85.0: - resolution: {integrity: sha512-3ToiC1xZ1Y8aU7+CkgCI/tqyuPXEmYGJXO7H4uqp0xkLXUqp88rQQ4j1HmP37xSJLbCJPaIiv+cT1y+grssrww==} + /sass@1.85.1: + resolution: {integrity: sha512-Uk8WpxM5v+0cMR0XjX9KfRIacmSG86RH4DCCZjLU2rFh5tyutt9siAXJ7G+YfxQ99Q6wrRMbMlVl6KqUms71ag==} engines: {node: '>=14.0.0'} hasBin: true dependencies: @@ -12971,16 +12595,6 @@ packages: resolution: {integrity: sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg==} dev: true - /schema-utils@4.2.0: - resolution: {integrity: sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==} - engines: {node: '>= 12.13.0'} - dependencies: - '@types/json-schema': 7.0.15 - ajv: 8.17.1 - ajv-formats: 2.1.1(ajv@8.17.1) - ajv-keywords: 5.1.0(ajv@8.17.1) - dev: true - /schema-utils@4.3.0: resolution: {integrity: sha512-Gf9qqc58SpCA/xdziiHz35F4GNIWYWZrEshUc/G/r5BnLph6xpKuLeoJoQuj5WfBIx/eQLf+hmVPYHaxJu7V2g==} engines: {node: '>= 10.13.0'} @@ -13306,11 +12920,6 @@ packages: engines: {node: '>=8'} dev: true - /slash@5.1.0: - resolution: {integrity: sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==} - engines: {node: '>=14.16'} - dev: true - /slashes@3.0.12: resolution: {integrity: sha512-Q9VME8WyGkc7pJf6QEkj3wE+2CnvZMI+XJhwdTPR8Z/kWQRXi7boAWLDibRPyHRTUTPx5FaU7MsyrjI3yLB4HA==} dev: true @@ -14071,6 +13680,14 @@ packages: engines: {node: '>=0.10.0'} dev: true + /tinyglobby@0.2.12: + resolution: {integrity: sha512-qkf4trmKSIiMTs/E63cxH+ojC2unam7rJ0WrauAzpT3ECNTxGRMlaXxVbfxMUC/w0LaYk6jQ4y/nGR9uBO3tww==} + engines: {node: '>=12.0.0'} + dependencies: + fdir: 6.4.3(picomatch@4.0.2) + picomatch: 4.0.2 + dev: true + /tmp@0.0.30: resolution: {integrity: sha512-HXdTB7lvMwcb55XFfrTM8CPr/IYREk4hVBFaQ4b/6nInrluSL86hfHm7vu0luYKCfyBZp2trCjpc8caC3vVM3w==} engines: {node: '>=0.4.0'} @@ -14094,11 +13711,6 @@ packages: resolution: {integrity: sha512-lx9B5iv7msuFYE3dytT+KE5tap+rNYw+K4jVkb9R/asAb+pbBSM17jtunHplhBe6RRJdZx3Pn2Jph24O32mOVg==} dev: true - /to-fast-properties@2.0.0: - resolution: {integrity: sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==} - engines: {node: '>=4'} - dev: true - /to-regex-range@5.0.1: resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==} engines: {node: '>=8.0'} @@ -14405,11 +14017,6 @@ packages: engines: {node: '>=4'} dev: true - /unicorn-magic@0.1.0: - resolution: {integrity: sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==} - engines: {node: '>=18'} - dev: true - /unique-filename@3.0.0: resolution: {integrity: sha512-afXhuC55wkAmZ0P18QsVE6kp8JaxrEokN2HGIoIVv2ijHQd419H0+6EigAFcIzXeMIkcIkNBpB3L/DXB3cTS/g==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} @@ -14589,8 +14196,8 @@ packages: extsprintf: 1.4.1 dev: true - /vite@6.1.0(@types/node@18.19.78)(less@4.2.2)(sass@1.77.8): - resolution: {integrity: sha512-RjjMipCKVoR4hVfPY6GQTgveinjNuyLw+qruksLDvA5ktI1150VmcMBKmQaEWJhg/j6Uaf6dNCNA0AfdzUb/hQ==} + /vite@6.2.0(@types/node@18.19.78)(less@4.2.2)(sass@1.77.8): + resolution: {integrity: sha512-7dPxoo+WsT/64rDcwoOjk76XHj+TqNTIvHKcuMQ1k4/SeHDaQt5GFAeLYzrimZrMpn/O6DtdI03WUjdxuPM0oQ==} engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} hasBin: true peerDependencies: @@ -14630,17 +14237,17 @@ packages: optional: true dependencies: '@types/node': 18.19.78 - esbuild: 0.24.2 + esbuild: 0.25.0 less: 4.2.2 - postcss: 8.5.2 - rollup: 4.34.8 + postcss: 8.5.3 + rollup: 4.34.9 sass: 1.77.8 optionalDependencies: fsevents: 2.3.3 dev: true - /vite@6.1.0(@types/node@18.19.78)(less@4.2.2)(sass@1.85.0)(terser@5.39.0): - resolution: {integrity: sha512-RjjMipCKVoR4hVfPY6GQTgveinjNuyLw+qruksLDvA5ktI1150VmcMBKmQaEWJhg/j6Uaf6dNCNA0AfdzUb/hQ==} + /vite@6.2.0(@types/node@18.19.78)(less@4.2.2)(sass@1.85.1)(terser@5.39.0): + resolution: {integrity: sha512-7dPxoo+WsT/64rDcwoOjk76XHj+TqNTIvHKcuMQ1k4/SeHDaQt5GFAeLYzrimZrMpn/O6DtdI03WUjdxuPM0oQ==} engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} hasBin: true peerDependencies: @@ -14680,11 +14287,11 @@ packages: optional: true dependencies: '@types/node': 18.19.78 - esbuild: 0.24.2 + esbuild: 0.25.0 less: 4.2.2 - postcss: 8.5.2 - rollup: 4.34.8 - sass: 1.85.0 + postcss: 8.5.3 + rollup: 4.34.9 + sass: 1.85.1 terser: 5.39.0 optionalDependencies: fsevents: 2.3.3 @@ -14775,7 +14382,7 @@ packages: mime-types: 2.1.35 on-finished: 2.4.1 range-parser: 1.2.1 - schema-utils: 4.2.0 + schema-utils: 4.3.0 webpack: 5.98.0(esbuild@0.25.0) dev: true @@ -14812,7 +14419,7 @@ packages: launch-editor: 2.8.1 open: 10.1.0 p-retry: 6.2.0 - schema-utils: 4.2.0 + schema-utils: 4.3.0 selfsigned: 2.4.1 serve-index: 1.9.1 sockjs: 0.3.24 @@ -15273,11 +14880,6 @@ packages: engines: {node: '>=10'} dev: true - /yocto-queue@1.1.1: - resolution: {integrity: sha512-b4JR1PFR10y1mKjhHY9LaGo6tmrgjit7hxVIeAmyMw3jegXR4dhYqLaQF5zMXZxY7tLpMyJeLjr1C4rLmkVe8g==} - engines: {node: '>=12.20'} - dev: true - /yoctocolors-cjs@2.1.2: resolution: {integrity: sha512-cYVsTjKl8b+FrnidjibDWskAv7UKOfcwaVZdp/it9n1s9fU3IkgDbhdIRKCW4JDsAlECJY0ytoVPT3sK6kideA==} engines: {node: '>=18'} @@ -15296,33 +14898,33 @@ packages: resolution: {integrity: sha512-lY7CDW43ECgW9u1TcT3IoXHflywfVqDYze4waEz812jR/bZ8FHDsl7pFQoSZTz5N+2NqRXs8GBwnAwo3ZNxqhQ==} dev: true - /zone.js@0.14.10: - resolution: {integrity: sha512-YGAhaO7J5ywOXW6InXNlLmfU194F8lVgu7bRntUF3TiG8Y3nBK0x1UJJuHUP/e8IyihkjCYqhCScpSwnlaSRkQ==} + /zone.js@0.15.0: + resolution: {integrity: sha512-9oxn0IIjbCZkJ67L+LkhYWRyAy7axphb3VgE2MBDlOqnmHMPWGYMxJxBYFueFq/JGY2GMwS0rU+UCLunEmy5UA==} - github.com/angular/material2-docs-content/a0bebbbc81c854b002de1b9329d7647fde7d03f2(@angular/cdk-experimental@19.2.1)(@angular/cdk@19.2.1)(@angular/common@19.2.0)(@angular/core@19.2.0)(@angular/material-date-fns-adapter@19.2.0-next.4)(@angular/material-experimental@19.2.1)(@angular/material-luxon-adapter@19.2.0-next.4)(@angular/material-moment-adapter@19.2.1)(@angular/material@19.2.1): - resolution: {tarball: https://codeload.github.com/angular/material2-docs-content/tar.gz/a0bebbbc81c854b002de1b9329d7647fde7d03f2} - id: github.com/angular/material2-docs-content/a0bebbbc81c854b002de1b9329d7647fde7d03f2 + github.com/angular/material2-docs-content/48e6a2c4281e5ef36f8ef20532ec0aa1825608d7(@angular/cdk-experimental@20.0.0-next.0)(@angular/cdk@20.0.0-next.0)(@angular/common@20.0.0-next.1)(@angular/core@20.0.0-next.1)(@angular/material-date-fns-adapter@20.0.0-next.0)(@angular/material-experimental@20.0.0-next.0)(@angular/material-luxon-adapter@20.0.0-next.0)(@angular/material-moment-adapter@20.0.0-next.0)(@angular/material@20.0.0-next.0): + resolution: {tarball: https://codeload.github.com/angular/material2-docs-content/tar.gz/48e6a2c4281e5ef36f8ef20532ec0aa1825608d7} + id: github.com/angular/material2-docs-content/48e6a2c4281e5ef36f8ef20532ec0aa1825608d7 name: '@angular/components-examples' - version: 19.2.0-next.4 - peerDependencies: - '@angular/cdk': 19.2.0-next.4+sha-c40c701 - '@angular/cdk-experimental': 19.2.0-next.4+sha-c40c701 - '@angular/common': ^19.0.0-0 || ^19.1.0-0 || ^19.2.0-0 || ^19.3.0-0 || ^20.0.0-0 - '@angular/core': ^19.0.0-0 || ^19.1.0-0 || ^19.2.0-0 || ^19.3.0-0 || ^20.0.0-0 - '@angular/material': 19.2.0-next.4+sha-c40c701 - '@angular/material-date-fns-adapter': 19.2.0-next.4+sha-c40c701 - '@angular/material-experimental': 19.2.0-next.4+sha-c40c701 - '@angular/material-luxon-adapter': 19.2.0-next.4+sha-c40c701 - '@angular/material-moment-adapter': 19.2.0-next.4+sha-c40c701 - dependencies: - '@angular/cdk': 19.2.1(@angular/common@19.2.0)(@angular/core@19.2.0)(rxjs@7.8.1) - '@angular/cdk-experimental': 19.2.1(@angular/cdk@19.2.1)(@angular/core@19.2.0) - '@angular/common': 19.2.0(@angular/core@19.2.0)(rxjs@7.8.1) - '@angular/core': 19.2.0(rxjs@7.8.1)(zone.js@0.14.10) - '@angular/material': 19.2.1(@angular/cdk@19.2.1)(@angular/common@19.2.0)(@angular/core@19.2.0)(@angular/forms@19.2.0)(@angular/platform-browser@19.2.0)(rxjs@7.8.1) - '@angular/material-date-fns-adapter': 19.2.0-next.4(@angular/core@19.2.0)(@angular/material@19.2.1)(date-fns@3.6.0) - '@angular/material-experimental': 19.2.1(@angular/cdk@19.2.1)(@angular/common@19.2.0)(@angular/core@19.2.0)(@angular/forms@19.2.0)(@angular/material@19.2.1)(@angular/platform-browser@19.2.0) - '@angular/material-luxon-adapter': 19.2.0-next.4(@angular/core@19.2.0)(@angular/material@19.2.1)(luxon@3.5.0) - '@angular/material-moment-adapter': 19.2.1(@angular/core@19.2.0)(@angular/material@19.2.1)(moment@2.30.1) + version: 20.0.0-next.0 + peerDependencies: + '@angular/cdk': 20.0.0-next.0+sha-11599f8 + '@angular/cdk-experimental': 20.0.0-next.0+sha-11599f8 + '@angular/common': ^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0 + '@angular/core': ^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0 + '@angular/material': 20.0.0-next.0+sha-11599f8 + '@angular/material-date-fns-adapter': 20.0.0-next.0+sha-11599f8 + '@angular/material-experimental': 20.0.0-next.0+sha-11599f8 + '@angular/material-luxon-adapter': 20.0.0-next.0+sha-11599f8 + '@angular/material-moment-adapter': 20.0.0-next.0+sha-11599f8 + dependencies: + '@angular/cdk': 20.0.0-next.0(@angular/common@20.0.0-next.1)(@angular/core@20.0.0-next.1)(rxjs@7.8.1) + '@angular/cdk-experimental': 20.0.0-next.0(@angular/cdk@20.0.0-next.0)(@angular/core@20.0.0-next.1) + '@angular/common': 20.0.0-next.1(@angular/core@20.0.0-next.1)(rxjs@7.8.1) + '@angular/core': 20.0.0-next.1(@angular/compiler@20.0.0-next.1)(rxjs@7.8.1)(zone.js@0.15.0) + '@angular/material': 20.0.0-next.0(@angular/cdk@20.0.0-next.0)(@angular/common@20.0.0-next.1)(@angular/core@20.0.0-next.1)(@angular/forms@20.0.0-next.1)(@angular/platform-browser@20.0.0-next.1)(rxjs@7.8.1) + '@angular/material-date-fns-adapter': 20.0.0-next.0(@angular/core@20.0.0-next.1)(@angular/material@20.0.0-next.0)(date-fns@3.6.0) + '@angular/material-experimental': 20.0.0-next.0(@angular/cdk@20.0.0-next.0)(@angular/common@20.0.0-next.1)(@angular/core@20.0.0-next.1)(@angular/forms@20.0.0-next.1)(@angular/material@20.0.0-next.0)(@angular/platform-browser@20.0.0-next.1) + '@angular/material-luxon-adapter': 20.0.0-next.0(@angular/core@20.0.0-next.1)(@angular/material@20.0.0-next.0)(luxon@3.5.0) + '@angular/material-moment-adapter': 20.0.0-next.0(@angular/core@20.0.0-next.1)(@angular/material@20.0.0-next.0)(moment@2.30.1) tslib: 2.8.1 dev: false diff --git a/material.angular.io/src/app/shared/doc-viewer/doc-viewer.ts b/material.angular.io/src/app/shared/doc-viewer/doc-viewer.ts index 6068ca8845fb..a91babb51079 100644 --- a/material.angular.io/src/app/shared/doc-viewer/doc-viewer.ts +++ b/material.angular.io/src/app/shared/doc-viewer/doc-viewer.ts @@ -10,7 +10,6 @@ import {DomSanitizer} from '@angular/platform-browser'; import { ApplicationRef, Component, - ComponentFactoryResolver, ElementRef, EventEmitter, Injectable, @@ -60,7 +59,6 @@ class DocFetcher { }) export class DocViewer implements OnDestroy { private _appRef = inject(ApplicationRef); - private _componentFactoryResolver = inject(ComponentFactoryResolver); _elementRef = inject(ElementRef); private _injector = inject(Injector); private _viewContainerRef = inject(ViewContainerRef); @@ -174,12 +172,7 @@ export class DocViewer implements OnDestroy { const example = element.getAttribute(componentName); const region = element.getAttribute('region'); const file = element.getAttribute('file'); - const portalHost = new DomPortalOutlet( - element, - this._componentFactoryResolver, - this._appRef, - this._injector, - ); + const portalHost = new DomPortalOutlet(element, this._appRef, this._injector); const examplePortal = new ComponentPortal(componentClass, this._viewContainerRef); const exampleViewer = portalHost.attach(examplePortal); const exampleViewerComponent = exampleViewer.instance as ExampleViewer; @@ -219,14 +212,7 @@ export class DocViewer implements OnDestroy { // the deprecation message, it will include alternative to deprecated item // and breaking change if there is one included. const deprecationTitle = element.getAttribute('deprecated-message'); - - const elementPortalOutlet = new DomPortalOutlet( - element, - this._componentFactoryResolver, - this._appRef, - this._injector, - ); - + const elementPortalOutlet = new DomPortalOutlet(element, this._appRef, this._injector); const tooltipPortal = new ComponentPortal(DeprecatedFieldComponent, this._viewContainerRef); const tooltipOutlet = elementPortalOutlet.attach(tooltipPortal); @@ -247,14 +233,7 @@ export class DocViewer implements OnDestroy { [...moduleImportElements].forEach((element: HTMLElement) => { // get the module import path stored in the attribute const moduleImport = element.getAttribute('data-docs-api-module-import-button'); - - const elementPortalOutlet = new DomPortalOutlet( - element, - this._componentFactoryResolver, - this._appRef, - this._injector, - ); - + const elementPortalOutlet = new DomPortalOutlet(element, this._appRef, this._injector); const moduleImportPortal = new ComponentPortal( ModuleImportCopyButton, this._viewContainerRef, diff --git a/material.angular.io/yarn.lock b/material.angular.io/yarn.lock index 9f2f6ee38967..6f73ac7342e6 100644 --- a/material.angular.io/yarn.lock +++ b/material.angular.io/yarn.lock @@ -15,41 +15,41 @@ __metadata: languageName: node linkType: hard -"@angular-devkit/architect-cli@npm:^0.1902.0": - version: 0.1902.0 - resolution: "@angular-devkit/architect-cli@npm:0.1902.0" +"@angular-devkit/architect-cli@npm:^0.2000.0-next.0": + version: 0.2000.0-next.0 + resolution: "@angular-devkit/architect-cli@npm:0.2000.0-next.0" dependencies: - "@angular-devkit/architect": "npm:0.1902.0" - "@angular-devkit/core": "npm:19.2.0" + "@angular-devkit/architect": "npm:0.2000.0-next.0" + "@angular-devkit/core": "npm:20.0.0-next.0" ansi-colors: "npm:4.1.3" progress: "npm:2.0.3" symbol-observable: "npm:4.0.0" yargs-parser: "npm:21.1.1" bin: architect: bin/architect.js - checksum: 10c0/efc158f4d6c009c68d179e86d85844f44c03dacdb069b5f5561949884825d1886b45f77224b52acb5589aa2d08d2394de7bd4c1890b972cde8099d3fe51aacd7 + checksum: 10c0/0df9ed10ffd1b783398eb9e198eef5a1f7ff4561a98f3dd22895c55a6be8f6481514e91100613abedbdd8108e011e73cb7c82dfb06cf5c9b0e2098113dba6761 languageName: node linkType: hard -"@angular-devkit/architect@npm:0.1902.0, @angular-devkit/architect@npm:^0.1902.0": - version: 0.1902.0 - resolution: "@angular-devkit/architect@npm:0.1902.0" +"@angular-devkit/architect@npm:0.2000.0-next.0, @angular-devkit/architect@npm:^0.2000.0-next.0": + version: 0.2000.0-next.0 + resolution: "@angular-devkit/architect@npm:0.2000.0-next.0" dependencies: - "@angular-devkit/core": "npm:19.2.0" - rxjs: "npm:7.8.1" - checksum: 10c0/136ff946606ce77932a0789d1a90e6846e842d59a6f2c3136e90cc8613faef6f04638b8e27d4db5f1b9a474e3e2db89bab048e454b9dc9259b61f099cc812e01 + "@angular-devkit/core": "npm:20.0.0-next.0" + rxjs: "npm:7.8.2" + checksum: 10c0/1c11b797b232e1b39f3acd00fa76663eb5fd6f1f221768326ad0b31bc646d561205d9e98d54d82abe9693eeca580ec5a9abcf85b416688019a5e15a06c4f83f3 languageName: node linkType: hard -"@angular-devkit/build-angular@npm:^19.2.0": - version: 19.2.0 - resolution: "@angular-devkit/build-angular@npm:19.2.0" +"@angular-devkit/build-angular@npm:^20.0.0-next.0": + version: 20.0.0-next.0 + resolution: "@angular-devkit/build-angular@npm:20.0.0-next.0" dependencies: "@ampproject/remapping": "npm:2.3.0" - "@angular-devkit/architect": "npm:0.1902.0" - "@angular-devkit/build-webpack": "npm:0.1902.0" - "@angular-devkit/core": "npm:19.2.0" - "@angular/build": "npm:19.2.0" + "@angular-devkit/architect": "npm:0.2000.0-next.0" + "@angular-devkit/build-webpack": "npm:0.2000.0-next.0" + "@angular-devkit/core": "npm:20.0.0-next.0" + "@angular/build": "npm:20.0.0-next.0" "@babel/core": "npm:7.26.9" "@babel/generator": "npm:7.26.9" "@babel/helper-annotate-as-pure": "npm:7.25.9" @@ -60,13 +60,13 @@ __metadata: "@babel/preset-env": "npm:7.26.9" "@babel/runtime": "npm:7.26.9" "@discoveryjs/json-ext": "npm:0.6.3" - "@ngtools/webpack": "npm:19.2.0" - "@vitejs/plugin-basic-ssl": "npm:1.2.0" + "@ngtools/webpack": "npm:20.0.0-next.0" + "@vitejs/plugin-basic-ssl": "npm:2.0.0" ansi-colors: "npm:4.1.3" autoprefixer: "npm:10.4.20" - babel-loader: "npm:9.2.1" + babel-loader: "npm:10.0.0" browserslist: "npm:^4.21.5" - copy-webpack-plugin: "npm:12.0.2" + copy-webpack-plugin: "npm:13.0.0" css-loader: "npm:7.1.2" esbuild: "npm:0.25.0" esbuild-wasm: "npm:0.25.0" @@ -84,11 +84,11 @@ __metadata: ora: "npm:5.4.1" picomatch: "npm:4.0.2" piscina: "npm:4.8.0" - postcss: "npm:8.5.2" + postcss: "npm:8.5.3" postcss-loader: "npm:8.1.1" resolve-url-loader: "npm:5.0.0" - rxjs: "npm:7.8.1" - sass: "npm:1.85.0" + rxjs: "npm:7.8.2" + sass: "npm:1.85.1" sass-loader: "npm:16.0.5" semver: "npm:7.7.1" source-map-loader: "npm:5.0.0" @@ -102,17 +102,17 @@ __metadata: webpack-merge: "npm:6.0.1" webpack-subresource-integrity: "npm:5.1.0" peerDependencies: - "@angular/compiler-cli": ^19.0.0 || ^19.2.0-next.0 - "@angular/localize": ^19.0.0 || ^19.2.0-next.0 - "@angular/platform-server": ^19.0.0 || ^19.2.0-next.0 - "@angular/service-worker": ^19.0.0 || ^19.2.0-next.0 - "@angular/ssr": ^19.2.0 + "@angular/compiler-cli": ^20.0.0 || ^20.0.0-next.0 + "@angular/localize": ^20.0.0 || ^20.0.0-next.0 + "@angular/platform-server": ^20.0.0 || ^20.0.0-next.0 + "@angular/service-worker": ^20.0.0 || ^20.0.0-next.0 + "@angular/ssr": ^20.0.0-next.0 "@web/test-runner": ^0.20.0 browser-sync: ^3.0.2 jest: ^29.5.0 jest-environment-jsdom: ^29.5.0 karma: ^6.3.0 - ng-packagr: ^19.0.0 || ^19.2.0-next.0 + ng-packagr: ^20.0.0 || ^20.0.0-next.0 protractor: ^7.0.0 tailwindcss: ^2.0.0 || ^3.0.0 || ^4.0.0 typescript: ">=5.5 <5.9" @@ -144,52 +144,52 @@ __metadata: optional: true tailwindcss: optional: true - checksum: 10c0/c89739d3c2a6c3d2f1d7f521eac49c6c1ce91f9f47a9909d49f5107d67ca305484110e533be8c84aff8cf5e358a3e417e31c83995b568658a1206b417e4577d4 + checksum: 10c0/541687c8556b07d4bf320b3a8d598c734c4b61367724a730f788c8d48c5a6989739167784fe64562f3a8e94b81ee74af6b11cca63e18b2fad7c4785dc069e452 languageName: node linkType: hard -"@angular-devkit/build-webpack@npm:0.1902.0": - version: 0.1902.0 - resolution: "@angular-devkit/build-webpack@npm:0.1902.0" +"@angular-devkit/build-webpack@npm:0.2000.0-next.0": + version: 0.2000.0-next.0 + resolution: "@angular-devkit/build-webpack@npm:0.2000.0-next.0" dependencies: - "@angular-devkit/architect": "npm:0.1902.0" - rxjs: "npm:7.8.1" + "@angular-devkit/architect": "npm:0.2000.0-next.0" + rxjs: "npm:7.8.2" peerDependencies: webpack: ^5.30.0 webpack-dev-server: ^5.0.2 - checksum: 10c0/5e683ec6e59f6670e7df09afa0b26bc8e8dff8ba9669ae18dac1bdc21760e752fb32334ace32c9c399153c10c9ddcf458a5417cb4a1fd1715719a3103ed015f6 + checksum: 10c0/e64ab2951e7d05bc74e239a33ca969b4657b2ce6897919776669f5d4a7d046e0de73536c12c06f825852d2493ac4138bbe2850301ca4ab6985c2bcfc1aeb269b languageName: node linkType: hard -"@angular-devkit/core@npm:19.2.0": - version: 19.2.0 - resolution: "@angular-devkit/core@npm:19.2.0" +"@angular-devkit/core@npm:20.0.0-next.0": + version: 20.0.0-next.0 + resolution: "@angular-devkit/core@npm:20.0.0-next.0" dependencies: ajv: "npm:8.17.1" ajv-formats: "npm:3.0.1" jsonc-parser: "npm:3.3.1" picomatch: "npm:4.0.2" - rxjs: "npm:7.8.1" + rxjs: "npm:7.8.2" source-map: "npm:0.7.4" peerDependencies: chokidar: ^4.0.0 peerDependenciesMeta: chokidar: optional: true - checksum: 10c0/d3e3eed55e22fab15d6b1d8275d729dbda0e653206a35abbbc5cb8d3b603201b23df1e3fad86880d95a473e0c41eeeb12a2bdf014e6120bf90774dbbd7b76ba2 + checksum: 10c0/dbcf534f83be08f203090fc6cdc15d9f2f1e909109d4628cc5f95715003f5b5270c936e519692dc5d4ccba547991a462b675675cc2baa4dfe6a65505a3047087 languageName: node linkType: hard -"@angular-devkit/schematics@npm:19.2.0": - version: 19.2.0 - resolution: "@angular-devkit/schematics@npm:19.2.0" +"@angular-devkit/schematics@npm:20.0.0-next.0": + version: 20.0.0-next.0 + resolution: "@angular-devkit/schematics@npm:20.0.0-next.0" dependencies: - "@angular-devkit/core": "npm:19.2.0" + "@angular-devkit/core": "npm:20.0.0-next.0" jsonc-parser: "npm:3.3.1" magic-string: "npm:0.30.17" ora: "npm:5.4.1" - rxjs: "npm:7.8.1" - checksum: 10c0/627a75a45740cffc84ce0f645ad9ec783123dc5417780502d4df5a0f6e044d46e3649f65244b599e2abb4fa0ff1fb3bcce03174d704bdb1a87cffb80309e6b6a + rxjs: "npm:7.8.2" + checksum: 10c0/47e64344fed3750cbc63871311025339fcd69007877bc7392bbced226887ac24dbd3484de31c03d4e0a7e6920f81fb41b8d6f53dfddf44974998fb8b62d821d3 languageName: node linkType: hard @@ -266,33 +266,32 @@ __metadata: languageName: node linkType: hard -"@angular/animations@npm:^19.2.0": - version: 19.2.0 - resolution: "@angular/animations@npm:19.2.0" +"@angular/animations@npm:^20.0.0-next.0": + version: 20.0.0-next.1 + resolution: "@angular/animations@npm:20.0.0-next.1" dependencies: tslib: "npm:^2.3.0" peerDependencies: - "@angular/core": 19.2.0 - checksum: 10c0/3bbe554f9c767841d6cf88d085c8481da5a99fc6c756b6e73bdb7785ceb93c45fc673117ef1ba37ef78300c5d55dbf08aacbd5d8854352acf7b3f6e6a2dbbe4e + "@angular/core": 20.0.0-next.1 + checksum: 10c0/f505afed1901cfe166d2e1d5bf1d90659467e6d0743032421f9bf67507250f2479965d58ef062ab7625570a0834587b9e402e5fedff881c17542f98e7ea0c2db languageName: node linkType: hard -"@angular/build@npm:19.2.0": - version: 19.2.0 - resolution: "@angular/build@npm:19.2.0" +"@angular/build@npm:20.0.0-next.0": + version: 20.0.0-next.0 + resolution: "@angular/build@npm:20.0.0-next.0" dependencies: "@ampproject/remapping": "npm:2.3.0" - "@angular-devkit/architect": "npm:0.1902.0" + "@angular-devkit/architect": "npm:0.2000.0-next.0" "@babel/core": "npm:7.26.9" "@babel/helper-annotate-as-pure": "npm:7.25.9" "@babel/helper-split-export-declaration": "npm:7.24.7" "@babel/plugin-syntax-import-attributes": "npm:7.26.0" "@inquirer/confirm": "npm:5.1.6" - "@vitejs/plugin-basic-ssl": "npm:1.2.0" + "@vitejs/plugin-basic-ssl": "npm:2.0.0" beasties: "npm:0.2.0" browserslist: "npm:^4.23.0" esbuild: "npm:0.25.0" - fast-glob: "npm:3.3.3" https-proxy-agent: "npm:7.0.6" istanbul-lib-instrument: "npm:6.0.3" listr2: "npm:8.2.5" @@ -302,22 +301,23 @@ __metadata: parse5-html-rewriting-stream: "npm:7.0.0" picomatch: "npm:4.0.2" piscina: "npm:4.8.0" - rollup: "npm:4.34.8" - sass: "npm:1.85.0" + rollup: "npm:4.34.9" + sass: "npm:1.85.1" semver: "npm:7.7.1" source-map-support: "npm:0.5.21" - vite: "npm:6.1.0" + tinyglobby: "npm:0.2.12" + vite: "npm:6.2.0" watchpack: "npm:2.4.2" peerDependencies: - "@angular/compiler": ^19.0.0 || ^19.2.0-next.0 - "@angular/compiler-cli": ^19.0.0 || ^19.2.0-next.0 - "@angular/localize": ^19.0.0 || ^19.2.0-next.0 - "@angular/platform-server": ^19.0.0 || ^19.2.0-next.0 - "@angular/service-worker": ^19.0.0 || ^19.2.0-next.0 - "@angular/ssr": ^19.2.0 + "@angular/compiler": ^20.0.0 || ^20.0.0-next.0 + "@angular/compiler-cli": ^20.0.0 || ^20.0.0-next.0 + "@angular/localize": ^20.0.0 || ^20.0.0-next.0 + "@angular/platform-server": ^20.0.0 || ^20.0.0-next.0 + "@angular/service-worker": ^20.0.0 || ^20.0.0-next.0 + "@angular/ssr": ^20.0.0-next.0 karma: ^6.4.0 less: ^4.2.0 - ng-packagr: ^19.0.0 || ^19.2.0-next.0 + ng-packagr: ^20.0.0 || ^20.0.0-next.0 postcss: ^8.4.0 tailwindcss: ^2.0.0 || ^3.0.0 || ^4.0.0 typescript: ">=5.5 <5.9" @@ -343,49 +343,49 @@ __metadata: optional: true tailwindcss: optional: true - checksum: 10c0/0209265a53667b5436a67bd941e69d7c846a744c1cb95c6c0b27d17a5d0f84a0a56839daf29ce34eb9899e6245b6b6ab33065c9c0795eb8ce7110523f31b5595 + checksum: 10c0/1fcfd5ec1dc9447895ebecc41665c7cf94b8c4d807ae57f2c79712ca3f639316b2067a5789962847172fcf32c09230a9f6336af388ee9ba2e8f3c9429e351cc0 languageName: node linkType: hard -"@angular/cdk-experimental@npm:^19.2.0": - version: 19.2.1 - resolution: "@angular/cdk-experimental@npm:19.2.1" +"@angular/cdk-experimental@npm:^20.0.0-next.0": + version: 20.0.0-next.0 + resolution: "@angular/cdk-experimental@npm:20.0.0-next.0" dependencies: tslib: "npm:^2.3.0" peerDependencies: - "@angular/cdk": 19.2.1 - "@angular/core": ^19.0.0 || ^20.0.0 - checksum: 10c0/f1965c939f0602da29bed0c487177049ee46a98805a36d92337f847dbef402e87ead77a3c03958abd2e275ea0a2873e0c5156d292d18e1792ad01d113aa3d1d3 + "@angular/cdk": 20.0.0-next.0 + "@angular/core": ^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0 + checksum: 10c0/616088b6a7d8586408dd0c7761aadf5c98914e4600ec4d49e23c2a81e7ee599d30a8a27163149489c7ef475f643a25f78e22158511a215b68ba63282dacb1440 languageName: node linkType: hard -"@angular/cdk@npm:^19.2.0": - version: 19.2.1 - resolution: "@angular/cdk@npm:19.2.1" +"@angular/cdk@npm:^20.0.0-next.0": + version: 20.0.0-next.0 + resolution: "@angular/cdk@npm:20.0.0-next.0" dependencies: parse5: "npm:^7.1.2" tslib: "npm:^2.3.0" peerDependencies: - "@angular/common": ^19.0.0 || ^20.0.0 - "@angular/core": ^19.0.0 || ^20.0.0 + "@angular/common": ^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0 + "@angular/core": ^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0 rxjs: ^6.5.3 || ^7.4.0 dependenciesMeta: parse5: optional: true - checksum: 10c0/be65f5e1614741a5b210cbf1c730d272a45e84be9c8d838eb61107deb47db99e55d56e3fbc758b9aa42117a83e63b39cf708da2b1945ee7520cbf4e6bd851958 + checksum: 10c0/7ecc28a12eacd6d931a3b1f4fdecd7c2e361d76c00f49dbfecacaf88e63caf46afe59e535b35d636d9104c91e477171f587e99e5ba3515ac3e3bd64df4d827b2 languageName: node linkType: hard -"@angular/cli@npm:^19.2.0": - version: 19.2.0 - resolution: "@angular/cli@npm:19.2.0" +"@angular/cli@npm:^20.0.0-next.0": + version: 20.0.0-next.0 + resolution: "@angular/cli@npm:20.0.0-next.0" dependencies: - "@angular-devkit/architect": "npm:0.1902.0" - "@angular-devkit/core": "npm:19.2.0" - "@angular-devkit/schematics": "npm:19.2.0" + "@angular-devkit/architect": "npm:0.2000.0-next.0" + "@angular-devkit/core": "npm:20.0.0-next.0" + "@angular-devkit/schematics": "npm:20.0.0-next.0" "@inquirer/prompts": "npm:7.3.2" "@listr2/prompt-adapter-inquirer": "npm:2.0.18" - "@schematics/angular": "npm:19.2.0" + "@schematics/angular": "npm:20.0.0-next.0" "@yarnpkg/lockfile": "npm:1.1.0" ini: "npm:5.0.0" jsonc-parser: "npm:3.3.1" @@ -399,25 +399,25 @@ __metadata: yargs: "npm:17.7.2" bin: ng: bin/ng.js - checksum: 10c0/a6d369f6d22008be226c523af310fcbbd94cf7c52377f3447df28b35a4000979526f1101d4a4280aebb2a70506c8480c9cddcdb305cea1eabadc04a579305296 + checksum: 10c0/2a061be5cca725786b4150cf20bfe46d16e60a1f1757953695207f5593284d420b80defb4be0610ae8891600a511e498429e0ea10b9ba8a4c5e42181b6f2d2b4 languageName: node linkType: hard -"@angular/common@npm:^19.2.0": - version: 19.2.0 - resolution: "@angular/common@npm:19.2.0" +"@angular/common@npm:^20.0.0-next.0": + version: 20.0.0-next.1 + resolution: "@angular/common@npm:20.0.0-next.1" dependencies: tslib: "npm:^2.3.0" peerDependencies: - "@angular/core": 19.2.0 + "@angular/core": 20.0.0-next.1 rxjs: ^6.5.3 || ^7.4.0 - checksum: 10c0/c64ab748ebe6b1cc6f9983a9223e0c5ff3fc9b3baccfd05a6cc253db32ab7068fedf1ddade131b27e4400d0e35a1b0e216e70e4c1054d1b0ccd276ab1382d446 + checksum: 10c0/390c010d403a10c59a9581af7576c77f3dc270c10949b156fec1e8c53b8b4951c30ae8fff777cc78288ca5994686b67ceddb81e69ce3eabeb03cc0e87ecb8a7a languageName: node linkType: hard -"@angular/compiler-cli@npm:^19.2.0": - version: 19.2.0 - resolution: "@angular/compiler-cli@npm:19.2.0" +"@angular/compiler-cli@npm:^20.0.0-next.0": + version: 20.0.0-next.1 + resolution: "@angular/compiler-cli@npm:20.0.0-next.1" dependencies: "@babel/core": "npm:7.26.9" "@jridgewell/sourcemap-codec": "npm:^1.4.14" @@ -428,225 +428,228 @@ __metadata: tslib: "npm:^2.3.0" yargs: "npm:^17.2.1" peerDependencies: - "@angular/compiler": 19.2.0 - typescript: ">=5.5 <5.9" + "@angular/compiler": 20.0.0-next.1 + typescript: ">=5.8 <5.9" bin: ng-xi18n: bundles/src/bin/ng_xi18n.js ngc: bundles/src/bin/ngc.js - ngcc: bundles/ngcc/index.js - checksum: 10c0/a50238afe123eaba27a6517adf71e5a2ea852a338316f7336658e1e4cce97e145cd64e4e91328854659d43ea870afb10538774bb26bea79481a9ece5ea4e0498 + checksum: 10c0/2c7fea54c16700989d0b36b1406a534565164e9318db5e6f9234debf2b8e4e25c23ec7d53f5b50fa8164ce984ab1e7685bcdc787de69426f2162fc3b7976a44f languageName: node linkType: hard -"@angular/compiler@npm:^19.2.0": - version: 19.2.0 - resolution: "@angular/compiler@npm:19.2.0" +"@angular/compiler@npm:^20.0.0-next.0": + version: 20.0.0-next.1 + resolution: "@angular/compiler@npm:20.0.0-next.1" dependencies: tslib: "npm:^2.3.0" peerDependencies: - "@angular/core": 19.2.0 + "@angular/core": 20.0.0-next.1 peerDependenciesMeta: "@angular/core": optional: true - checksum: 10c0/10d0f09c60091ddade634196728912bb9ebd4d9e7ac31c84917d6048ac991483f829c68796529b51e98ce9fdd90792bda45092830c96ce7245e74c02f6730202 + checksum: 10c0/ff3de2cc3a13214ff6829cd9c35613e1e1bd7d69850617a0bc035e081069733aa9adfb6f6a09732784fd84e241f6bfc82ca1d86ba975ee834ad5fa050a50950f languageName: node linkType: hard -"@angular/components-examples@https://github.com/angular/material2-docs-content.git#a0bebbbc81c854b002de1b9329d7647fde7d03f2": - version: 19.2.0-next.4+sha-c40c701 - resolution: "@angular/components-examples@https://github.com/angular/material2-docs-content.git#commit=a0bebbbc81c854b002de1b9329d7647fde7d03f2" +"@angular/components-examples@https://github.com/angular/material2-docs-content.git#48e6a2c4281e5ef36f8ef20532ec0aa1825608d7": + version: 20.0.0-next.0+sha-11599f8 + resolution: "@angular/components-examples@https://github.com/angular/material2-docs-content.git#commit=48e6a2c4281e5ef36f8ef20532ec0aa1825608d7" dependencies: tslib: "npm:^2.3.0" peerDependencies: - "@angular/cdk": 19.2.0-next.4+sha-c40c701 - "@angular/cdk-experimental": 19.2.0-next.4+sha-c40c701 - "@angular/common": ^19.0.0-0 || ^19.1.0-0 || ^19.2.0-0 || ^19.3.0-0 || ^20.0.0-0 - "@angular/core": ^19.0.0-0 || ^19.1.0-0 || ^19.2.0-0 || ^19.3.0-0 || ^20.0.0-0 - "@angular/material": 19.2.0-next.4+sha-c40c701 - "@angular/material-date-fns-adapter": 19.2.0-next.4+sha-c40c701 - "@angular/material-experimental": 19.2.0-next.4+sha-c40c701 - "@angular/material-luxon-adapter": 19.2.0-next.4+sha-c40c701 - "@angular/material-moment-adapter": 19.2.0-next.4+sha-c40c701 - checksum: 10c0/b5259096f4b692cfeab9eea9c5f67b7ce59311b018fb78ae5ffbcfd7f649e5409fb5de9fdb9aeab449807239ea95711ec42643e27130ed525ecef72f94611f1c + "@angular/cdk": 20.0.0-next.0+sha-11599f8 + "@angular/cdk-experimental": 20.0.0-next.0+sha-11599f8 + "@angular/common": ^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0 + "@angular/core": ^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0 + "@angular/material": 20.0.0-next.0+sha-11599f8 + "@angular/material-date-fns-adapter": 20.0.0-next.0+sha-11599f8 + "@angular/material-experimental": 20.0.0-next.0+sha-11599f8 + "@angular/material-luxon-adapter": 20.0.0-next.0+sha-11599f8 + "@angular/material-moment-adapter": 20.0.0-next.0+sha-11599f8 + checksum: 10c0/f89349370f96a9157e70d12cebbebd6cc91e65c1b0702f09eb25a3d099f310633e89b07cd10cfc642f2ea6ef2e8a185433f6c555f51f4b750e8c70664c38dc23 languageName: node linkType: hard -"@angular/core@npm:^19.2.0": - version: 19.2.0 - resolution: "@angular/core@npm:19.2.0" +"@angular/core@npm:^20.0.0-next.0": + version: 20.0.0-next.1 + resolution: "@angular/core@npm:20.0.0-next.1" dependencies: tslib: "npm:^2.3.0" peerDependencies: + "@angular/compiler": 20.0.0-next.1 rxjs: ^6.5.3 || ^7.4.0 zone.js: ~0.15.0 - checksum: 10c0/340a18f4af97b50daa3564b510c7cdafe0b9371aae323f27922258f689989997502450ce676626b62c7b5902f6fcaa832f21fee7c56f9f99ec533c3803a8a2a9 + peerDependenciesMeta: + "@angular/compiler": + optional: true + checksum: 10c0/b849477ae384cac3901ca834ec06c906a3b8d91e5776b1e85bced584ba4f75975a95f568a23bbdfd3179f6d1a0970530597ff7800d6e17a29c7b521cb5f936e8 languageName: node linkType: hard -"@angular/forms@npm:^19.2.0": - version: 19.2.0 - resolution: "@angular/forms@npm:19.2.0" +"@angular/forms@npm:^20.0.0-next.0": + version: 20.0.0-next.1 + resolution: "@angular/forms@npm:20.0.0-next.1" dependencies: tslib: "npm:^2.3.0" peerDependencies: - "@angular/common": 19.2.0 - "@angular/core": 19.2.0 - "@angular/platform-browser": 19.2.0 + "@angular/common": 20.0.0-next.1 + "@angular/core": 20.0.0-next.1 + "@angular/platform-browser": 20.0.0-next.1 rxjs: ^6.5.3 || ^7.4.0 - checksum: 10c0/eb642dbcae476020fc2e49d11fedcce519b0b6cdcfc3784ff4a812263978f6dcf87df084e84cba35bb7d5544196618fcd3812477243b9ea0e4201a03650f8806 + checksum: 10c0/416a48a3d2d6793626a1808cd29ca934634dce69dbd077c3202f1b9fd29efb70a497af0ca608c1e1c74b5561dad80cfab42acbf478d092817023c4c4910010e6 languageName: node linkType: hard -"@angular/google-maps@npm:^19.2.0": - version: 19.2.1 - resolution: "@angular/google-maps@npm:19.2.1" +"@angular/google-maps@npm:^20.0.0-next.0": + version: 20.0.0-next.0 + resolution: "@angular/google-maps@npm:20.0.0-next.0" dependencies: "@types/google.maps": "npm:^3.54.10" tslib: "npm:^2.3.0" peerDependencies: - "@angular/common": ^19.0.0 || ^20.0.0 - "@angular/core": ^19.0.0 || ^20.0.0 + "@angular/common": ^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0 + "@angular/core": ^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0 rxjs: ^6.5.3 || ^7.4.0 - checksum: 10c0/cf3c339a85e98db5ea1a67ab42338db141ca15fc4085862f36ec681b5ef6893a408276cecbd52118c0ece6098130416c2cbf38dcf25bb620a5f171c3ae310d4b + checksum: 10c0/7a38941eb0f0074c7eef7270dc68450989e5701f36d4ff278002e21727da341d468a028f8235bd7028c658859995ceba29f2ddcff5a4fc85daccfa97e8c5feb6 languageName: node linkType: hard -"@angular/localize@npm:^19.2.0": - version: 19.2.0 - resolution: "@angular/localize@npm:19.2.0" +"@angular/localize@npm:^20.0.0-next.0": + version: 20.0.0-next.1 + resolution: "@angular/localize@npm:20.0.0-next.1" dependencies: "@babel/core": "npm:7.26.9" "@types/babel__core": "npm:7.20.5" fast-glob: "npm:3.3.3" yargs: "npm:^17.2.1" peerDependencies: - "@angular/compiler": 19.2.0 - "@angular/compiler-cli": 19.2.0 + "@angular/compiler": 20.0.0-next.1 + "@angular/compiler-cli": 20.0.0-next.1 bin: localize-extract: tools/bundles/src/extract/cli.js localize-migrate: tools/bundles/src/migrate/cli.js localize-translate: tools/bundles/src/translate/cli.js - checksum: 10c0/308bb450817af96012f4c5f3898be0634f2e5e6c92f52abf8257a0b05dca7dc5bc743175f0ade9b65da286a1f068963ae3b3d5e2c47e8071ad24da0b708c9b9e + checksum: 10c0/5b9400268f668aa770861d395e7d75f5c92f33f6e04cc80c82c294b58cc20ac52abcffab14eac050633117719a9ba22562bc5b9126a4db9c10c92cd4499f1903 languageName: node linkType: hard -"@angular/material-experimental@npm:^19.2.0": - version: 19.2.1 - resolution: "@angular/material-experimental@npm:19.2.1" +"@angular/material-experimental@npm:^20.0.0-next.0": + version: 20.0.0-next.0 + resolution: "@angular/material-experimental@npm:20.0.0-next.0" dependencies: tslib: "npm:^2.3.0" peerDependencies: - "@angular/cdk": 19.2.1 - "@angular/common": ^19.0.0 || ^20.0.0 - "@angular/core": ^19.0.0 || ^20.0.0 - "@angular/forms": ^19.0.0 || ^20.0.0 - "@angular/material": 19.2.1 - "@angular/platform-browser": ^19.0.0 || ^20.0.0 - checksum: 10c0/00d05b3d24e6c6c1e76f3f23d566281101400f648d0de84b1c920ec21e47534d97436b387dcd64388989c74ba41cf655fd4aedb8cdccee245671f0bb78b92d70 + "@angular/cdk": 20.0.0-next.0 + "@angular/common": ^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0 + "@angular/core": ^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0 + "@angular/forms": ^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0 + "@angular/material": 20.0.0-next.0 + "@angular/platform-browser": ^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0 + checksum: 10c0/14feecd243e809b191a92f864de8d35a509926f7edd8fcd4a9c8877e2e0a42b48d8d5c8b2bfc15a6b6657ba4f32b6d633e25b355e1b087ea408f09996fc02b99 languageName: node linkType: hard -"@angular/material-moment-adapter@npm:^19.2.0": - version: 19.2.1 - resolution: "@angular/material-moment-adapter@npm:19.2.1" +"@angular/material-moment-adapter@npm:^20.0.0-next.0": + version: 20.0.0-next.0 + resolution: "@angular/material-moment-adapter@npm:20.0.0-next.0" dependencies: tslib: "npm:^2.3.0" peerDependencies: - "@angular/core": ^19.0.0 || ^20.0.0 - "@angular/material": 19.2.1 + "@angular/core": ^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0 + "@angular/material": 20.0.0-next.0 moment: ^2.18.1 - checksum: 10c0/82d866051b29c6500ec4ecae6f27921ec35cb1610b042b8997924fa99d628be3f5727e1d4c935f48c032c8595a8b55e74ffdff246d423df44b67e6102f3cdf00 + checksum: 10c0/501df9a7118e4faadab66661562d9d5f054edd21c82eb0f3bf8bb0dd49759d8e3d3d9b228683f043e3df8fcdc6136738498c0eb4400f1f9a53df3bb0a0db25f3 languageName: node linkType: hard -"@angular/material@npm:^19.2.0": - version: 19.2.1 - resolution: "@angular/material@npm:19.2.1" +"@angular/material@npm:^20.0.0-next.0": + version: 20.0.0-next.0 + resolution: "@angular/material@npm:20.0.0-next.0" dependencies: tslib: "npm:^2.3.0" peerDependencies: - "@angular/cdk": 19.2.1 - "@angular/common": ^19.0.0 || ^20.0.0 - "@angular/core": ^19.0.0 || ^20.0.0 - "@angular/forms": ^19.0.0 || ^20.0.0 - "@angular/platform-browser": ^19.0.0 || ^20.0.0 + "@angular/cdk": 20.0.0-next.0 + "@angular/common": ^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0 + "@angular/core": ^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0 + "@angular/forms": ^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0 + "@angular/platform-browser": ^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0 rxjs: ^6.5.3 || ^7.4.0 - checksum: 10c0/78d98bbf9655677c5e827d3fccee6de4641bd3ee56db95b8a9190cffc3115d5e92df854a1dbbb852562e9a2197d46d47f75e32b80162ee7ef1b06615625fccf4 + checksum: 10c0/1c37196f10ff64bc6d97f0b29d38b3f93046daf970f8d6b0f1670d88b18938113b16ab128b01d8a406acec8d724a514f1f26481ff797188733ad555c3203c3e7 languageName: node linkType: hard -"@angular/platform-browser-dynamic@npm:^19.2.0": - version: 19.2.0 - resolution: "@angular/platform-browser-dynamic@npm:19.2.0" +"@angular/platform-browser-dynamic@npm:^20.0.0-next.0": + version: 20.0.0-next.1 + resolution: "@angular/platform-browser-dynamic@npm:20.0.0-next.1" dependencies: tslib: "npm:^2.3.0" peerDependencies: - "@angular/common": 19.2.0 - "@angular/compiler": 19.2.0 - "@angular/core": 19.2.0 - "@angular/platform-browser": 19.2.0 - checksum: 10c0/98b5537d0322f9023419abb7ca92979bed4a4242dc8a5f67ad7dae159a85784df2cc6adebdb1aa3c503cd09c6b3a24f4d777ed2c0ae9a077fe254397fda02524 + "@angular/common": 20.0.0-next.1 + "@angular/compiler": 20.0.0-next.1 + "@angular/core": 20.0.0-next.1 + "@angular/platform-browser": 20.0.0-next.1 + checksum: 10c0/56f96ce991a4a05c845c72abb4974a43538ca5f164013cef4b4f78a17877b57788ee2ddf539ab2039c172fbc082b0d54db00f2786d1ca4a6b32c3ddfbd38f6fe languageName: node linkType: hard -"@angular/platform-browser@npm:^19.2.0": - version: 19.2.0 - resolution: "@angular/platform-browser@npm:19.2.0" +"@angular/platform-browser@npm:^20.0.0-next.0": + version: 20.0.0-next.1 + resolution: "@angular/platform-browser@npm:20.0.0-next.1" dependencies: tslib: "npm:^2.3.0" peerDependencies: - "@angular/animations": 19.2.0 - "@angular/common": 19.2.0 - "@angular/core": 19.2.0 + "@angular/animations": 20.0.0-next.1 + "@angular/common": 20.0.0-next.1 + "@angular/core": 20.0.0-next.1 peerDependenciesMeta: "@angular/animations": optional: true - checksum: 10c0/2db92aec21640cb76dce36e48e30ed122b49ed1f29679868a32f21e3003e4dadd158aad6e623bcd801aff478eefdf26aba1791b760a2c6dffcd4b7c80de2cdb7 + checksum: 10c0/601441056a11357c9506f30bf0e14e3b50bf507e24f2693d7a0446e5125392d0a25e3f546ac53f80752a74b50e7ace83f7286a077c73adeb6110183e0cd158a9 languageName: node linkType: hard -"@angular/router@npm:^19.2.0": - version: 19.2.0 - resolution: "@angular/router@npm:19.2.0" +"@angular/router@npm:^20.0.0-next.0": + version: 20.0.0-next.1 + resolution: "@angular/router@npm:20.0.0-next.1" dependencies: tslib: "npm:^2.3.0" peerDependencies: - "@angular/common": 19.2.0 - "@angular/core": 19.2.0 - "@angular/platform-browser": 19.2.0 + "@angular/common": 20.0.0-next.1 + "@angular/core": 20.0.0-next.1 + "@angular/platform-browser": 20.0.0-next.1 rxjs: ^6.5.3 || ^7.4.0 - checksum: 10c0/35d4c308994743f0cc016d93c4fe39c4ea5b3501dc86680479e635a17b5fa81b939c717c9452070668f573c64facd2115dbf7d0070d1a9c17f7903afb0803dfe + checksum: 10c0/fdcf4bbae0e90aadbb4c42f5c67aa19b3e34211cc8ceafe1229e4a6fa2d516052d56b50bf449083bc5a859ef5e2e3d382c93e31961db0433f94500df611d240d languageName: node linkType: hard -"@angular/ssr@npm:^19.2.0": - version: 19.2.0 - resolution: "@angular/ssr@npm:19.2.0" +"@angular/ssr@npm:^20.0.0-next.0": + version: 20.0.0-next.0 + resolution: "@angular/ssr@npm:20.0.0-next.0" dependencies: tslib: "npm:^2.3.0" peerDependencies: - "@angular/common": ^19.0.0 || ^19.2.0-next.0 - "@angular/core": ^19.0.0 || ^19.2.0-next.0 - "@angular/platform-server": ^19.0.0 || ^19.2.0-next.0 - "@angular/router": ^19.0.0 || ^19.2.0-next.0 + "@angular/common": ^20.0.0 || ^20.0.0-next.0 + "@angular/core": ^20.0.0 || ^20.0.0-next.0 + "@angular/platform-server": ^20.0.0 || ^20.0.0-next.0 + "@angular/router": ^20.0.0 || ^20.0.0-next.0 peerDependenciesMeta: "@angular/platform-server": optional: true - checksum: 10c0/3050f75979ed98b570d524b2b770acc5e3d548a7186ad02de6598f1e53621a1bda7879be3a27b15e535c335577d4958a6c1443e15c20278d143fd53fb839162b + checksum: 10c0/6c60ef8b91d0b6a4df2341fbf06bda470e3d32f896ff5a685044b4ab7a81bdaccd90735eba160e5fb6c1c66313e8d14c673a9715a96f3ebc8e62b64f25a63499 languageName: node linkType: hard -"@angular/youtube-player@npm:^19.2.0": - version: 19.2.1 - resolution: "@angular/youtube-player@npm:19.2.1" +"@angular/youtube-player@npm:^20.0.0-next.0": + version: 20.0.0-next.0 + resolution: "@angular/youtube-player@npm:20.0.0-next.0" dependencies: "@types/youtube": "npm:^0.1.0" tslib: "npm:^2.3.0" peerDependencies: - "@angular/common": ^19.0.0 || ^20.0.0 - "@angular/core": ^19.0.0 || ^20.0.0 + "@angular/common": ^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0 + "@angular/core": ^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0 rxjs: ^6.5.3 || ^7.4.0 - checksum: 10c0/f1a182a3450c882e3801f83f557b504cf4bc2eee434e93c0ebdec52747abb34bdeb0d1c03fb1b112305627cf97ef0df3438b0039da6a178f99154ceff74ced19 + checksum: 10c0/b8c61aa7e525133989c7b73e036b5abb971cb33eea0cc376da6c8a4b4f374b39cbafaef0afe68d8be3b6a0aaa0300a35c9f4029a6946a0262cc2c8eab570a25b languageName: node linkType: hard @@ -2222,13 +2225,6 @@ __metadata: languageName: node linkType: hard -"@esbuild/aix-ppc64@npm:0.24.2": - version: 0.24.2 - resolution: "@esbuild/aix-ppc64@npm:0.24.2" - conditions: os=aix & cpu=ppc64 - languageName: node - linkType: hard - "@esbuild/aix-ppc64@npm:0.25.0": version: 0.25.0 resolution: "@esbuild/aix-ppc64@npm:0.25.0" @@ -2236,13 +2232,6 @@ __metadata: languageName: node linkType: hard -"@esbuild/android-arm64@npm:0.24.2": - version: 0.24.2 - resolution: "@esbuild/android-arm64@npm:0.24.2" - conditions: os=android & cpu=arm64 - languageName: node - linkType: hard - "@esbuild/android-arm64@npm:0.25.0": version: 0.25.0 resolution: "@esbuild/android-arm64@npm:0.25.0" @@ -2250,13 +2239,6 @@ __metadata: languageName: node linkType: hard -"@esbuild/android-arm@npm:0.24.2": - version: 0.24.2 - resolution: "@esbuild/android-arm@npm:0.24.2" - conditions: os=android & cpu=arm - languageName: node - linkType: hard - "@esbuild/android-arm@npm:0.25.0": version: 0.25.0 resolution: "@esbuild/android-arm@npm:0.25.0" @@ -2264,13 +2246,6 @@ __metadata: languageName: node linkType: hard -"@esbuild/android-x64@npm:0.24.2": - version: 0.24.2 - resolution: "@esbuild/android-x64@npm:0.24.2" - conditions: os=android & cpu=x64 - languageName: node - linkType: hard - "@esbuild/android-x64@npm:0.25.0": version: 0.25.0 resolution: "@esbuild/android-x64@npm:0.25.0" @@ -2278,13 +2253,6 @@ __metadata: languageName: node linkType: hard -"@esbuild/darwin-arm64@npm:0.24.2": - version: 0.24.2 - resolution: "@esbuild/darwin-arm64@npm:0.24.2" - conditions: os=darwin & cpu=arm64 - languageName: node - linkType: hard - "@esbuild/darwin-arm64@npm:0.25.0": version: 0.25.0 resolution: "@esbuild/darwin-arm64@npm:0.25.0" @@ -2292,13 +2260,6 @@ __metadata: languageName: node linkType: hard -"@esbuild/darwin-x64@npm:0.24.2": - version: 0.24.2 - resolution: "@esbuild/darwin-x64@npm:0.24.2" - conditions: os=darwin & cpu=x64 - languageName: node - linkType: hard - "@esbuild/darwin-x64@npm:0.25.0": version: 0.25.0 resolution: "@esbuild/darwin-x64@npm:0.25.0" @@ -2306,13 +2267,6 @@ __metadata: languageName: node linkType: hard -"@esbuild/freebsd-arm64@npm:0.24.2": - version: 0.24.2 - resolution: "@esbuild/freebsd-arm64@npm:0.24.2" - conditions: os=freebsd & cpu=arm64 - languageName: node - linkType: hard - "@esbuild/freebsd-arm64@npm:0.25.0": version: 0.25.0 resolution: "@esbuild/freebsd-arm64@npm:0.25.0" @@ -2320,13 +2274,6 @@ __metadata: languageName: node linkType: hard -"@esbuild/freebsd-x64@npm:0.24.2": - version: 0.24.2 - resolution: "@esbuild/freebsd-x64@npm:0.24.2" - conditions: os=freebsd & cpu=x64 - languageName: node - linkType: hard - "@esbuild/freebsd-x64@npm:0.25.0": version: 0.25.0 resolution: "@esbuild/freebsd-x64@npm:0.25.0" @@ -2334,13 +2281,6 @@ __metadata: languageName: node linkType: hard -"@esbuild/linux-arm64@npm:0.24.2": - version: 0.24.2 - resolution: "@esbuild/linux-arm64@npm:0.24.2" - conditions: os=linux & cpu=arm64 - languageName: node - linkType: hard - "@esbuild/linux-arm64@npm:0.25.0": version: 0.25.0 resolution: "@esbuild/linux-arm64@npm:0.25.0" @@ -2348,13 +2288,6 @@ __metadata: languageName: node linkType: hard -"@esbuild/linux-arm@npm:0.24.2": - version: 0.24.2 - resolution: "@esbuild/linux-arm@npm:0.24.2" - conditions: os=linux & cpu=arm - languageName: node - linkType: hard - "@esbuild/linux-arm@npm:0.25.0": version: 0.25.0 resolution: "@esbuild/linux-arm@npm:0.25.0" @@ -2362,13 +2295,6 @@ __metadata: languageName: node linkType: hard -"@esbuild/linux-ia32@npm:0.24.2": - version: 0.24.2 - resolution: "@esbuild/linux-ia32@npm:0.24.2" - conditions: os=linux & cpu=ia32 - languageName: node - linkType: hard - "@esbuild/linux-ia32@npm:0.25.0": version: 0.25.0 resolution: "@esbuild/linux-ia32@npm:0.25.0" @@ -2376,13 +2302,6 @@ __metadata: languageName: node linkType: hard -"@esbuild/linux-loong64@npm:0.24.2": - version: 0.24.2 - resolution: "@esbuild/linux-loong64@npm:0.24.2" - conditions: os=linux & cpu=loong64 - languageName: node - linkType: hard - "@esbuild/linux-loong64@npm:0.25.0": version: 0.25.0 resolution: "@esbuild/linux-loong64@npm:0.25.0" @@ -2390,13 +2309,6 @@ __metadata: languageName: node linkType: hard -"@esbuild/linux-mips64el@npm:0.24.2": - version: 0.24.2 - resolution: "@esbuild/linux-mips64el@npm:0.24.2" - conditions: os=linux & cpu=mips64el - languageName: node - linkType: hard - "@esbuild/linux-mips64el@npm:0.25.0": version: 0.25.0 resolution: "@esbuild/linux-mips64el@npm:0.25.0" @@ -2404,13 +2316,6 @@ __metadata: languageName: node linkType: hard -"@esbuild/linux-ppc64@npm:0.24.2": - version: 0.24.2 - resolution: "@esbuild/linux-ppc64@npm:0.24.2" - conditions: os=linux & cpu=ppc64 - languageName: node - linkType: hard - "@esbuild/linux-ppc64@npm:0.25.0": version: 0.25.0 resolution: "@esbuild/linux-ppc64@npm:0.25.0" @@ -2418,13 +2323,6 @@ __metadata: languageName: node linkType: hard -"@esbuild/linux-riscv64@npm:0.24.2": - version: 0.24.2 - resolution: "@esbuild/linux-riscv64@npm:0.24.2" - conditions: os=linux & cpu=riscv64 - languageName: node - linkType: hard - "@esbuild/linux-riscv64@npm:0.25.0": version: 0.25.0 resolution: "@esbuild/linux-riscv64@npm:0.25.0" @@ -2432,13 +2330,6 @@ __metadata: languageName: node linkType: hard -"@esbuild/linux-s390x@npm:0.24.2": - version: 0.24.2 - resolution: "@esbuild/linux-s390x@npm:0.24.2" - conditions: os=linux & cpu=s390x - languageName: node - linkType: hard - "@esbuild/linux-s390x@npm:0.25.0": version: 0.25.0 resolution: "@esbuild/linux-s390x@npm:0.25.0" @@ -2446,13 +2337,6 @@ __metadata: languageName: node linkType: hard -"@esbuild/linux-x64@npm:0.24.2": - version: 0.24.2 - resolution: "@esbuild/linux-x64@npm:0.24.2" - conditions: os=linux & cpu=x64 - languageName: node - linkType: hard - "@esbuild/linux-x64@npm:0.25.0": version: 0.25.0 resolution: "@esbuild/linux-x64@npm:0.25.0" @@ -2460,13 +2344,6 @@ __metadata: languageName: node linkType: hard -"@esbuild/netbsd-arm64@npm:0.24.2": - version: 0.24.2 - resolution: "@esbuild/netbsd-arm64@npm:0.24.2" - conditions: os=netbsd & cpu=arm64 - languageName: node - linkType: hard - "@esbuild/netbsd-arm64@npm:0.25.0": version: 0.25.0 resolution: "@esbuild/netbsd-arm64@npm:0.25.0" @@ -2474,13 +2351,6 @@ __metadata: languageName: node linkType: hard -"@esbuild/netbsd-x64@npm:0.24.2": - version: 0.24.2 - resolution: "@esbuild/netbsd-x64@npm:0.24.2" - conditions: os=netbsd & cpu=x64 - languageName: node - linkType: hard - "@esbuild/netbsd-x64@npm:0.25.0": version: 0.25.0 resolution: "@esbuild/netbsd-x64@npm:0.25.0" @@ -2488,13 +2358,6 @@ __metadata: languageName: node linkType: hard -"@esbuild/openbsd-arm64@npm:0.24.2": - version: 0.24.2 - resolution: "@esbuild/openbsd-arm64@npm:0.24.2" - conditions: os=openbsd & cpu=arm64 - languageName: node - linkType: hard - "@esbuild/openbsd-arm64@npm:0.25.0": version: 0.25.0 resolution: "@esbuild/openbsd-arm64@npm:0.25.0" @@ -2502,13 +2365,6 @@ __metadata: languageName: node linkType: hard -"@esbuild/openbsd-x64@npm:0.24.2": - version: 0.24.2 - resolution: "@esbuild/openbsd-x64@npm:0.24.2" - conditions: os=openbsd & cpu=x64 - languageName: node - linkType: hard - "@esbuild/openbsd-x64@npm:0.25.0": version: 0.25.0 resolution: "@esbuild/openbsd-x64@npm:0.25.0" @@ -2516,13 +2372,6 @@ __metadata: languageName: node linkType: hard -"@esbuild/sunos-x64@npm:0.24.2": - version: 0.24.2 - resolution: "@esbuild/sunos-x64@npm:0.24.2" - conditions: os=sunos & cpu=x64 - languageName: node - linkType: hard - "@esbuild/sunos-x64@npm:0.25.0": version: 0.25.0 resolution: "@esbuild/sunos-x64@npm:0.25.0" @@ -2530,13 +2379,6 @@ __metadata: languageName: node linkType: hard -"@esbuild/win32-arm64@npm:0.24.2": - version: 0.24.2 - resolution: "@esbuild/win32-arm64@npm:0.24.2" - conditions: os=win32 & cpu=arm64 - languageName: node - linkType: hard - "@esbuild/win32-arm64@npm:0.25.0": version: 0.25.0 resolution: "@esbuild/win32-arm64@npm:0.25.0" @@ -2544,13 +2386,6 @@ __metadata: languageName: node linkType: hard -"@esbuild/win32-ia32@npm:0.24.2": - version: 0.24.2 - resolution: "@esbuild/win32-ia32@npm:0.24.2" - conditions: os=win32 & cpu=ia32 - languageName: node - linkType: hard - "@esbuild/win32-ia32@npm:0.25.0": version: 0.25.0 resolution: "@esbuild/win32-ia32@npm:0.25.0" @@ -2558,13 +2393,6 @@ __metadata: languageName: node linkType: hard -"@esbuild/win32-x64@npm:0.24.2": - version: 0.24.2 - resolution: "@esbuild/win32-x64@npm:0.24.2" - conditions: os=win32 & cpu=x64 - languageName: node - linkType: hard - "@esbuild/win32-x64@npm:0.25.0": version: 0.25.0 resolution: "@esbuild/win32-x64@npm:0.25.0" @@ -3353,14 +3181,14 @@ __metadata: languageName: node linkType: hard -"@ngtools/webpack@npm:19.2.0": - version: 19.2.0 - resolution: "@ngtools/webpack@npm:19.2.0" +"@ngtools/webpack@npm:20.0.0-next.0": + version: 20.0.0-next.0 + resolution: "@ngtools/webpack@npm:20.0.0-next.0" peerDependencies: - "@angular/compiler-cli": ^19.0.0 || ^19.2.0-next.0 + "@angular/compiler-cli": ^20.0.0 || ^20.0.0-next.0 typescript: ">=5.5 <5.9" webpack: ^5.54.0 - checksum: 10c0/fda62abc79b2f200288d76abc09d6fba509a75ddb0f32d24392251fd722c162b53bd6c2cc141204aebed45ad3fe3357e5a151375132ddd89cf6f8547be0f450b + checksum: 10c0/df239edeb11bd46d54f5a4292e344089791a911f95cc491ece1bf26590518ce65ce8438e9115c7f93214413137c57d53adbb4e794d1f58a86667afacf3e6d810 languageName: node linkType: hard @@ -3820,9 +3648,9 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-android-arm-eabi@npm:4.34.8": - version: 4.34.8 - resolution: "@rollup/rollup-android-arm-eabi@npm:4.34.8" +"@rollup/rollup-android-arm-eabi@npm:4.34.9": + version: 4.34.9 + resolution: "@rollup/rollup-android-arm-eabi@npm:4.34.9" conditions: os=android & cpu=arm languageName: node linkType: hard @@ -3834,9 +3662,9 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-android-arm64@npm:4.34.8": - version: 4.34.8 - resolution: "@rollup/rollup-android-arm64@npm:4.34.8" +"@rollup/rollup-android-arm64@npm:4.34.9": + version: 4.34.9 + resolution: "@rollup/rollup-android-arm64@npm:4.34.9" conditions: os=android & cpu=arm64 languageName: node linkType: hard @@ -3848,9 +3676,9 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-darwin-arm64@npm:4.34.8": - version: 4.34.8 - resolution: "@rollup/rollup-darwin-arm64@npm:4.34.8" +"@rollup/rollup-darwin-arm64@npm:4.34.9": + version: 4.34.9 + resolution: "@rollup/rollup-darwin-arm64@npm:4.34.9" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard @@ -3862,9 +3690,9 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-darwin-x64@npm:4.34.8": - version: 4.34.8 - resolution: "@rollup/rollup-darwin-x64@npm:4.34.8" +"@rollup/rollup-darwin-x64@npm:4.34.9": + version: 4.34.9 + resolution: "@rollup/rollup-darwin-x64@npm:4.34.9" conditions: os=darwin & cpu=x64 languageName: node linkType: hard @@ -3876,9 +3704,9 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-freebsd-arm64@npm:4.34.8": - version: 4.34.8 - resolution: "@rollup/rollup-freebsd-arm64@npm:4.34.8" +"@rollup/rollup-freebsd-arm64@npm:4.34.9": + version: 4.34.9 + resolution: "@rollup/rollup-freebsd-arm64@npm:4.34.9" conditions: os=freebsd & cpu=arm64 languageName: node linkType: hard @@ -3890,9 +3718,9 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-freebsd-x64@npm:4.34.8": - version: 4.34.8 - resolution: "@rollup/rollup-freebsd-x64@npm:4.34.8" +"@rollup/rollup-freebsd-x64@npm:4.34.9": + version: 4.34.9 + resolution: "@rollup/rollup-freebsd-x64@npm:4.34.9" conditions: os=freebsd & cpu=x64 languageName: node linkType: hard @@ -3904,9 +3732,9 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-linux-arm-gnueabihf@npm:4.34.8": - version: 4.34.8 - resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.34.8" +"@rollup/rollup-linux-arm-gnueabihf@npm:4.34.9": + version: 4.34.9 + resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.34.9" conditions: os=linux & cpu=arm & libc=glibc languageName: node linkType: hard @@ -3918,9 +3746,9 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-linux-arm-musleabihf@npm:4.34.8": - version: 4.34.8 - resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.34.8" +"@rollup/rollup-linux-arm-musleabihf@npm:4.34.9": + version: 4.34.9 + resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.34.9" conditions: os=linux & cpu=arm & libc=musl languageName: node linkType: hard @@ -3932,9 +3760,9 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-linux-arm64-gnu@npm:4.34.8": - version: 4.34.8 - resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.34.8" +"@rollup/rollup-linux-arm64-gnu@npm:4.34.9": + version: 4.34.9 + resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.34.9" conditions: os=linux & cpu=arm64 & libc=glibc languageName: node linkType: hard @@ -3946,9 +3774,9 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-linux-arm64-musl@npm:4.34.8": - version: 4.34.8 - resolution: "@rollup/rollup-linux-arm64-musl@npm:4.34.8" +"@rollup/rollup-linux-arm64-musl@npm:4.34.9": + version: 4.34.9 + resolution: "@rollup/rollup-linux-arm64-musl@npm:4.34.9" conditions: os=linux & cpu=arm64 & libc=musl languageName: node linkType: hard @@ -3960,9 +3788,9 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-linux-loongarch64-gnu@npm:4.34.8": - version: 4.34.8 - resolution: "@rollup/rollup-linux-loongarch64-gnu@npm:4.34.8" +"@rollup/rollup-linux-loongarch64-gnu@npm:4.34.9": + version: 4.34.9 + resolution: "@rollup/rollup-linux-loongarch64-gnu@npm:4.34.9" conditions: os=linux & cpu=loong64 & libc=glibc languageName: node linkType: hard @@ -3974,9 +3802,9 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-linux-powerpc64le-gnu@npm:4.34.8": - version: 4.34.8 - resolution: "@rollup/rollup-linux-powerpc64le-gnu@npm:4.34.8" +"@rollup/rollup-linux-powerpc64le-gnu@npm:4.34.9": + version: 4.34.9 + resolution: "@rollup/rollup-linux-powerpc64le-gnu@npm:4.34.9" conditions: os=linux & cpu=ppc64 & libc=glibc languageName: node linkType: hard @@ -3988,9 +3816,9 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-linux-riscv64-gnu@npm:4.34.8": - version: 4.34.8 - resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.34.8" +"@rollup/rollup-linux-riscv64-gnu@npm:4.34.9": + version: 4.34.9 + resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.34.9" conditions: os=linux & cpu=riscv64 & libc=glibc languageName: node linkType: hard @@ -4002,9 +3830,9 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-linux-s390x-gnu@npm:4.34.8": - version: 4.34.8 - resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.34.8" +"@rollup/rollup-linux-s390x-gnu@npm:4.34.9": + version: 4.34.9 + resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.34.9" conditions: os=linux & cpu=s390x & libc=glibc languageName: node linkType: hard @@ -4016,9 +3844,9 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-linux-x64-gnu@npm:4.34.8": - version: 4.34.8 - resolution: "@rollup/rollup-linux-x64-gnu@npm:4.34.8" +"@rollup/rollup-linux-x64-gnu@npm:4.34.9": + version: 4.34.9 + resolution: "@rollup/rollup-linux-x64-gnu@npm:4.34.9" conditions: os=linux & cpu=x64 & libc=glibc languageName: node linkType: hard @@ -4030,9 +3858,9 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-linux-x64-musl@npm:4.34.8": - version: 4.34.8 - resolution: "@rollup/rollup-linux-x64-musl@npm:4.34.8" +"@rollup/rollup-linux-x64-musl@npm:4.34.9": + version: 4.34.9 + resolution: "@rollup/rollup-linux-x64-musl@npm:4.34.9" conditions: os=linux & cpu=x64 & libc=musl languageName: node linkType: hard @@ -4044,9 +3872,9 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-win32-arm64-msvc@npm:4.34.8": - version: 4.34.8 - resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.34.8" +"@rollup/rollup-win32-arm64-msvc@npm:4.34.9": + version: 4.34.9 + resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.34.9" conditions: os=win32 & cpu=arm64 languageName: node linkType: hard @@ -4058,9 +3886,9 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-win32-ia32-msvc@npm:4.34.8": - version: 4.34.8 - resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.34.8" +"@rollup/rollup-win32-ia32-msvc@npm:4.34.9": + version: 4.34.9 + resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.34.9" conditions: os=win32 & cpu=ia32 languageName: node linkType: hard @@ -4072,21 +3900,21 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-win32-x64-msvc@npm:4.34.8": - version: 4.34.8 - resolution: "@rollup/rollup-win32-x64-msvc@npm:4.34.8" +"@rollup/rollup-win32-x64-msvc@npm:4.34.9": + version: 4.34.9 + resolution: "@rollup/rollup-win32-x64-msvc@npm:4.34.9" conditions: os=win32 & cpu=x64 languageName: node linkType: hard -"@schematics/angular@npm:19.2.0": - version: 19.2.0 - resolution: "@schematics/angular@npm:19.2.0" +"@schematics/angular@npm:20.0.0-next.0": + version: 20.0.0-next.0 + resolution: "@schematics/angular@npm:20.0.0-next.0" dependencies: - "@angular-devkit/core": "npm:19.2.0" - "@angular-devkit/schematics": "npm:19.2.0" + "@angular-devkit/core": "npm:20.0.0-next.0" + "@angular-devkit/schematics": "npm:20.0.0-next.0" jsonc-parser: "npm:3.3.1" - checksum: 10c0/5aa294693b9af5d935d7d8bf77127ff8b9252e0991e0ed353e1de53e93fcf9f88c2e0e64c9047ada05686f530b54751224f95577d4bffbff278870f1b6e562b3 + checksum: 10c0/2abd96313c79dea911429a12c0b2273a44621a863f20331c982da2c2ff83e1f1e0f68d064ee2c2a0ffb160a440417f56d6fa68e13215291283add8f95842e391 languageName: node linkType: hard @@ -4223,13 +4051,6 @@ __metadata: languageName: node linkType: hard -"@sindresorhus/merge-streams@npm:^2.1.0": - version: 2.3.0 - resolution: "@sindresorhus/merge-streams@npm:2.3.0" - checksum: 10c0/69ee906f3125fb2c6bb6ec5cdd84e8827d93b49b3892bce8b62267116cc7e197b5cccf20c160a1d32c26014ecd14470a72a5e3ee37a58f1d6dadc0db1ccf3894 - languageName: node - linkType: hard - "@socket.io/component-emitter@npm:~3.1.0": version: 3.1.2 resolution: "@socket.io/component-emitter@npm:3.1.2" @@ -4811,15 +4632,15 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/eslint-plugin@npm:^8.25.0": - version: 8.25.0 - resolution: "@typescript-eslint/eslint-plugin@npm:8.25.0" +"@typescript-eslint/eslint-plugin@npm:^8.26.0": + version: 8.26.0 + resolution: "@typescript-eslint/eslint-plugin@npm:8.26.0" dependencies: "@eslint-community/regexpp": "npm:^4.10.0" - "@typescript-eslint/scope-manager": "npm:8.25.0" - "@typescript-eslint/type-utils": "npm:8.25.0" - "@typescript-eslint/utils": "npm:8.25.0" - "@typescript-eslint/visitor-keys": "npm:8.25.0" + "@typescript-eslint/scope-manager": "npm:8.26.0" + "@typescript-eslint/type-utils": "npm:8.26.0" + "@typescript-eslint/utils": "npm:8.26.0" + "@typescript-eslint/visitor-keys": "npm:8.26.0" graphemer: "npm:^1.4.0" ignore: "npm:^5.3.1" natural-compare: "npm:^1.4.0" @@ -4827,24 +4648,24 @@ __metadata: peerDependencies: "@typescript-eslint/parser": ^8.0.0 || ^8.0.0-alpha.0 eslint: ^8.57.0 || ^9.0.0 - typescript: ">=4.8.4 <5.8.0" - checksum: 10c0/11d63850f5f03b29cd31166f8da111788dc74e46877c2e16a5c488d6c4aa4b6c68c0857b9a396ad920aa7f0f3e7166f4faecbb194c19cd2bb9d3f687c5d2b292 + typescript: ">=4.8.4 <5.9.0" + checksum: 10c0/b270467672c5cb7fb9085ae063364252af2910a424899f2a9f54cfbe84aba6ce80dbbf5027f1f33f17cc587da9883de212a4b3dc969f22ded30076889b499dd8 languageName: node linkType: hard -"@typescript-eslint/parser@npm:^8.25.0": - version: 8.25.0 - resolution: "@typescript-eslint/parser@npm:8.25.0" +"@typescript-eslint/parser@npm:^8.26.0": + version: 8.26.0 + resolution: "@typescript-eslint/parser@npm:8.26.0" dependencies: - "@typescript-eslint/scope-manager": "npm:8.25.0" - "@typescript-eslint/types": "npm:8.25.0" - "@typescript-eslint/typescript-estree": "npm:8.25.0" - "@typescript-eslint/visitor-keys": "npm:8.25.0" + "@typescript-eslint/scope-manager": "npm:8.26.0" + "@typescript-eslint/types": "npm:8.26.0" + "@typescript-eslint/typescript-estree": "npm:8.26.0" + "@typescript-eslint/visitor-keys": "npm:8.26.0" debug: "npm:^4.3.4" peerDependencies: eslint: ^8.57.0 || ^9.0.0 - typescript: ">=4.8.4 <5.8.0" - checksum: 10c0/9a54539ba297791f23093ff42a885cc57d36b26205d7a390e114d1f01cc584ce91ac6ead01819daa46b48f873cac6c829fcf399a436610bdbfa98e5cd78148a2 + typescript: ">=4.8.4 <5.9.0" + checksum: 10c0/b937a80aeca4e508a67cbf2e42dfd268316336de265aaf836d04e49008a6ff4d754e73ad30075c183d98756677d1f54061c34e618c97d5fb61a04903c65d4851 languageName: node linkType: hard @@ -4868,13 +4689,13 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/scope-manager@npm:8.25.0": - version: 8.25.0 - resolution: "@typescript-eslint/scope-manager@npm:8.25.0" +"@typescript-eslint/scope-manager@npm:8.26.0": + version: 8.26.0 + resolution: "@typescript-eslint/scope-manager@npm:8.26.0" dependencies: - "@typescript-eslint/types": "npm:8.25.0" - "@typescript-eslint/visitor-keys": "npm:8.25.0" - checksum: 10c0/0a53a07873bdb569be38053ec006009cc8ba6b12c538b6df0935afd18e431cb17da1eb15b0c9cd267ac211c47aaa44fbc8d7ff3b7b44ff711621ff305fa3b355 + "@typescript-eslint/types": "npm:8.26.0" + "@typescript-eslint/visitor-keys": "npm:8.26.0" + checksum: 10c0/f93b12daf6a4df3050ca3fc6db1f534b5c521861509ee09a45a8a17d97f2fbb20c2d34975f07291481d69998aac9f2975f8facad0d47f533db56ec8f70f533a0 languageName: node linkType: hard @@ -4895,18 +4716,18 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/type-utils@npm:8.25.0": - version: 8.25.0 - resolution: "@typescript-eslint/type-utils@npm:8.25.0" +"@typescript-eslint/type-utils@npm:8.26.0": + version: 8.26.0 + resolution: "@typescript-eslint/type-utils@npm:8.26.0" dependencies: - "@typescript-eslint/typescript-estree": "npm:8.25.0" - "@typescript-eslint/utils": "npm:8.25.0" + "@typescript-eslint/typescript-estree": "npm:8.26.0" + "@typescript-eslint/utils": "npm:8.26.0" debug: "npm:^4.3.4" ts-api-utils: "npm:^2.0.1" peerDependencies: eslint: ^8.57.0 || ^9.0.0 - typescript: ">=4.8.4 <5.8.0" - checksum: 10c0/b7477a2d239cfd337f7d28641666763cf680a43a8d377a09dc42415f715670d35fbb4e772e103dfe8cd620c377e66bce740106bb3983ee65a739c28fab7325d1 + typescript: ">=4.8.4 <5.9.0" + checksum: 10c0/840b7551dcea7304632564612a2460f869c5330c50661cf21ac5992359aba7539f1466ac7dbde6f2d0bd56f6f769c9f3fed8564045c82d4914a88745da846870 languageName: node linkType: hard @@ -4924,10 +4745,10 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/types@npm:8.25.0": - version: 8.25.0 - resolution: "@typescript-eslint/types@npm:8.25.0" - checksum: 10c0/b39addbee4be4d66e3089c2d01f9f1d69cedc13bff20e4fa9ed0ca5a0e7591d7c6e41ab3763c8c35404f971bc0fbf9f7867dbc2832740e5b63ee0049d60289f5 +"@typescript-eslint/types@npm:8.26.0": + version: 8.26.0 + resolution: "@typescript-eslint/types@npm:8.26.0" + checksum: 10c0/b16c0f67d12092c204a5935b430854b3a41c80934b386a5a4526acc9c8a829d8ee4f78732e71587e605de7845fa9a801b59fff015471dab7bf33676ee68c0100 languageName: node linkType: hard @@ -4968,12 +4789,12 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/typescript-estree@npm:8.25.0": - version: 8.25.0 - resolution: "@typescript-eslint/typescript-estree@npm:8.25.0" +"@typescript-eslint/typescript-estree@npm:8.26.0": + version: 8.26.0 + resolution: "@typescript-eslint/typescript-estree@npm:8.26.0" dependencies: - "@typescript-eslint/types": "npm:8.25.0" - "@typescript-eslint/visitor-keys": "npm:8.25.0" + "@typescript-eslint/types": "npm:8.26.0" + "@typescript-eslint/visitor-keys": "npm:8.26.0" debug: "npm:^4.3.4" fast-glob: "npm:^3.3.2" is-glob: "npm:^4.0.3" @@ -4981,8 +4802,8 @@ __metadata: semver: "npm:^7.6.0" ts-api-utils: "npm:^2.0.1" peerDependencies: - typescript: ">=4.8.4 <5.8.0" - checksum: 10c0/fc9de1c4f6ab81fb80b632dedef84d1ecf4c0abdc5f5246698deb6d86d5c6b5d582ef8a44fdef445bf7fbfa6658db516fe875c9d7c984bf4802e3a508b061856 + typescript: ">=4.8.4 <5.9.0" + checksum: 10c0/898bf7ec8ee1f3454d0e38a0bb3d7bd3cbd39f530857c9b1851650ec1647bcb6997622e86d24332d81848afd9b65ce4c080437ab1c3c023b23915a745dd0b363 languageName: node linkType: hard @@ -5004,18 +4825,18 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/utils@npm:8.25.0": - version: 8.25.0 - resolution: "@typescript-eslint/utils@npm:8.25.0" +"@typescript-eslint/utils@npm:8.26.0": + version: 8.26.0 + resolution: "@typescript-eslint/utils@npm:8.26.0" dependencies: "@eslint-community/eslint-utils": "npm:^4.4.0" - "@typescript-eslint/scope-manager": "npm:8.25.0" - "@typescript-eslint/types": "npm:8.25.0" - "@typescript-eslint/typescript-estree": "npm:8.25.0" + "@typescript-eslint/scope-manager": "npm:8.26.0" + "@typescript-eslint/types": "npm:8.26.0" + "@typescript-eslint/typescript-estree": "npm:8.26.0" peerDependencies: eslint: ^8.57.0 || ^9.0.0 - typescript: ">=4.8.4 <5.8.0" - checksum: 10c0/cd15c4919f02899fd3975049a0a051a1455332a108c085a3e90ae9872e2cddac7f20a9a2c616f1366fca84274649e836ad6a437c9c5ead0bdabf5a123d12403f + typescript: ">=4.8.4 <5.9.0" + checksum: 10c0/594838a865d385ad5206c8b948678d4cb4010d0c9b826913968ce9e8af4d1c58b1f044de49f91d8dc36cda2ddb121ee7d2c5b53822a05f3e55002b10a42b3bfb languageName: node linkType: hard @@ -5053,13 +4874,13 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/visitor-keys@npm:8.25.0": - version: 8.25.0 - resolution: "@typescript-eslint/visitor-keys@npm:8.25.0" +"@typescript-eslint/visitor-keys@npm:8.26.0": + version: 8.26.0 + resolution: "@typescript-eslint/visitor-keys@npm:8.26.0" dependencies: - "@typescript-eslint/types": "npm:8.25.0" + "@typescript-eslint/types": "npm:8.26.0" eslint-visitor-keys: "npm:^4.2.0" - checksum: 10c0/7eb84c5899a25b1eb89d3c3f4be3ff18171f934669c57e2530b6dfa5fdd6eaae60629f3c89d06f4c8075fd1c701de76c0b9194e2922895c661ab6091e48f7db9 + checksum: 10c0/6428c1ba199d962060d43f06ba8a98b874ba6fe875a23b10e8f01550838d8be8ee689ae4da3e8b045d4c7bb01e38385e6a8ae17a9d566cf7cd21f7090b573f61 languageName: node linkType: hard @@ -5070,12 +4891,12 @@ __metadata: languageName: node linkType: hard -"@vitejs/plugin-basic-ssl@npm:1.2.0": - version: 1.2.0 - resolution: "@vitejs/plugin-basic-ssl@npm:1.2.0" +"@vitejs/plugin-basic-ssl@npm:2.0.0": + version: 2.0.0 + resolution: "@vitejs/plugin-basic-ssl@npm:2.0.0" peerDependencies: - vite: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 - checksum: 10c0/0d360fcca01f91ade6e451edbea09a107ff9e95cd3c3766c7a069d1a168709df92d96c0bd1eccc66e2739a153e07c75a45321ec487450c0da942606200d8441d + vite: ^6.0.0 + checksum: 10c0/673f46dc5ee042f6fcfa7ecf514e717e770085f8979d4608cab952f3e9003fe7aed589cc812a67f3dcd5e80655975c6490ce8a07a4b6feef98766003256d4283 languageName: node linkType: hard @@ -5918,16 +5739,15 @@ __metadata: languageName: node linkType: hard -"babel-loader@npm:9.2.1": - version: 9.2.1 - resolution: "babel-loader@npm:9.2.1" +"babel-loader@npm:10.0.0": + version: 10.0.0 + resolution: "babel-loader@npm:10.0.0" dependencies: - find-cache-dir: "npm:^4.0.0" - schema-utils: "npm:^4.0.0" + find-up: "npm:^5.0.0" peerDependencies: "@babel/core": ^7.12.0 - webpack: ">=5" - checksum: 10c0/efb82faff4c7c27e9c15bb28bf11c73200e61cf365118a9514e8d74dd489d0afc2a0d5aaa62cb4254eefc2ab631579224d95a03fd245410f28ea75e24de54ba4 + webpack: ">=5.61.0" + checksum: 10c0/882dfacde3ee24b432ad57e468832cd0821e2a410f6c5b75ff945f069a8956592b28c6c357df5bb03db73d2741ec3db5febb106ac0bb3591c3d4288f2cf4df0e languageName: node linkType: hard @@ -7053,13 +6873,6 @@ __metadata: languageName: node linkType: hard -"common-path-prefix@npm:^3.0.0": - version: 3.0.0 - resolution: "common-path-prefix@npm:3.0.0" - checksum: 10c0/c4a74294e1b1570f4a8ab435285d185a03976c323caa16359053e749db4fde44e3e6586c29cd051100335e11895767cbbd27ea389108e327d62f38daf4548fdb - languageName: node - linkType: hard - "compress-commons@npm:^4.1.2": version: 4.1.2 resolution: "compress-commons@npm:4.1.2" @@ -7232,19 +7045,18 @@ __metadata: languageName: node linkType: hard -"copy-webpack-plugin@npm:12.0.2": - version: 12.0.2 - resolution: "copy-webpack-plugin@npm:12.0.2" +"copy-webpack-plugin@npm:13.0.0": + version: 13.0.0 + resolution: "copy-webpack-plugin@npm:13.0.0" dependencies: - fast-glob: "npm:^3.3.2" glob-parent: "npm:^6.0.1" - globby: "npm:^14.0.0" normalize-path: "npm:^3.0.0" schema-utils: "npm:^4.2.0" serialize-javascript: "npm:^6.0.2" + tinyglobby: "npm:^0.2.12" peerDependencies: webpack: ^5.1.0 - checksum: 10c0/1a2715a1280a37b81b7040b89ed962db4aa75475b164f84f266fa4e81f209269b13f8bff10b104dff7558854bafedcdd4f30c40fd23ecd8fa28af45516b459cd + checksum: 10c0/955037f77c6beb249b690710c35bacceb03b61bb5b7c5fc59ac7dff122c706eb794ef601bc3d9bbdb1350bda3e2615e0b43bf33f1ce2ca14ed934d9a89f43637 languageName: node linkType: hard @@ -8465,7 +8277,7 @@ __metadata: languageName: node linkType: hard -"esbuild@npm:0.25.0": +"esbuild@npm:0.25.0, esbuild@npm:^0.25.0": version: 0.25.0 resolution: "esbuild@npm:0.25.0" dependencies: @@ -8551,92 +8363,6 @@ __metadata: languageName: node linkType: hard -"esbuild@npm:^0.24.2": - version: 0.24.2 - resolution: "esbuild@npm:0.24.2" - dependencies: - "@esbuild/aix-ppc64": "npm:0.24.2" - "@esbuild/android-arm": "npm:0.24.2" - "@esbuild/android-arm64": "npm:0.24.2" - "@esbuild/android-x64": "npm:0.24.2" - "@esbuild/darwin-arm64": "npm:0.24.2" - "@esbuild/darwin-x64": "npm:0.24.2" - "@esbuild/freebsd-arm64": "npm:0.24.2" - "@esbuild/freebsd-x64": "npm:0.24.2" - "@esbuild/linux-arm": "npm:0.24.2" - "@esbuild/linux-arm64": "npm:0.24.2" - "@esbuild/linux-ia32": "npm:0.24.2" - "@esbuild/linux-loong64": "npm:0.24.2" - "@esbuild/linux-mips64el": "npm:0.24.2" - "@esbuild/linux-ppc64": "npm:0.24.2" - "@esbuild/linux-riscv64": "npm:0.24.2" - "@esbuild/linux-s390x": "npm:0.24.2" - "@esbuild/linux-x64": "npm:0.24.2" - "@esbuild/netbsd-arm64": "npm:0.24.2" - "@esbuild/netbsd-x64": "npm:0.24.2" - "@esbuild/openbsd-arm64": "npm:0.24.2" - "@esbuild/openbsd-x64": "npm:0.24.2" - "@esbuild/sunos-x64": "npm:0.24.2" - "@esbuild/win32-arm64": "npm:0.24.2" - "@esbuild/win32-ia32": "npm:0.24.2" - "@esbuild/win32-x64": "npm:0.24.2" - dependenciesMeta: - "@esbuild/aix-ppc64": - optional: true - "@esbuild/android-arm": - optional: true - "@esbuild/android-arm64": - optional: true - "@esbuild/android-x64": - optional: true - "@esbuild/darwin-arm64": - optional: true - "@esbuild/darwin-x64": - optional: true - "@esbuild/freebsd-arm64": - optional: true - "@esbuild/freebsd-x64": - optional: true - "@esbuild/linux-arm": - optional: true - "@esbuild/linux-arm64": - optional: true - "@esbuild/linux-ia32": - optional: true - "@esbuild/linux-loong64": - optional: true - "@esbuild/linux-mips64el": - optional: true - "@esbuild/linux-ppc64": - optional: true - "@esbuild/linux-riscv64": - optional: true - "@esbuild/linux-s390x": - optional: true - "@esbuild/linux-x64": - optional: true - "@esbuild/netbsd-arm64": - optional: true - "@esbuild/netbsd-x64": - optional: true - "@esbuild/openbsd-arm64": - optional: true - "@esbuild/openbsd-x64": - optional: true - "@esbuild/sunos-x64": - optional: true - "@esbuild/win32-arm64": - optional: true - "@esbuild/win32-ia32": - optional: true - "@esbuild/win32-x64": - optional: true - bin: - esbuild: bin/esbuild - checksum: 10c0/5a25bb08b6ba23db6e66851828d848bd3ff87c005a48c02d83e38879058929878a6baa5a414e1141faee0d1dece3f32b5fbc2a87b82ed6a7aa857cf40359aeb5 - languageName: node - linkType: hard - "escalade@npm:^3.1.1, escalade@npm:^3.1.2": version: 3.1.2 resolution: "escalade@npm:3.1.2" @@ -9386,6 +9112,18 @@ __metadata: languageName: node linkType: hard +"fdir@npm:^6.4.3": + version: 6.4.3 + resolution: "fdir@npm:6.4.3" + peerDependencies: + picomatch: ^3 || ^4 + peerDependenciesMeta: + picomatch: + optional: true + checksum: 10c0/d13c10120e9625adf21d8d80481586200759928c19405a816b77dd28eaeb80e7c59c5def3e2941508045eb06d34eb47fad865ccc8bf98e6ab988bb0ed160fb6f + languageName: node + linkType: hard + "fecha@npm:^4.2.0": version: 4.2.3 resolution: "fecha@npm:4.2.3" @@ -9539,16 +9277,6 @@ __metadata: languageName: node linkType: hard -"find-cache-dir@npm:^4.0.0": - version: 4.0.0 - resolution: "find-cache-dir@npm:4.0.0" - dependencies: - common-path-prefix: "npm:^3.0.0" - pkg-dir: "npm:^7.0.0" - checksum: 10c0/0faa7956974726c8769671de696d24c643ca1e5b8f7a2401283caa9e07a5da093293e0a0f4bd18c920ec981d2ef945c7f5b946cde268dfc9077d833ad0293cff - languageName: node - linkType: hard - "find-up@npm:^4.1.0": version: 4.1.0 resolution: "find-up@npm:4.1.0" @@ -9569,16 +9297,6 @@ __metadata: languageName: node linkType: hard -"find-up@npm:^6.3.0": - version: 6.3.0 - resolution: "find-up@npm:6.3.0" - dependencies: - locate-path: "npm:^7.1.0" - path-exists: "npm:^5.0.0" - checksum: 10c0/07e0314362d316b2b13f7f11ea4692d5191e718ca3f7264110127520f3347996349bf9e16805abae3e196805814bc66ef4bff2b8904dc4a6476085fc9b0eba07 - languageName: node - linkType: hard - "find-versions@npm:^3.0.0": version: 3.2.0 resolution: "find-versions@npm:3.2.0" @@ -10244,20 +9962,6 @@ __metadata: languageName: node linkType: hard -"globby@npm:^14.0.0": - version: 14.0.2 - resolution: "globby@npm:14.0.2" - dependencies: - "@sindresorhus/merge-streams": "npm:^2.1.0" - fast-glob: "npm:^3.3.2" - ignore: "npm:^5.2.4" - path-type: "npm:^5.0.0" - slash: "npm:^5.1.0" - unicorn-magic: "npm:^0.1.0" - checksum: 10c0/3f771cd683b8794db1e7ebc8b6b888d43496d93a82aad4e9d974620f578581210b6c5a6e75ea29573ed16a1345222fab6e9b877a8d1ed56eeb147e09f69c6f78 - languageName: node - linkType: hard - "globby@npm:^5.0.0": version: 5.0.0 resolution: "globby@npm:5.0.0" @@ -10881,7 +10585,7 @@ __metadata: languageName: node linkType: hard -"ignore@npm:^5.1.1, ignore@npm:^5.2.0, ignore@npm:^5.2.4, ignore@npm:^5.3.1": +"ignore@npm:^5.1.1, ignore@npm:^5.2.0, ignore@npm:^5.3.1": version: 5.3.2 resolution: "ignore@npm:5.3.2" checksum: 10c0/f9f652c957983634ded1e7f02da3b559a0d4cc210fca3792cb67f1b153623c9c42efdc1c4121af171e295444459fc4a9201101fb041b1104a3c000bccb188337 @@ -12757,15 +12461,6 @@ __metadata: languageName: node linkType: hard -"locate-path@npm:^7.1.0": - version: 7.2.0 - resolution: "locate-path@npm:7.2.0" - dependencies: - p-locate: "npm:^6.0.0" - checksum: 10c0/139e8a7fe11cfbd7f20db03923cacfa5db9e14fa14887ea121345597472b4a63c1a42a8a5187defeeff6acf98fd568da7382aa39682d38f0af27433953a97751 - languageName: node - linkType: hard - "lodash._objecttypes@npm:~2.4.1": version: 2.4.1 resolution: "lodash._objecttypes@npm:2.4.1" @@ -13175,33 +12870,33 @@ __metadata: version: 0.0.0-use.local resolution: "material-angular-io@workspace:." dependencies: - "@angular-devkit/architect": "npm:^0.1902.0" - "@angular-devkit/architect-cli": "npm:^0.1902.0" - "@angular-devkit/build-angular": "npm:^19.2.0" + "@angular-devkit/architect": "npm:^0.2000.0-next.0" + "@angular-devkit/architect-cli": "npm:^0.2000.0-next.0" + "@angular-devkit/build-angular": "npm:^20.0.0-next.0" "@angular-eslint/builder": "npm:^14.0.0" "@angular-eslint/eslint-plugin": "npm:^14.0.0" "@angular-eslint/eslint-plugin-template": "npm:^14.0.0" "@angular-eslint/template-parser": "npm:^14.0.0" - "@angular/animations": "npm:^19.2.0" - "@angular/cdk": "npm:^19.2.0" - "@angular/cdk-experimental": "npm:^19.2.0" - "@angular/cli": "npm:^19.2.0" - "@angular/common": "npm:^19.2.0" - "@angular/compiler": "npm:^19.2.0" - "@angular/compiler-cli": "npm:^19.2.0" - "@angular/components-examples": "https://github.com/angular/material2-docs-content.git#a0bebbbc81c854b002de1b9329d7647fde7d03f2" - "@angular/core": "npm:^19.2.0" - "@angular/forms": "npm:^19.2.0" - "@angular/google-maps": "npm:^19.2.0" - "@angular/localize": "npm:^19.2.0" - "@angular/material": "npm:^19.2.0" - "@angular/material-experimental": "npm:^19.2.0" - "@angular/material-moment-adapter": "npm:^19.2.0" - "@angular/platform-browser": "npm:^19.2.0" - "@angular/platform-browser-dynamic": "npm:^19.2.0" - "@angular/router": "npm:^19.2.0" - "@angular/ssr": "npm:^19.2.0" - "@angular/youtube-player": "npm:^19.2.0" + "@angular/animations": "npm:^20.0.0-next.0" + "@angular/cdk": "npm:^20.0.0-next.0" + "@angular/cdk-experimental": "npm:^20.0.0-next.0" + "@angular/cli": "npm:^20.0.0-next.0" + "@angular/common": "npm:^20.0.0-next.0" + "@angular/compiler": "npm:^20.0.0-next.0" + "@angular/compiler-cli": "npm:^20.0.0-next.0" + "@angular/components-examples": "https://github.com/angular/material2-docs-content.git#48e6a2c4281e5ef36f8ef20532ec0aa1825608d7" + "@angular/core": "npm:^20.0.0-next.0" + "@angular/forms": "npm:^20.0.0-next.0" + "@angular/google-maps": "npm:^20.0.0-next.0" + "@angular/localize": "npm:^20.0.0-next.0" + "@angular/material": "npm:^20.0.0-next.0" + "@angular/material-experimental": "npm:^20.0.0-next.0" + "@angular/material-moment-adapter": "npm:^20.0.0-next.0" + "@angular/platform-browser": "npm:^20.0.0-next.0" + "@angular/platform-browser-dynamic": "npm:^20.0.0-next.0" + "@angular/router": "npm:^20.0.0-next.0" + "@angular/ssr": "npm:^20.0.0-next.0" + "@angular/youtube-player": "npm:^20.0.0-next.0" "@bazel/bazelisk": "npm:^1.12.1" "@stackblitz/sdk": "npm:^1.5.2" "@stylistic/eslint-plugin": "npm:^2.6.2" @@ -13209,8 +12904,8 @@ __metadata: "@types/jasmine": "npm:^3.7.7" "@types/node": "npm:^18.11.9" "@types/shelljs": "npm:~0.8.8" - "@typescript-eslint/eslint-plugin": "npm:^8.25.0" - "@typescript-eslint/parser": "npm:^8.25.0" + "@typescript-eslint/eslint-plugin": "npm:^8.26.0" + "@typescript-eslint/parser": "npm:^8.26.0" eslint: "npm:^8.56.0" eslint-plugin-ban: "npm:^1.5.2" eslint-plugin-import: "npm:^2.22.1" @@ -13241,7 +12936,7 @@ __metadata: ts-node: "npm:^8.10.2" tslib: "npm:^2.3.0" typescript: "npm:~5.8.2" - zone.js: "npm:~0.14.10" + zone.js: "npm:~0.15.0" dependenciesMeta: esbuild: built: true @@ -14485,15 +14180,6 @@ __metadata: languageName: node linkType: hard -"p-limit@npm:^4.0.0": - version: 4.0.0 - resolution: "p-limit@npm:4.0.0" - dependencies: - yocto-queue: "npm:^1.0.0" - checksum: 10c0/a56af34a77f8df2ff61ddfb29431044557fcbcb7642d5a3233143ebba805fc7306ac1d448de724352861cb99de934bc9ab74f0d16fe6a5460bdbdf938de875ad - languageName: node - linkType: hard - "p-locate@npm:^4.1.0": version: 4.1.0 resolution: "p-locate@npm:4.1.0" @@ -14512,15 +14198,6 @@ __metadata: languageName: node linkType: hard -"p-locate@npm:^6.0.0": - version: 6.0.0 - resolution: "p-locate@npm:6.0.0" - dependencies: - p-limit: "npm:^4.0.0" - checksum: 10c0/d72fa2f41adce59c198270aa4d3c832536c87a1806e0f69dffb7c1a7ca998fb053915ca833d90f166a8c082d3859eabfed95f01698a3214c20df6bb8de046312 - languageName: node - linkType: hard - "p-map-series@npm:^1.0.0": version: 1.0.0 resolution: "p-map-series@npm:1.0.0" @@ -14805,13 +14482,6 @@ __metadata: languageName: node linkType: hard -"path-exists@npm:^5.0.0": - version: 5.0.0 - resolution: "path-exists@npm:5.0.0" - checksum: 10c0/b170f3060b31604cde93eefdb7392b89d832dfbc1bed717c9718cbe0f230c1669b7e75f87e19901da2250b84d092989a0f9e44d2ef41deb09aa3ad28e691a40a - languageName: node - linkType: hard - "path-is-absolute@npm:^1.0.0": version: 1.0.1 resolution: "path-is-absolute@npm:1.0.1" @@ -14903,13 +14573,6 @@ __metadata: languageName: node linkType: hard -"path-type@npm:^5.0.0": - version: 5.0.0 - resolution: "path-type@npm:5.0.0" - checksum: 10c0/e8f4b15111bf483900c75609e5e74e3fcb79f2ddb73e41470028fcd3e4b5162ec65da9907be077ee5012c18801ff7fffb35f9f37a077f3f81d85a0b7d6578efd - languageName: node - linkType: hard - "pend@npm:~1.2.0": version: 1.2.0 resolution: "pend@npm:1.2.0" @@ -15010,15 +14673,6 @@ __metadata: languageName: node linkType: hard -"pkg-dir@npm:^7.0.0": - version: 7.0.0 - resolution: "pkg-dir@npm:7.0.0" - dependencies: - find-up: "npm:^6.3.0" - checksum: 10c0/1afb23d2efb1ec9d8b2c4a0c37bf146822ad2774f074cb05b853be5dca1b40815c5960dd126df30ab8908349262a266f31b771e877235870a3b8fd313beebec5 - languageName: node - linkType: hard - "pngquant-bin@npm:^6.0.0": version: 6.0.1 resolution: "pngquant-bin@npm:6.0.1" @@ -15138,14 +14792,14 @@ __metadata: languageName: node linkType: hard -"postcss@npm:8.5.2, postcss@npm:^8.5.1": - version: 8.5.2 - resolution: "postcss@npm:8.5.2" +"postcss@npm:8.5.3, postcss@npm:^8.5.3": + version: 8.5.3 + resolution: "postcss@npm:8.5.3" dependencies: nanoid: "npm:^3.3.8" picocolors: "npm:^1.1.1" source-map-js: "npm:^1.2.1" - checksum: 10c0/3044d49bc725029ab62292e8bf9849741251b95f3b754e191bf8b4025414d40ec3b4ac05c5a563d4b50060b5c8e96683eb4d783d8d8fa3867eb7b763cbe66127 + checksum: 10c0/b75510d7b28c3ab728c8733dd01538314a18c52af426f199a3c9177e63eb08602a3938bfb66b62dc01350b9aed62087eabbf229af97a1659eb8d3513cec823b3 languageName: node linkType: hard @@ -16149,29 +15803,29 @@ __metadata: languageName: node linkType: hard -"rollup@npm:4.34.8": - version: 4.34.8 - resolution: "rollup@npm:4.34.8" - dependencies: - "@rollup/rollup-android-arm-eabi": "npm:4.34.8" - "@rollup/rollup-android-arm64": "npm:4.34.8" - "@rollup/rollup-darwin-arm64": "npm:4.34.8" - "@rollup/rollup-darwin-x64": "npm:4.34.8" - "@rollup/rollup-freebsd-arm64": "npm:4.34.8" - "@rollup/rollup-freebsd-x64": "npm:4.34.8" - "@rollup/rollup-linux-arm-gnueabihf": "npm:4.34.8" - "@rollup/rollup-linux-arm-musleabihf": "npm:4.34.8" - "@rollup/rollup-linux-arm64-gnu": "npm:4.34.8" - "@rollup/rollup-linux-arm64-musl": "npm:4.34.8" - "@rollup/rollup-linux-loongarch64-gnu": "npm:4.34.8" - "@rollup/rollup-linux-powerpc64le-gnu": "npm:4.34.8" - "@rollup/rollup-linux-riscv64-gnu": "npm:4.34.8" - "@rollup/rollup-linux-s390x-gnu": "npm:4.34.8" - "@rollup/rollup-linux-x64-gnu": "npm:4.34.8" - "@rollup/rollup-linux-x64-musl": "npm:4.34.8" - "@rollup/rollup-win32-arm64-msvc": "npm:4.34.8" - "@rollup/rollup-win32-ia32-msvc": "npm:4.34.8" - "@rollup/rollup-win32-x64-msvc": "npm:4.34.8" +"rollup@npm:4.34.9": + version: 4.34.9 + resolution: "rollup@npm:4.34.9" + dependencies: + "@rollup/rollup-android-arm-eabi": "npm:4.34.9" + "@rollup/rollup-android-arm64": "npm:4.34.9" + "@rollup/rollup-darwin-arm64": "npm:4.34.9" + "@rollup/rollup-darwin-x64": "npm:4.34.9" + "@rollup/rollup-freebsd-arm64": "npm:4.34.9" + "@rollup/rollup-freebsd-x64": "npm:4.34.9" + "@rollup/rollup-linux-arm-gnueabihf": "npm:4.34.9" + "@rollup/rollup-linux-arm-musleabihf": "npm:4.34.9" + "@rollup/rollup-linux-arm64-gnu": "npm:4.34.9" + "@rollup/rollup-linux-arm64-musl": "npm:4.34.9" + "@rollup/rollup-linux-loongarch64-gnu": "npm:4.34.9" + "@rollup/rollup-linux-powerpc64le-gnu": "npm:4.34.9" + "@rollup/rollup-linux-riscv64-gnu": "npm:4.34.9" + "@rollup/rollup-linux-s390x-gnu": "npm:4.34.9" + "@rollup/rollup-linux-x64-gnu": "npm:4.34.9" + "@rollup/rollup-linux-x64-musl": "npm:4.34.9" + "@rollup/rollup-win32-arm64-msvc": "npm:4.34.9" + "@rollup/rollup-win32-ia32-msvc": "npm:4.34.9" + "@rollup/rollup-win32-x64-msvc": "npm:4.34.9" "@types/estree": "npm:1.0.6" fsevents: "npm:~2.3.2" dependenciesMeta: @@ -16217,7 +15871,7 @@ __metadata: optional: true bin: rollup: dist/bin/rollup - checksum: 10c0/b9e711e33413112fbb761107c3fddc4561dfc74335c393542a829a85ccfb2763bfd17bf2422d84a2e9bee7646e5367018973e97005fdf64e49c2e209612f0eb6 + checksum: 10c0/dd0be1f7c4f8a93040026be13ecc39259fb55313db0dac7eafd97a3ac01ab4584e6b1a8afd86b0259dcf391699d5560a678abe6c0729af0aa4f2d5df70f05c8c languageName: node linkType: hard @@ -16331,7 +15985,16 @@ __metadata: languageName: node linkType: hard -"rxjs@npm:7.8.1, rxjs@npm:^7.5.5, rxjs@npm:^7.8.1": +"rxjs@npm:7.8.2": + version: 7.8.2 + resolution: "rxjs@npm:7.8.2" + dependencies: + tslib: "npm:^2.1.0" + checksum: 10c0/1fcd33d2066ada98ba8f21fcbbcaee9f0b271de1d38dc7f4e256bfbc6ffcdde68c8bfb69093de7eeb46f24b1fb820620bf0223706cff26b4ab99a7ff7b2e2c45 + languageName: node + linkType: hard + +"rxjs@npm:^7.5.5, rxjs@npm:^7.8.1": version: 7.8.1 resolution: "rxjs@npm:7.8.1" dependencies: @@ -16417,9 +16080,9 @@ __metadata: languageName: node linkType: hard -"sass@npm:1.85.0": - version: 1.85.0 - resolution: "sass@npm:1.85.0" +"sass@npm:1.85.1": + version: 1.85.1 + resolution: "sass@npm:1.85.1" dependencies: "@parcel/watcher": "npm:^2.4.1" chokidar: "npm:^4.0.0" @@ -16430,7 +16093,7 @@ __metadata: optional: true bin: sass: sass.js - checksum: 10c0/a1af0c0596ae1904f66337d0c70a684db6e12210f97be4326cc3dcf18b0f956d7bc45ab2bcc7a8422d433d3eb3c9cb2cc8e60b2dafbdd01fb1ae5a23f5424690 + checksum: 10c0/f843aa1df1dca2f0e9cb2fb247e4939fd514ae4c182cdd1900a0622c0d71b40dfb1c4225f78b78e165a318287ca137ec597695db3e496408bd16a921a2bc2b3f languageName: node linkType: hard @@ -16883,13 +16546,6 @@ __metadata: languageName: node linkType: hard -"slash@npm:^5.1.0": - version: 5.1.0 - resolution: "slash@npm:5.1.0" - checksum: 10c0/eb48b815caf0bdc390d0519d41b9e0556a14380f6799c72ba35caf03544d501d18befdeeef074bc9c052acf69654bc9e0d79d7f1de0866284137a40805299eb3 - languageName: node - linkType: hard - "slashes@npm:^3.0.12": version: 3.0.12 resolution: "slashes@npm:3.0.12" @@ -17858,6 +17514,16 @@ __metadata: languageName: node linkType: hard +"tinyglobby@npm:0.2.12, tinyglobby@npm:^0.2.12": + version: 0.2.12 + resolution: "tinyglobby@npm:0.2.12" + dependencies: + fdir: "npm:^6.4.3" + picomatch: "npm:^4.0.2" + checksum: 10c0/7c9be4fd3625630e262dcb19015302aad3b4ba7fc620f269313e688f2161ea8724d6cb4444baab5ef2826eb6bed72647b169a33ec8eea37501832a2526ff540f + languageName: node + linkType: hard + "tmp@npm:0.0.30": version: 0.0.30 resolution: "tmp@npm:0.0.30" @@ -18330,13 +17996,6 @@ __metadata: languageName: node linkType: hard -"unicorn-magic@npm:^0.1.0": - version: 0.1.0 - resolution: "unicorn-magic@npm:0.1.0" - checksum: 10c0/e4ed0de05b0a05e735c7d8a2930881e5efcfc3ec897204d5d33e7e6247f4c31eac92e383a15d9a6bccb7319b4271ee4bea946e211bf14951fec6ff2cbbb66a92 - languageName: node - linkType: hard - "unique-filename@npm:^3.0.0": version: 3.0.0 resolution: "unique-filename@npm:3.0.0" @@ -18587,13 +18246,13 @@ __metadata: languageName: node linkType: hard -"vite@npm:6.1.0": - version: 6.1.0 - resolution: "vite@npm:6.1.0" +"vite@npm:6.2.0": + version: 6.2.0 + resolution: "vite@npm:6.2.0" dependencies: - esbuild: "npm:^0.24.2" + esbuild: "npm:^0.25.0" fsevents: "npm:~2.3.3" - postcss: "npm:^8.5.1" + postcss: "npm:^8.5.3" rollup: "npm:^4.30.1" peerDependencies: "@types/node": ^18.0.0 || ^20.0.0 || >=22.0.0 @@ -18635,7 +18294,7 @@ __metadata: optional: true bin: vite: bin/vite.js - checksum: 10c0/e1cad1cfbd29923a37d2dbd60f7387901ed8356758073a0226cbe844fd032425ba3bf41651332cab4965d5c54d0b51d208889ff32ce81bd282d230c0c9f0f8f1 + checksum: 10c0/db62c93d4a823e805c6f8429de035528b3c35cc7f6de4948b41e0528f94ed2ac55047d90f8534f626ef3a04e682883b570fe5ec9ee92f51bf0c3c210dbec5ac1 languageName: node linkType: hard @@ -19367,13 +19026,6 @@ __metadata: languageName: node linkType: hard -"yocto-queue@npm:^1.0.0": - version: 1.1.1 - resolution: "yocto-queue@npm:1.1.1" - checksum: 10c0/cb287fe5e6acfa82690acb43c283de34e945c571a78a939774f6eaba7c285bacdf6c90fbc16ce530060863984c906d2b4c6ceb069c94d1e0a06d5f2b458e2a92 - languageName: node - linkType: hard - "yoctocolors-cjs@npm:^2.1.2": version: 2.1.2 resolution: "yoctocolors-cjs@npm:2.1.2" @@ -19406,9 +19058,9 @@ __metadata: languageName: node linkType: hard -"zone.js@npm:~0.14.10": - version: 0.14.10 - resolution: "zone.js@npm:0.14.10" - checksum: 10c0/61283d152cb1eff899bae61621dccd572aa9f47e0c60c04b249bf86b43e3e4ba627bf6dba371b725023a4f302f39e554d7bf2d25bbf40c869c6c52f774b17e8b +"zone.js@npm:~0.15.0": + version: 0.15.0 + resolution: "zone.js@npm:0.15.0" + checksum: 10c0/981b664c1978759a2854f6e6692d245d1d6334c6b20b7e2e5fa9b60eed74743b29c6a71f7472dc6d2790ab53d67e30475bcd92b9f7664e50aef8bbcd40379552 languageName: node linkType: hard