diff --git a/apps/angular-demo/package.json b/apps/angular-demo/package.json index 1a4ae42..33be401 100644 --- a/apps/angular-demo/package.json +++ b/apps/angular-demo/package.json @@ -11,14 +11,14 @@ }, "private": true, "dependencies": { - "@angular/animations": "~17.0.8", - "@angular/common": "~17.0.8", - "@angular/compiler": "~17.0.8", - "@angular/core": "~17.0.8", - "@angular/forms": "~17.0.8", - "@angular/platform-browser": "~17.0.8", - "@angular/platform-browser-dynamic": "~17.0.8", - "@angular/router": "~17.0.8", + "@angular/animations": "~17.1.0", + "@angular/common": "~17.1.0", + "@angular/compiler": "~17.1.0", + "@angular/core": "~17.1.0", + "@angular/forms": "~17.1.0", + "@angular/platform-browser": "~17.1.0", + "@angular/platform-browser-dynamic": "~17.1.0", + "@angular/router": "~17.1.0", "@tsparticles/angular": "workspace:^", "@tsparticles/basic": "^3.0.2", "@tsparticles/confetti": "^3.0.2", @@ -84,7 +84,7 @@ "devDependencies": { "@angular-devkit/build-angular": "~17.0.8", "@angular/cli": "~17.0.8", - "@angular/compiler-cli": "~17.0.8", + "@angular/compiler-cli": "~17.1.0", "@types/jasmine": "~5.1.4", "@types/node": "^20.10.5", "jasmine-core": "~5.1.1", diff --git a/apps/ionic-demo/package.json b/apps/ionic-demo/package.json index 244fe14..6b39f68 100644 --- a/apps/ionic-demo/package.json +++ b/apps/ionic-demo/package.json @@ -14,12 +14,12 @@ }, "private": true, "dependencies": { - "@angular/common": "~17.0.8", - "@angular/core": "~17.0.8", - "@angular/forms": "~17.0.8", - "@angular/platform-browser": "~17.0.8", - "@angular/platform-browser-dynamic": "~17.0.8", - "@angular/router": "~17.0.8", + "@angular/common": "~17.1.0", + "@angular/core": "~17.1.0", + "@angular/forms": "~17.1.0", + "@angular/platform-browser": "~17.1.0", + "@angular/platform-browser-dynamic": "~17.1.0", + "@angular/router": "~17.1.0", "@capacitor/app": "^5.0.6", "@capacitor/core": "^5.6.0", "@capacitor/haptics": "^5.0.6", @@ -94,9 +94,9 @@ "@angular-eslint/eslint-plugin-template": "~17.1.1", "@angular-eslint/template-parser": "~17.1.1", "@angular/cli": "~17.0.8", - "@angular/compiler": "~17.0.8", - "@angular/compiler-cli": "~17.0.8", - "@angular/language-service": "~17.0.8", + "@angular/compiler": "~17.1.0", + "@angular/compiler-cli": "~17.1.0", + "@angular/language-service": "~17.1.0", "@capacitor/cli": "^5.6.0", "@ionic/angular-toolkit": "^10.0.0", "@types/jasmine": "~5.1.4", diff --git a/components/confetti/package.json b/components/confetti/package.json index e95a842..9933b26 100644 --- a/components/confetti/package.json +++ b/components/confetti/package.json @@ -75,14 +75,14 @@ }, "prettier": "@tsparticles/prettier-config", "dependencies": { - "@angular/animations": "~17.0.8", - "@angular/common": "~17.0.8", - "@angular/compiler": "~17.0.8", - "@angular/core": "~17.0.8", - "@angular/forms": "~17.0.8", - "@angular/platform-browser": "~17.0.8", - "@angular/platform-browser-dynamic": "~17.0.8", - "@angular/router": "~17.0.8", + "@angular/animations": "~17.1.0", + "@angular/common": "~17.1.0", + "@angular/compiler": "~17.1.0", + "@angular/core": "~17.1.0", + "@angular/forms": "~17.1.0", + "@angular/platform-browser": "~17.1.0", + "@angular/platform-browser-dynamic": "~17.1.0", + "@angular/router": "~17.1.0", "@tsparticles/confetti": "^3.0.2", "@tsparticles/engine": "^3.0.2", "rxjs": "~7.8.1", @@ -92,7 +92,7 @@ "devDependencies": { "@angular-devkit/build-angular": "~17.0.8", "@angular/cli": "~17.0.8", - "@angular/compiler-cli": "~17.0.8", + "@angular/compiler-cli": "~17.1.0", "@tsparticles/prettier-config": "^2.0.1", "@types/jasmine": "~5.1.4", "@types/node": "^20.10.5", diff --git a/components/fireworks/package.json b/components/fireworks/package.json index 9b663aa..f624a3a 100644 --- a/components/fireworks/package.json +++ b/components/fireworks/package.json @@ -75,14 +75,14 @@ }, "prettier": "@tsparticles/prettier-config", "dependencies": { - "@angular/animations": "~17.0.8", - "@angular/common": "~17.0.8", - "@angular/compiler": "~17.0.8", - "@angular/core": "~17.0.8", - "@angular/forms": "~17.0.8", - "@angular/platform-browser": "~17.0.8", - "@angular/platform-browser-dynamic": "~17.0.8", - "@angular/router": "~17.0.8", + "@angular/animations": "~17.1.0", + "@angular/common": "~17.1.0", + "@angular/compiler": "~17.1.0", + "@angular/core": "~17.1.0", + "@angular/forms": "~17.1.0", + "@angular/platform-browser": "~17.1.0", + "@angular/platform-browser-dynamic": "~17.1.0", + "@angular/router": "~17.1.0", "@tsparticles/fireworks": "^3.0.2", "rxjs": "~7.8.1", "tslib": "^2.6.2", @@ -91,7 +91,7 @@ "devDependencies": { "@angular-devkit/build-angular": "~17.0.8", "@angular/cli": "~17.0.8", - "@angular/compiler-cli": "~17.0.8", + "@angular/compiler-cli": "~17.1.0", "@tsparticles/prettier-config": "^2.0.1", "@types/jasmine": "~5.1.4", "@types/node": "^20.10.5", diff --git a/components/particles/package.json b/components/particles/package.json index 883a16c..f3f785d 100644 --- a/components/particles/package.json +++ b/components/particles/package.json @@ -75,14 +75,14 @@ }, "prettier": "@tsparticles/prettier-config", "dependencies": { - "@angular/animations": "~17.0.8", - "@angular/common": "~17.0.8", - "@angular/compiler": "~17.0.8", - "@angular/core": "~17.0.8", - "@angular/forms": "~17.0.8", - "@angular/platform-browser": "~17.0.8", - "@angular/platform-browser-dynamic": "~17.0.8", - "@angular/router": "~17.0.8", + "@angular/animations": "~17.1.0", + "@angular/common": "~17.1.0", + "@angular/compiler": "~17.1.0", + "@angular/core": "~17.1.0", + "@angular/forms": "~17.1.0", + "@angular/platform-browser": "~17.1.0", + "@angular/platform-browser-dynamic": "~17.1.0", + "@angular/router": "~17.1.0", "@tsparticles/engine": "^3.0.2", "rxjs": "~7.8.1", "tslib": "^2.6.2", @@ -91,7 +91,7 @@ "devDependencies": { "@angular-devkit/build-angular": "~17.0.8", "@angular/cli": "~17.0.8", - "@angular/compiler-cli": "~17.0.8", + "@angular/compiler-cli": "~17.1.0", "@tsparticles/prettier-config": "^2.0.1", "@types/jasmine": "~5.1.4", "@types/node": "^20.10.5", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 643da3a..d829ee2 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -42,29 +42,29 @@ importers: apps/angular-demo: dependencies: '@angular/animations': - specifier: ~17.0.8 - version: 17.0.8(@angular/core@17.0.8) + specifier: ~17.1.0 + version: 17.1.3(@angular/core@17.1.3) '@angular/common': - specifier: ~17.0.8 - version: 17.0.8(@angular/core@17.0.8)(rxjs@7.8.1) + specifier: ~17.1.0 + version: 17.1.3(@angular/core@17.1.3)(rxjs@7.8.1) '@angular/compiler': - specifier: ~17.0.8 - version: 17.0.8(@angular/core@17.0.8) + specifier: ~17.1.0 + version: 17.1.3(@angular/core@17.1.3) '@angular/core': - specifier: ~17.0.8 - version: 17.0.8(rxjs@7.8.1)(zone.js@0.14.2) + specifier: ~17.1.0 + version: 17.1.3(rxjs@7.8.1)(zone.js@0.14.2) '@angular/forms': - specifier: ~17.0.8 - version: 17.0.8(@angular/common@17.0.8)(@angular/core@17.0.8)(@angular/platform-browser@17.0.8)(rxjs@7.8.1) + specifier: ~17.1.0 + version: 17.1.3(@angular/common@17.1.3)(@angular/core@17.1.3)(@angular/platform-browser@17.1.3)(rxjs@7.8.1) '@angular/platform-browser': - specifier: ~17.0.8 - version: 17.0.8(@angular/animations@17.0.8)(@angular/common@17.0.8)(@angular/core@17.0.8) + specifier: ~17.1.0 + version: 17.1.3(@angular/animations@17.1.3)(@angular/common@17.1.3)(@angular/core@17.1.3) '@angular/platform-browser-dynamic': - specifier: ~17.0.8 - version: 17.0.8(@angular/common@17.0.8)(@angular/compiler@17.0.8)(@angular/core@17.0.8)(@angular/platform-browser@17.0.8) + specifier: ~17.1.0 + version: 17.1.3(@angular/common@17.1.3)(@angular/compiler@17.1.3)(@angular/core@17.1.3)(@angular/platform-browser@17.1.3) '@angular/router': - specifier: ~17.0.8 - version: 17.0.8(@angular/common@17.0.8)(@angular/core@17.0.8)(@angular/platform-browser@17.0.8)(rxjs@7.8.1) + specifier: ~17.1.0 + version: 17.1.3(@angular/common@17.1.3)(@angular/core@17.1.3)(@angular/platform-browser@17.1.3)(rxjs@7.8.1) '@tsparticles/angular': specifier: workspace:^ version: link:../../components/particles/dist/ng-particles @@ -251,13 +251,13 @@ importers: devDependencies: '@angular-devkit/build-angular': specifier: ~17.0.8 - version: 17.0.8(@angular/compiler-cli@17.0.8)(@types/node@20.10.5)(karma@6.4.2)(ng-packagr@17.0.3)(typescript@5.2.2) + version: 17.0.8(@angular/compiler-cli@17.1.3)(@types/node@20.10.5)(karma@6.4.2)(ng-packagr@17.0.3)(typescript@5.2.2) '@angular/cli': specifier: ~17.0.8 version: 17.0.8 '@angular/compiler-cli': - specifier: ~17.0.8 - version: 17.0.8(@angular/compiler@17.0.8)(typescript@5.2.2) + specifier: ~17.1.0 + version: 17.1.3(@angular/compiler@17.1.3)(typescript@5.2.2) '@types/jasmine': specifier: ~5.1.4 version: 5.1.4 @@ -289,23 +289,23 @@ importers: apps/ionic-demo: dependencies: '@angular/common': - specifier: ~17.0.8 - version: 17.0.8(@angular/core@17.0.8)(rxjs@7.8.1) + specifier: ~17.1.0 + version: 17.1.3(@angular/core@17.1.3)(rxjs@7.8.1) '@angular/core': - specifier: ~17.0.8 - version: 17.0.8(rxjs@7.8.1)(zone.js@0.14.2) + specifier: ~17.1.0 + version: 17.1.3(rxjs@7.8.1)(zone.js@0.14.2) '@angular/forms': - specifier: ~17.0.8 - version: 17.0.8(@angular/common@17.0.8)(@angular/core@17.0.8)(@angular/platform-browser@17.0.8)(rxjs@7.8.1) + specifier: ~17.1.0 + version: 17.1.3(@angular/common@17.1.3)(@angular/core@17.1.3)(@angular/platform-browser@17.1.3)(rxjs@7.8.1) '@angular/platform-browser': - specifier: ~17.0.8 - version: 17.0.8(@angular/animations@17.0.8)(@angular/common@17.0.8)(@angular/core@17.0.8) + specifier: ~17.1.0 + version: 17.1.3(@angular/animations@17.1.3)(@angular/common@17.1.3)(@angular/core@17.1.3) '@angular/platform-browser-dynamic': - specifier: ~17.0.8 - version: 17.0.8(@angular/common@17.0.8)(@angular/compiler@17.0.8)(@angular/core@17.0.8)(@angular/platform-browser@17.0.8) + specifier: ~17.1.0 + version: 17.1.3(@angular/common@17.1.3)(@angular/compiler@17.1.3)(@angular/core@17.1.3)(@angular/platform-browser@17.1.3) '@angular/router': - specifier: ~17.0.8 - version: 17.0.8(@angular/common@17.0.8)(@angular/core@17.0.8)(@angular/platform-browser@17.0.8)(rxjs@7.8.1) + specifier: ~17.1.0 + version: 17.1.3(@angular/common@17.1.3)(@angular/core@17.1.3)(@angular/platform-browser@17.1.3)(rxjs@7.8.1) '@capacitor/app': specifier: ^5.0.6 version: 5.0.6(@capacitor/core@5.6.0) @@ -323,7 +323,7 @@ importers: version: 5.0.6(@capacitor/core@5.6.0) '@ionic/angular': specifier: ^7.6.2 - version: 7.6.2(@angular/core@17.0.8)(@angular/forms@17.0.8)(@angular/router@17.0.8)(rxjs@7.8.1)(zone.js@0.14.2) + version: 7.6.2(@angular/core@17.1.3)(@angular/forms@17.1.3)(@angular/router@17.1.3)(rxjs@7.8.1)(zone.js@0.14.2) '@ionic/core': specifier: ^7.6.2 version: 7.6.2 @@ -507,7 +507,7 @@ importers: devDependencies: '@angular-devkit/build-angular': specifier: ~17.0.8 - version: 17.0.8(@angular/compiler-cli@17.0.8)(@types/node@20.10.5)(karma@6.4.2)(protractor@7.0.0)(typescript@5.2.2) + version: 17.0.8(@angular/compiler-cli@17.1.3)(@types/node@20.10.5)(karma@6.4.2)(protractor@7.0.0)(typescript@5.2.2) '@angular-eslint/builder': specifier: ~17.1.1 version: 17.1.1(eslint@8.56.0)(typescript@5.2.2) @@ -524,14 +524,14 @@ importers: specifier: ~17.0.8 version: 17.0.8 '@angular/compiler': - specifier: ~17.0.8 - version: 17.0.8(@angular/core@17.0.8) + specifier: ~17.1.0 + version: 17.1.3(@angular/core@17.1.3) '@angular/compiler-cli': - specifier: ~17.0.8 - version: 17.0.8(@angular/compiler@17.0.8)(typescript@5.2.2) + specifier: ~17.1.0 + version: 17.1.3(@angular/compiler@17.1.3)(typescript@5.2.2) '@angular/language-service': - specifier: ~17.0.8 - version: 17.0.8 + specifier: ~17.1.0 + version: 17.1.3 '@capacitor/cli': specifier: ^5.6.0 version: 5.6.0 @@ -602,29 +602,29 @@ importers: components/confetti: dependencies: '@angular/animations': - specifier: ~17.0.8 - version: 17.0.8(@angular/core@17.0.8) + specifier: ~17.1.0 + version: 17.1.3(@angular/core@17.1.3) '@angular/common': - specifier: ~17.0.8 - version: 17.0.8(@angular/core@17.0.8)(rxjs@7.8.1) + specifier: ~17.1.0 + version: 17.1.3(@angular/core@17.1.3)(rxjs@7.8.1) '@angular/compiler': - specifier: ~17.0.8 - version: 17.0.8(@angular/core@17.0.8) + specifier: ~17.1.0 + version: 17.1.3(@angular/core@17.1.3) '@angular/core': - specifier: ~17.0.8 - version: 17.0.8(rxjs@7.8.1)(zone.js@0.14.2) + specifier: ~17.1.0 + version: 17.1.3(rxjs@7.8.1)(zone.js@0.14.2) '@angular/forms': - specifier: ~17.0.8 - version: 17.0.8(@angular/common@17.0.8)(@angular/core@17.0.8)(@angular/platform-browser@17.0.8)(rxjs@7.8.1) + specifier: ~17.1.0 + version: 17.1.3(@angular/common@17.1.3)(@angular/core@17.1.3)(@angular/platform-browser@17.1.3)(rxjs@7.8.1) '@angular/platform-browser': - specifier: ~17.0.8 - version: 17.0.8(@angular/animations@17.0.8)(@angular/common@17.0.8)(@angular/core@17.0.8) + specifier: ~17.1.0 + version: 17.1.3(@angular/animations@17.1.3)(@angular/common@17.1.3)(@angular/core@17.1.3) '@angular/platform-browser-dynamic': - specifier: ~17.0.8 - version: 17.0.8(@angular/common@17.0.8)(@angular/compiler@17.0.8)(@angular/core@17.0.8)(@angular/platform-browser@17.0.8) + specifier: ~17.1.0 + version: 17.1.3(@angular/common@17.1.3)(@angular/compiler@17.1.3)(@angular/core@17.1.3)(@angular/platform-browser@17.1.3) '@angular/router': - specifier: ~17.0.8 - version: 17.0.8(@angular/common@17.0.8)(@angular/core@17.0.8)(@angular/platform-browser@17.0.8)(rxjs@7.8.1) + specifier: ~17.1.0 + version: 17.1.3(@angular/common@17.1.3)(@angular/core@17.1.3)(@angular/platform-browser@17.1.3)(rxjs@7.8.1) '@tsparticles/confetti': specifier: ^3.0.2 version: 3.0.2 @@ -643,13 +643,13 @@ importers: devDependencies: '@angular-devkit/build-angular': specifier: ~17.0.8 - version: 17.0.8(@angular/compiler-cli@17.0.8)(@types/node@20.10.5)(karma@6.4.2)(ng-packagr@17.0.3)(typescript@5.2.2) + version: 17.0.8(@angular/compiler-cli@17.1.3)(@types/node@20.10.5)(karma@6.4.2)(ng-packagr@17.0.3)(typescript@5.2.2) '@angular/cli': specifier: ~17.0.8 version: 17.0.8 '@angular/compiler-cli': - specifier: ~17.0.8 - version: 17.0.8(@angular/compiler@17.0.8)(typescript@5.2.2) + specifier: ~17.1.0 + version: 17.1.3(@angular/compiler@17.1.3)(typescript@5.2.2) '@tsparticles/prettier-config': specifier: ^2.0.1 version: 2.0.1 @@ -679,7 +679,7 @@ importers: version: 2.1.0(jasmine-core@5.1.1)(karma-jasmine@5.1.0)(karma@6.4.2) ng-packagr: specifier: ~17.0.3 - version: 17.0.3(@angular/compiler-cli@17.0.8)(tslib@2.6.2)(typescript@5.2.2) + version: 17.0.3(@angular/compiler-cli@17.1.3)(tslib@2.6.2)(typescript@5.2.2) prettier: specifier: ^3.1.1 version: 3.1.1 @@ -691,29 +691,29 @@ importers: components/fireworks: dependencies: '@angular/animations': - specifier: ~17.0.8 - version: 17.0.8(@angular/core@17.0.8) + specifier: ~17.1.0 + version: 17.1.3(@angular/core@17.1.3) '@angular/common': - specifier: ~17.0.8 - version: 17.0.8(@angular/core@17.0.8)(rxjs@7.8.1) + specifier: ~17.1.0 + version: 17.1.3(@angular/core@17.1.3)(rxjs@7.8.1) '@angular/compiler': - specifier: ~17.0.8 - version: 17.0.8(@angular/core@17.0.8) + specifier: ~17.1.0 + version: 17.1.3(@angular/core@17.1.3) '@angular/core': - specifier: ~17.0.8 - version: 17.0.8(rxjs@7.8.1)(zone.js@0.14.2) + specifier: ~17.1.0 + version: 17.1.3(rxjs@7.8.1)(zone.js@0.14.2) '@angular/forms': - specifier: ~17.0.8 - version: 17.0.8(@angular/common@17.0.8)(@angular/core@17.0.8)(@angular/platform-browser@17.0.8)(rxjs@7.8.1) + specifier: ~17.1.0 + version: 17.1.3(@angular/common@17.1.3)(@angular/core@17.1.3)(@angular/platform-browser@17.1.3)(rxjs@7.8.1) '@angular/platform-browser': - specifier: ~17.0.8 - version: 17.0.8(@angular/animations@17.0.8)(@angular/common@17.0.8)(@angular/core@17.0.8) + specifier: ~17.1.0 + version: 17.1.3(@angular/animations@17.1.3)(@angular/common@17.1.3)(@angular/core@17.1.3) '@angular/platform-browser-dynamic': - specifier: ~17.0.8 - version: 17.0.8(@angular/common@17.0.8)(@angular/compiler@17.0.8)(@angular/core@17.0.8)(@angular/platform-browser@17.0.8) + specifier: ~17.1.0 + version: 17.1.3(@angular/common@17.1.3)(@angular/compiler@17.1.3)(@angular/core@17.1.3)(@angular/platform-browser@17.1.3) '@angular/router': - specifier: ~17.0.8 - version: 17.0.8(@angular/common@17.0.8)(@angular/core@17.0.8)(@angular/platform-browser@17.0.8)(rxjs@7.8.1) + specifier: ~17.1.0 + version: 17.1.3(@angular/common@17.1.3)(@angular/core@17.1.3)(@angular/platform-browser@17.1.3)(rxjs@7.8.1) '@tsparticles/fireworks': specifier: ^3.0.2 version: 3.0.2 @@ -729,13 +729,13 @@ importers: devDependencies: '@angular-devkit/build-angular': specifier: ~17.0.8 - version: 17.0.8(@angular/compiler-cli@17.0.8)(@types/node@20.10.5)(karma@6.4.2)(ng-packagr@17.0.3)(typescript@5.2.2) + version: 17.0.8(@angular/compiler-cli@17.1.3)(@types/node@20.10.5)(karma@6.4.2)(ng-packagr@17.0.3)(typescript@5.2.2) '@angular/cli': specifier: ~17.0.8 version: 17.0.8 '@angular/compiler-cli': - specifier: ~17.0.8 - version: 17.0.8(@angular/compiler@17.0.8)(typescript@5.2.2) + specifier: ~17.1.0 + version: 17.1.3(@angular/compiler@17.1.3)(typescript@5.2.2) '@tsparticles/prettier-config': specifier: ^2.0.1 version: 2.0.1 @@ -765,7 +765,7 @@ importers: version: 2.1.0(jasmine-core@5.1.1)(karma-jasmine@5.1.0)(karma@6.4.2) ng-packagr: specifier: ~17.0.3 - version: 17.0.3(@angular/compiler-cli@17.0.8)(tslib@2.6.2)(typescript@5.2.2) + version: 17.0.3(@angular/compiler-cli@17.1.3)(tslib@2.6.2)(typescript@5.2.2) prettier: specifier: ^3.1.1 version: 3.1.1 @@ -777,29 +777,29 @@ importers: components/particles: dependencies: '@angular/animations': - specifier: ~17.0.8 - version: 17.0.8(@angular/core@17.0.8) + specifier: ~17.1.0 + version: 17.1.3(@angular/core@17.1.3) '@angular/common': - specifier: ~17.0.8 - version: 17.0.8(@angular/core@17.0.8)(rxjs@7.8.1) + specifier: ~17.1.0 + version: 17.1.3(@angular/core@17.1.3)(rxjs@7.8.1) '@angular/compiler': - specifier: ~17.0.8 - version: 17.0.8(@angular/core@17.0.8) + specifier: ~17.1.0 + version: 17.1.3(@angular/core@17.1.3) '@angular/core': - specifier: ~17.0.8 - version: 17.0.8(rxjs@7.8.1)(zone.js@0.14.2) + specifier: ~17.1.0 + version: 17.1.3(rxjs@7.8.1)(zone.js@0.14.2) '@angular/forms': - specifier: ~17.0.8 - version: 17.0.8(@angular/common@17.0.8)(@angular/core@17.0.8)(@angular/platform-browser@17.0.8)(rxjs@7.8.1) + specifier: ~17.1.0 + version: 17.1.3(@angular/common@17.1.3)(@angular/core@17.1.3)(@angular/platform-browser@17.1.3)(rxjs@7.8.1) '@angular/platform-browser': - specifier: ~17.0.8 - version: 17.0.8(@angular/animations@17.0.8)(@angular/common@17.0.8)(@angular/core@17.0.8) + specifier: ~17.1.0 + version: 17.1.3(@angular/animations@17.1.3)(@angular/common@17.1.3)(@angular/core@17.1.3) '@angular/platform-browser-dynamic': - specifier: ~17.0.8 - version: 17.0.8(@angular/common@17.0.8)(@angular/compiler@17.0.8)(@angular/core@17.0.8)(@angular/platform-browser@17.0.8) + specifier: ~17.1.0 + version: 17.1.3(@angular/common@17.1.3)(@angular/compiler@17.1.3)(@angular/core@17.1.3)(@angular/platform-browser@17.1.3) '@angular/router': - specifier: ~17.0.8 - version: 17.0.8(@angular/common@17.0.8)(@angular/core@17.0.8)(@angular/platform-browser@17.0.8)(rxjs@7.8.1) + specifier: ~17.1.0 + version: 17.1.3(@angular/common@17.1.3)(@angular/core@17.1.3)(@angular/platform-browser@17.1.3)(rxjs@7.8.1) '@tsparticles/engine': specifier: ^3.0.2 version: 3.0.2 @@ -815,13 +815,13 @@ importers: devDependencies: '@angular-devkit/build-angular': specifier: ~17.0.8 - version: 17.0.8(@angular/compiler-cli@17.0.8)(@types/node@20.10.5)(karma@6.4.2)(ng-packagr@17.0.3)(typescript@5.2.2) + version: 17.0.8(@angular/compiler-cli@17.1.3)(@types/node@20.10.5)(karma@6.4.2)(ng-packagr@17.0.3)(typescript@5.2.2) '@angular/cli': specifier: ~17.0.8 version: 17.0.8 '@angular/compiler-cli': - specifier: ~17.0.8 - version: 17.0.8(@angular/compiler@17.0.8)(typescript@5.2.2) + specifier: ~17.1.0 + version: 17.1.3(@angular/compiler@17.1.3)(typescript@5.2.2) '@tsparticles/prettier-config': specifier: ^2.0.1 version: 2.0.1 @@ -851,7 +851,7 @@ importers: version: 2.1.0(jasmine-core@5.1.1)(karma-jasmine@5.1.0)(karma@6.4.2) ng-packagr: specifier: ~17.0.3 - version: 17.0.3(@angular/compiler-cli@17.0.8)(tslib@2.6.2)(typescript@5.2.2) + version: 17.0.3(@angular/compiler-cli@17.1.3)(tslib@2.6.2)(typescript@5.2.2) prettier: specifier: ^3.1.1 version: 3.1.1 @@ -885,7 +885,7 @@ packages: - chokidar dev: true - /@angular-devkit/build-angular@17.0.8(@angular/compiler-cli@17.0.8)(@types/node@20.10.5)(karma@6.4.2)(ng-packagr@17.0.3)(typescript@5.2.2): + /@angular-devkit/build-angular@17.0.8(@angular/compiler-cli@17.1.3)(@types/node@20.10.5)(karma@6.4.2)(ng-packagr@17.0.3)(typescript@5.2.2): resolution: {integrity: sha512-u7R5yX92ZxOL/LfxiKGGqlBo86100sJ5Rabavn8DeGtYP8N0qgwCcNwlW2zaMoUlkw2geMnxcxIX5VJI4iFPUA==} engines: {node: ^18.13.0 || >=20.9.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} peerDependencies: @@ -924,7 +924,7 @@ packages: '@angular-devkit/architect': 0.1700.8(chokidar@3.5.3) '@angular-devkit/build-webpack': 0.1700.8(chokidar@3.5.3)(webpack-dev-server@4.15.1)(webpack@5.89.0) '@angular-devkit/core': 17.0.8(chokidar@3.5.3) - '@angular/compiler-cli': 17.0.8(@angular/compiler@17.0.8)(typescript@5.2.2) + '@angular/compiler-cli': 17.1.3(@angular/compiler@17.1.3)(typescript@5.2.2) '@babel/core': 7.23.2 '@babel/generator': 7.23.0 '@babel/helper-annotate-as-pure': 7.22.5 @@ -935,7 +935,7 @@ packages: '@babel/preset-env': 7.23.2(@babel/core@7.23.2) '@babel/runtime': 7.23.2 '@discoveryjs/json-ext': 0.5.7 - '@ngtools/webpack': 17.0.8(@angular/compiler-cli@17.0.8)(typescript@5.2.2)(webpack@5.89.0) + '@ngtools/webpack': 17.0.8(@angular/compiler-cli@17.1.3)(typescript@5.2.2)(webpack@5.89.0) '@vitejs/plugin-basic-ssl': 1.0.1(vite@4.5.1) ansi-colors: 4.1.3 autoprefixer: 10.4.16(postcss@8.4.31) @@ -962,7 +962,7 @@ packages: magic-string: 0.30.5 mini-css-extract-plugin: 2.7.6(webpack@5.89.0) mrmime: 1.0.1 - ng-packagr: 17.0.3(@angular/compiler-cli@17.0.8)(tslib@2.6.2)(typescript@5.2.2) + ng-packagr: 17.0.3(@angular/compiler-cli@17.1.3)(tslib@2.6.2)(typescript@5.2.2) open: 8.4.2 ora: 5.4.1 parse5-html-rewriting-stream: 7.0.0 @@ -1010,7 +1010,7 @@ packages: - webpack-cli dev: true - /@angular-devkit/build-angular@17.0.8(@angular/compiler-cli@17.0.8)(@types/node@20.10.5)(karma@6.4.2)(protractor@7.0.0)(typescript@5.2.2): + /@angular-devkit/build-angular@17.0.8(@angular/compiler-cli@17.1.3)(@types/node@20.10.5)(karma@6.4.2)(protractor@7.0.0)(typescript@5.2.2): resolution: {integrity: sha512-u7R5yX92ZxOL/LfxiKGGqlBo86100sJ5Rabavn8DeGtYP8N0qgwCcNwlW2zaMoUlkw2geMnxcxIX5VJI4iFPUA==} engines: {node: ^18.13.0 || >=20.9.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} peerDependencies: @@ -1049,7 +1049,7 @@ packages: '@angular-devkit/architect': 0.1700.8(chokidar@3.5.3) '@angular-devkit/build-webpack': 0.1700.8(chokidar@3.5.3)(webpack-dev-server@4.15.1)(webpack@5.89.0) '@angular-devkit/core': 17.0.8(chokidar@3.5.3) - '@angular/compiler-cli': 17.0.8(@angular/compiler@17.0.8)(typescript@5.2.2) + '@angular/compiler-cli': 17.1.3(@angular/compiler@17.1.3)(typescript@5.2.2) '@babel/core': 7.23.2 '@babel/generator': 7.23.0 '@babel/helper-annotate-as-pure': 7.22.5 @@ -1060,7 +1060,7 @@ packages: '@babel/preset-env': 7.23.2(@babel/core@7.23.2) '@babel/runtime': 7.23.2 '@discoveryjs/json-ext': 0.5.7 - '@ngtools/webpack': 17.0.8(@angular/compiler-cli@17.0.8)(typescript@5.2.2)(webpack@5.89.0) + '@ngtools/webpack': 17.0.8(@angular/compiler-cli@17.1.3)(typescript@5.2.2)(webpack@5.89.0) '@vitejs/plugin-basic-ssl': 1.0.1(vite@4.5.1) ansi-colors: 4.1.3 autoprefixer: 10.4.16(postcss@8.4.31) @@ -1288,13 +1288,13 @@ packages: - supports-color dev: true - /@angular/animations@17.0.8(@angular/core@17.0.8): - resolution: {integrity: sha512-iKJ2s4ZqVoGS9tSRBuuwYEWTV+Rw6b4zDY1rqiXvbZrpNRxfzYr6s+aYsLQQEindZ4hzxgp9j60FJ8aE/g4w6A==} + /@angular/animations@17.1.3(@angular/core@17.1.3): + resolution: {integrity: sha512-AS9CHOjjKqkuAzlKEMJfAkZfkIdSoagB3D8HwvH+ZHo6GVJc9KbtLQn/okNijFK+Fg7QK/hYbQ3lJhjgk0GQDA==} engines: {node: ^18.13.0 || >=20.9.0} peerDependencies: - '@angular/core': 17.0.8 + '@angular/core': 17.1.3 dependencies: - '@angular/core': 17.0.8(rxjs@7.8.1)(zone.js@0.14.2) + '@angular/core': 17.1.3(rxjs@7.8.1)(zone.js@0.14.2) tslib: 2.6.2 dev: false @@ -1327,27 +1327,27 @@ packages: - supports-color dev: true - /@angular/common@17.0.8(@angular/core@17.0.8)(rxjs@7.8.1): - resolution: {integrity: sha512-fFfwtdg7H+OkqnvV/ENu8F8KGfgIiH16DDbQqYY5KQyyQB+SMsoVW29F1fGx6Y30s7ZlsLOy6cHhgrw74itkSw==} + /@angular/common@17.1.3(@angular/core@17.1.3)(rxjs@7.8.1): + resolution: {integrity: sha512-AzLzoNSeRSNGBQk0K+iG0XdYG36SDeJqYqE8rfoiWuv1NDFLL05UJM2/fQfaMNg0oX5bHOlHUqHFj3sFR/NVpw==} engines: {node: ^18.13.0 || >=20.9.0} peerDependencies: - '@angular/core': 17.0.8 + '@angular/core': 17.1.3 rxjs: ^6.5.3 || ^7.4.0 dependencies: - '@angular/core': 17.0.8(rxjs@7.8.1)(zone.js@0.14.2) + '@angular/core': 17.1.3(rxjs@7.8.1)(zone.js@0.14.2) rxjs: 7.8.1 tslib: 2.6.2 dev: false - /@angular/compiler-cli@17.0.8(@angular/compiler@17.0.8)(typescript@5.2.2): - resolution: {integrity: sha512-ny2SMVgl+icjMuU5ZM57yFGUrhjR0hNxfCn0otAD3jUFliz/Onu9l6EPRKA5Cr8MZx3mg3rTLSBMD17YT8rsOg==} + /@angular/compiler-cli@17.1.3(@angular/compiler@17.1.3)(typescript@5.2.2): + resolution: {integrity: sha512-bNDHXo3Twub0BZK9OmXly+0REs0RuR1SUXlTAeq+0XubCvnBDvpg9peL7UTTGS5YRo9sUTBnR6faSUA1F5objQ==} engines: {node: ^18.13.0 || >=20.9.0} hasBin: true peerDependencies: - '@angular/compiler': 17.0.8 - typescript: '>=5.2 <5.3' + '@angular/compiler': 17.1.3 + typescript: '>=5.2 <5.4' dependencies: - '@angular/compiler': 17.0.8(@angular/core@17.0.8) + '@angular/compiler': 17.1.3(@angular/core@17.1.3) '@babel/core': 7.23.2 '@jridgewell/sourcemap-codec': 1.4.15 chokidar: 3.5.3 @@ -1361,20 +1361,20 @@ packages: - supports-color dev: true - /@angular/compiler@17.0.8(@angular/core@17.0.8): - resolution: {integrity: sha512-48jWypuhBGTrUUbkz1vB9gjbKKZ3hpuJ2DUUncd331Yw4tqkqZQbBa/E3ei4IHiCxEvW2uX3lI4AwlhuozmUtA==} + /@angular/compiler@17.1.3(@angular/core@17.1.3): + resolution: {integrity: sha512-k/s21gPPKStxVOLr6l4Y145OIxyBY7BhTPVOl/qEAgE+IcZ9vkiA8dYl8yjL884Kl1ZKPmFA3AofMJjWjZGNag==} engines: {node: ^18.13.0 || >=20.9.0} peerDependencies: - '@angular/core': 17.0.8 + '@angular/core': 17.1.3 peerDependenciesMeta: '@angular/core': optional: true dependencies: - '@angular/core': 17.0.8(rxjs@7.8.1)(zone.js@0.14.2) + '@angular/core': 17.1.3(rxjs@7.8.1)(zone.js@0.14.2) tslib: 2.6.2 - /@angular/core@17.0.8(rxjs@7.8.1)(zone.js@0.14.2): - resolution: {integrity: sha512-tzYsK24LdkNuKNJK6efF4XOqspvF/qOe9j/n1Y61a6mNvFwsJFGbcmdZMby4hI/YRm6oIDoIIFjSep8ycp6Pbw==} + /@angular/core@17.1.3(rxjs@7.8.1)(zone.js@0.14.2): + resolution: {integrity: sha512-2lZ4DRHN8KJ/aQads+YXIcx5Ri9yyeFIlw69m5Pn7wAi/+Rakg7IsclgLaWs7aBtWwMHG7LnqFKxAVq7CjXKtA==} engines: {node: ^18.13.0 || >=20.9.0} peerDependencies: rxjs: ^6.5.3 || ^7.4.0 @@ -1384,72 +1384,72 @@ packages: tslib: 2.6.2 zone.js: 0.14.2 - /@angular/forms@17.0.8(@angular/common@17.0.8)(@angular/core@17.0.8)(@angular/platform-browser@17.0.8)(rxjs@7.8.1): - resolution: {integrity: sha512-WZBHbMQjaSovAzOMhKqZN+m7eUPGfOzh9rKFKvj6UQLIJ9qSpEpqlvL0omU1z/47s3XXeLiBzomMiRfQISJvvw==} + /@angular/forms@17.1.3(@angular/common@17.1.3)(@angular/core@17.1.3)(@angular/platform-browser@17.1.3)(rxjs@7.8.1): + resolution: {integrity: sha512-aNa0jGLT5d+hnKVrSo8tk3TRo/NLNu1RxLNx8RhIczKAeCK3eD8SvTMy27iJtyXmNG2GWN7QPiDeGepd75nbxQ==} engines: {node: ^18.13.0 || >=20.9.0} peerDependencies: - '@angular/common': 17.0.8 - '@angular/core': 17.0.8 - '@angular/platform-browser': 17.0.8 + '@angular/common': 17.1.3 + '@angular/core': 17.1.3 + '@angular/platform-browser': 17.1.3 rxjs: ^6.5.3 || ^7.4.0 dependencies: - '@angular/common': 17.0.8(@angular/core@17.0.8)(rxjs@7.8.1) - '@angular/core': 17.0.8(rxjs@7.8.1)(zone.js@0.14.2) - '@angular/platform-browser': 17.0.8(@angular/animations@17.0.8)(@angular/common@17.0.8)(@angular/core@17.0.8) + '@angular/common': 17.1.3(@angular/core@17.1.3)(rxjs@7.8.1) + '@angular/core': 17.1.3(rxjs@7.8.1)(zone.js@0.14.2) + '@angular/platform-browser': 17.1.3(@angular/animations@17.1.3)(@angular/common@17.1.3)(@angular/core@17.1.3) rxjs: 7.8.1 tslib: 2.6.2 dev: false - /@angular/language-service@17.0.8: - resolution: {integrity: sha512-GvwoAuQVWMMTnkl8zuhimIJHs8XLRttjk+epGocvF7T6WbtDIGv74MW5ZfhLx6LXz0fcYKoFW7UB3RqDIXrMyQ==} + /@angular/language-service@17.1.3: + resolution: {integrity: sha512-SO1xXfLwfTvPzxzJoan/sx5Agt1k3WlpEO9siPlZdNsD6zCkRziS0DotWIblGFtxCPUA4x205V3ihx+gaFi3DA==} engines: {node: ^18.13.0 || >=20.9.0} dev: true - /@angular/platform-browser-dynamic@17.0.8(@angular/common@17.0.8)(@angular/compiler@17.0.8)(@angular/core@17.0.8)(@angular/platform-browser@17.0.8): - resolution: {integrity: sha512-BIXNKnfBZb8sdluQ7WIhIXFuVnsJJ0SV+aiMKzQ7B6XhWoAXZQnlvON2thydjIIVuCvaF3YmWTbILI2K8YZ2jQ==} + /@angular/platform-browser-dynamic@17.1.3(@angular/common@17.1.3)(@angular/compiler@17.1.3)(@angular/core@17.1.3)(@angular/platform-browser@17.1.3): + resolution: {integrity: sha512-0lFhcFJfDzCSSVe8l8OY+UgUiwUwcbxwpvLod3XWBpf1iEUlr5720FIMA3VJYwpW3Oj4Uey3nVm13EMtRqpqdA==} engines: {node: ^18.13.0 || >=20.9.0} peerDependencies: - '@angular/common': 17.0.8 - '@angular/compiler': 17.0.8 - '@angular/core': 17.0.8 - '@angular/platform-browser': 17.0.8 + '@angular/common': 17.1.3 + '@angular/compiler': 17.1.3 + '@angular/core': 17.1.3 + '@angular/platform-browser': 17.1.3 dependencies: - '@angular/common': 17.0.8(@angular/core@17.0.8)(rxjs@7.8.1) - '@angular/compiler': 17.0.8(@angular/core@17.0.8) - '@angular/core': 17.0.8(rxjs@7.8.1)(zone.js@0.14.2) - '@angular/platform-browser': 17.0.8(@angular/animations@17.0.8)(@angular/common@17.0.8)(@angular/core@17.0.8) + '@angular/common': 17.1.3(@angular/core@17.1.3)(rxjs@7.8.1) + '@angular/compiler': 17.1.3(@angular/core@17.1.3) + '@angular/core': 17.1.3(rxjs@7.8.1)(zone.js@0.14.2) + '@angular/platform-browser': 17.1.3(@angular/animations@17.1.3)(@angular/common@17.1.3)(@angular/core@17.1.3) tslib: 2.6.2 dev: false - /@angular/platform-browser@17.0.8(@angular/animations@17.0.8)(@angular/common@17.0.8)(@angular/core@17.0.8): - resolution: {integrity: sha512-XaI+p2AxQaIHzR761lhPUf4OcOp46WDW0IfbvOzaezHE+8r81joZyVSDQPgXSa/aRfI58YhcfUavuGqyU3PphA==} + /@angular/platform-browser@17.1.3(@angular/animations@17.1.3)(@angular/common@17.1.3)(@angular/core@17.1.3): + resolution: {integrity: sha512-onPCvdk9f/6OhOo2zP6nfGKpzLma1QIxpFqD3jymbmIJTcVMOOQDMYW3eLtY+uSX8ribcJ7GQcbDGIM4rliTFg==} engines: {node: ^18.13.0 || >=20.9.0} peerDependencies: - '@angular/animations': 17.0.8 - '@angular/common': 17.0.8 - '@angular/core': 17.0.8 + '@angular/animations': 17.1.3 + '@angular/common': 17.1.3 + '@angular/core': 17.1.3 peerDependenciesMeta: '@angular/animations': optional: true dependencies: - '@angular/animations': 17.0.8(@angular/core@17.0.8) - '@angular/common': 17.0.8(@angular/core@17.0.8)(rxjs@7.8.1) - '@angular/core': 17.0.8(rxjs@7.8.1)(zone.js@0.14.2) + '@angular/animations': 17.1.3(@angular/core@17.1.3) + '@angular/common': 17.1.3(@angular/core@17.1.3)(rxjs@7.8.1) + '@angular/core': 17.1.3(rxjs@7.8.1)(zone.js@0.14.2) tslib: 2.6.2 dev: false - /@angular/router@17.0.8(@angular/common@17.0.8)(@angular/core@17.0.8)(@angular/platform-browser@17.0.8)(rxjs@7.8.1): - resolution: {integrity: sha512-ptphcRe1RG/mIS60R7ZPilkkrxautqB0sOhds3h5VP3g628G1a2HWzvnmvjEfpJWDMFivV32VJMMBtTLqGr+0Q==} + /@angular/router@17.1.3(@angular/common@17.1.3)(@angular/core@17.1.3)(@angular/platform-browser@17.1.3)(rxjs@7.8.1): + resolution: {integrity: sha512-6HigdtFjm+76UU2hiLGLE2SpOecQhD6TnAVTocDuRitpN5m0dyiffBrqxarfNwoZuMdIiXyqClJR4JRo1rJjoQ==} engines: {node: ^18.13.0 || >=20.9.0} peerDependencies: - '@angular/common': 17.0.8 - '@angular/core': 17.0.8 - '@angular/platform-browser': 17.0.8 + '@angular/common': 17.1.3 + '@angular/core': 17.1.3 + '@angular/platform-browser': 17.1.3 rxjs: ^6.5.3 || ^7.4.0 dependencies: - '@angular/common': 17.0.8(@angular/core@17.0.8)(rxjs@7.8.1) - '@angular/core': 17.0.8(rxjs@7.8.1)(zone.js@0.14.2) - '@angular/platform-browser': 17.0.8(@angular/animations@17.0.8)(@angular/common@17.0.8)(@angular/core@17.0.8) + '@angular/common': 17.1.3(@angular/core@17.1.3)(rxjs@7.8.1) + '@angular/core': 17.1.3(rxjs@7.8.1)(zone.js@0.14.2) + '@angular/platform-browser': 17.1.3(@angular/animations@17.1.3)(@angular/common@17.1.3)(@angular/core@17.1.3) rxjs: 7.8.1 tslib: 2.6.2 dev: false @@ -1466,73 +1466,25 @@ packages: type-fest: 4.8.3 dev: true - /@babel/code-frame@7.22.10: - resolution: {integrity: sha512-/KKIMG4UEL35WmI9OlvMhurwtytjvXoFcGNrOvyG9zIzA8YmPjVtIZUf7b05+TPO7G7/GEmLHDaoCgACHl9hhA==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/highlight': 7.22.10 - chalk: 2.4.2 - - /@babel/code-frame@7.22.5: - resolution: {integrity: sha512-Xmwn266vad+6DAqEB2A6V/CcZVp62BbwVmcOJc2RPuwih1kw02TjQvWVWlcKGbBPd+8/0V5DEkOcizRGYsspYQ==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/highlight': 7.22.5 - dev: true - /@babel/code-frame@7.23.5: resolution: {integrity: sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA==} engines: {node: '>=6.9.0'} dependencies: '@babel/highlight': 7.23.4 chalk: 2.4.2 - dev: true - - /@babel/compat-data@7.22.5: - resolution: {integrity: sha512-4Jc/YuIaYqKnDDz892kPIledykKg12Aw1PYX5i/TY28anJtacvM1Rrr8wbieB9GfEJwlzqT0hUEao0CxEebiDA==} - engines: {node: '>=6.9.0'} - dev: true - - /@babel/compat-data@7.22.9: - resolution: {integrity: sha512-5UamI7xkUcJ3i9qVDS+KFDEK8/7oJ55/sJMB1Ge7IEapr7KfdfV/HErR+koZwOfd+SgtFKOKRhRakdg++DcJpQ==} - engines: {node: '>=6.9.0'} - dev: true /@babel/compat-data@7.23.5: resolution: {integrity: sha512-uU27kfDRlhfKl+w1U6vp16IuvSLtjAxdArVXPa9BvLkrr7CYIsxH5adpHObeAGY/41+syctUWOZ140a2Rvkgjw==} engines: {node: '>=6.9.0'} dev: true - /@babel/core@7.22.5: - resolution: {integrity: sha512-SBuTAjg91A3eKOvD+bPEz3LlhHZRNu1nFOVts9lzDJTXshHTjII0BAtDS3Y2DAkdZdDKWVZGVwkDfc4Clxn1dg==} - engines: {node: '>=6.9.0'} - dependencies: - '@ampproject/remapping': 2.2.1 - '@babel/code-frame': 7.22.5 - '@babel/generator': 7.22.7 - '@babel/helper-compilation-targets': 7.22.5(@babel/core@7.22.5) - '@babel/helper-module-transforms': 7.22.5 - '@babel/helpers': 7.22.5 - '@babel/parser': 7.22.5 - '@babel/template': 7.22.5 - '@babel/traverse': 7.22.5 - '@babel/types': 7.22.5 - convert-source-map: 1.9.0 - debug: 4.3.4 - gensync: 1.0.0-beta.2 - json5: 2.2.2 - semver: 6.3.1 - transitivePeerDependencies: - - supports-color - dev: true - /@babel/core@7.23.2: resolution: {integrity: sha512-n7s51eWdaWZ3vGT2tD4T7J6eJs3QoBXydv7vkUM06Bf1cbVD2Kc2UrkzhiQwobfV7NwOnQXYL7UBJ5VPU+RGoQ==} engines: {node: '>=6.9.0'} dependencies: '@ampproject/remapping': 2.2.1 '@babel/code-frame': 7.23.5 - '@babel/generator': 7.23.0 + '@babel/generator': 7.23.6 '@babel/helper-compilation-targets': 7.23.6 '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.2) '@babel/helpers': 7.23.6 @@ -1549,26 +1501,6 @@ packages: - supports-color dev: true - /@babel/generator@7.22.7: - resolution: {integrity: sha512-p+jPjMG+SI8yvIaxGgeW24u7q9+5+TGpZh8/CuB7RhBKd7RCy8FayNEFNNKrNK/eUcY/4ExQqLmyrvBXKsIcwQ==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/types': 7.22.5 - '@jridgewell/gen-mapping': 0.3.2 - '@jridgewell/trace-mapping': 0.3.17 - jsesc: 2.5.2 - dev: true - - /@babel/generator@7.22.9: - resolution: {integrity: sha512-KtLMbmicyuK2Ak/FTCJVbDnkN1SlT8/kceFTiuDiiRUUSMnHMidxSCdG4ndkTOHHpoomWe/4xkvHkEOncwjYIw==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/types': 7.22.5 - '@jridgewell/gen-mapping': 0.3.2 - '@jridgewell/trace-mapping': 0.3.17 - jsesc: 2.5.2 - dev: true - /@babel/generator@7.23.0: resolution: {integrity: sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==} engines: {node: '>=6.9.0'} @@ -1593,7 +1525,7 @@ packages: resolution: {integrity: sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.10 + '@babel/types': 7.23.6 dev: true /@babel/helper-builder-binary-assignment-operator-visitor@7.22.5: @@ -1603,31 +1535,6 @@ packages: '@babel/types': 7.23.6 dev: true - /@babel/helper-compilation-targets@7.22.10: - resolution: {integrity: sha512-JMSwHD4J7SLod0idLq5PKgI+6g/hLD/iuWBq08ZX49xE14VpVEojJ5rHWptpirV2j020MvypRLAXAO50igCJ5Q==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/compat-data': 7.22.9 - '@babel/helper-validator-option': 7.22.5 - browserslist: 4.21.10 - lru-cache: 5.1.1 - semver: 6.3.1 - dev: true - - /@babel/helper-compilation-targets@7.22.5(@babel/core@7.22.5): - resolution: {integrity: sha512-Ji+ywpHeuqxB8WDxraCiqR0xfhYjiDE/e6k7FuIaANnoOFxAHskHChz4vA1mJC9Lbm01s1PVAGhQY4FUKSkGZw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@babel/compat-data': 7.22.5 - '@babel/core': 7.22.5 - '@babel/helper-validator-option': 7.22.5 - browserslist: 4.21.7 - lru-cache: 5.1.1 - semver: 6.3.1 - dev: true - /@babel/helper-compilation-targets@7.23.6: resolution: {integrity: sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ==} engines: {node: '>=6.9.0'} @@ -1647,8 +1554,8 @@ packages: dependencies: '@babel/core': 7.23.2 '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-environment-visitor': 7.22.5 - '@babel/helper-function-name': 7.22.5 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-function-name': 7.23.0 '@babel/helper-member-expression-to-functions': 7.22.5 '@babel/helper-optimise-call-expression': 7.22.5 '@babel/helper-replace-supers': 7.22.5 @@ -1695,7 +1602,7 @@ packages: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: '@babel/core': 7.23.2 - '@babel/helper-compilation-targets': 7.22.10 + '@babel/helper-compilation-targets': 7.23.6 '@babel/helper-plugin-utils': 7.22.5 debug: 4.3.4 lodash.debounce: 4.0.8 @@ -1709,19 +1616,6 @@ packages: engines: {node: '>=6.9.0'} dev: true - /@babel/helper-environment-visitor@7.22.5: - resolution: {integrity: sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q==} - engines: {node: '>=6.9.0'} - dev: true - - /@babel/helper-function-name@7.22.5: - resolution: {integrity: sha512-wtHSq6jMRE3uF2otvfuD3DIvVhOsSNshQl0Qrd7qC9oQJzHvOL4qQXlQn2916+CXGywIjpGuIkoyZRRxHPiNQQ==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/template': 7.22.5 - '@babel/types': 7.22.10 - dev: true - /@babel/helper-function-name@7.23.0: resolution: {integrity: sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==} engines: {node: '>=6.9.0'} @@ -1734,7 +1628,7 @@ packages: resolution: {integrity: sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.10 + '@babel/types': 7.23.6 dev: true /@babel/helper-member-expression-to-functions@7.22.5: @@ -1758,43 +1652,6 @@ packages: '@babel/types': 7.23.6 dev: true - /@babel/helper-module-imports@7.22.5: - resolution: {integrity: sha512-8Dl6+HD/cKifutF5qGd/8ZJi84QeAKh+CEe1sBzz8UayBBGg1dAIJrdHOcOM5b2MpzWL2yuotJTtGjETq0qjXg==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/types': 7.22.5 - dev: true - - /@babel/helper-module-transforms@7.22.5: - resolution: {integrity: sha512-+hGKDt/Ze8GFExiVHno/2dvG5IdstpzCq0y4Qc9OJ25D4q3pKfiIP/4Vp3/JvhDkLKsDK2api3q3fpIgiIF5bw==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/helper-environment-visitor': 7.22.5 - '@babel/helper-module-imports': 7.22.5 - '@babel/helper-simple-access': 7.22.5 - '@babel/helper-split-export-declaration': 7.22.6 - '@babel/helper-validator-identifier': 7.22.5 - '@babel/template': 7.22.5 - '@babel/traverse': 7.22.5 - '@babel/types': 7.22.5 - transitivePeerDependencies: - - supports-color - dev: true - - /@babel/helper-module-transforms@7.22.9(@babel/core@7.23.2): - resolution: {integrity: sha512-t+WA2Xn5K+rTeGtC8jCsdAH52bjggG5TKRuRrAGNM/mjIbO4GxvlLMFOEz9wXY5I2XQ60PMFsAG2WIcG82dQMQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@babel/core': 7.23.2 - '@babel/helper-environment-visitor': 7.22.5 - '@babel/helper-module-imports': 7.22.5 - '@babel/helper-simple-access': 7.22.5 - '@babel/helper-split-export-declaration': 7.22.6 - '@babel/helper-validator-identifier': 7.22.5 - dev: true - /@babel/helper-module-transforms@7.23.3(@babel/core@7.23.2): resolution: {integrity: sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==} engines: {node: '>=6.9.0'} @@ -1841,7 +1698,7 @@ packages: dependencies: '@babel/core': 7.23.2 '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-environment-visitor': 7.22.5 + '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-wrap-function': 7.22.10 dev: true @@ -1861,11 +1718,11 @@ packages: resolution: {integrity: sha512-aLdNM5I3kdI/V9xGNyKSF3X/gTyMUBohTZ+/3QdQKAA9vxIiy12E+8E2HoOP1/DjeqU+g6as35QHJNMDDYpuCg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-environment-visitor': 7.22.5 + '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-member-expression-to-functions': 7.22.5 '@babel/helper-optimise-call-expression': 7.22.5 - '@babel/template': 7.22.5 - '@babel/traverse': 7.22.10 + '@babel/template': 7.22.15 + '@babel/traverse': 7.23.6 '@babel/types': 7.23.6 transitivePeerDependencies: - supports-color @@ -1875,7 +1732,7 @@ packages: resolution: {integrity: sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.5 + '@babel/types': 7.23.6 dev: true /@babel/helper-skip-transparent-expression-wrappers@7.22.5: @@ -1889,12 +1746,7 @@ packages: resolution: {integrity: sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.10 - dev: true - - /@babel/helper-string-parser@7.22.5: - resolution: {integrity: sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==} - engines: {node: '>=6.9.0'} + '@babel/types': 7.23.6 dev: true /@babel/helper-string-parser@7.23.4: @@ -1905,16 +1757,6 @@ packages: /@babel/helper-validator-identifier@7.22.20: resolution: {integrity: sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==} engines: {node: '>=6.9.0'} - dev: true - - /@babel/helper-validator-identifier@7.22.5: - resolution: {integrity: sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==} - engines: {node: '>=6.9.0'} - - /@babel/helper-validator-option@7.22.5: - resolution: {integrity: sha512-R3oB6xlIVKUnxNUxbmgq7pKjxpru24zlimpE8WK47fACIlM0II/Hm1RS8IaOI7NgCr6LNS+jl5l75m20npAziw==} - engines: {node: '>=6.9.0'} - dev: true /@babel/helper-validator-option@7.23.5: resolution: {integrity: sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==} @@ -1925,31 +1767,20 @@ packages: resolution: {integrity: sha512-OnMhjWjuGYtdoO3FmsEFWvBStBAe2QOgwOLsLNDjN+aaiMD8InJk1/O3HSD8lkqTjCgg5YI34Tz15KNNA3p+nQ==} engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-function-name': 7.22.5 - '@babel/template': 7.22.5 - '@babel/types': 7.22.10 + '@babel/helper-function-name': 7.23.0 + '@babel/template': 7.22.15 + '@babel/types': 7.23.6 dev: true /@babel/helper-wrap-function@7.22.20: resolution: {integrity: sha512-pms/UwkOpnQe/PDAEdV/d7dVCoBbB+R4FvYoHGZz+4VPcg7RtYy2KP7S2lbuWM6FCSgob5wshfGESbC/hzNXZw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-function-name': 7.22.5 + '@babel/helper-function-name': 7.23.0 '@babel/template': 7.22.15 '@babel/types': 7.23.6 dev: true - /@babel/helpers@7.22.5: - resolution: {integrity: sha512-pSXRmfE1vzcUIDFQcSGA5Mr+GxBV9oiRKDuDxXvWQQBCh8HoIjs/2DlDB7H8smac1IVrB9/xdXj2N3Wol9Cr+Q==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/template': 7.22.5 - '@babel/traverse': 7.22.5 - '@babel/types': 7.22.5 - transitivePeerDependencies: - - supports-color - dev: true - /@babel/helpers@7.23.6: resolution: {integrity: sha512-wCfsbN4nBidDRhpDhvcKlzHWCTlgJYUUdSJfzXb2NuBssDSIjc3xcb+znA7l+zYsFljAcGM0aFkN40cR3lXiGA==} engines: {node: '>=6.9.0'} @@ -1961,23 +1792,6 @@ packages: - supports-color dev: true - /@babel/highlight@7.22.10: - resolution: {integrity: sha512-78aUtVcT7MUscr0K5mIEnkwxPE0MaxkR5RxRwuHaQ+JuU5AmTPhY+do2mdzVTnIJJpyBglql2pehuBIWHug+WQ==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/helper-validator-identifier': 7.22.5 - chalk: 2.4.2 - js-tokens: 4.0.0 - - /@babel/highlight@7.22.5: - resolution: {integrity: sha512-BSKlD1hgnedS5XRnGOljZawtag7H1yPfQp0tdNJCHoH6AZ+Pcm9VvkrK59/Yy593Ypg0zMxH2BxD1VPYUQ7UIw==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/helper-validator-identifier': 7.22.5 - chalk: 2.4.2 - js-tokens: 4.0.0 - dev: true - /@babel/highlight@7.23.4: resolution: {integrity: sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A==} engines: {node: '>=6.9.0'} @@ -1985,22 +1799,13 @@ packages: '@babel/helper-validator-identifier': 7.22.20 chalk: 2.4.2 js-tokens: 4.0.0 - dev: true - - /@babel/parser@7.22.10: - resolution: {integrity: sha512-lNbdGsQb9ekfsnjFGhEiF4hfFqGgfOP3H3d27re3n+CGhNuTSUEQdfWk556sTLNTloczcdM5TYF2LhzmDQKyvQ==} - engines: {node: '>=6.0.0'} - hasBin: true - dependencies: - '@babel/types': 7.23.6 - dev: true /@babel/parser@7.22.5: resolution: {integrity: sha512-DFZMC9LJUG9PLOclRC32G63UXwzqS2koQC8dkx+PLdmt1xSePYpbT/NbsrJy8Q/muXz7o/h/d4A7Fuyixm559Q==} engines: {node: '>=6.0.0'} hasBin: true dependencies: - '@babel/types': 7.22.5 + '@babel/types': 7.23.6 dev: true /@babel/parser@7.23.6: @@ -2241,7 +2046,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.23.2 - '@babel/helper-module-imports': 7.22.5 + '@babel/helper-module-imports': 7.22.15 '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-remap-async-to-generator': 7.22.9(@babel/core@7.23.2) dev: true @@ -2317,7 +2122,7 @@ packages: dependencies: '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 - '@babel/template': 7.22.5 + '@babel/template': 7.22.15 dev: true /@babel/plugin-transform-destructuring@7.23.3(@babel/core@7.23.2): @@ -2403,7 +2208,7 @@ packages: dependencies: '@babel/core': 7.23.2 '@babel/helper-compilation-targets': 7.23.6 - '@babel/helper-function-name': 7.22.5 + '@babel/helper-function-name': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: true @@ -2492,7 +2297,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.23.2 - '@babel/helper-module-transforms': 7.22.9(@babel/core@7.23.2) + '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.2) '@babel/helper-plugin-utils': 7.22.5 dev: true @@ -2889,51 +2694,6 @@ packages: '@babel/types': 7.23.6 dev: true - /@babel/template@7.22.5: - resolution: {integrity: sha512-X7yV7eiwAxdj9k94NEylvbVHLiVG1nvzCV2EAowhxLTwODV1jl9UzZ48leOC0sH7OnuHrIkllaBgneUykIcZaw==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/code-frame': 7.22.5 - '@babel/parser': 7.22.5 - '@babel/types': 7.22.5 - dev: true - - /@babel/traverse@7.22.10: - resolution: {integrity: sha512-Q/urqV4pRByiNNpb/f5OSv28ZlGJiFiiTh+GAHktbIrkPhPbl90+uW6SmpoLyZqutrg9AEaEf3Q/ZBRHBXgxig==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/code-frame': 7.23.5 - '@babel/generator': 7.23.0 - '@babel/helper-environment-visitor': 7.22.5 - '@babel/helper-function-name': 7.22.5 - '@babel/helper-hoist-variables': 7.22.5 - '@babel/helper-split-export-declaration': 7.22.6 - '@babel/parser': 7.22.10 - '@babel/types': 7.23.6 - debug: 4.3.4 - globals: 11.12.0 - transitivePeerDependencies: - - supports-color - dev: true - - /@babel/traverse@7.22.5: - resolution: {integrity: sha512-7DuIjPgERaNo6r+PZwItpjCZEa5vyw4eJGufeLxrPdBXBoLcCJCIasvK6pK/9DVNrLZTLFhUGqaC6X/PA007TQ==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/code-frame': 7.22.5 - '@babel/generator': 7.22.9 - '@babel/helper-environment-visitor': 7.22.5 - '@babel/helper-function-name': 7.22.5 - '@babel/helper-hoist-variables': 7.22.5 - '@babel/helper-split-export-declaration': 7.22.6 - '@babel/parser': 7.22.5 - '@babel/types': 7.22.5 - debug: 4.3.4 - globals: 11.12.0 - transitivePeerDependencies: - - supports-color - dev: true - /@babel/traverse@7.23.6: resolution: {integrity: sha512-czastdK1e8YByZqezMPFiZ8ahwVMh/ESl9vPgvgdB9AmFMGP5jfpFax74AQgl5zj4XHzqeYAg2l8PuUeRS1MgQ==} engines: {node: '>=6.9.0'} @@ -2952,24 +2712,6 @@ packages: - supports-color dev: true - /@babel/types@7.22.10: - resolution: {integrity: sha512-obaoigiLrlDZ7TUQln/8m4mSqIW2QFeOrCQc9r+xsaHGNoplVNYlRVpsfE8Vj35GEm2ZH4ZhrNYogs/3fj85kg==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/helper-string-parser': 7.22.5 - '@babel/helper-validator-identifier': 7.22.5 - to-fast-properties: 2.0.0 - dev: true - - /@babel/types@7.22.5: - resolution: {integrity: sha512-zo3MIHGOkPOfoRXitsgHLjEXmlDaD/5KU1Uzuc9GNiZPhSqVxVRtxuPaSBZDsYZ9qV88AjtMtWW7ww98loJ9KA==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/helper-string-parser': 7.22.5 - '@babel/helper-validator-identifier': 7.22.5 - to-fast-properties: 2.0.0 - dev: true - /@babel/types@7.23.6: resolution: {integrity: sha512-+uarb83brBzPKN38NX1MkB6vb6+mwvR6amUulqAE7ccQw1pEl+bCia9TbdG1lsnFP7lZySvUn37CHyXQdfTwzg==} engines: {node: '>=6.9.0'} @@ -3706,7 +3448,7 @@ packages: - chokidar dev: true - /@ionic/angular@7.6.2(@angular/core@17.0.8)(@angular/forms@17.0.8)(@angular/router@17.0.8)(rxjs@7.8.1)(zone.js@0.14.2): + /@ionic/angular@7.6.2(@angular/core@17.1.3)(@angular/forms@17.1.3)(@angular/router@17.1.3)(rxjs@7.8.1)(zone.js@0.14.2): resolution: {integrity: sha512-bJeePI7yvkGGT4BSd8ObGg0lnM2QvB4w66C88dxFHQpSGvqJBmEuTQ4oSpedd8KVshTOAAFhnYI7tx1k5esWxA==} peerDependencies: '@angular/core': '>=14.0.0' @@ -3715,9 +3457,9 @@ packages: rxjs: '>=7.5.0' zone.js: '>=0.11.0' dependencies: - '@angular/core': 17.0.8(rxjs@7.8.1)(zone.js@0.14.2) - '@angular/forms': 17.0.8(@angular/common@17.0.8)(@angular/core@17.0.8)(@angular/platform-browser@17.0.8)(rxjs@7.8.1) - '@angular/router': 17.0.8(@angular/common@17.0.8)(@angular/core@17.0.8)(@angular/platform-browser@17.0.8)(rxjs@7.8.1) + '@angular/core': 17.1.3(rxjs@7.8.1)(zone.js@0.14.2) + '@angular/forms': 17.1.3(@angular/common@17.1.3)(@angular/core@17.1.3)(@angular/platform-browser@17.1.3)(rxjs@7.8.1) + '@angular/router': 17.1.3(@angular/common@17.1.3)(@angular/core@17.1.3)(@angular/platform-browser@17.1.3)(rxjs@7.8.1) '@ionic/core': 7.6.2 ionicons: 7.2.2 jsonc-parser: 3.2.0 @@ -3901,7 +3643,7 @@ packages: engines: {node: '>=6.0.0'} dependencies: '@jridgewell/set-array': 1.1.2 - '@jridgewell/sourcemap-codec': 1.4.14 + '@jridgewell/sourcemap-codec': 1.4.15 '@jridgewell/trace-mapping': 0.3.17 dev: true @@ -4033,7 +3775,7 @@ packages: call-bind: 1.0.2 dev: true - /@ngtools/webpack@17.0.8(@angular/compiler-cli@17.0.8)(typescript@5.2.2)(webpack@5.89.0): + /@ngtools/webpack@17.0.8(@angular/compiler-cli@17.1.3)(typescript@5.2.2)(webpack@5.89.0): resolution: {integrity: sha512-wx0XBMrbpDeailK2uIhp/ZVMC3GK3BWwJjUu5SbT4BFrcoi2Zd9/9m0RCBAY54UXLBCqKd+ih7pJ6JSvprZmWw==} engines: {node: ^18.13.0 || >=20.9.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} peerDependencies: @@ -4041,7 +3783,7 @@ packages: typescript: '>=5.2 <5.3' webpack: ^5.54.0 dependencies: - '@angular/compiler-cli': 17.0.8(@angular/compiler@17.0.8)(typescript@5.2.2) + '@angular/compiler-cli': 17.1.3(@angular/compiler@17.1.3)(typescript@5.2.2) typescript: 5.2.2 webpack: 5.89.0(esbuild@0.19.5) dev: true @@ -6017,7 +5759,7 @@ packages: peerDependencies: postcss: ^8.1.0 dependencies: - browserslist: 4.21.10 + browserslist: 4.22.2 caniuse-lite: 1.0.30001571 fraction.js: 4.3.7 normalize-range: 0.1.2 @@ -6033,7 +5775,7 @@ packages: peerDependencies: postcss: ^8.1.0 dependencies: - browserslist: 4.21.10 + browserslist: 4.22.2 caniuse-lite: 1.0.30001571 fraction.js: 4.3.7 normalize-range: 0.1.2 @@ -6109,7 +5851,7 @@ packages: peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: - '@babel/compat-data': 7.22.9 + '@babel/compat-data': 7.23.5 '@babel/core': 7.23.2 '@babel/helper-define-polyfill-provider': 0.4.4(@babel/core@7.23.2) semver: 6.3.1 @@ -6332,17 +6074,6 @@ packages: update-browserslist-db: 1.0.11(browserslist@4.21.10) dev: true - /browserslist@4.21.7: - resolution: {integrity: sha512-BauCXrQ7I2ftSqd2mvKHGo85XR0u7Ru3C/Hxsy/0TkfCtjrmAbPdzLGasmoiBxplpDXlPvdjX9u7srIMfgasNA==} - engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} - hasBin: true - dependencies: - caniuse-lite: 1.0.30001519 - electron-to-chromium: 1.4.489 - node-releases: 2.0.13 - update-browserslist-db: 1.0.11(browserslist@4.21.7) - dev: true - /browserslist@4.22.2: resolution: {integrity: sha512-0UgcrvQmBDvZHFGdYUehrCNIazki7/lUP3kkoi/r3YB2amZbFM9J43ZRkJTXBUZK4gmx56+Sqk9+Vs9mwZx9+A==} engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} @@ -6929,7 +6660,7 @@ packages: /core-js-compat@3.31.0: resolution: {integrity: sha512-hM7YCu1cU6Opx7MXNu0NuumM0ezNeAeRKadixyiQELWY3vT3De9S4J5ZBMraWV2vZnrE1Cirl0GtFtDtMUXzPw==} dependencies: - browserslist: 4.21.10 + browserslist: 4.22.2 dev: true /core-js-compat@3.34.0: @@ -9437,7 +9168,7 @@ packages: resolution: {integrity: sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==} engines: {node: '>=8'} dependencies: - '@babel/core': 7.22.5 + '@babel/core': 7.23.2 '@babel/parser': 7.22.5 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.0 @@ -9643,16 +9374,10 @@ packages: minimist: 1.2.7 dev: true - /json5@2.2.2: - resolution: {integrity: sha512-46Tk9JiOL2z7ytNQWFLpj99RZkVgeHf87yGQKsIkaPz1qSH9UczKH1rO7K3wgRselo0tYMUNfecYpm/p1vC7tQ==} - engines: {node: '>=6'} - hasBin: true - /json5@2.2.3: resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==} engines: {node: '>=6'} hasBin: true - dev: true /jsonc-parser@3.2.0: resolution: {integrity: sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==} @@ -10037,7 +9762,7 @@ packages: dependencies: big.js: 5.2.2 emojis-list: 3.0.0 - json5: 2.2.2 + json5: 2.2.3 dev: true /loader-utils@3.2.1: @@ -10192,7 +9917,7 @@ packages: resolution: {integrity: sha512-LA+31JYDJLs82r2ScLrlz1GjSgu66ZV518eyWT+S8VhyQn/JL0u9MeBOvQMGYiPk1DBiSN9DDMOcXvigJZaViQ==} engines: {node: '>=12'} dependencies: - '@jridgewell/sourcemap-codec': 1.4.14 + '@jridgewell/sourcemap-codec': 1.4.15 dev: true /magic-string@0.30.5: @@ -10629,7 +10354,7 @@ packages: /neo-async@2.6.2: resolution: {integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==} - /ng-packagr@17.0.3(@angular/compiler-cli@17.0.8)(tslib@2.6.2)(typescript@5.2.2): + /ng-packagr@17.0.3(@angular/compiler-cli@17.1.3)(tslib@2.6.2)(typescript@5.2.2): resolution: {integrity: sha512-e4GWKOblzwtkkDwI0GRd2gUmuJgg6LgECHbnkB/JpyDlvz1Sd+nEzExztt3UbclLs9FkopSVE5TohKh58B8aeg==} engines: {node: ^18.13.0 || >=20.9.0} hasBin: true @@ -10642,7 +10367,7 @@ packages: tailwindcss: optional: true dependencies: - '@angular/compiler-cli': 17.0.8(@angular/compiler@17.0.8)(typescript@5.2.2) + '@angular/compiler-cli': 17.1.3(@angular/compiler@17.1.3)(typescript@5.2.2) '@rollup/plugin-json': 6.1.0(rollup@4.9.1) '@rollup/plugin-node-resolve': 15.2.3(rollup@4.9.1) '@rollup/wasm-node': 4.9.1 @@ -11326,7 +11051,7 @@ packages: resolution: {integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==} engines: {node: '>=8'} dependencies: - '@babel/code-frame': 7.22.10 + '@babel/code-frame': 7.23.5 error-ex: 1.3.2 json-parse-even-better-errors: 2.3.1 lines-and-columns: 1.2.4 @@ -13181,7 +12906,7 @@ packages: resolution: {integrity: sha512-uhxiMgnXQp1IR622dUXI+9Ehnws7i/y6xvpZB9IbUVOPy0muvdvgXeZOn88UcGPiT98Vp3rJPTa8bFoalZ3Qhw==} engines: {node: '>=6'} dependencies: - json5: 2.2.2 + json5: 2.2.3 minimist: 1.2.7 strip-bom: 3.0.0 @@ -13503,17 +13228,6 @@ packages: picocolors: 1.0.0 dev: true - /update-browserslist-db@1.0.11(browserslist@4.21.7): - resolution: {integrity: sha512-dCwEFf0/oT85M1fHBg4F0jtLwJrutGoHSQXCh7u4o2t1drG+c0a9Flnqww6XUKSfQMPpJBRjU8d4RXB09qtvaA==} - hasBin: true - peerDependencies: - browserslist: '>= 4.21.0' - dependencies: - browserslist: 4.21.7 - escalade: 3.1.1 - picocolors: 1.0.0 - dev: true - /update-browserslist-db@1.0.13(browserslist@4.22.2): resolution: {integrity: sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==} hasBin: true @@ -13821,7 +13535,7 @@ packages: '@webassemblyjs/wasm-parser': 1.11.5 acorn: 8.10.0 acorn-import-assertions: 1.9.0(acorn@8.10.0) - browserslist: 4.21.10 + browserslist: 4.22.2 chrome-trace-event: 1.0.3 enhanced-resolve: 5.15.0 es-module-lexer: 1.2.1