diff --git a/.changeset/loud-boxes-stare.md b/.changeset/loud-boxes-stare.md
new file mode 100644
index 0000000000..e51f5d80ea
--- /dev/null
+++ b/.changeset/loud-boxes-stare.md
@@ -0,0 +1,8 @@
+---
+'@swisspost/design-system-intranet-header': major
+'@swisspost/design-system-components-angular': major
+'@swisspost/design-system-styles': major
+'@swisspost/design-system-demo': major
+---
+
+Upgraded to Angular 18
diff --git a/.changeset/slow-buttons-provide.md b/.changeset/slow-buttons-provide.md
new file mode 100644
index 0000000000..331d5df424
--- /dev/null
+++ b/.changeset/slow-buttons-provide.md
@@ -0,0 +1,5 @@
+---
+'@swisspost/design-system-documentation': patch
+---
+
+Added a migration section that explains how to go from 7 to 8.
diff --git a/SECURITY.md b/SECURITY.md
index 7a2aa59378..79e00b3646 100644
--- a/SECURITY.md
+++ b/SECURITY.md
@@ -12,7 +12,8 @@ Please contact [security@post.ch](mailto:security@post.ch).
| Version | Supported | Supported Dependencies |
| ------- | ------------------ | ------------------------------------------ |
-| 7 | :white_check_mark: | Bootstrap 5.3, Angular 17, ng-bootstrap 16 |
+| 8 | :white_check_mark: | Bootstrap 5.3, Angular 18, ng-bootstrap 17 |
+| 7 | until June 2025 | Bootstrap 5.3, Angular 17, ng-bootstrap 16 |
| 6.4 | until end of 2024 | Bootstrap 5.2, Angular 16, ng-bootstrap 15 |
| 6 | until end of 2024 | Bootstrap 5.2, Angular 15, ng-bootstrap 14 |
| 5 | until end of 2023 | Bootstrap 5.1, Angular 14, ng-bootstrap 12 |
@@ -23,7 +24,8 @@ Please contact [security@post.ch](mailto:security@post.ch).
| Version | Supported | Supported Dependencies |
| ------- | ------------------ | --------------------------------------- |
-| 7[^1] | :white_check_mark: | Angular, Vue JS, React, Vanilla JS, ... |
+| 8 | :white_check_mark: | Angular, Vue JS, React, Vanilla JS, ... |
+| 7[^1] | until June 2025 | Angular, Vue JS, React, Vanilla JS, ... |
| 1 | July 2024 | Angular, Vue JS, React, Vanilla JS, ... |
### Components Angular
@@ -32,7 +34,8 @@ Please contact [security@post.ch](mailto:security@post.ch).
| Version | Supported | Supported Dependencies |
| ------- | ------------------ | ---------------------- |
-| 7[^1] | :white_check_mark: | Angular 17 |
+| 8 | :white_check_mark: | Angular 18 |
+| 7[^1] | until June 2025 | Angular 17 |
### Internet Header
@@ -48,7 +51,8 @@ Please contact [security@post.ch](mailto:security@post.ch).
| Version | Supported | Supported Dependencies |
| ------- | ------------------ | ------------------------------------------ |
-| 7[^1] | :white_check_mark: | Bootstrap 5.3, Angular 17, ng-bootstrap 16 |
+| 8 | :white_check_mark: | Bootstrap 5.3, Angular 18, ng-bootstrap 17 |
+| 7[^1] | until June 2025 | Bootstrap 5.3, Angular 17, ng-bootstrap 16 |
| 4 | :white_check_mark: | Bootstrap 5.2, Angular 15, ng-bootstrap 14 |
| 3 | until end of 2023 | Bootstrap 5.1, Angular 14, ng-bootstrap 12 |
@@ -58,6 +62,7 @@ Please contact [security@post.ch](mailto:security@post.ch).
| Version | Supported | Supported Dependencies |
| ------- | ------------------ | -------------------------- |
-| 7[^1] | :white_check_mark: | Exports SVG files and JSON |
+| 8 | :white_check_mark: | Exports SVG files and JSON |
+| 7[^1] | until June 2025 | Exports SVG files and JSON |
[^1]: Synced version with @swisspost/design-system-styles package
diff --git a/package.json b/package.json
index 5bd6770edd..7b74d87cce 100644
--- a/package.json
+++ b/package.json
@@ -25,6 +25,7 @@
"demo:build": "pnpm --filter design-system-demo build",
"demo:lint": "pnpm --filter design-system-demo lint",
"docs": "pnpm docs:start",
+ "docs:only": "pnpm --filter design-system-documentation start",
"docs:start": "pnpm --filter design-system-documentation... --parallel --stream start",
"docs:build": "pnpm --filter design-system-documentation build",
"docs:headless": "pnpm --filter design-system-documentation start:headless",
diff --git a/packages/components-angular/angular.json b/packages/components-angular/angular.json
index d9d6ecbf32..350a89ad96 100644
--- a/packages/components-angular/angular.json
+++ b/packages/components-angular/angular.json
@@ -28,19 +28,13 @@
"builder": "@angular-devkit/build-angular:karma",
"options": {
"tsConfig": "projects/components/tsconfig.spec.json",
- "polyfills": [
- "zone.js",
- "zone.js/testing"
- ]
+ "polyfills": ["zone.js", "zone.js/testing"]
}
},
"lint": {
"builder": "@angular-eslint/builder:lint",
"options": {
- "lintFilePatterns": [
- "projects/components/**/*.ts",
- "projects/components/**/*.html"
- ]
+ "lintFilePatterns": ["projects/components/**/*.ts", "projects/components/**/*.html"]
}
}
}
@@ -177,6 +171,7 @@
}
},
"cli": {
+ "packageManager": "pnpm",
"schematicCollections": ["@cypress/schematic", "@schematics/angular"]
}
}
diff --git a/packages/components-angular/package.json b/packages/components-angular/package.json
index 3ad9487dd2..238f80575b 100644
--- a/packages/components-angular/package.json
+++ b/packages/components-angular/package.json
@@ -10,14 +10,14 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "17.3.11",
- "@angular/common": "17.3.11",
- "@angular/compiler": "17.3.11",
- "@angular/core": "17.3.11",
- "@angular/forms": "17.3.11",
- "@angular/platform-browser": "17.3.11",
- "@angular/platform-browser-dynamic": "17.3.11",
- "@angular/router": "17.3.11",
+ "@angular/animations": "18.1.0",
+ "@angular/common": "18.1.0",
+ "@angular/compiler": "18.1.0",
+ "@angular/core": "18.1.0",
+ "@angular/forms": "18.1.0",
+ "@angular/platform-browser": "18.1.0",
+ "@angular/platform-browser-dynamic": "18.1.0",
+ "@angular/router": "18.1.0",
"@swisspost/design-system-components": "workspace:7.4.0",
"@swisspost/design-system-styles": "workspace:7.4.0",
"rxjs": "7.8.1",
@@ -25,13 +25,13 @@
"zone.js": "0.14.7"
},
"devDependencies": {
- "@angular-devkit/build-angular": "17.3.8",
- "@angular-eslint/builder": "17.5.2",
- "@angular-eslint/eslint-plugin": "17.5.2",
- "@angular-eslint/eslint-plugin-template": "17.5.2",
- "@angular-eslint/template-parser": "17.5.2",
- "@angular/cli": "17.3.8",
- "@angular/compiler-cli": "17.3.11",
+ "@angular-devkit/build-angular": "18.0.7",
+ "@angular-eslint/builder": "18.1.0",
+ "@angular-eslint/eslint-plugin": "18.1.0",
+ "@angular-eslint/eslint-plugin-template": "18.1.0",
+ "@angular-eslint/template-parser": "18.1.0",
+ "@angular/cli": "18.0.7",
+ "@angular/compiler-cli": "18.1.0",
"@cypress/schematic": "2.5.2",
"@typescript-eslint/eslint-plugin": "7.15.0",
"@typescript-eslint/parser": "7.15.0",
@@ -42,7 +42,7 @@
"karma-coverage": "2.2.1",
"karma-jasmine": "5.1.0",
"karma-jasmine-html-reporter": "2.1.0",
- "ng-packagr": "17.3.0",
- "typescript": "5.3.3"
+ "ng-packagr": "18.1.0",
+ "typescript": "5.4.5"
}
}
diff --git a/packages/demo/angular.json b/packages/demo/angular.json
index 9d77738938..91064f3b67 100644
--- a/packages/demo/angular.json
+++ b/packages/demo/angular.json
@@ -13,10 +13,7 @@
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
- "allowedCommonJsDependencies": [
- "bootstrap/js/dist/collapse",
- "prettier"
- ],
+ "allowedCommonJsDependencies": ["bootstrap/js/dist/collapse", "prettier"],
"outputPath": "dist/demo",
"index": "src/index.html",
"main": "src/main.ts",
@@ -32,14 +29,9 @@
"src/assets",
"src/netlify.toml"
],
- "styles": [
- "src/styles.scss",
- "./node_modules/highlight.js/styles/vs2015.css"
- ],
+ "styles": ["src/styles.scss", "./node_modules/highlight.js/styles/vs2015.css"],
"stylePreprocessorOptions": {
- "includePaths": [
- "node_modules"
- ]
+ "includePaths": ["node_modules"]
},
"vendorChunk": true,
"extractLicenses": false,
@@ -97,23 +89,15 @@
"polyfills": "src/polyfills.ts",
"tsConfig": "src/tsconfig.spec.json",
"karmaConfig": "src/karma.conf.js",
- "styles": [
- "src/styles.scss"
- ],
+ "styles": ["src/styles.scss"],
"scripts": [],
- "assets": [
- "src/favicon.ico",
- "src/assets"
- ]
+ "assets": ["src/favicon.ico", "src/assets"]
}
},
"lint": {
"builder": "@angular-eslint/builder:lint",
"options": {
- "lintFilePatterns": [
- "src/**/*.ts",
- "src/**/*.html"
- ]
+ "lintFilePatterns": ["src/**/*.ts", "src/**/*.html"]
}
}
}
@@ -126,5 +110,8 @@
"@angular-eslint/schematics:library": {
"setParserOptionsProject": true
}
+ },
+ "cli": {
+ "packageManager": "pnpm"
}
}
diff --git a/packages/demo/package.json b/packages/demo/package.json
index fe429509d8..a31c6878db 100644
--- a/packages/demo/package.json
+++ b/packages/demo/package.json
@@ -12,17 +12,17 @@
"lint": "ng lint"
},
"dependencies": {
- "@angular/animations": "17.3.11",
+ "@angular/animations": "18.1.0",
"@angular/cdk": "17.3.10",
- "@angular/common": "17.3.11",
- "@angular/compiler": "17.3.11",
- "@angular/core": "17.3.11",
- "@angular/forms": "17.3.11",
- "@angular/localize": "17.3.11",
- "@angular/platform-browser": "17.3.11",
- "@angular/platform-browser-dynamic": "17.3.11",
- "@angular/router": "17.3.11",
- "@ng-bootstrap/ng-bootstrap": "16.0.0",
+ "@angular/common": "18.1.0",
+ "@angular/compiler": "18.1.0",
+ "@angular/core": "18.1.0",
+ "@angular/forms": "18.1.0",
+ "@angular/localize": "18.1.0",
+ "@angular/platform-browser": "18.1.0",
+ "@angular/platform-browser-dynamic": "18.1.0",
+ "@angular/router": "18.1.0",
+ "@ng-bootstrap/ng-bootstrap": "17.0.0",
"@popperjs/core": "2.11.8",
"@swimlane/ngx-datatable": "20.1.0",
"@swisspost/design-system-intranet-header": "workspace:7.4.0",
@@ -39,15 +39,15 @@
"zone.js": "0.14.7"
},
"devDependencies": {
- "@angular-devkit/build-angular": "17.3.8",
- "@angular-eslint/builder": "17.5.2",
- "@angular-eslint/eslint-plugin": "17.5.2",
- "@angular-eslint/eslint-plugin-template": "17.5.2",
- "@angular-eslint/template-parser": "17.5.2",
- "@angular/cli": "17.3.8",
- "@angular/compiler-cli": "17.3.11",
- "@angular/elements": "17.3.11",
- "@angular/language-service": "17.3.11",
+ "@angular-devkit/build-angular": "18.0.7",
+ "@angular-eslint/builder": "18.1.0",
+ "@angular-eslint/eslint-plugin": "18.1.0",
+ "@angular-eslint/eslint-plugin-template": "18.1.0",
+ "@angular-eslint/template-parser": "18.1.0",
+ "@angular/cli": "18.0.7",
+ "@angular/compiler-cli": "18.1.0",
+ "@angular/elements": "18.1.0",
+ "@angular/language-service": "18.1.0",
"@types/jasmine": "5.1.4",
"@types/jasminewd2": "2.0.13",
"@types/node": "20.12.7",
@@ -68,7 +68,7 @@
"sass": "1.77.6",
"sockjs": "0.3.24",
"ts-node": "10.9.2",
- "typescript": "5.3.3",
+ "typescript": "5.4.5",
"undici-types": "6.19.2",
"webpack": "5.92.1"
}
diff --git a/packages/demo/src/app/app.module.ts b/packages/demo/src/app/app.module.ts
index ae280f1155..d008fe3864 100644
--- a/packages/demo/src/app/app.module.ts
+++ b/packages/demo/src/app/app.module.ts
@@ -26,7 +26,7 @@ import { PostSampleComponentsModule } from './post-sample/post-sample-components
import { SwissPostIntranetHeaderModule } from '@swisspost/design-system-intranet-header';
import { HomeComponent } from './home/home.component';
import { PostCommonModule } from './common/post-common.module';
-import { HttpClientModule } from '@angular/common/http';
+import { provideHttpClient, withInterceptorsFromDi } from '@angular/common/http';
import { LayoutContainerComponent } from './layout-container/layout-container.component';
registerLocaleData(localeDe);
@@ -34,36 +34,29 @@ registerLocaleData(localeFr);
registerLocaleData(localeIt);
registerLocaleData(localeEn);
-@NgModule({
- declarations: [
- AppComponent,
- IntranetLayoutComponent,
- LayoutContainerComponent,
- HomeComponent,
- CopyToClipboardDirective,
- ],
- imports: [
- BrowserModule,
- AppRoutingModule,
- FormsModule,
- ReactiveFormsModule,
- NgbModule,
- HttpClientModule,
- BootstrapComponentsModule,
- NgBootstrapComponentsModule,
- IntranetComponentsModule,
- PostCommonModule,
- PostSampleComponentsModule,
- SwissPostIntranetHeaderModule,
- ToastrModule.forRoot({
- extendedTimeOut: 0,
- closeButton: true,
- toastClass: 'toast',
- }),
- HighlightModule,
- ],
- schemas: [CUSTOM_ELEMENTS_SCHEMA],
- providers: [ErrorService, HighlightProvider.Config],
- bootstrap: [AppComponent],
-})
+@NgModule({ declarations: [
+ AppComponent,
+ IntranetLayoutComponent,
+ LayoutContainerComponent,
+ HomeComponent,
+ CopyToClipboardDirective,
+ ],
+ schemas: [CUSTOM_ELEMENTS_SCHEMA],
+ bootstrap: [AppComponent], imports: [BrowserModule,
+ AppRoutingModule,
+ FormsModule,
+ ReactiveFormsModule,
+ NgbModule,
+ BootstrapComponentsModule,
+ NgBootstrapComponentsModule,
+ IntranetComponentsModule,
+ PostCommonModule,
+ PostSampleComponentsModule,
+ SwissPostIntranetHeaderModule,
+ ToastrModule.forRoot({
+ extendedTimeOut: 0,
+ closeButton: true,
+ toastClass: 'toast',
+ }),
+ HighlightModule], providers: [ErrorService, HighlightProvider.Config, provideHttpClient(withInterceptorsFromDi())] })
export class AppModule {}
diff --git a/packages/demo/src/app/ng-bootstrap/components/datepicker/datepicker-demo-page/datepicker-localization.service.ts b/packages/demo/src/app/ng-bootstrap/components/datepicker/datepicker-demo-page/datepicker-localization.service.ts
index 7a5f6dbb39..3dbf1b51af 100644
--- a/packages/demo/src/app/ng-bootstrap/components/datepicker/datepicker-demo-page/datepicker-localization.service.ts
+++ b/packages/demo/src/app/ng-bootstrap/components/datepicker/datepicker-demo-page/datepicker-localization.service.ts
@@ -1,5 +1,5 @@
import { Injectable } from '@angular/core';
-import { formatDate, TranslationWidth } from '@angular/common';
+import { formatDate } from '@angular/common';
import { NgbDatepickerI18n, NgbDateStruct } from '@ng-bootstrap/ng-bootstrap';
const I18N_VALUES = {
@@ -93,7 +93,7 @@ export class SwissPostDatepickerI18n extends NgbDatepickerI18n {
super();
}
- getWeekdayLabel(weekday: number, _width?: TranslationWidth): string {
+ getWeekdayLabel(weekday: number): string {
return I18N_VALUES[this._i18n.language].weekdays[weekday - 1];
}
diff --git a/packages/demo/src/app/ng-bootstrap/components/progressbar/progressbar-demo/progressbar-demo.component.html b/packages/demo/src/app/ng-bootstrap/components/progressbar/progressbar-demo/progressbar-demo.component.html
index 056074150d..ee03519879 100644
--- a/packages/demo/src/app/ng-bootstrap/components/progressbar/progressbar-demo/progressbar-demo.component.html
+++ b/packages/demo/src/app/ng-bootstrap/components/progressbar/progressbar-demo/progressbar-demo.component.html
@@ -21,7 +21,7 @@
diff --git a/packages/documentation/src/stories/components/datepicker/datepicker-i18n-provider.sample.ts b/packages/documentation/src/stories/components/datepicker/datepicker-i18n-provider.sample.ts
index 766ef9d184..1b591f65fe 100644
--- a/packages/documentation/src/stories/components/datepicker/datepicker-i18n-provider.sample.ts
+++ b/packages/documentation/src/stories/components/datepicker/datepicker-i18n-provider.sample.ts
@@ -1,5 +1,5 @@
import { Inject, Injectable, LOCALE_ID } from '@angular/core';
-import { formatDate, TranslationWidth } from '@angular/common';
+import { formatDate } from '@angular/common';
import { NgbDatepickerI18n, NgbDateStruct } from '@ng-bootstrap/ng-bootstrap';
const I18N_VALUES = {
@@ -82,7 +82,7 @@ export class SwissPostDatepickerI18n extends NgbDatepickerI18n {
constructor(@Inject(LOCALE_ID) private locale: string) {
super();
}
- getWeekdayLabel(weekday: number, _width?: TranslationWidth): string {
+ getWeekdayLabel(weekday: number): string {
return I18N_VALUES[this.locale].weekdays[weekday - 1];
}
diff --git a/packages/documentation/src/stories/getting-started/compatibility/compatibility.docs.mdx b/packages/documentation/src/stories/getting-started/compatibility/compatibility.docs.mdx
index 143f455bd0..f138a6d6f7 100644
--- a/packages/documentation/src/stories/getting-started/compatibility/compatibility.docs.mdx
+++ b/packages/documentation/src/stories/getting-started/compatibility/compatibility.docs.mdx
@@ -27,17 +27,21 @@ import * as GettingStartedStories from './compatibility.stories';
- 1.x
+ 1.x
16.x
- 2.x
+ 2.x
16.x
- 7.x
+ 7.x
16.x || 17.x
+
+ 8.x
+ 18.x
+
@@ -87,6 +91,12 @@ import * as GettingStartedStories from './compatibility.stories';
16.x || 17.x
15.x || 16.x
+
+ 8.x
+ 5.3
+ 18.x
+ 17.x
+
@@ -136,6 +146,12 @@ import * as GettingStartedStories from './compatibility.stories';
16.x || 17.x
15.x || 16.x
+
+ 8.x
+ 5.3
+ 18.x
+ 17.x
+
diff --git a/packages/documentation/src/stories/getting-started/migration-guide/global-state.component.ts b/packages/documentation/src/stories/getting-started/migration-guide/global-state.component.ts
index a44bad7e8d..84171eb38d 100644
--- a/packages/documentation/src/stories/getting-started/migration-guide/global-state.component.ts
+++ b/packages/documentation/src/stories/getting-started/migration-guide/global-state.component.ts
@@ -6,7 +6,7 @@ import { getLocaleStorage, MIGRATION_TYPE, setLocaleStorage } from './util/persi
@customElement('migration-global-state')
export class GlobalStateComponent extends LitElement {
@state() private state = {
- currentVersion: 6,
+ currentVersion: 7,
environment: 'intranet',
angular: true,
};
diff --git a/packages/documentation/src/stories/getting-started/migration-guide/migration-guide.docs.mdx b/packages/documentation/src/stories/getting-started/migration-guide/migration-guide.docs.mdx
index c3c36978e9..3f45e7d385 100644
--- a/packages/documentation/src/stories/getting-started/migration-guide/migration-guide.docs.mdx
+++ b/packages/documentation/src/stories/getting-started/migration-guide/migration-guide.docs.mdx
@@ -5,6 +5,7 @@ import './setup.component';
import './migrationv4-5.component';
import './migrationv5-6.component';
import './migrationv6-7.component';
+import './migrationv7-8.component';
@@ -22,4 +23,6 @@ import './migrationv6-7.component';
+
+
diff --git a/packages/documentation/src/stories/getting-started/migration-guide/migrationv7-8.component.ts b/packages/documentation/src/stories/getting-started/migration-guide/migrationv7-8.component.ts
new file mode 100644
index 0000000000..add4edea51
--- /dev/null
+++ b/packages/documentation/src/stories/getting-started/migration-guide/migrationv7-8.component.ts
@@ -0,0 +1,115 @@
+import { html, LitElement, nothing } from 'lit';
+import { customElement, property } from 'lit/decorators.js';
+
+@customElement('migration-version-7-8')
+export class MigrationV78Component extends LitElement {
+ @property({ type: Number }) currentVersion?: number;
+ @property({ type: String }) environment?: string;
+ @property({ type: Boolean }) angular?: boolean;
+
+ createRenderRoot() {
+ /**
+ * Render template without shadow DOM.
+ */
+ return this;
+ }
+
+ render() {
+ if (!this.currentVersion || this.currentVersion > 7) return nothing;
+
+ return html`
+
+ Migration from v7 to v8
+
+
+
+
+
+
+
+ Package Update 🩺
+
+ ${this.angular
+ ? html`
+
+
+ Use
+ https://update.angular.io/
+ to update Angular to version 18
+
+
+ `
+ : nothing}
+ ${this.angular
+ ? html`
+
+
+ Update ng-bootstrap to version
+
+ 17.x.x
+
+ :
+
+ npm install @ng-bootstrap/ng-bootstrap@17
+
+
+
+ `
+ : nothing}
+
+
+
+ Update Design System style package to version 8:
+ npm install @swisspost/design-system-styles@8
+
+
+
+
+
+ Deprecation notice
+
+ This is the last major release that supports
+ bootstrap ${this.angular ? html` and
+ @ng-bootstrap/ng-bootstrap ` : nothing}.
+ Support for these packages will be dropped with v9. Long term support for v8 will be
+ active until the end of 2025 and will receive critical bugfixes.
+
+
+ Bootstrap will be removed as a dependency for the Design System. For easy upgrades in
+ the future, the component structure and class names will remain the same, only the
+ styles in the background will be switched to the new token system.
+
+
+ Certain utility classes will no longer be avaiable from the Design System due to this
+ change. However, projects that need them can add the bootstrap library as their
+ dependency and conditionally import the needed files. More information on this change
+ will be detailed in the migration guide for v9.
+
+ ${this.angular ? html`
+ Any ng-bootstrap components will be replaced by web components and available for
+ Angular users with the
+ @swisspost/design-system-components-angular
+ package. With this change, we will limit our dependency on Angular to the
+ components-angular package which allows us to ship Angular upgrades much faster in the
+ future.
+
` : nothing}
+
+
+
+ 🥮 Rejoice
+ For there are no other breaking changes in this version.
+
+
+
+ `;
+ }
+}
diff --git a/packages/documentation/src/stories/getting-started/migration-guide/setup.component.ts b/packages/documentation/src/stories/getting-started/migration-guide/setup.component.ts
index df9c2b2d9e..a2e9bbc344 100644
--- a/packages/documentation/src/stories/getting-started/migration-guide/setup.component.ts
+++ b/packages/documentation/src/stories/getting-started/migration-guide/setup.component.ts
@@ -27,6 +27,9 @@ export class SetupComponent extends LitElement {
id="docs_Default_ExampleSelect"
class="form-select form-select-lg"
>
+
+ @swisspost/design-system-styles 7.x.x
+
@swisspost/design-system-styles 6.x.x
diff --git a/packages/intranet-header-workspace/angular.json b/packages/intranet-header-workspace/angular.json
index e81e3b34e9..2af9f218c0 100644
--- a/packages/intranet-header-workspace/angular.json
+++ b/packages/intranet-header-workspace/angular.json
@@ -160,6 +160,7 @@
}
},
"cli": {
- "analytics": false
+ "analytics": false,
+ "packageManager": "pnpm"
}
}
diff --git a/packages/intranet-header-workspace/package.json b/packages/intranet-header-workspace/package.json
index 2564f963e0..2d835b6428 100644
--- a/packages/intranet-header-workspace/package.json
+++ b/packages/intranet-header-workspace/package.json
@@ -10,16 +10,16 @@
"lint": "ng lint"
},
"dependencies": {
- "@angular/animations": "17.3.11",
- "@angular/common": "17.3.11",
- "@angular/compiler": "17.3.11",
- "@angular/core": "17.3.11",
- "@angular/forms": "17.3.11",
- "@angular/localize": "17.3.11",
- "@angular/platform-browser": "17.3.11",
- "@angular/platform-browser-dynamic": "17.3.11",
- "@angular/router": "17.3.11",
- "@ng-bootstrap/ng-bootstrap": "16.0.0",
+ "@angular/animations": "18.1.0",
+ "@angular/common": "18.1.0",
+ "@angular/compiler": "18.1.0",
+ "@angular/core": "18.1.0",
+ "@angular/forms": "18.1.0",
+ "@angular/localize": "18.1.0",
+ "@angular/platform-browser": "18.1.0",
+ "@angular/platform-browser-dynamic": "18.1.0",
+ "@angular/router": "18.1.0",
+ "@ng-bootstrap/ng-bootstrap": "17.0.0",
"@popperjs/core": "2.11.8",
"@swisspost/design-system-styles": "workspace:7.4.0",
"rxjs": "7.8.1",
@@ -28,13 +28,13 @@
"zone.js": "0.14.7"
},
"devDependencies": {
- "@angular-devkit/build-angular": "17.3.8",
- "@angular-eslint/builder": "17.5.2",
- "@angular-eslint/eslint-plugin": "17.5.2",
- "@angular-eslint/eslint-plugin-template": "17.5.2",
- "@angular-eslint/template-parser": "17.5.2",
- "@angular/cli": "17.3.8",
- "@angular/compiler-cli": "17.3.11",
+ "@angular-devkit/build-angular": "18.0.7",
+ "@angular-eslint/builder": "18.1.0",
+ "@angular-eslint/eslint-plugin": "18.1.0",
+ "@angular-eslint/eslint-plugin-template": "18.1.0",
+ "@angular-eslint/template-parser": "18.1.0",
+ "@angular/cli": "18.0.7",
+ "@angular/compiler-cli": "18.1.0",
"@types/jasmine": "5.1.4",
"@types/node": "20.14.9",
"@typescript-eslint/eslint-plugin": "7.15.0",
@@ -46,9 +46,9 @@
"karma-coverage": "2.2.1",
"karma-jasmine": "5.1.0",
"karma-jasmine-html-reporter": "2.1.0",
- "ng-packagr": "17.3.0",
+ "ng-packagr": "18.1.0",
"rimraf": "6.0.1",
- "typescript": "5.3.3"
+ "typescript": "5.4.5"
},
"keywords": [
"components",
diff --git a/packages/styles-primeng-workspace/angular.json b/packages/styles-primeng-workspace/angular.json
index 823a820887..e1873c1f77 100644
--- a/packages/styles-primeng-workspace/angular.json
+++ b/packages/styles-primeng-workspace/angular.json
@@ -129,6 +129,7 @@
}
},
"cli": {
- "analytics": false
+ "analytics": false,
+ "packageManager": "pnpm"
}
}
diff --git a/packages/styles-primeng-workspace/package.json b/packages/styles-primeng-workspace/package.json
index 260c6b17d1..159f209e8c 100644
--- a/packages/styles-primeng-workspace/package.json
+++ b/packages/styles-primeng-workspace/package.json
@@ -14,14 +14,14 @@
"lint:fix": "stylelint projects/styles-primeng/src/**/*.scss --fix"
},
"dependencies": {
- "@angular/animations": "17.3.11",
- "@angular/common": "17.3.11",
- "@angular/compiler": "17.3.11",
- "@angular/core": "17.3.11",
- "@angular/forms": "17.3.11",
- "@angular/platform-browser": "17.3.11",
- "@angular/platform-browser-dynamic": "17.3.11",
- "@angular/router": "17.3.11",
+ "@angular/animations": "18.1.1",
+ "@angular/common": "18.1.1",
+ "@angular/compiler": "18.1.1",
+ "@angular/core": "18.1.1",
+ "@angular/forms": "18.1.1",
+ "@angular/platform-browser": "18.1.1",
+ "@angular/platform-browser-dynamic": "18.1.1",
+ "@angular/router": "18.1.1",
"@swisspost/design-system-styles": "workspace:7.4.0",
"primeng": "17.18.4",
"rxjs": "7.8.1",
@@ -29,9 +29,9 @@
"zone.js": "0.14.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "17.3.8",
- "@angular/cli": "17.3.8",
- "@angular/compiler-cli": "17.3.11",
+ "@angular-devkit/build-angular": "18.1.1",
+ "@angular/cli": "18.1.1",
+ "@angular/compiler-cli": "18.1.1",
"@types/jasmine": "4.3.0",
"jasmine-core": "4.6.0",
"karma": "6.4.0",
@@ -39,12 +39,12 @@
"karma-coverage": "2.2.0",
"karma-jasmine": "5.1.0",
"karma-jasmine-html-reporter": "2.1.0",
- "ng-packagr": "17.3.0",
+ "ng-packagr": "18.1.0",
"npm-run-all": "4.1.5",
"stylelint": "16.3.1",
"stylelint-config-sass-guidelines": "11.1.0",
"stylelint-prettier": "5.0.0",
"stylelint-scss": "6.2.1",
- "typescript": "5.3.3"
+ "typescript": "5.5.3"
}
}
diff --git a/packages/styles-primeng-workspace/projects/styles-primeng/package.json b/packages/styles-primeng-workspace/projects/styles-primeng/package.json
index 46a040ffef..827b17f7df 100644
--- a/packages/styles-primeng-workspace/projects/styles-primeng/package.json
+++ b/packages/styles-primeng-workspace/projects/styles-primeng/package.json
@@ -18,9 +18,9 @@
"linkDirectory": true
},
"peerDependencies": {
- "@angular/common": "^17.0.0",
- "@angular/core": "^17.0.0",
- "primeng": "^17.0.0"
+ "@angular/common": "^18.0.0",
+ "@angular/core": "^18.0.0",
+ "primeng": "^17.18.0"
},
"dependencies": {
"@swisspost/design-system-styles": "workspace:7.4.0",
diff --git a/packages/styles/package.json b/packages/styles/package.json
index df9092f70e..18ad2d5fd2 100644
--- a/packages/styles/package.json
+++ b/packages/styles/package.json
@@ -27,8 +27,8 @@
"lint:fix": "stylelint src/**/*.scss --fix"
},
"peerDependencies": {
- "@ng-bootstrap/ng-bootstrap": "^15.0.0 || ^16.0.0",
- "@angular/core": "^16.0.0 || ^17.0.0",
+ "@angular/core": "^18.0.0",
+ "@ng-bootstrap/ng-bootstrap": "^17.0.0",
"bootstrap": "~5.3.0"
},
"peerDependenciesMeta": {
@@ -66,7 +66,7 @@
"stylelint-config-sass-guidelines": "11.1.0",
"stylelint-prettier": "5.0.0",
"stylelint-scss": "6.3.2",
- "typescript": "5.3.3"
+ "typescript": "5.4.5"
},
"sass": {
"includePaths": [
diff --git a/packages/styles/src/components/pagination.scss b/packages/styles/src/components/pagination.scss
index 0b46ff9908..0d239a241d 100644
--- a/packages/styles/src/components/pagination.scss
+++ b/packages/styles/src/components/pagination.scss
@@ -40,6 +40,7 @@
&[aria-label='Last'] {
> span {
display: inline-block;
+ color: transparent;
width: icons.$icon-size-default;
height: icons.$icon-size-default;
}
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index fbb70e2a2f..cab7ec2d33 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -126,29 +126,29 @@ importers:
packages/components-angular:
dependencies:
'@angular/animations':
- specifier: 17.3.11
- version: 17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))
+ specifier: 18.1.0
+ version: 18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))
'@angular/common':
- specifier: 17.3.11
- version: 17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1)
+ specifier: 18.1.0
+ version: 18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1)
'@angular/compiler':
- specifier: 17.3.11
- version: 17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))
+ specifier: 18.1.0
+ version: 18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))
'@angular/core':
- specifier: 17.3.11
- version: 17.3.11(rxjs@7.8.1)(zone.js@0.14.7)
+ specifier: 18.1.0
+ version: 18.1.0(rxjs@7.8.1)(zone.js@0.14.7)
'@angular/forms':
- specifier: 17.3.11
- version: 17.3.11(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(@angular/platform-browser@17.3.11(@angular/animations@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(rxjs@7.8.1)
+ specifier: 18.1.0
+ version: 18.1.0(@angular/common@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(@angular/platform-browser@18.1.0(@angular/animations@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(@angular/common@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(rxjs@7.8.1)
'@angular/platform-browser':
- specifier: 17.3.11
- version: 17.3.11(@angular/animations@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))
+ specifier: 18.1.0
+ version: 18.1.0(@angular/animations@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(@angular/common@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))
'@angular/platform-browser-dynamic':
- specifier: 17.3.11
- version: 17.3.11(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/compiler@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(@angular/platform-browser@17.3.11(@angular/animations@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))
+ specifier: 18.1.0
+ version: 18.1.0(@angular/common@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(@angular/platform-browser@18.1.0(@angular/animations@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(@angular/common@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))
'@angular/router':
- specifier: 17.3.11
- version: 17.3.11(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(@angular/platform-browser@17.3.11(@angular/animations@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(rxjs@7.8.1)
+ specifier: 18.1.0
+ version: 18.1.0(@angular/common@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(@angular/platform-browser@18.1.0(@angular/animations@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(@angular/common@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(rxjs@7.8.1)
'@swisspost/design-system-components':
specifier: workspace:7.4.0
version: link:../components
@@ -166,35 +166,35 @@ importers:
version: 0.14.7
devDependencies:
'@angular-devkit/build-angular':
- specifier: 17.3.8
- version: 17.3.8(@angular/compiler-cli@17.3.11(@angular/compiler@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.3.3))(@angular/localize@17.3.11(@angular/compiler-cli@17.3.11(@angular/compiler@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.3.3))(@angular/compiler@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))))(@types/express@4.17.17)(@types/node@20.14.9)(chokidar@3.6.0)(jest-environment-jsdom@29.7.0)(jest@29.7.0(@types/node@20.14.9))(karma@6.4.3)(ng-packagr@17.3.0(@angular/compiler-cli@17.3.11(@angular/compiler@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.3.3))(tailwindcss@3.4.4)(tslib@2.6.3)(typescript@5.3.3))(tailwindcss@3.4.4)(typescript@5.3.3)
+ specifier: 18.0.7
+ version: 18.0.7(@angular/compiler-cli@18.1.0(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.4.5))(@angular/localize@18.1.0(@angular/compiler-cli@18.1.0(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.4.5))(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))))(@types/node@20.14.11)(chokidar@3.6.0)(jest-environment-jsdom@29.7.0)(jest@29.7.0(@types/node@20.14.11))(karma@6.4.3)(ng-packagr@18.1.0(@angular/compiler-cli@18.1.0(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.4.5))(tailwindcss@3.4.4)(tslib@2.6.3)(typescript@5.4.5))(tailwindcss@3.4.4)(typescript@5.4.5)
'@angular-eslint/builder':
- specifier: 17.5.2
- version: 17.5.2(eslint@8.57.0)(typescript@5.3.3)
+ specifier: 18.1.0
+ version: 18.1.0(eslint@8.57.0)(typescript@5.4.5)
'@angular-eslint/eslint-plugin':
- specifier: 17.5.2
- version: 17.5.2(eslint@8.57.0)(typescript@5.3.3)
+ specifier: 18.1.0
+ version: 18.1.0(@typescript-eslint/utils@7.15.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(typescript@5.4.5)
'@angular-eslint/eslint-plugin-template':
- specifier: 17.5.2
- version: 17.5.2(eslint@8.57.0)(typescript@5.3.3)
+ specifier: 18.1.0
+ version: 18.1.0(@typescript-eslint/utils@7.15.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(typescript@5.4.5)
'@angular-eslint/template-parser':
- specifier: 17.5.2
- version: 17.5.2(eslint@8.57.0)(typescript@5.3.3)
+ specifier: 18.1.0
+ version: 18.1.0(eslint@8.57.0)(typescript@5.4.5)
'@angular/cli':
- specifier: 17.3.8
- version: 17.3.8(chokidar@3.6.0)
+ specifier: 18.0.7
+ version: 18.0.7(chokidar@3.6.0)
'@angular/compiler-cli':
- specifier: 17.3.11
- version: 17.3.11(@angular/compiler@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.3.3)
+ specifier: 18.1.0
+ version: 18.1.0(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.4.5)
'@cypress/schematic':
specifier: 2.5.2
- version: 2.5.2(@angular/cli@17.3.8(chokidar@3.6.0))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))
+ version: 2.5.2(@angular/cli@18.0.7(chokidar@3.6.0))(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))
'@typescript-eslint/eslint-plugin':
specifier: 7.15.0
- version: 7.15.0(@typescript-eslint/parser@7.15.0(eslint@8.57.0)(typescript@5.3.3))(eslint@8.57.0)(typescript@5.3.3)
+ version: 7.15.0(@typescript-eslint/parser@7.15.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(typescript@5.4.5)
'@typescript-eslint/parser':
specifier: 7.15.0
- version: 7.15.0(eslint@8.57.0)(typescript@5.3.3)
+ version: 7.15.0(eslint@8.57.0)(typescript@5.4.5)
cypress:
specifier: 13.13.0
version: 13.13.0
@@ -217,11 +217,11 @@ importers:
specifier: 2.1.0
version: 2.1.0(jasmine-core@5.1.2)(karma-jasmine@5.1.0(karma@6.4.3))(karma@6.4.3)
ng-packagr:
- specifier: 17.3.0
- version: 17.3.0(@angular/compiler-cli@17.3.11(@angular/compiler@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.3.3))(tailwindcss@3.4.4)(tslib@2.6.3)(typescript@5.3.3)
+ specifier: 18.1.0
+ version: 18.1.0(@angular/compiler-cli@18.1.0(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.4.5))(tailwindcss@3.4.4)(tslib@2.6.3)(typescript@5.4.5)
typescript:
- specifier: 5.3.3
- version: 5.3.3
+ specifier: 5.4.5
+ version: 5.4.5
packages/components-angular/projects/components:
dependencies:
@@ -294,44 +294,44 @@ importers:
packages/demo:
dependencies:
'@angular/animations':
- specifier: 17.3.11
- version: 17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))
+ specifier: 18.1.0
+ version: 18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))
'@angular/cdk':
specifier: 17.3.10
- version: 17.3.10(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1)
+ version: 17.3.10(@angular/common@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1)
'@angular/common':
- specifier: 17.3.11
- version: 17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1)
+ specifier: 18.1.0
+ version: 18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1)
'@angular/compiler':
- specifier: 17.3.11
- version: 17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))
+ specifier: 18.1.0
+ version: 18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))
'@angular/core':
- specifier: 17.3.11
- version: 17.3.11(rxjs@7.8.1)(zone.js@0.14.7)
+ specifier: 18.1.0
+ version: 18.1.0(rxjs@7.8.1)(zone.js@0.14.7)
'@angular/forms':
- specifier: 17.3.11
- version: 17.3.11(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(@angular/platform-browser@17.3.11(@angular/animations@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(rxjs@7.8.1)
+ specifier: 18.1.0
+ version: 18.1.0(@angular/common@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(@angular/platform-browser@18.1.0(@angular/animations@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(@angular/common@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(rxjs@7.8.1)
'@angular/localize':
- specifier: 17.3.11
- version: 17.3.11(@angular/compiler-cli@17.3.11(@angular/compiler@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.3.3))(@angular/compiler@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))
+ specifier: 18.1.0
+ version: 18.1.0(@angular/compiler-cli@18.1.0(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.4.5))(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))
'@angular/platform-browser':
- specifier: 17.3.11
- version: 17.3.11(@angular/animations@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))
+ specifier: 18.1.0
+ version: 18.1.0(@angular/animations@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(@angular/common@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))
'@angular/platform-browser-dynamic':
- specifier: 17.3.11
- version: 17.3.11(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/compiler@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(@angular/platform-browser@17.3.11(@angular/animations@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))
+ specifier: 18.1.0
+ version: 18.1.0(@angular/common@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(@angular/platform-browser@18.1.0(@angular/animations@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(@angular/common@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))
'@angular/router':
- specifier: 17.3.11
- version: 17.3.11(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(@angular/platform-browser@17.3.11(@angular/animations@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(rxjs@7.8.1)
+ specifier: 18.1.0
+ version: 18.1.0(@angular/common@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(@angular/platform-browser@18.1.0(@angular/animations@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(@angular/common@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(rxjs@7.8.1)
'@ng-bootstrap/ng-bootstrap':
- specifier: 16.0.0
- version: 16.0.0(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(@angular/forms@17.3.11(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(@angular/platform-browser@17.3.11(@angular/animations@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(rxjs@7.8.1))(@angular/localize@17.3.11(@angular/compiler-cli@17.3.11(@angular/compiler@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.3.3))(@angular/compiler@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))))(@popperjs/core@2.11.8)(rxjs@7.8.1)
+ specifier: 17.0.0
+ version: 17.0.0(@angular/common@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(@angular/forms@18.1.0(@angular/common@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(@angular/platform-browser@18.1.0(@angular/animations@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(@angular/common@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(rxjs@7.8.1))(@angular/localize@18.1.0(@angular/compiler-cli@18.1.0(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.4.5))(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))))(@popperjs/core@2.11.8)(rxjs@7.8.1)
'@popperjs/core':
specifier: 2.11.8
version: 2.11.8
'@swimlane/ngx-datatable':
specifier: 20.1.0
- version: 20.1.0(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(@angular/platform-browser@17.3.11(@angular/animations@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(rxjs@7.8.1)
+ version: 20.1.0(@angular/common@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(@angular/platform-browser@18.1.0(@angular/animations@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(@angular/common@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(rxjs@7.8.1)
'@swisspost/design-system-intranet-header':
specifier: workspace:7.4.0
version: link:../intranet-header-workspace/dist/intranet-header
@@ -352,10 +352,10 @@ importers:
version: 11.9.0
ngx-highlightjs:
specifier: 10.0.0
- version: 10.0.0(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1)
+ version: 10.0.0(@angular/common@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1)
ngx-toastr:
specifier: 18.0.0
- version: 18.0.0(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(@angular/platform-browser@17.3.11(@angular/animations@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))
+ version: 18.0.0(@angular/common@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(@angular/platform-browser@18.1.0(@angular/animations@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(@angular/common@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))
prettier:
specifier: 2.8.8
version: 2.8.8
@@ -370,32 +370,32 @@ importers:
version: 0.14.7
devDependencies:
'@angular-devkit/build-angular':
- specifier: 17.3.8
- version: 17.3.8(@angular/compiler-cli@17.3.11(@angular/compiler@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.3.3))(@angular/localize@17.3.11(@angular/compiler-cli@17.3.11(@angular/compiler@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.3.3))(@angular/compiler@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))))(@types/express@4.17.17)(@types/node@20.12.7)(chokidar@3.6.0)(jest-environment-jsdom@29.7.0)(jest@29.7.0(@types/node@20.12.7)(ts-node@10.9.2(@types/node@20.12.7)(typescript@5.3.3)))(karma@6.4.3)(ng-packagr@17.3.0(@angular/compiler-cli@17.3.11(@angular/compiler@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.3.3))(tailwindcss@3.4.4(ts-node@10.9.2(@types/node@20.12.7)(typescript@5.3.3)))(tslib@2.6.3)(typescript@5.3.3))(tailwindcss@3.4.4(ts-node@10.9.2(@types/node@20.12.7)(typescript@5.3.3)))(typescript@5.3.3)
+ specifier: 18.0.7
+ version: 18.0.7(@angular/compiler-cli@18.1.0(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.4.5))(@angular/localize@18.1.0(@angular/compiler-cli@18.1.0(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.4.5))(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))))(@types/node@20.12.7)(chokidar@3.6.0)(jest-environment-jsdom@29.7.0)(jest@29.7.0(@types/node@20.12.7)(ts-node@10.9.2(@types/node@20.12.7)(typescript@5.4.5)))(karma@6.4.3)(ng-packagr@18.1.0(@angular/compiler-cli@18.1.0(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.4.5))(tailwindcss@3.4.4(ts-node@10.9.2(@types/node@20.12.7)(typescript@5.4.5)))(tslib@2.6.3)(typescript@5.4.5))(tailwindcss@3.4.4(ts-node@10.9.2(@types/node@20.12.7)(typescript@5.4.5)))(typescript@5.4.5)
'@angular-eslint/builder':
- specifier: 17.5.2
- version: 17.5.2(eslint@8.57.0)(typescript@5.3.3)
+ specifier: 18.1.0
+ version: 18.1.0(eslint@8.57.0)(typescript@5.4.5)
'@angular-eslint/eslint-plugin':
- specifier: 17.5.2
- version: 17.5.2(eslint@8.57.0)(typescript@5.3.3)
+ specifier: 18.1.0
+ version: 18.1.0(@typescript-eslint/utils@7.15.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(typescript@5.4.5)
'@angular-eslint/eslint-plugin-template':
- specifier: 17.5.2
- version: 17.5.2(eslint@8.57.0)(typescript@5.3.3)
+ specifier: 18.1.0
+ version: 18.1.0(@typescript-eslint/utils@7.15.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(typescript@5.4.5)
'@angular-eslint/template-parser':
- specifier: 17.5.2
- version: 17.5.2(eslint@8.57.0)(typescript@5.3.3)
+ specifier: 18.1.0
+ version: 18.1.0(eslint@8.57.0)(typescript@5.4.5)
'@angular/cli':
- specifier: 17.3.8
- version: 17.3.8(chokidar@3.6.0)
+ specifier: 18.0.7
+ version: 18.0.7(chokidar@3.6.0)
'@angular/compiler-cli':
- specifier: 17.3.11
- version: 17.3.11(@angular/compiler@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.3.3)
+ specifier: 18.1.0
+ version: 18.1.0(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.4.5)
'@angular/elements':
- specifier: 17.3.11
- version: 17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1)
+ specifier: 18.1.0
+ version: 18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1)
'@angular/language-service':
- specifier: 17.3.11
- version: 17.3.11
+ specifier: 18.1.0
+ version: 18.1.0
'@types/jasmine':
specifier: 5.1.4
version: 5.1.4
@@ -407,10 +407,10 @@ importers:
version: 20.12.7
'@typescript-eslint/eslint-plugin':
specifier: 6.21.0
- version: 6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.3.3))(eslint@8.57.0)(typescript@5.3.3)
+ version: 6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(typescript@5.4.5)
'@typescript-eslint/parser':
specifier: 6.21.0
- version: 6.21.0(eslint@8.57.0)(typescript@5.3.3)
+ version: 6.21.0(eslint@8.57.0)(typescript@5.4.5)
eslint:
specifier: 8.57.0
version: 8.57.0
@@ -455,10 +455,10 @@ importers:
version: 0.3.24
ts-node:
specifier: 10.9.2
- version: 10.9.2(@types/node@20.12.7)(typescript@5.3.3)
+ version: 10.9.2(@types/node@20.12.7)(typescript@5.4.5)
typescript:
- specifier: 5.3.3
- version: 5.3.3
+ specifier: 5.4.5
+ version: 5.4.5
undici-types:
specifier: 6.19.2
version: 6.19.2
@@ -540,7 +540,7 @@ importers:
version: 8.1.11(encoding@0.1.13)(lit@3.1.4)(prettier@2.8.8)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
'@storybook/web-components-vite':
specifier: 8.1.11
- version: 8.1.11(encoding@0.1.13)(lit@3.1.4)(prettier@2.8.8)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.3.3)(vite@5.1.7(@types/node@20.14.9)(less@4.2.0)(sass@1.77.6)(terser@5.29.1))
+ version: 8.1.11(encoding@0.1.13)(lit@3.1.4)(prettier@2.8.8)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.3.3)(vite@5.3.2(@types/node@20.14.11)(less@4.2.0)(sass@1.77.6)(terser@5.29.2))
'@swisspost/design-system-components-angular':
specifier: workspace:7.4.0
version: link:../components-angular/dist/components
@@ -781,7 +781,7 @@ importers:
version: 4.0.0
rollup-plugin-visualizer:
specifier: 5.12.0
- version: 5.12.0(rollup@4.13.0)
+ version: 5.12.0(rollup@4.18.1)
sass:
specifier: 1.77.6
version: 1.77.6
@@ -798,35 +798,35 @@ importers:
packages/intranet-header-workspace:
dependencies:
'@angular/animations':
- specifier: 17.3.11
- version: 17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))
+ specifier: 18.1.0
+ version: 18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))
'@angular/common':
- specifier: 17.3.11
- version: 17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1)
+ specifier: 18.1.0
+ version: 18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1)
'@angular/compiler':
- specifier: 17.3.11
- version: 17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))
+ specifier: 18.1.0
+ version: 18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))
'@angular/core':
- specifier: 17.3.11
- version: 17.3.11(rxjs@7.8.1)(zone.js@0.14.7)
+ specifier: 18.1.0
+ version: 18.1.0(rxjs@7.8.1)(zone.js@0.14.7)
'@angular/forms':
- specifier: 17.3.11
- version: 17.3.11(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(@angular/platform-browser@17.3.11(@angular/animations@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(rxjs@7.8.1)
+ specifier: 18.1.0
+ version: 18.1.0(@angular/common@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(@angular/platform-browser@18.1.0(@angular/animations@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(@angular/common@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(rxjs@7.8.1)
'@angular/localize':
- specifier: 17.3.11
- version: 17.3.11(@angular/compiler-cli@17.3.11(@angular/compiler@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.3.3))(@angular/compiler@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))
+ specifier: 18.1.0
+ version: 18.1.0(@angular/compiler-cli@18.1.0(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.4.5))(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))
'@angular/platform-browser':
- specifier: 17.3.11
- version: 17.3.11(@angular/animations@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))
+ specifier: 18.1.0
+ version: 18.1.0(@angular/animations@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(@angular/common@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))
'@angular/platform-browser-dynamic':
- specifier: 17.3.11
- version: 17.3.11(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/compiler@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(@angular/platform-browser@17.3.11(@angular/animations@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))
+ specifier: 18.1.0
+ version: 18.1.0(@angular/common@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(@angular/platform-browser@18.1.0(@angular/animations@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(@angular/common@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))
'@angular/router':
- specifier: 17.3.11
- version: 17.3.11(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(@angular/platform-browser@17.3.11(@angular/animations@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(rxjs@7.8.1)
+ specifier: 18.1.0
+ version: 18.1.0(@angular/common@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(@angular/platform-browser@18.1.0(@angular/animations@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(@angular/common@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(rxjs@7.8.1)
'@ng-bootstrap/ng-bootstrap':
- specifier: 16.0.0
- version: 16.0.0(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(@angular/forms@17.3.11(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(@angular/platform-browser@17.3.11(@angular/animations@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(rxjs@7.8.1))(@angular/localize@17.3.11(@angular/compiler-cli@17.3.11(@angular/compiler@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.3.3))(@angular/compiler@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))))(@popperjs/core@2.11.8)(rxjs@7.8.1)
+ specifier: 17.0.0
+ version: 17.0.0(@angular/common@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(@angular/forms@18.1.0(@angular/common@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(@angular/platform-browser@18.1.0(@angular/animations@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(@angular/common@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(rxjs@7.8.1))(@angular/localize@18.1.0(@angular/compiler-cli@18.1.0(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.4.5))(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))))(@popperjs/core@2.11.8)(rxjs@7.8.1)
'@popperjs/core':
specifier: 2.11.8
version: 2.11.8
@@ -847,26 +847,26 @@ importers:
version: 0.14.7
devDependencies:
'@angular-devkit/build-angular':
- specifier: 17.3.8
- version: 17.3.8(@angular/compiler-cli@17.3.11(@angular/compiler@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.3.3))(@angular/localize@17.3.11(@angular/compiler-cli@17.3.11(@angular/compiler@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.3.3))(@angular/compiler@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))))(@types/express@4.17.17)(@types/node@20.14.9)(chokidar@3.6.0)(jest-environment-jsdom@29.7.0)(jest@29.7.0(@types/node@20.14.9))(karma@6.4.3)(ng-packagr@17.3.0(@angular/compiler-cli@17.3.11(@angular/compiler@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.3.3))(tailwindcss@3.4.4)(tslib@2.6.3)(typescript@5.3.3))(tailwindcss@3.4.4)(typescript@5.3.3)
+ specifier: 18.0.7
+ version: 18.0.7(@angular/compiler-cli@18.1.0(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.4.5))(@angular/localize@18.1.0(@angular/compiler-cli@18.1.0(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.4.5))(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))))(@types/node@20.14.9)(chokidar@3.6.0)(jest-environment-jsdom@29.7.0)(jest@29.7.0(@types/node@20.14.9))(karma@6.4.3)(ng-packagr@18.1.0(@angular/compiler-cli@18.1.0(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.4.5))(tailwindcss@3.4.4)(tslib@2.6.3)(typescript@5.4.5))(tailwindcss@3.4.4)(typescript@5.4.5)
'@angular-eslint/builder':
- specifier: 17.5.2
- version: 17.5.2(eslint@8.57.0)(typescript@5.3.3)
+ specifier: 18.1.0
+ version: 18.1.0(eslint@8.57.0)(typescript@5.4.5)
'@angular-eslint/eslint-plugin':
- specifier: 17.5.2
- version: 17.5.2(eslint@8.57.0)(typescript@5.3.3)
+ specifier: 18.1.0
+ version: 18.1.0(@typescript-eslint/utils@7.15.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(typescript@5.4.5)
'@angular-eslint/eslint-plugin-template':
- specifier: 17.5.2
- version: 17.5.2(eslint@8.57.0)(typescript@5.3.3)
+ specifier: 18.1.0
+ version: 18.1.0(@typescript-eslint/utils@7.15.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(typescript@5.4.5)
'@angular-eslint/template-parser':
- specifier: 17.5.2
- version: 17.5.2(eslint@8.57.0)(typescript@5.3.3)
+ specifier: 18.1.0
+ version: 18.1.0(eslint@8.57.0)(typescript@5.4.5)
'@angular/cli':
- specifier: 17.3.8
- version: 17.3.8(chokidar@3.6.0)
+ specifier: 18.0.7
+ version: 18.0.7(chokidar@3.6.0)
'@angular/compiler-cli':
- specifier: 17.3.11
- version: 17.3.11(@angular/compiler@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.3.3)
+ specifier: 18.1.0
+ version: 18.1.0(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.4.5)
'@types/jasmine':
specifier: 5.1.4
version: 5.1.4
@@ -875,10 +875,10 @@ importers:
version: 20.14.9
'@typescript-eslint/eslint-plugin':
specifier: 7.15.0
- version: 7.15.0(@typescript-eslint/parser@7.15.0(eslint@8.57.0)(typescript@5.3.3))(eslint@8.57.0)(typescript@5.3.3)
+ version: 7.15.0(@typescript-eslint/parser@7.15.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(typescript@5.4.5)
'@typescript-eslint/parser':
specifier: 7.15.0
- version: 7.15.0(eslint@8.57.0)(typescript@5.3.3)
+ version: 7.15.0(eslint@8.57.0)(typescript@5.4.5)
eslint:
specifier: 8.57.0
version: 8.57.0
@@ -901,23 +901,23 @@ importers:
specifier: 2.1.0
version: 2.1.0(jasmine-core@5.1.2)(karma-jasmine@5.1.0(karma@6.4.3))(karma@6.4.3)
ng-packagr:
- specifier: 17.3.0
- version: 17.3.0(@angular/compiler-cli@17.3.11(@angular/compiler@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.3.3))(tailwindcss@3.4.4)(tslib@2.6.3)(typescript@5.3.3)
+ specifier: 18.1.0
+ version: 18.1.0(@angular/compiler-cli@18.1.0(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.4.5))(tailwindcss@3.4.4)(tslib@2.6.3)(typescript@5.4.5)
rimraf:
specifier: 6.0.1
version: 6.0.1
typescript:
- specifier: 5.3.3
- version: 5.3.3
+ specifier: 5.4.5
+ version: 5.4.5
packages/intranet-header-workspace/projects/intranet-header:
dependencies:
'@angular/common':
specifier: ^16.0.0 || ^17.0.0
- version: 17.3.3(@angular/core@17.3.3(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1)
+ version: 17.3.3(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1)
'@angular/core':
specifier: ^16.0.0 || ^17.0.0
- version: 17.3.3(rxjs@7.8.1)(zone.js@0.14.7)
+ version: 17.3.11(rxjs@7.8.1)(zone.js@0.14.7)
'@swisspost/design-system-styles':
specifier: workspace:7.4.0
version: link:../../../styles/dist
@@ -1031,11 +1031,11 @@ importers:
packages/styles:
dependencies:
'@angular/core':
- specifier: ^16.0.0 || ^17.0.0
- version: 17.3.11(rxjs@7.8.1)(zone.js@0.14.7)
+ specifier: ^18.0.0
+ version: 18.1.0(rxjs@7.8.1)(zone.js@0.14.7)
'@ng-bootstrap/ng-bootstrap':
- specifier: ^15.0.0 || ^16.0.0
- version: 16.0.0(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(@angular/forms@17.3.11(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(@angular/platform-browser@17.3.11(@angular/animations@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(rxjs@7.8.1))(@angular/localize@17.3.11(@angular/compiler-cli@17.3.11(@angular/compiler@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.3.3))(@angular/compiler@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))))(@popperjs/core@2.11.8)(rxjs@7.8.1)
+ specifier: ^17.0.0
+ version: 17.0.0(@angular/common@18.1.1(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(@angular/forms@18.1.1(@angular/common@18.1.1(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(@angular/platform-browser@18.1.1(@angular/animations@18.1.1(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(@angular/common@18.1.1(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(rxjs@7.8.1))(@angular/localize@18.1.0(@angular/compiler-cli@18.1.1(@angular/compiler@18.1.1(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.4.5))(@angular/compiler@18.1.1(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))))(@popperjs/core@2.11.8)(rxjs@7.8.1)
'@popperjs/core':
specifier: 2.11.8
version: 2.11.8
@@ -1090,53 +1090,53 @@ importers:
version: 1.77.6
stylelint:
specifier: 16.6.1
- version: 16.6.1(typescript@5.3.3)
+ version: 16.6.1(typescript@5.4.5)
stylelint-config-sass-guidelines:
specifier: 11.1.0
- version: 11.1.0(postcss@8.4.39)(stylelint@16.6.1(typescript@5.3.3))
+ version: 11.1.0(postcss@8.4.39)(stylelint@16.6.1(typescript@5.4.5))
stylelint-prettier:
specifier: 5.0.0
- version: 5.0.0(prettier@3.3.2)(stylelint@16.6.1(typescript@5.3.3))
+ version: 5.0.0(prettier@3.3.2)(stylelint@16.6.1(typescript@5.4.5))
stylelint-scss:
specifier: 6.3.2
- version: 6.3.2(stylelint@16.6.1(typescript@5.3.3))
+ version: 6.3.2(stylelint@16.6.1(typescript@5.4.5))
typescript:
- specifier: 5.3.3
- version: 5.3.3
+ specifier: 5.4.5
+ version: 5.4.5
publishDirectory: ./dist
packages/styles-primeng-workspace:
dependencies:
'@angular/animations':
- specifier: 17.3.11
- version: 17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4))
+ specifier: 18.1.1
+ version: 18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4))
'@angular/common':
- specifier: 17.3.11
- version: 17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4))(rxjs@7.8.1)
+ specifier: 18.1.1
+ version: 18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4))(rxjs@7.8.1)
'@angular/compiler':
- specifier: 17.3.11
- version: 17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4))
+ specifier: 18.1.1
+ version: 18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4))
'@angular/core':
- specifier: 17.3.11
- version: 17.3.11(rxjs@7.8.1)(zone.js@0.14.4)
+ specifier: 18.1.1
+ version: 18.1.1(rxjs@7.8.1)(zone.js@0.14.4)
'@angular/forms':
- specifier: 17.3.11
- version: 17.3.11(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4))(rxjs@7.8.1))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4))(@angular/platform-browser@17.3.11(@angular/animations@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4)))(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4))(rxjs@7.8.1))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4)))(rxjs@7.8.1)
+ specifier: 18.1.1
+ version: 18.1.1(@angular/common@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4))(rxjs@7.8.1))(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4))(@angular/platform-browser@18.1.1(@angular/animations@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4)))(@angular/common@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4))(rxjs@7.8.1))(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4)))(rxjs@7.8.1)
'@angular/platform-browser':
- specifier: 17.3.11
- version: 17.3.11(@angular/animations@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4)))(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4))(rxjs@7.8.1))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4))
+ specifier: 18.1.1
+ version: 18.1.1(@angular/animations@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4)))(@angular/common@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4))(rxjs@7.8.1))(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4))
'@angular/platform-browser-dynamic':
- specifier: 17.3.11
- version: 17.3.11(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4))(rxjs@7.8.1))(@angular/compiler@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4)))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4))(@angular/platform-browser@17.3.11(@angular/animations@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4)))(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4))(rxjs@7.8.1))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4)))
+ specifier: 18.1.1
+ version: 18.1.1(@angular/common@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4))(rxjs@7.8.1))(@angular/compiler@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4)))(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4))(@angular/platform-browser@18.1.1(@angular/animations@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4)))(@angular/common@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4))(rxjs@7.8.1))(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4)))
'@angular/router':
- specifier: 17.3.11
- version: 17.3.11(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4))(rxjs@7.8.1))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4))(@angular/platform-browser@17.3.11(@angular/animations@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4)))(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4))(rxjs@7.8.1))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4)))(rxjs@7.8.1)
+ specifier: 18.1.1
+ version: 18.1.1(@angular/common@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4))(rxjs@7.8.1))(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4))(@angular/platform-browser@18.1.1(@angular/animations@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4)))(@angular/common@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4))(rxjs@7.8.1))(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4)))(rxjs@7.8.1)
'@swisspost/design-system-styles':
specifier: workspace:7.4.0
version: link:../styles/dist
primeng:
specifier: 17.18.4
- version: 17.18.4(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4))(rxjs@7.8.1))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4))(@angular/forms@17.3.11(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4))(rxjs@7.8.1))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4))(@angular/platform-browser@17.3.11(@angular/animations@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4)))(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4))(rxjs@7.8.1))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4)))(rxjs@7.8.1))(rxjs@7.8.1)(zone.js@0.14.4)
+ version: 17.18.4(@angular/common@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4))(rxjs@7.8.1))(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4))(@angular/forms@18.1.1(@angular/common@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4))(rxjs@7.8.1))(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4))(@angular/platform-browser@18.1.1(@angular/animations@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4)))(@angular/common@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4))(rxjs@7.8.1))(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4)))(rxjs@7.8.1))(rxjs@7.8.1)(zone.js@0.14.4)
rxjs:
specifier: 7.8.1
version: 7.8.1
@@ -1148,14 +1148,14 @@ importers:
version: 0.14.4
devDependencies:
'@angular-devkit/build-angular':
- specifier: 17.3.8
- version: 17.3.8(@angular/compiler-cli@17.3.11(@angular/compiler@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4)))(typescript@5.3.3))(@angular/localize@17.3.11(@angular/compiler-cli@17.3.11(@angular/compiler@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4)))(typescript@5.3.3))(@angular/compiler@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4))))(@types/express@4.17.17)(@types/node@20.14.9)(chokidar@3.6.0)(jest-environment-jsdom@29.7.0)(jest@29.7.0(@types/node@20.14.9))(karma@6.4.0)(ng-packagr@17.3.0(@angular/compiler-cli@17.3.11(@angular/compiler@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4)))(typescript@5.3.3))(tailwindcss@3.4.4)(tslib@2.6.2)(typescript@5.3.3))(tailwindcss@3.4.4)(typescript@5.3.3)
+ specifier: 18.1.1
+ version: 18.1.1(@angular/compiler-cli@18.1.1(@angular/compiler@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4)))(typescript@5.5.3))(@angular/localize@18.1.0(@angular/compiler-cli@18.1.1(@angular/compiler@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4)))(typescript@5.5.3))(@angular/compiler@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4))))(@types/node@20.14.11)(chokidar@3.6.0)(jest-environment-jsdom@29.7.0)(jest@29.7.0(@types/node@20.14.11))(karma@6.4.0)(ng-packagr@18.1.0(@angular/compiler-cli@18.1.1(@angular/compiler@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4)))(typescript@5.5.3))(tailwindcss@3.4.4)(tslib@2.6.2)(typescript@5.5.3))(tailwindcss@3.4.4)(typescript@5.5.3)
'@angular/cli':
- specifier: 17.3.8
- version: 17.3.8(chokidar@3.6.0)
+ specifier: 18.1.1
+ version: 18.1.1(chokidar@3.6.0)
'@angular/compiler-cli':
- specifier: 17.3.11
- version: 17.3.11(@angular/compiler@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4)))(typescript@5.3.3)
+ specifier: 18.1.1
+ version: 18.1.1(@angular/compiler@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4)))(typescript@5.5.3)
'@types/jasmine':
specifier: 4.3.0
version: 4.3.0
@@ -1178,41 +1178,41 @@ importers:
specifier: 2.1.0
version: 2.1.0(jasmine-core@4.6.0)(karma-jasmine@5.1.0(karma@6.4.0))(karma@6.4.0)
ng-packagr:
- specifier: 17.3.0
- version: 17.3.0(@angular/compiler-cli@17.3.11(@angular/compiler@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4)))(typescript@5.3.3))(tailwindcss@3.4.4)(tslib@2.6.2)(typescript@5.3.3)
+ specifier: 18.1.0
+ version: 18.1.0(@angular/compiler-cli@18.1.1(@angular/compiler@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4)))(typescript@5.5.3))(tailwindcss@3.4.4)(tslib@2.6.2)(typescript@5.5.3)
npm-run-all:
specifier: 4.1.5
version: 4.1.5
stylelint:
specifier: 16.3.1
- version: 16.3.1(typescript@5.3.3)
+ version: 16.3.1(typescript@5.5.3)
stylelint-config-sass-guidelines:
specifier: 11.1.0
- version: 11.1.0(postcss@8.4.39)(stylelint@16.3.1(typescript@5.3.3))
+ version: 11.1.0(postcss@8.4.39)(stylelint@16.3.1(typescript@5.5.3))
stylelint-prettier:
specifier: 5.0.0
- version: 5.0.0(prettier@3.3.2)(stylelint@16.3.1(typescript@5.3.3))
+ version: 5.0.0(prettier@3.3.3)(stylelint@16.3.1(typescript@5.5.3))
stylelint-scss:
specifier: 6.2.1
- version: 6.2.1(stylelint@16.3.1(typescript@5.3.3))
+ version: 6.2.1(stylelint@16.3.1(typescript@5.5.3))
typescript:
- specifier: 5.3.3
- version: 5.3.3
+ specifier: 5.5.3
+ version: 5.5.3
packages/styles-primeng-workspace/projects/styles-primeng:
dependencies:
'@angular/common':
- specifier: ^17.0.0
- version: 17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1)
+ specifier: ^18.0.0
+ version: 18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1)
'@angular/core':
- specifier: ^17.0.0
- version: 17.3.11(rxjs@7.8.1)(zone.js@0.14.7)
+ specifier: ^18.0.0
+ version: 18.1.1(rxjs@7.8.1)(zone.js@0.14.7)
'@swisspost/design-system-styles':
specifier: workspace:7.4.0
version: link:../../../styles/dist
primeng:
- specifier: ^17.0.0
- version: 17.18.4(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(@angular/forms@17.3.11(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(@angular/platform-browser@17.3.11(@angular/animations@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(rxjs@7.8.1))(rxjs@7.8.1)(zone.js@0.14.7)
+ specifier: ^17.18.0
+ version: 17.18.4(@angular/common@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.7))(@angular/forms@18.1.1(@angular/common@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.7))(@angular/platform-browser@18.1.1(@angular/animations@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.7)))(@angular/common@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.7)))(rxjs@7.8.1))(rxjs@7.8.1)(zone.js@0.14.7)
tslib:
specifier: 2.3.0
version: 2.3.0
@@ -1238,27 +1238,72 @@ packages:
resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==}
engines: {node: '>=6.0.0'}
- '@angular-devkit/architect@0.1703.8':
- resolution: {integrity: sha512-lKxwG4/QABXZvJpqeSIn/kAwnY6MM9HdHZUV+o5o3UiTi+vO8rZApG4CCaITH3Bxebm7Nam7Xbk8RuukC5rq6g==}
- engines: {node: ^18.13.0 || >=20.9.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'}
+ '@angular-devkit/architect@0.1800.7':
+ resolution: {integrity: sha512-ZYIjdngUOjY6G2XJGHtATLr+HhJWdo7Z3ATlzQTGI9D1a02kW3UFlELQBhFIn+1o78FU6W0STZgyfBH8M7wD2w==}
+ 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.1801.1':
+ resolution: {integrity: sha512-7dIQ++D5PTzLgs4sEvi7pMpG4nY4CTnzLKbqKDI++fJKa7FEpVjje1tsr1r8ap8xD0QXr6sIxmQ4hdLeWwPhDQ==}
+ 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@18.0.7':
+ resolution: {integrity: sha512-64wCCqPA7ZpawqSopnGQ9USJBt0EiejrtD7iJLA9xgIlpJhoIetxGnglPxfiBNs5RmXXTQDY+8yrUwEPA2l6cQ==}
+ 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'}
+ peerDependencies:
+ '@angular/compiler-cli': ^18.0.0
+ '@angular/localize': ^18.0.0
+ '@angular/platform-server': ^18.0.0
+ '@angular/service-worker': ^18.0.0
+ '@web/test-runner': ^0.18.0
+ browser-sync: ^3.0.2
+ jest: ^29.5.0
+ jest-environment-jsdom: ^29.5.0
+ karma: ^6.3.0
+ ng-packagr: ^18.0.0
+ protractor: ^7.0.0
+ tailwindcss: ^2.0.0 || ^3.0.0
+ typescript: '>=5.4 <5.5'
+ peerDependenciesMeta:
+ '@angular/localize':
+ optional: true
+ '@angular/platform-server':
+ optional: true
+ '@angular/service-worker':
+ optional: true
+ '@web/test-runner':
+ optional: true
+ browser-sync:
+ optional: true
+ jest:
+ optional: true
+ jest-environment-jsdom:
+ optional: true
+ karma:
+ optional: true
+ ng-packagr:
+ optional: true
+ protractor:
+ optional: true
+ tailwindcss:
+ optional: true
- '@angular-devkit/build-angular@17.3.8':
- resolution: {integrity: sha512-ixsdXggWaFRP7Jvxd0AMukImnePuGflT9Yy7NJ9/y0cL/k//S/3RnkQv5i411KzN+7D4RIbNkRGGTYeqH24zlg==}
- engines: {node: ^18.13.0 || >=20.9.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'}
+ '@angular-devkit/build-angular@18.1.1':
+ resolution: {integrity: sha512-sd/eOzitC8yN9xl/TbbuDxXL1LRZCX3gwKAddV1fJSrXJHEmDM7PhdQbNEPd2O58evMKSiMZK91WnYN0lhTZtw==}
+ 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'}
peerDependencies:
- '@angular/compiler-cli': ^17.0.0
- '@angular/localize': ^17.0.0
- '@angular/platform-server': ^17.0.0
- '@angular/service-worker': ^17.0.0
+ '@angular/compiler-cli': ^18.0.0
+ '@angular/localize': ^18.0.0
+ '@angular/platform-server': ^18.0.0
+ '@angular/service-worker': ^18.0.0
'@web/test-runner': ^0.18.0
browser-sync: ^3.0.2
jest: ^29.5.0
jest-environment-jsdom: ^29.5.0
karma: ^6.3.0
- ng-packagr: ^17.0.0
+ ng-packagr: ^18.0.0
protractor: ^7.0.0
tailwindcss: ^2.0.0 || ^3.0.0
- typescript: '>=5.2 <5.5'
+ typescript: '>=5.4 <5.6'
peerDependenciesMeta:
'@angular/localize':
optional: true
@@ -1283,12 +1328,19 @@ packages:
tailwindcss:
optional: true
- '@angular-devkit/build-webpack@0.1703.8':
- resolution: {integrity: sha512-9u6fl8VVOxcLOEMzrUeaybSvi9hSLSRucHnybneYrabsgreDo32tuy/4G8p6YAHQjpWEj9jvF9Um13ertdni5Q==}
- engines: {node: ^18.13.0 || >=20.9.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'}
+ '@angular-devkit/build-webpack@0.1800.7':
+ resolution: {integrity: sha512-UQN0VFincuhuIHch8y9rfaDbVJ8RMwIJ084geJnJNMLEbzpiRdo1t4rrcuXLN0+Fp5U0bHdHl/OGyLI9GTynWg==}
+ 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'}
+ peerDependencies:
+ webpack: ^5.30.0
+ webpack-dev-server: ^5.0.2
+
+ '@angular-devkit/build-webpack@0.1801.1':
+ resolution: {integrity: sha512-9qImQciytrf433+h1aAWMD/Qn9cx7amlLtHX9j6ToBMWxY3L9ZKzwlCZ3Q+d6VWs7QrN/X9j8VkJl913yuXeCQ==}
+ 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'}
peerDependencies:
webpack: ^5.30.0
- webpack-dev-server: ^4.0.0
+ webpack-dev-server: ^5.0.2
'@angular-devkit/core@15.0.4':
resolution: {integrity: sha512-4ITpRAevd652SxB+qNesIQ9qfbm7wT5UBU5kJOPPwGL77I21g8CQpkmV1n5VSacPvC9Zbz90feOWexf7w7JzcA==}
@@ -1299,9 +1351,18 @@ packages:
chokidar:
optional: true
- '@angular-devkit/core@17.3.8':
- resolution: {integrity: sha512-Q8q0voCGudbdCgJ7lXdnyaxKHbNQBARH68zPQV72WT8NWy+Gw/tys870i6L58NWbBaCJEUcIj/kb6KoakSRu+Q==}
- engines: {node: ^18.13.0 || >=20.9.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'}
+ '@angular-devkit/core@18.0.7':
+ resolution: {integrity: sha512-pVmuE37DNuTe3S4Lh1jg6U4dyHljiZiqI99u3gtS7PF765P4AeGlugHIYE7ztC74fYd9gy04sWnbeV+RQuBTVw==}
+ 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'}
+ peerDependencies:
+ chokidar: ^3.5.2
+ peerDependenciesMeta:
+ chokidar:
+ optional: true
+
+ '@angular-devkit/core@18.1.1':
+ resolution: {integrity: sha512-YFzn/+8LezX7ZJhMQisvrqfkxJm6+JOtbWFj8K/luK0rTDmE8Z9n9r6kJ36FnHcLJ5MvvVaBc7n1v1wnzdqXpg==}
+ 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'}
peerDependencies:
chokidar: ^3.5.2
peerDependenciesMeta:
@@ -1312,48 +1373,113 @@ packages:
resolution: {integrity: sha512-/gXiLFS0+xFdx6wPoBpe/c6/K9I5edMpaASqPf4XheKtrsSvL+qTlIi3nsbfItzOiDXbaBmlbxGfkMHz/yg0Ig==}
engines: {node: ^14.20.0 || ^16.13.0 || >=18.10.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'}
- '@angular-devkit/schematics@17.3.8':
- resolution: {integrity: sha512-QRVEYpIfgkprNHc916JlPuNbLzOgrm9DZalHasnLUz4P6g7pR21olb8YCyM2OTJjombNhya9ZpckcADU5Qyvlg==}
- engines: {node: ^18.13.0 || >=20.9.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'}
+ '@angular-devkit/schematics@18.0.7':
+ resolution: {integrity: sha512-U0lYPjhOaxdw+0UwVsv5y+wJdZ6DD+0ASiommB7j9kEmrPp53MhSvYNYWvwbIWwJceDa3eNq3fAmQOlVXvFCVg==}
+ 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@18.1.1':
+ resolution: {integrity: sha512-r+DAvVvv+hOuhh19PefPOKa/zDkvzLHz/YOLGq/k1KfJRtNtjCKiDsXp1s6HSzYdJD1H10wnzUIh48uvxfwH5Q==}
+ 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-eslint/builder@17.5.2':
- resolution: {integrity: sha512-bvegxJuocWeHdvISPfCXeLQPSjrMCEVzxXPg16JJKksKWSeRA1JnbXnfnb7eoLdq1+riMHKqbH6Fs4rORAvUiA==}
+ '@angular-eslint/builder@18.1.0':
+ resolution: {integrity: sha512-ttcp+M3XDqt4lpj4C9XWO/JJY5iC1kNWmK1FUtd1YR0+1mLhrZTbakFYFe06qoiRqb4MX0WW2oUvonh52y5/NQ==}
peerDependencies:
- eslint: ^7.20.0 || ^8.0.0
+ eslint: ^8.57.0 || ^9.0.0
typescript: '*'
- '@angular-eslint/bundled-angular-compiler@17.5.2':
- resolution: {integrity: sha512-K4hVnMyI98faMJmsA4EOBkD0tapDjWV5gy0j/wJ2uSL46d3JgZPZNJSO1zStf/b3kT4gLOlQ/ulWFiUf1DxgIw==}
+ '@angular-eslint/bundled-angular-compiler@18.1.0':
+ resolution: {integrity: sha512-2JNlMEnCvLz8q1Qa4sWR9BddtpDWMKYguMzHJKm5zUDwH90CgWHolQlXumtpqbL8r78xd57t35IkbEFLF3UsQw==}
- '@angular-eslint/eslint-plugin-template@17.5.2':
- resolution: {integrity: sha512-6sxVwrJ7yElZxcjxHSA0Ujs29bCD/cMubd9n6TDFI9e3v+ktpoMW4Nv/TCHv0OuYatIOZ7bcJxi38cAO8Vhfhw==}
+ '@angular-eslint/eslint-plugin-template@18.1.0':
+ resolution: {integrity: sha512-k7Zq2JRd4jjg6PB0M24UnnmdhCeRFQ7Q4GlMGmeJLQGan+HFKDBu973yN2/Vmk4RYi+rTVuin0gy4HBeiGiiaw==}
peerDependencies:
- eslint: ^7.20.0 || ^8.0.0
+ '@typescript-eslint/utils': ^7.11.0 || ^8.0.0-alpha.37
+ eslint: ^8.57.0 || ^9.0.0
typescript: '*'
- '@angular-eslint/eslint-plugin@17.5.2':
- resolution: {integrity: sha512-kzPALKyT5XIEbgoNmY/hEZWdMWKTX56Pap9fVLJSC/b+Nd+MXc7TNly2s0XoC0Ru1/kMiVzbmSGPheu/rw+9aA==}
+ '@angular-eslint/eslint-plugin@18.1.0':
+ resolution: {integrity: sha512-rV1RLhcg9TTNE5hB7pMddkJvnH0+q3FnhhWVE+IJNkzlGxEktDwVx7hG17sy8YkRS2CxR0P6Dr5C6wMBdEwAsw==}
peerDependencies:
- eslint: ^7.20.0 || ^8.0.0
+ '@typescript-eslint/utils': ^7.11.0 || ^8.0.0-alpha.37
+ eslint: ^8.57.0 || ^9.0.0
typescript: '*'
- '@angular-eslint/template-parser@17.5.2':
- resolution: {integrity: sha512-46emLElmnIUzW0bpEpSf0u05ofRVUwlfttDOMLedhi700peUKbB9Y6iyz3GzAtQCMklBbJC9nR87LQRH9aSlog==}
+ '@angular-eslint/template-parser@18.1.0':
+ resolution: {integrity: sha512-YqBNusbt3vWbm8eo2dICytU8hP8/ez4uETkwKpMvB+H1E0rYaD2F17D47YO9BBFUHCNzAGIBlA8BWDN1kLEMlw==}
peerDependencies:
- eslint: ^7.20.0 || ^8.0.0
+ eslint: ^8.57.0 || ^9.0.0
typescript: '*'
- '@angular-eslint/utils@17.5.2':
- resolution: {integrity: sha512-bTMPFqtoetBJsYR/xqREEOCy/CdsKGf2gZkRdH73gG6pOpskWt8J/PbRcMZsC349paV4HFixByVm89inqA0TNg==}
+ '@angular-eslint/utils@18.1.0':
+ resolution: {integrity: sha512-pTCwbm9TPU1B0fxwhJg5qnJA2ILUJR0cT+rc7kejV0Xwl6RBXpMrzbuMzB9CucEY1au8hAR55I+Sc9znwSwuIw==}
peerDependencies:
- eslint: ^7.20.0 || ^8.0.0
+ '@typescript-eslint/utils': ^7.11.0 || ^8.0.0-alpha.37
+ eslint: ^8.57.0 || ^9.0.0
typescript: '*'
- '@angular/animations@17.3.11':
- resolution: {integrity: sha512-1y1Egag5jbdUSUWVK+KA39N9VFDrzq9ObjbAhrXFlXKa0npBRw5bprEEeLFQMETMP9Mpjbmj2PoASfl4vqj/Iw==}
- engines: {node: ^18.13.0 || >=20.9.0}
+ '@angular/animations@18.1.0':
+ resolution: {integrity: sha512-K0BhvZ/SIVoGXZVuh1KOJDdgcGlHfFGMGrs58utndndAb+gYXReMfz4GR5cQs2OObH6TKmIOY2EH7Og1CY2tsw==}
+ engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0}
+ peerDependencies:
+ '@angular/core': 18.1.0
+
+ '@angular/animations@18.1.1':
+ resolution: {integrity: sha512-3BdB6lB7TT1BQFb8C3XyJ5A9YSrOx951NzcXnzFfTNiq1C+VeR455LtdNiDTPa9Vf5Df1cJb6ReJ1z17ztx+6Q==}
+ engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0}
+ peerDependencies:
+ '@angular/core': 18.1.1
+
+ '@angular/build@18.0.7':
+ resolution: {integrity: sha512-6XfLx8VHDIB6o0cAyOqX4sUok0tB24/AupAxTtQpt+fbwVOv6fj+M1dzGj+3bdopM6WzZUPiBxjk+o/3QRCEbA==}
+ 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'}
+ peerDependencies:
+ '@angular/compiler-cli': ^18.0.0
+ '@angular/localize': ^18.0.0
+ '@angular/platform-server': ^18.0.0
+ '@angular/service-worker': ^18.0.0
+ less: ^4.2.0
+ postcss: ^8.4.0
+ tailwindcss: ^2.0.0 || ^3.0.0
+ typescript: '>=5.4 <5.5'
+ peerDependenciesMeta:
+ '@angular/localize':
+ optional: true
+ '@angular/platform-server':
+ optional: true
+ '@angular/service-worker':
+ optional: true
+ less:
+ optional: true
+ postcss:
+ optional: true
+ tailwindcss:
+ optional: true
+
+ '@angular/build@18.1.1':
+ resolution: {integrity: sha512-DbgFqpaZE6g8VZaPboB54cVuERlZV6SAkNPEaMT/53cnCxL4QdSQs1aT9Wy8G1Ksr4WI5AZMdPic/TVF0KBGGQ==}
+ 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'}
peerDependencies:
- '@angular/core': 17.3.11
+ '@angular/compiler-cli': ^18.0.0
+ '@angular/localize': ^18.0.0
+ '@angular/platform-server': ^18.0.0
+ '@angular/service-worker': ^18.0.0
+ less: ^4.2.0
+ postcss: ^8.4.0
+ tailwindcss: ^2.0.0 || ^3.0.0
+ typescript: '>=5.4 <5.6'
+ peerDependenciesMeta:
+ '@angular/localize':
+ optional: true
+ '@angular/platform-server':
+ optional: true
+ '@angular/service-worker':
+ optional: true
+ less:
+ optional: true
+ postcss:
+ optional: true
+ tailwindcss:
+ optional: true
'@angular/cdk@17.3.10':
resolution: {integrity: sha512-b1qktT2c1TTTe5nTji/kFAVW92fULK0YhYAvJ+BjZTPKu2FniZNe8o4qqQ0pUuvtMu+ZQxp/QqFYoidIVCjScg==}
@@ -1362,9 +1488,14 @@ packages:
'@angular/core': ^17.0.0 || ^18.0.0
rxjs: ^6.5.3 || ^7.4.0
- '@angular/cli@17.3.8':
- resolution: {integrity: sha512-X5ZOQ6ZTKVHjhIsfl32ZRqbs+FUoeHLbT7x4fh2Os/8ObDDwrUcCJPqxe2b2RB5E2d0vepYigknHeLE7gwzlNQ==}
- engines: {node: ^18.13.0 || >=20.9.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'}
+ '@angular/cli@18.0.7':
+ resolution: {integrity: sha512-CHnpI6d6MpXFsx3750jN4IX3oeieIMKzUPVZUMvPgDbhGFfChHKdxdJStDjYsH47pORb2pMHULw0RJCAPvtB9A==}
+ 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'}
+ hasBin: true
+
+ '@angular/cli@18.1.1':
+ resolution: {integrity: sha512-sRmc5meBLRQgFKq6te1UM4JPHWPERrg1pjYStft/qRKkOyvgpNzq3Ol6hN3zNb2ds2bAgjKhEAlOwSOZuw1cqQ==}
+ 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'}
hasBin: true
'@angular/common@17.2.3':
@@ -1374,13 +1505,6 @@ packages:
'@angular/core': 17.2.3
rxjs: ^6.5.3 || ^7.4.0
- '@angular/common@17.3.11':
- resolution: {integrity: sha512-WG+HQjUaQziYLGdbcv2aW+G73uroN5VF9yk4qWYcolW+VB8SV/DOAol8uFVgCF21cIOl5+wfJZvA4r5oG3dYaw==}
- engines: {node: ^18.13.0 || >=20.9.0}
- peerDependencies:
- '@angular/core': 17.3.11
- rxjs: ^6.5.3 || ^7.4.0
-
'@angular/common@17.3.3':
resolution: {integrity: sha512-GwlKetNpfWKiG2j4S6bYTi6PA2iT4+eln7o8owo44xZWdQnWQjfxnH39vQuCyhi6OOQL1dozmae+fVXgQsV6jQ==}
engines: {node: ^18.13.0 || >=20.9.0}
@@ -1388,19 +1512,50 @@ packages:
'@angular/core': 17.3.3
rxjs: ^6.5.3 || ^7.4.0
- '@angular/compiler-cli@17.3.11':
- resolution: {integrity: sha512-O44H/BKGw0TYq0aNTOKYZfQiTrfjbmcTl8y4UX6C9Xey8hXvijzZOAsjA0TGvvDJxeLR+sxaRF4i9Ihoatnd8g==}
- engines: {node: ^18.13.0 || >=20.9.0}
+ '@angular/common@18.1.0':
+ resolution: {integrity: sha512-noHDLarQSCZZh7hyNd0HR61Fut+q4QCVq9qc/jKPglfbV/6nPujQSmSpT+rNJlNuBOrCLuvH/CNBNbiqii+x3g==}
+ engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0}
+ peerDependencies:
+ '@angular/core': 18.1.0
+ rxjs: ^6.5.3 || ^7.4.0
+
+ '@angular/common@18.1.1':
+ resolution: {integrity: sha512-qNfYAapvIi8JyQToSqbg3O5dRXaElv/yNp2evvBGn4UO/liHjdNV/DzgCdyKP7uVbYrR0W3bzj++SxVR3mrATQ==}
+ engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0}
+ peerDependencies:
+ '@angular/core': 18.1.1
+ rxjs: ^6.5.3 || ^7.4.0
+
+ '@angular/compiler-cli@18.1.0':
+ resolution: {integrity: sha512-BBsogLPJwxkPh7f8RVHsxyyqNE8XpHbAanjB5fAwnU4W6Sw1kR5rFzkeZM3xaRm2MDiC8DovIl6hlf+s/mKYOw==}
+ engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0}
hasBin: true
peerDependencies:
- '@angular/compiler': 17.3.11
- typescript: '>=5.2 <5.5'
+ '@angular/compiler': 18.1.0
+ typescript: '>=5.4 <5.6'
- '@angular/compiler@17.3.11':
- resolution: {integrity: sha512-ingRoREDPkeZGSa13DlztSjZgGArNcmsAWjj+f+vQgQekTjkfQD/N+Bix/LSt5ZdbSjHMtrkDMyRPwbNyk5Keg==}
- engines: {node: ^18.13.0 || >=20.9.0}
+ '@angular/compiler-cli@18.1.1':
+ resolution: {integrity: sha512-TMPrN4HLa5raxW133bY3AxH1Gar36nmy0ikttMeSotLSlC5Y4SCYaiMY7QaPytD1iEGvqAd/rP+YuXzOIuCM/w==}
+ engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0}
+ hasBin: true
+ peerDependencies:
+ '@angular/compiler': 18.1.1
+ typescript: '>=5.4 <5.6'
+
+ '@angular/compiler@18.1.0':
+ resolution: {integrity: sha512-JRQzVTeJGSfRLY+dx+gwu/hPQVB8K+5pW12Z42M9x/HBgGW4in0cO2zHkeQPvImqm0nak82Us1Hyf5C+qTlMMQ==}
+ engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0}
+ peerDependencies:
+ '@angular/core': 18.1.0
+ peerDependenciesMeta:
+ '@angular/core':
+ optional: true
+
+ '@angular/compiler@18.1.1':
+ resolution: {integrity: sha512-Nc2GZhXXi3O2otZIWgOJoGZ+88+R6YXGc70dibEpMvmDjKfYpc4pBjuYzaGntdiTYAzVOVTTv09dwTP6YOpPRA==}
+ engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0}
peerDependencies:
- '@angular/core': 17.3.11
+ '@angular/core': 18.1.1
peerDependenciesMeta:
'@angular/core':
optional: true
@@ -1426,68 +1581,113 @@ packages:
rxjs: ^6.5.3 || ^7.4.0
zone.js: ~0.14.0
- '@angular/core@17.3.3':
- resolution: {integrity: sha512-O/jr3aFJMCxF6Jmymjx4jIigRHJfqM/ALIi60y2LVznBVFkk9xyMTsAjgWQIEHX+2muEIzgfKuXzpL0y30y+wA==}
- engines: {node: ^18.13.0 || >=20.9.0}
+ '@angular/core@18.1.0':
+ resolution: {integrity: sha512-/57/s7CD/0CwlN+3FlhVmx7ypCWXjKi5UKtnlBAUg0D1denIf6ADxwTHFZABYZcYBqOTJgeQUtUw9u/A+0CIlg==}
+ engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0}
peerDependencies:
rxjs: ^6.5.3 || ^7.4.0
zone.js: ~0.14.0
- '@angular/elements@17.3.11':
- resolution: {integrity: sha512-Ojd4Qc0b4Ptbu5F6xf5bfuNOCNS++1qx27VDe9NXtehaUIopaVhsGv3lVkRjHgsTT9Yefuiw1BubXDLoyMBIjA==}
- engines: {node: ^18.13.0 || >=20.9.0}
+ '@angular/core@18.1.1':
+ resolution: {integrity: sha512-/JFQ49fVIthZzdggl7FOCYAjaynbkRcCyiri85kAyTIvJ6aMSIiEKwJCw45WI5ICf2HtC9kz6dr0OKhMR6SeiA==}
+ engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0}
peerDependencies:
- '@angular/core': 17.3.11
rxjs: ^6.5.3 || ^7.4.0
+ zone.js: ~0.14.0
- '@angular/forms@17.3.11':
- resolution: {integrity: sha512-719flo/1L64YOAxL3pzszTK+7bczVVOQDXT1khnjb48GVZdBUBwW2D+cFbqSW1VMuWWr2Amwy1lL4YM5S7qPJQ==}
- engines: {node: ^18.13.0 || >=20.9.0}
+ '@angular/elements@18.1.0':
+ resolution: {integrity: sha512-PhvFXh9QJ5WTZymxp9eePlHFNCy9x/zDmD+KvNvxkuzyd2DASluTLSm9Vqf1J/7ZRA6qkflPSfkWKw83R46OQQ==}
+ engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0}
peerDependencies:
- '@angular/common': 17.3.11
- '@angular/core': 17.3.11
- '@angular/platform-browser': 17.3.11
+ '@angular/core': 18.1.0
rxjs: ^6.5.3 || ^7.4.0
- '@angular/language-service@17.3.11':
- resolution: {integrity: sha512-C93TH34vG6Un8G0C75TU0aeTppJWUUbRcnR/3I6/ZmTirjIspXEAcmUr2LssFnULTYqA0npNn8cfDtsoLeoGog==}
- engines: {node: ^18.13.0 || >=20.9.0}
+ '@angular/forms@18.1.0':
+ resolution: {integrity: sha512-m+7m9wa+n5dEacd458eSZsZTz0B+HbOtr7/uqM0YTMQaPrhwl1epG5Y103mB6yr00JiJcLNlPLjP888cHFjldQ==}
+ engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0}
+ peerDependencies:
+ '@angular/common': 18.1.0
+ '@angular/core': 18.1.0
+ '@angular/platform-browser': 18.1.0
+ rxjs: ^6.5.3 || ^7.4.0
- '@angular/localize@17.3.11':
- resolution: {integrity: sha512-uc38JfGpIEb13rDZu7wZfEvLxBpWbhfsOR+yI21M4zIiKYQxI7RGgtH9GbCKZDEZmeTUSz/idA4zwRiiX8wNvQ==}
- engines: {node: ^18.13.0 || >=20.9.0}
+ '@angular/forms@18.1.1':
+ resolution: {integrity: sha512-CceH57IKeH2Zq8QFFkcJMvBbjxVRCtqzAqSETfShWzrt+ITrz4c6EnUMbj30iz+ntn/R+qGAp3n/t0D7HtTS6Q==}
+ engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0}
+ peerDependencies:
+ '@angular/common': 18.1.1
+ '@angular/core': 18.1.1
+ '@angular/platform-browser': 18.1.1
+ rxjs: ^6.5.3 || ^7.4.0
+
+ '@angular/language-service@18.1.0':
+ resolution: {integrity: sha512-sS9G/ZdS4CVhbClunpur8lZDP2cNTMFiAaxsF3sWg+HTSbQm7v57ypQsainSzoD30YxzoSCvyk18unDAO1vYUA==}
+ engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0}
+
+ '@angular/localize@18.1.0':
+ resolution: {integrity: sha512-84D06p2Th5NxoJZzsSIn4FkTJGImj7rtNnvyTrHvHdomzzUKwiBOXDB2FiCLDstND0DsCtgjD/uBJivg77z9tg==}
+ engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0}
hasBin: true
peerDependencies:
- '@angular/compiler': 17.3.11
- '@angular/compiler-cli': 17.3.11
+ '@angular/compiler': 18.1.0
+ '@angular/compiler-cli': 18.1.0
- '@angular/platform-browser-dynamic@17.3.11':
- resolution: {integrity: sha512-JPA0enJyJQ5H340WQ2wfXbCCHzjBiAljEDMr/Siw/CzSe0XI8aQYDqKMLUMtRyCdYhNCEYjnBWgXBi9Za9blZg==}
- engines: {node: ^18.13.0 || >=20.9.0}
+ '@angular/platform-browser-dynamic@18.1.0':
+ resolution: {integrity: sha512-D/wuOQf+gULld9DVEzn2Lw3WbTyAYf/sp3DC5k83O+DQsG3eAIsVkt0zdE+U3DrDYsiWg8M3X+ioi3ouqK0mNg==}
+ engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0}
peerDependencies:
- '@angular/common': 17.3.11
- '@angular/compiler': 17.3.11
- '@angular/core': 17.3.11
- '@angular/platform-browser': 17.3.11
+ '@angular/common': 18.1.0
+ '@angular/compiler': 18.1.0
+ '@angular/core': 18.1.0
+ '@angular/platform-browser': 18.1.0
- '@angular/platform-browser@17.3.11':
- resolution: {integrity: sha512-sWjMy8qKH6AOt5YV4OMoPhExCbGdRIPjNSwUrxCm8a8Zz5DamoX3Sib9yRk1etjBuRj+oJySSxISJim2OYXJQQ==}
- engines: {node: ^18.13.0 || >=20.9.0}
+ '@angular/platform-browser-dynamic@18.1.1':
+ resolution: {integrity: sha512-+nnWGLz7dhkRbel8qGIgfQa5PoE4ZMl0ClDw8HR0R5T3w+v0K6trPSjWIPDHm5ex25RvuLNmoUGu29drlHN3Fw==}
+ engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0}
+ peerDependencies:
+ '@angular/common': 18.1.1
+ '@angular/compiler': 18.1.1
+ '@angular/core': 18.1.1
+ '@angular/platform-browser': 18.1.1
+
+ '@angular/platform-browser@18.1.0':
+ resolution: {integrity: sha512-jCmxthiI4Zef54crckNht60xwfIsuciGeyZvb7SsXna2maLW9fA4uz1VhZqIWTiBnHwNynVlyfBX3/jBD7S9+g==}
+ engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0}
peerDependencies:
- '@angular/animations': 17.3.11
- '@angular/common': 17.3.11
- '@angular/core': 17.3.11
+ '@angular/animations': 18.1.0
+ '@angular/common': 18.1.0
+ '@angular/core': 18.1.0
peerDependenciesMeta:
'@angular/animations':
optional: true
- '@angular/router@17.3.11':
- resolution: {integrity: sha512-A3aU6uHAeJfsfCw1dgNXHn2Kjw/UieRMnFwENkzz96YFCvFPCEZjy/mODuE3zHludMuqVsJhM/uUxWu8ATRTcA==}
- engines: {node: ^18.13.0 || >=20.9.0}
+ '@angular/platform-browser@18.1.1':
+ resolution: {integrity: sha512-9FG2+NSWJXo+zu/W7VQE0UpaWejbV62AXW7218FBZXOdkdID5oNxHf0QdJ3hCaIJw1dKZEG49BTq005d9yQbew==}
+ engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0}
+ peerDependencies:
+ '@angular/animations': 18.1.1
+ '@angular/common': 18.1.1
+ '@angular/core': 18.1.1
+ peerDependenciesMeta:
+ '@angular/animations':
+ optional: true
+
+ '@angular/router@18.1.0':
+ resolution: {integrity: sha512-dl2cSxZkl4we+rWMxdm123TZzlor6yxwNFI2yT7b6DP2i+rXaaHBSSPet0ASp+UX6djz+Osr56Bifs6wi4rhiQ==}
+ engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0}
+ peerDependencies:
+ '@angular/common': 18.1.0
+ '@angular/core': 18.1.0
+ '@angular/platform-browser': 18.1.0
+ rxjs: ^6.5.3 || ^7.4.0
+
+ '@angular/router@18.1.1':
+ resolution: {integrity: sha512-XaPL+jzmanQa3y9JSMpyxcTqHTNLiGLW6yzcZ0hiKDRpCJ044cKLMK5Ruk84LfzvVDS//tGj46OYAwrPGmBFMg==}
+ engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0}
peerDependencies:
- '@angular/common': 17.3.11
- '@angular/core': 17.3.11
- '@angular/platform-browser': 17.3.11
+ '@angular/common': 18.1.1
+ '@angular/core': 18.1.1
+ '@angular/platform-browser': 18.1.1
rxjs: ^6.5.3 || ^7.4.0
'@asamuzakjp/dom-selector@2.0.2':
@@ -1513,20 +1713,16 @@ packages:
resolution: {integrity: sha512-qJzAIcv03PyaWqxRgO4mSU3lihncDT296vnyuE2O8uA4w3UHWI4S3hgeZd1L8W1Bft40w9JxJ2b412iDUFFRhw==}
engines: {node: '>=6.9.0'}
- '@babel/core@7.23.9':
- resolution: {integrity: sha512-5q0175NOjddqpvvzU+kDiSOAk4PfdO6FvwCWoQ6RO7rTzEe8vlo+4HVfcnAREhD4npMs0e9uZypjTwzZPCf/cw==}
- engines: {node: '>=6.9.0'}
-
- '@babel/core@7.24.0':
- resolution: {integrity: sha512-fQfkg0Gjkza3nf0c7/w6Xf34BW4YvzNfACRLmmb7XRLa6XHdR+K9AlJlxneFfWYf6uhOzuzZVTjF/8KfndZANw==}
+ '@babel/core@7.24.5':
+ resolution: {integrity: sha512-tVQRucExLQ02Boi4vdPp49svNGcfL2GhdTCT9aldhXgCJVAI21EtRfBettiuLUwce/7r6bFdgs6JFkcdTiFttA==}
engines: {node: '>=6.9.0'}
'@babel/core@7.24.7':
resolution: {integrity: sha512-nykK+LEK86ahTkX/3TgauT0ikKoNCfKHEaZYTUVupJdTLzGNvrblu4u6fa7DhZONAltdf8e662t/abY8idrd/g==}
engines: {node: '>=6.9.0'}
- '@babel/generator@7.23.6':
- resolution: {integrity: sha512-qrSfCYxYQB5owCmGLbl8XRpX1ytXlpueOb0N0UmQwA073KZxejgQTzAmJezxvpwQD9uGtK2shHdi55QT+MbjIw==}
+ '@babel/generator@7.24.5':
+ resolution: {integrity: sha512-x32i4hEXvr+iI0NEoEfDKzlemF8AmtOP8CcrRaEcpzysWuoEb1KknpcvMsHKPONoKZiDuItklgWhB18xEhr9PA==}
engines: {node: '>=6.9.0'}
'@babel/generator@7.24.7':
@@ -1561,11 +1757,6 @@ packages:
peerDependencies:
'@babel/core': ^7.0.0
- '@babel/helper-define-polyfill-provider@0.5.0':
- resolution: {integrity: sha512-NovQquuQLAQ5HuyjCz7WQP9MjRj7dx++yspwiyUiGl9ZyadHRSql1HZh5ogRd8W8w6YM6EQ/NTB8rgjLt5W65Q==}
- peerDependencies:
- '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0
-
'@babel/helper-define-polyfill-provider@0.6.2':
resolution: {integrity: sha512-LV76g+C502biUK6AyZ3LK10vDpDyCzZnhZFXkH1L75zHPj68+qc8Zfpx2th+gzwA2MzyK+1g/3EPl62yFnVttQ==}
peerDependencies:
@@ -1625,26 +1816,18 @@ packages:
resolution: {integrity: sha512-IO+DLT3LQUElMbpzlatRASEyQtfhSE0+m465v++3jyyXeBTBUjtVZg28/gHeV5mrTJqvEKhKroBGAvhW+qPHiQ==}
engines: {node: '>=6.9.0'}
- '@babel/helper-split-export-declaration@7.22.6':
- resolution: {integrity: sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==}
+ '@babel/helper-split-export-declaration@7.24.5':
+ resolution: {integrity: sha512-5CHncttXohrHk8GWOFCcCl4oRD9fKosWlIRgWm4ql9VYioKm52Mk2xsmoohvm7f3JoiLSM5ZgJuRaf5QZZYd3Q==}
engines: {node: '>=6.9.0'}
'@babel/helper-split-export-declaration@7.24.7':
resolution: {integrity: sha512-oy5V7pD+UvfkEATUKvIjvIAH/xCzfsFVw7ygW2SI6NClZzquT+mwdTfgfdbUiceh6iQO0CHtCPsyze/MZ2YbAA==}
engines: {node: '>=6.9.0'}
- '@babel/helper-string-parser@7.24.1':
- resolution: {integrity: sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ==}
- engines: {node: '>=6.9.0'}
-
'@babel/helper-string-parser@7.24.7':
resolution: {integrity: sha512-7MbVt6xrwFQbunH2DNQsAP5sTGxfqQtErvBIvIMi6EQnbgUOuVYanvREcmFrOPhoXBrTtjhhP+lW+o5UfK+tDg==}
engines: {node: '>=6.9.0'}
- '@babel/helper-validator-identifier@7.24.5':
- resolution: {integrity: sha512-3q93SSKX2TWCG30M2G2kwaKeTYgEUp5Snjuj8qm729SObL6nbtUldAi37qbxkD5gg3xnBio+f9nqpSepGZMvxA==}
- engines: {node: '>=6.9.0'}
-
'@babel/helper-validator-identifier@7.24.7':
resolution: {integrity: sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==}
engines: {node: '>=6.9.0'}
@@ -1674,11 +1857,6 @@ packages:
engines: {node: '>=6.0.0'}
hasBin: true
- '@babel/parser@7.24.5':
- resolution: {integrity: sha512-EOv5IK8arwh3LI47dz1b0tKUb/1uhHAnHJOrjgtQMIpu1uXd9mlFrJg9IUgGUgZ41Ch0K8REPTYpO7B76b4vJg==}
- engines: {node: '>=6.0.0'}
- hasBin: true
-
'@babel/parser@7.24.7':
resolution: {integrity: sha512-9uUYRm6OqQrCqQdG1iCBwBPZgN8ciDBro2nIOFaiRz1/BCxaI7CNvQbDHvsArAC7Tw9Hda/B3U+6ui9u4HWXPw==}
engines: {node: '>=6.0.0'}
@@ -1839,8 +2017,8 @@ packages:
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-async-generator-functions@7.23.9':
- resolution: {integrity: sha512-8Q3veQEDGe14dTYuwagbRtwxQDnytyg1JFu4/HwEMETeofocrB0U0ejBJIXoeG/t2oXZ8kzCyI0ZZfbT80VFNQ==}
+ '@babel/plugin-transform-async-generator-functions@7.24.3':
+ resolution: {integrity: sha512-Qe26CMYVjpQxJ8zxM1340JFNjZaF+ISWpr1Kt/jGo+ZTUzKkfw/pphEWbRCb+lmSM6k/TOgfYLvmbHkUQ0asIg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -1851,8 +2029,8 @@ packages:
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-async-to-generator@7.23.3':
- resolution: {integrity: sha512-A7LFsKi4U4fomjqXJlZg/u0ft/n8/7n7lpffUP/ZULx/DtV9SGlNKZolHH6PE8Xl1ngCc0M11OaeZptXVkfKSw==}
+ '@babel/plugin-transform-async-to-generator@7.24.1':
+ resolution: {integrity: sha512-AawPptitRXp1y0n4ilKcGbRYWfbbzFWz2NqNu7dacYDtFtz0CMjG64b3LQsb3KIgnf4/obcUL78hfaOS7iCUfw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -2085,8 +2263,14 @@ packages:
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-runtime@7.24.0':
- resolution: {integrity: sha512-zc0GA5IitLKJrSfXlXmp8KDqLrnGECK7YRfQBmEKg1NmBOQ7e+KuclBEKJgzifQeUYLdNiAw4B4bjyvzWVLiSA==}
+ '@babel/plugin-transform-runtime@7.24.3':
+ resolution: {integrity: sha512-J0BuRPNlNqlMTRJ72eVptpt9VcInbxO6iP3jaxr+1NPhC0UkKL+6oeX6VXMEYdADnuqmMmsBspt4d5w8Y/TCbQ==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+
+ '@babel/plugin-transform-runtime@7.24.7':
+ resolution: {integrity: sha512-YqXjrk4C+a1kZjewqt+Mmu2UuV1s07y8kqcUf4qYLnoqemhR4gRQikhdAhSVJioMjVTu6Mo6pAbaypEA3jY6fw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -2151,8 +2335,8 @@ packages:
peerDependencies:
'@babel/core': ^7.0.0
- '@babel/preset-env@7.24.0':
- resolution: {integrity: sha512-ZxPEzV9IgvGn73iK0E6VB9/95Nd7aMFpbE0l8KQFDG70cOV9IxRP7Y2FUPmlK0v6ImlLqYX50iuZ3ZTVhOF2lA==}
+ '@babel/preset-env@7.24.5':
+ resolution: {integrity: sha512-UGK2ifKtcC8i5AI4cH+sbLLuLc2ktYSFJgBAXorKAsHUZmrQ1q6aQ6i3BvU24wWs2AAKqQB6kq3N9V9Gw1HiMQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -2197,6 +2381,14 @@ packages:
resolution: {integrity: sha512-Chk32uHMg6TnQdvw2e9IlqPpFX/6NLuK0Ys2PqLb7/gL5uFn9mXvK715FGLlOLQrcO4qIkNHkvPGktzzXexsFw==}
engines: {node: '>=6.9.0'}
+ '@babel/runtime@7.24.5':
+ resolution: {integrity: sha512-Nms86NXrsaeU9vbBJKni6gXiEXZ4CVpYVzEjDH9Sb8vmZ3UljyA1GSOJl/6LGPO8EHLuSF9H+IxNXHPX8QHJ4g==}
+ engines: {node: '>=6.9.0'}
+
+ '@babel/runtime@7.24.7':
+ resolution: {integrity: sha512-UwgBRMjJP+xv857DCngvqXI3Iq6J4v0wXmwc6sapg+zyhbwmQX67LUEFrkK5tbyJ30jGuG3ZvWpBiB9LCy1kWw==}
+ engines: {node: '>=6.9.0'}
+
'@babel/template@7.24.7':
resolution: {integrity: sha512-jYqfPrU9JTF0PmPy1tLYHW4Mp4KlgxJD9l2nP9fD6yT/ICi554DmrWBAEYpIelzjHf1msDP3PxJIRt/nFNfBig==}
engines: {node: '>=6.9.0'}
@@ -2205,10 +2397,6 @@ packages:
resolution: {integrity: sha512-yb65Ed5S/QAcewNPh0nZczy9JdYXkkAbIsEo+P7BE7yO3txAY30Y/oPa3QkQ5It3xVG2kpKMg9MsdxZaO31uKA==}
engines: {node: '>=6.9.0'}
- '@babel/types@7.24.5':
- resolution: {integrity: sha512-6mQNsaLeXTw0nxYUYu+NSa4Hx4BlF1x1x8/PMFbiR+GBSr+2DkECc69b8hgy2frEodNcvPffeH8YfWd3LI6jhQ==}
- engines: {node: '>=6.9.0'}
-
'@babel/types@7.24.7':
resolution: {integrity: sha512-XEFXSlxiG5td2EJRe8vOmRbaXVgfcBlszKujvVmWIK/UpywWljQCfzAv3RQCGujWQ1RD4YYWEAqDXfuJiy8f5Q==}
engines: {node: '>=6.9.0'}
@@ -2334,28 +2522,43 @@ packages:
'@dual-bundle/import-meta-resolve@4.1.0':
resolution: {integrity: sha512-+nxncfwHM5SgAtrVzgpzJOI1ol0PkumhVo469KCf9lUi21IGcY90G98VuHm9VRrUypmAzawAHO9bs6hqeADaVg==}
+ '@emnapi/core@1.2.0':
+ resolution: {integrity: sha512-E7Vgw78I93we4ZWdYCb4DGAwRROGkMIXk7/y87UmANR+J6qsWusmC3gLt0H+O0KOt5e6O38U8oJamgbudrES/w==}
+
+ '@emnapi/runtime@1.2.0':
+ resolution: {integrity: sha512-bV21/9LQmcQeCPEg3BDFtvwL6cwiTMksYNWQQ4KOxCZikEGalWtenoZ0wCiukJINlGCIi2KXx01g4FoH/LxpzQ==}
+
+ '@emnapi/wasi-threads@1.0.1':
+ resolution: {integrity: sha512-iIBu7mwkq4UQGeMEM8bLwNK962nXdhodeScX4slfQnRhEMMzvYivHhutCIk8uojvmASXXPC2WNEjwxFWk72Oqw==}
+
'@emotion/use-insertion-effect-with-fallbacks@1.0.1':
resolution: {integrity: sha512-jT/qyKZ9rzLErtrjGgdkMBn2OP8wl0G3sQlBb3YPryvKHsjvINUhVaPFfP+fpBcOkmrVOVEEHQFJ7nbj2TH2gw==}
peerDependencies:
react: '>=16.8.0'
- '@esbuild/aix-ppc64@0.19.12':
- resolution: {integrity: sha512-bmoCYyWdEL3wDQIVbcyzRyeKLgk2WtWLTWz1ZIAZF/EGbNOwSA6ew3PftJ1PqMiOOGu0OyFMzG53L0zqIpPeNA==}
+ '@esbuild/aix-ppc64@0.20.1':
+ resolution: {integrity: sha512-m55cpeupQ2DbuRGQMMZDzbv9J9PgVelPjlcmM5kxHnrBdBx6REaEd7LamYV7Dm8N7rCyR/XwU6rVP8ploKtIkA==}
engines: {node: '>=12'}
cpu: [ppc64]
os: [aix]
- '@esbuild/aix-ppc64@0.20.1':
- resolution: {integrity: sha512-m55cpeupQ2DbuRGQMMZDzbv9J9PgVelPjlcmM5kxHnrBdBx6REaEd7LamYV7Dm8N7rCyR/XwU6rVP8ploKtIkA==}
+ '@esbuild/aix-ppc64@0.21.3':
+ resolution: {integrity: sha512-yTgnwQpFVYfvvo4SvRFB0SwrW8YjOxEoT7wfMT7Ol5v7v5LDNvSGo67aExmxOb87nQNeWPVvaGBNfQ7BXcrZ9w==}
engines: {node: '>=12'}
cpu: [ppc64]
os: [aix]
- '@esbuild/android-arm64@0.19.12':
- resolution: {integrity: sha512-P0UVNGIienjZv3f5zq0DP3Nt2IE/3plFzuaS96vihvD0Hd6H/q4WXUGpCxD/E8YrSXfNyRPbpTq+T8ZQioSuPA==}
+ '@esbuild/aix-ppc64@0.21.5':
+ resolution: {integrity: sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==}
engines: {node: '>=12'}
- cpu: [arm64]
- os: [android]
+ cpu: [ppc64]
+ os: [aix]
+
+ '@esbuild/aix-ppc64@0.23.0':
+ resolution: {integrity: sha512-3sG8Zwa5fMcA9bgqB8AfWPQ+HFke6uD3h1s3RIwUNK8EG7a4buxvuFTs3j1IMs2NXAk9F30C/FF4vxRgQCcmoQ==}
+ engines: {node: '>=18'}
+ cpu: [ppc64]
+ os: [aix]
'@esbuild/android-arm64@0.20.1':
resolution: {integrity: sha512-hCnXNF0HM6AjowP+Zou0ZJMWWa1VkD77BXe959zERgGJBBxB+sV+J9f/rcjeg2c5bsukD/n17RKWXGFCO5dD5A==}
@@ -2363,10 +2566,22 @@ packages:
cpu: [arm64]
os: [android]
- '@esbuild/android-arm@0.19.12':
- resolution: {integrity: sha512-qg/Lj1mu3CdQlDEEiWrlC4eaPZ1KztwGJ9B6J+/6G+/4ewxJg7gqj8eVYWvao1bXrqGiW2rsBZFSX3q2lcW05w==}
+ '@esbuild/android-arm64@0.21.3':
+ resolution: {integrity: sha512-c+ty9necz3zB1Y+d/N+mC6KVVkGUUOcm4ZmT5i/Fk5arOaY3i6CA3P5wo/7+XzV8cb4GrI/Zjp8NuOQ9Lfsosw==}
engines: {node: '>=12'}
- cpu: [arm]
+ cpu: [arm64]
+ os: [android]
+
+ '@esbuild/android-arm64@0.21.5':
+ resolution: {integrity: sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==}
+ engines: {node: '>=12'}
+ cpu: [arm64]
+ os: [android]
+
+ '@esbuild/android-arm64@0.23.0':
+ resolution: {integrity: sha512-EuHFUYkAVfU4qBdyivULuu03FhJO4IJN9PGuABGrFy4vUuzk91P2d+npxHcFdpUnfYKy0PuV+n6bKIpHOB3prQ==}
+ engines: {node: '>=18'}
+ cpu: [arm64]
os: [android]
'@esbuild/android-arm@0.20.1':
@@ -2375,10 +2590,22 @@ packages:
cpu: [arm]
os: [android]
- '@esbuild/android-x64@0.19.12':
- resolution: {integrity: sha512-3k7ZoUW6Q6YqhdhIaq/WZ7HwBpnFBlW905Fa4s4qWJyiNOgT1dOqDiVAQFwBH7gBRZr17gLrlFCRzF6jFh7Kew==}
+ '@esbuild/android-arm@0.21.3':
+ resolution: {integrity: sha512-bviJOLMgurLJtF1/mAoJLxDZDL6oU5/ztMHnJQRejbJrSc9FFu0QoUoFhvi6qSKJEw9y5oGyvr9fuDtzJ30rNQ==}
engines: {node: '>=12'}
- cpu: [x64]
+ cpu: [arm]
+ os: [android]
+
+ '@esbuild/android-arm@0.21.5':
+ resolution: {integrity: sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==}
+ engines: {node: '>=12'}
+ cpu: [arm]
+ os: [android]
+
+ '@esbuild/android-arm@0.23.0':
+ resolution: {integrity: sha512-+KuOHTKKyIKgEEqKbGTK8W7mPp+hKinbMBeEnNzjJGyFcWsfrXjSTNluJHCY1RqhxFurdD8uNXQDei7qDlR6+g==}
+ engines: {node: '>=18'}
+ cpu: [arm]
os: [android]
'@esbuild/android-x64@0.20.1':
@@ -2387,11 +2614,23 @@ packages:
cpu: [x64]
os: [android]
- '@esbuild/darwin-arm64@0.19.12':
- resolution: {integrity: sha512-B6IeSgZgtEzGC42jsI+YYu9Z3HKRxp8ZT3cqhvliEHovq8HSX2YX8lNocDn79gCKJXOSaEot9MVYky7AKjCs8g==}
+ '@esbuild/android-x64@0.21.3':
+ resolution: {integrity: sha512-JReHfYCRK3FVX4Ra+y5EBH1b9e16TV2OxrPAvzMsGeES0X2Ndm9ImQRI4Ket757vhc5XBOuGperw63upesclRw==}
engines: {node: '>=12'}
- cpu: [arm64]
- os: [darwin]
+ cpu: [x64]
+ os: [android]
+
+ '@esbuild/android-x64@0.21.5':
+ resolution: {integrity: sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==}
+ engines: {node: '>=12'}
+ cpu: [x64]
+ os: [android]
+
+ '@esbuild/android-x64@0.23.0':
+ resolution: {integrity: sha512-WRrmKidLoKDl56LsbBMhzTTBxrsVwTKdNbKDalbEZr0tcsBgCLbEtoNthOW6PX942YiYq8HzEnb4yWQMLQuipQ==}
+ engines: {node: '>=18'}
+ cpu: [x64]
+ os: [android]
'@esbuild/darwin-arm64@0.20.1':
resolution: {integrity: sha512-Ylk6rzgMD8klUklGPzS414UQLa5NPXZD5tf8JmQU8GQrj6BrFA/Ic9tb2zRe1kOZyCbGl+e8VMbDRazCEBqPvA==}
@@ -2399,10 +2638,22 @@ packages:
cpu: [arm64]
os: [darwin]
- '@esbuild/darwin-x64@0.19.12':
- resolution: {integrity: sha512-hKoVkKzFiToTgn+41qGhsUJXFlIjxI/jSYeZf3ugemDYZldIXIxhvwN6erJGlX4t5h417iFuheZ7l+YVn05N3A==}
+ '@esbuild/darwin-arm64@0.21.3':
+ resolution: {integrity: sha512-U3fuQ0xNiAkXOmQ6w5dKpEvXQRSpHOnbw7gEfHCRXPeTKW9sBzVck6C5Yneb8LfJm0l6le4NQfkNPnWMSlTFUQ==}
engines: {node: '>=12'}
- cpu: [x64]
+ cpu: [arm64]
+ os: [darwin]
+
+ '@esbuild/darwin-arm64@0.21.5':
+ resolution: {integrity: sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==}
+ engines: {node: '>=12'}
+ cpu: [arm64]
+ os: [darwin]
+
+ '@esbuild/darwin-arm64@0.23.0':
+ resolution: {integrity: sha512-YLntie/IdS31H54Ogdn+v50NuoWF5BDkEUFpiOChVa9UnKpftgwzZRrI4J132ETIi+D8n6xh9IviFV3eXdxfow==}
+ engines: {node: '>=18'}
+ cpu: [arm64]
os: [darwin]
'@esbuild/darwin-x64@0.20.1':
@@ -2411,11 +2662,23 @@ packages:
cpu: [x64]
os: [darwin]
- '@esbuild/freebsd-arm64@0.19.12':
- resolution: {integrity: sha512-4aRvFIXmwAcDBw9AueDQ2YnGmz5L6obe5kmPT8Vd+/+x/JMVKCgdcRwH6APrbpNXsPz+K653Qg8HB/oXvXVukA==}
+ '@esbuild/darwin-x64@0.21.3':
+ resolution: {integrity: sha512-3m1CEB7F07s19wmaMNI2KANLcnaqryJxO1fXHUV5j1rWn+wMxdUYoPyO2TnAbfRZdi7ADRwJClmOwgT13qlP3Q==}
engines: {node: '>=12'}
- cpu: [arm64]
- os: [freebsd]
+ cpu: [x64]
+ os: [darwin]
+
+ '@esbuild/darwin-x64@0.21.5':
+ resolution: {integrity: sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==}
+ engines: {node: '>=12'}
+ cpu: [x64]
+ os: [darwin]
+
+ '@esbuild/darwin-x64@0.23.0':
+ resolution: {integrity: sha512-IMQ6eme4AfznElesHUPDZ+teuGwoRmVuuixu7sv92ZkdQcPbsNHzutd+rAfaBKo8YK3IrBEi9SLLKWJdEvJniQ==}
+ engines: {node: '>=18'}
+ cpu: [x64]
+ os: [darwin]
'@esbuild/freebsd-arm64@0.20.1':
resolution: {integrity: sha512-UyW1WZvHDuM4xDz0jWun4qtQFauNdXjXOtIy7SYdf7pbxSWWVlqhnR/T2TpX6LX5NI62spt0a3ldIIEkPM6RHw==}
@@ -2423,10 +2686,22 @@ packages:
cpu: [arm64]
os: [freebsd]
- '@esbuild/freebsd-x64@0.19.12':
- resolution: {integrity: sha512-EYoXZ4d8xtBoVN7CEwWY2IN4ho76xjYXqSXMNccFSx2lgqOG/1TBPW0yPx1bJZk94qu3tX0fycJeeQsKovA8gg==}
+ '@esbuild/freebsd-arm64@0.21.3':
+ resolution: {integrity: sha512-fsNAAl5pU6wmKHq91cHWQT0Fz0vtyE1JauMzKotrwqIKAswwP5cpHUCxZNSTuA/JlqtScq20/5KZ+TxQdovU/g==}
engines: {node: '>=12'}
- cpu: [x64]
+ cpu: [arm64]
+ os: [freebsd]
+
+ '@esbuild/freebsd-arm64@0.21.5':
+ resolution: {integrity: sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==}
+ engines: {node: '>=12'}
+ cpu: [arm64]
+ os: [freebsd]
+
+ '@esbuild/freebsd-arm64@0.23.0':
+ resolution: {integrity: sha512-0muYWCng5vqaxobq6LB3YNtevDFSAZGlgtLoAc81PjUfiFz36n4KMpwhtAd4he8ToSI3TGyuhyx5xmiWNYZFyw==}
+ engines: {node: '>=18'}
+ cpu: [arm64]
os: [freebsd]
'@esbuild/freebsd-x64@0.20.1':
@@ -2435,22 +2710,46 @@ packages:
cpu: [x64]
os: [freebsd]
- '@esbuild/linux-arm64@0.19.12':
- resolution: {integrity: sha512-EoTjyYyLuVPfdPLsGVVVC8a0p1BFFvtpQDB/YLEhaXyf/5bczaGeN15QkR+O4S5LeJ92Tqotve7i1jn35qwvdA==}
+ '@esbuild/freebsd-x64@0.21.3':
+ resolution: {integrity: sha512-tci+UJ4zP5EGF4rp8XlZIdq1q1a/1h9XuronfxTMCNBslpCtmk97Q/5qqy1Mu4zIc0yswN/yP/BLX+NTUC1bXA==}
engines: {node: '>=12'}
- cpu: [arm64]
- os: [linux]
+ cpu: [x64]
+ os: [freebsd]
- '@esbuild/linux-arm64@0.20.1':
- resolution: {integrity: sha512-cX8WdlF6Cnvw/DO9/X7XLH2J6CkBnz7Twjpk56cshk9sjYVcuh4sXQBy5bmTwzBjNVZze2yaV1vtcJS04LbN8w==}
+ '@esbuild/freebsd-x64@0.21.5':
+ resolution: {integrity: sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==}
engines: {node: '>=12'}
- cpu: [arm64]
- os: [linux]
-
- '@esbuild/linux-arm@0.19.12':
- resolution: {integrity: sha512-J5jPms//KhSNv+LO1S1TX1UWp1ucM6N6XuL6ITdKWElCu8wXP72l9MM0zDTzzeikVyqFE6U8YAV9/tFyj0ti+w==}
+ cpu: [x64]
+ os: [freebsd]
+
+ '@esbuild/freebsd-x64@0.23.0':
+ resolution: {integrity: sha512-XKDVu8IsD0/q3foBzsXGt/KjD/yTKBCIwOHE1XwiXmrRwrX6Hbnd5Eqn/WvDekddK21tfszBSrE/WMaZh+1buQ==}
+ engines: {node: '>=18'}
+ cpu: [x64]
+ os: [freebsd]
+
+ '@esbuild/linux-arm64@0.20.1':
+ resolution: {integrity: sha512-cX8WdlF6Cnvw/DO9/X7XLH2J6CkBnz7Twjpk56cshk9sjYVcuh4sXQBy5bmTwzBjNVZze2yaV1vtcJS04LbN8w==}
engines: {node: '>=12'}
- cpu: [arm]
+ cpu: [arm64]
+ os: [linux]
+
+ '@esbuild/linux-arm64@0.21.3':
+ resolution: {integrity: sha512-vvG6R5g5ieB4eCJBQevyDMb31LMHthLpXTc2IGkFnPWS/GzIFDnaYFp558O+XybTmYrVjxnryru7QRleJvmZ6Q==}
+ engines: {node: '>=12'}
+ cpu: [arm64]
+ os: [linux]
+
+ '@esbuild/linux-arm64@0.21.5':
+ resolution: {integrity: sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==}
+ engines: {node: '>=12'}
+ cpu: [arm64]
+ os: [linux]
+
+ '@esbuild/linux-arm64@0.23.0':
+ resolution: {integrity: sha512-j1t5iG8jE7BhonbsEg5d9qOYcVZv/Rv6tghaXM/Ug9xahM0nX/H2gfu6X6z11QRTMT6+aywOMA8TDkhPo8aCGw==}
+ engines: {node: '>=18'}
+ cpu: [arm64]
os: [linux]
'@esbuild/linux-arm@0.20.1':
@@ -2459,10 +2758,22 @@ packages:
cpu: [arm]
os: [linux]
- '@esbuild/linux-ia32@0.19.12':
- resolution: {integrity: sha512-Thsa42rrP1+UIGaWz47uydHSBOgTUnwBwNq59khgIwktK6x60Hivfbux9iNR0eHCHzOLjLMLfUMLCypBkZXMHA==}
+ '@esbuild/linux-arm@0.21.3':
+ resolution: {integrity: sha512-f6kz2QpSuyHHg01cDawj0vkyMwuIvN62UAguQfnNVzbge2uWLhA7TCXOn83DT0ZvyJmBI943MItgTovUob36SQ==}
engines: {node: '>=12'}
- cpu: [ia32]
+ cpu: [arm]
+ os: [linux]
+
+ '@esbuild/linux-arm@0.21.5':
+ resolution: {integrity: sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==}
+ engines: {node: '>=12'}
+ cpu: [arm]
+ os: [linux]
+
+ '@esbuild/linux-arm@0.23.0':
+ resolution: {integrity: sha512-SEELSTEtOFu5LPykzA395Mc+54RMg1EUgXP+iw2SJ72+ooMwVsgfuwXo5Fn0wXNgWZsTVHwY2cg4Vi/bOD88qw==}
+ engines: {node: '>=18'}
+ cpu: [arm]
os: [linux]
'@esbuild/linux-ia32@0.20.1':
@@ -2471,10 +2782,22 @@ packages:
cpu: [ia32]
os: [linux]
- '@esbuild/linux-loong64@0.19.12':
- resolution: {integrity: sha512-LiXdXA0s3IqRRjm6rV6XaWATScKAXjI4R4LoDlvO7+yQqFdlr1Bax62sRwkVvRIrwXxvtYEHHI4dm50jAXkuAA==}
+ '@esbuild/linux-ia32@0.21.3':
+ resolution: {integrity: sha512-HjCWhH7K96Na+66TacDLJmOI9R8iDWDDiqe17C7znGvvE4sW1ECt9ly0AJ3dJH62jHyVqW9xpxZEU1jKdt+29A==}
engines: {node: '>=12'}
- cpu: [loong64]
+ cpu: [ia32]
+ os: [linux]
+
+ '@esbuild/linux-ia32@0.21.5':
+ resolution: {integrity: sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==}
+ engines: {node: '>=12'}
+ cpu: [ia32]
+ os: [linux]
+
+ '@esbuild/linux-ia32@0.23.0':
+ resolution: {integrity: sha512-P7O5Tkh2NbgIm2R6x1zGJJsnacDzTFcRWZyTTMgFdVit6E98LTxO+v8LCCLWRvPrjdzXHx9FEOA8oAZPyApWUA==}
+ engines: {node: '>=18'}
+ cpu: [ia32]
os: [linux]
'@esbuild/linux-loong64@0.20.1':
@@ -2483,10 +2806,22 @@ packages:
cpu: [loong64]
os: [linux]
- '@esbuild/linux-mips64el@0.19.12':
- resolution: {integrity: sha512-fEnAuj5VGTanfJ07ff0gOA6IPsvrVHLVb6Lyd1g2/ed67oU1eFzL0r9WL7ZzscD+/N6i3dWumGE1Un4f7Amf+w==}
+ '@esbuild/linux-loong64@0.21.3':
+ resolution: {integrity: sha512-BGpimEccmHBZRcAhdlRIxMp7x9PyJxUtj7apL2IuoG9VxvU/l/v1z015nFs7Si7tXUwEsvjc1rOJdZCn4QTU+Q==}
engines: {node: '>=12'}
- cpu: [mips64el]
+ cpu: [loong64]
+ os: [linux]
+
+ '@esbuild/linux-loong64@0.21.5':
+ resolution: {integrity: sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==}
+ engines: {node: '>=12'}
+ cpu: [loong64]
+ os: [linux]
+
+ '@esbuild/linux-loong64@0.23.0':
+ resolution: {integrity: sha512-InQwepswq6urikQiIC/kkx412fqUZudBO4SYKu0N+tGhXRWUqAx+Q+341tFV6QdBifpjYgUndV1hhMq3WeJi7A==}
+ engines: {node: '>=18'}
+ cpu: [loong64]
os: [linux]
'@esbuild/linux-mips64el@0.20.1':
@@ -2495,10 +2830,22 @@ packages:
cpu: [mips64el]
os: [linux]
- '@esbuild/linux-ppc64@0.19.12':
- resolution: {integrity: sha512-nYJA2/QPimDQOh1rKWedNOe3Gfc8PabU7HT3iXWtNUbRzXS9+vgB0Fjaqr//XNbd82mCxHzik2qotuI89cfixg==}
+ '@esbuild/linux-mips64el@0.21.3':
+ resolution: {integrity: sha512-5rMOWkp7FQGtAH3QJddP4w3s47iT20hwftqdm7b+loe95o8JU8ro3qZbhgMRy0VuFU0DizymF1pBKkn3YHWtsw==}
engines: {node: '>=12'}
- cpu: [ppc64]
+ cpu: [mips64el]
+ os: [linux]
+
+ '@esbuild/linux-mips64el@0.21.5':
+ resolution: {integrity: sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==}
+ engines: {node: '>=12'}
+ cpu: [mips64el]
+ os: [linux]
+
+ '@esbuild/linux-mips64el@0.23.0':
+ resolution: {integrity: sha512-J9rflLtqdYrxHv2FqXE2i1ELgNjT+JFURt/uDMoPQLcjWQA5wDKgQA4t/dTqGa88ZVECKaD0TctwsUfHbVoi4w==}
+ engines: {node: '>=18'}
+ cpu: [mips64el]
os: [linux]
'@esbuild/linux-ppc64@0.20.1':
@@ -2507,10 +2854,22 @@ packages:
cpu: [ppc64]
os: [linux]
- '@esbuild/linux-riscv64@0.19.12':
- resolution: {integrity: sha512-2MueBrlPQCw5dVJJpQdUYgeqIzDQgw3QtiAHUC4RBz9FXPrskyyU3VI1hw7C0BSKB9OduwSJ79FTCqtGMWqJHg==}
+ '@esbuild/linux-ppc64@0.21.3':
+ resolution: {integrity: sha512-h0zj1ldel89V5sjPLo5H1SyMzp4VrgN1tPkN29TmjvO1/r0MuMRwJxL8QY05SmfsZRs6TF0c/IDH3u7XYYmbAg==}
engines: {node: '>=12'}
- cpu: [riscv64]
+ cpu: [ppc64]
+ os: [linux]
+
+ '@esbuild/linux-ppc64@0.21.5':
+ resolution: {integrity: sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==}
+ engines: {node: '>=12'}
+ cpu: [ppc64]
+ os: [linux]
+
+ '@esbuild/linux-ppc64@0.23.0':
+ resolution: {integrity: sha512-cShCXtEOVc5GxU0fM+dsFD10qZ5UpcQ8AM22bYj0u/yaAykWnqXJDpd77ublcX6vdDsWLuweeuSNZk4yUxZwtw==}
+ engines: {node: '>=18'}
+ cpu: [ppc64]
os: [linux]
'@esbuild/linux-riscv64@0.20.1':
@@ -2519,10 +2878,22 @@ packages:
cpu: [riscv64]
os: [linux]
- '@esbuild/linux-s390x@0.19.12':
- resolution: {integrity: sha512-+Pil1Nv3Umes4m3AZKqA2anfhJiVmNCYkPchwFJNEJN5QxmTs1uzyy4TvmDrCRNT2ApwSari7ZIgrPeUx4UZDg==}
+ '@esbuild/linux-riscv64@0.21.3':
+ resolution: {integrity: sha512-dkAKcTsTJ+CRX6bnO17qDJbLoW37npd5gSNtSzjYQr0svghLJYGYB0NF1SNcU1vDcjXLYS5pO4qOW4YbFama4A==}
engines: {node: '>=12'}
- cpu: [s390x]
+ cpu: [riscv64]
+ os: [linux]
+
+ '@esbuild/linux-riscv64@0.21.5':
+ resolution: {integrity: sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==}
+ engines: {node: '>=12'}
+ cpu: [riscv64]
+ os: [linux]
+
+ '@esbuild/linux-riscv64@0.23.0':
+ resolution: {integrity: sha512-HEtaN7Y5UB4tZPeQmgz/UhzoEyYftbMXrBCUjINGjh3uil+rB/QzzpMshz3cNUxqXN7Vr93zzVtpIDL99t9aRw==}
+ engines: {node: '>=18'}
+ cpu: [riscv64]
os: [linux]
'@esbuild/linux-s390x@0.20.1':
@@ -2531,10 +2902,22 @@ packages:
cpu: [s390x]
os: [linux]
- '@esbuild/linux-x64@0.19.12':
- resolution: {integrity: sha512-B71g1QpxfwBvNrfyJdVDexenDIt1CiDN1TIXLbhOw0KhJzE78KIFGX6OJ9MrtC0oOqMWf+0xop4qEU8JrJTwCg==}
+ '@esbuild/linux-s390x@0.21.3':
+ resolution: {integrity: sha512-vnD1YUkovEdnZWEuMmy2X2JmzsHQqPpZElXx6dxENcIwTu+Cu5ERax6+Ke1QsE814Zf3c6rxCfwQdCTQ7tPuXA==}
engines: {node: '>=12'}
- cpu: [x64]
+ cpu: [s390x]
+ os: [linux]
+
+ '@esbuild/linux-s390x@0.21.5':
+ resolution: {integrity: sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==}
+ engines: {node: '>=12'}
+ cpu: [s390x]
+ os: [linux]
+
+ '@esbuild/linux-s390x@0.23.0':
+ resolution: {integrity: sha512-WDi3+NVAuyjg/Wxi+o5KPqRbZY0QhI9TjrEEm+8dmpY9Xir8+HE/HNx2JoLckhKbFopW0RdO2D72w8trZOV+Wg==}
+ engines: {node: '>=18'}
+ cpu: [s390x]
os: [linux]
'@esbuild/linux-x64@0.20.1':
@@ -2543,11 +2926,23 @@ packages:
cpu: [x64]
os: [linux]
- '@esbuild/netbsd-x64@0.19.12':
- resolution: {integrity: sha512-3ltjQ7n1owJgFbuC61Oj++XhtzmymoCihNFgT84UAmJnxJfm4sYCiSLTXZtE00VWYpPMYc+ZQmB6xbSdVh0JWA==}
+ '@esbuild/linux-x64@0.21.3':
+ resolution: {integrity: sha512-IOXOIm9WaK7plL2gMhsWJd+l2bfrhfilv0uPTptoRoSb2p09RghhQQp9YY6ZJhk/kqmeRt6siRdMSLLwzuT0KQ==}
engines: {node: '>=12'}
cpu: [x64]
- os: [netbsd]
+ os: [linux]
+
+ '@esbuild/linux-x64@0.21.5':
+ resolution: {integrity: sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==}
+ engines: {node: '>=12'}
+ cpu: [x64]
+ os: [linux]
+
+ '@esbuild/linux-x64@0.23.0':
+ resolution: {integrity: sha512-a3pMQhUEJkITgAw6e0bWA+F+vFtCciMjW/LPtoj99MhVt+Mfb6bbL9hu2wmTZgNd994qTAEw+U/r6k3qHWWaOQ==}
+ engines: {node: '>=18'}
+ cpu: [x64]
+ os: [linux]
'@esbuild/netbsd-x64@0.20.1':
resolution: {integrity: sha512-4fL68JdrLV2nVW2AaWZBv3XEm3Ae3NZn/7qy2KGAt3dexAgSVT+Hc97JKSZnqezgMlv9x6KV0ZkZY7UO5cNLCg==}
@@ -2555,10 +2950,28 @@ packages:
cpu: [x64]
os: [netbsd]
- '@esbuild/openbsd-x64@0.19.12':
- resolution: {integrity: sha512-RbrfTB9SWsr0kWmb9srfF+L933uMDdu9BIzdA7os2t0TXhCRjrQyCeOt6wVxr79CKD4c+p+YhCj31HBkYcXebw==}
+ '@esbuild/netbsd-x64@0.21.3':
+ resolution: {integrity: sha512-uTgCwsvQ5+vCQnqM//EfDSuomo2LhdWhFPS8VL8xKf+PKTCrcT/2kPPoWMTs22aB63MLdGMJiE3f1PHvCDmUOw==}
engines: {node: '>=12'}
cpu: [x64]
+ os: [netbsd]
+
+ '@esbuild/netbsd-x64@0.21.5':
+ resolution: {integrity: sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==}
+ engines: {node: '>=12'}
+ cpu: [x64]
+ os: [netbsd]
+
+ '@esbuild/netbsd-x64@0.23.0':
+ resolution: {integrity: sha512-cRK+YDem7lFTs2Q5nEv/HHc4LnrfBCbH5+JHu6wm2eP+d8OZNoSMYgPZJq78vqQ9g+9+nMuIsAO7skzphRXHyw==}
+ engines: {node: '>=18'}
+ cpu: [x64]
+ os: [netbsd]
+
+ '@esbuild/openbsd-arm64@0.23.0':
+ resolution: {integrity: sha512-suXjq53gERueVWu0OKxzWqk7NxiUWSUlrxoZK7usiF50C6ipColGR5qie2496iKGYNLhDZkPxBI3erbnYkU0rQ==}
+ engines: {node: '>=18'}
+ cpu: [arm64]
os: [openbsd]
'@esbuild/openbsd-x64@0.20.1':
@@ -2567,11 +2980,23 @@ packages:
cpu: [x64]
os: [openbsd]
- '@esbuild/sunos-x64@0.19.12':
- resolution: {integrity: sha512-HKjJwRrW8uWtCQnQOz9qcU3mUZhTUQvi56Q8DPTLLB+DawoiQdjsYq+j+D3s9I8VFtDr+F9CjgXKKC4ss89IeA==}
+ '@esbuild/openbsd-x64@0.21.3':
+ resolution: {integrity: sha512-vNAkR17Ub2MgEud2Wag/OE4HTSI6zlb291UYzHez/psiKarp0J8PKGDnAhMBcHFoOHMXHfExzmjMojJNbAStrQ==}
engines: {node: '>=12'}
cpu: [x64]
- os: [sunos]
+ os: [openbsd]
+
+ '@esbuild/openbsd-x64@0.21.5':
+ resolution: {integrity: sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==}
+ engines: {node: '>=12'}
+ cpu: [x64]
+ os: [openbsd]
+
+ '@esbuild/openbsd-x64@0.23.0':
+ resolution: {integrity: sha512-6p3nHpby0DM/v15IFKMjAaayFhqnXV52aEmv1whZHX56pdkK+MEaLoQWj+H42ssFarP1PcomVhbsR4pkz09qBg==}
+ engines: {node: '>=18'}
+ cpu: [x64]
+ os: [openbsd]
'@esbuild/sunos-x64@0.20.1':
resolution: {integrity: sha512-ZnWEyCM0G1Ex6JtsygvC3KUUrlDXqOihw8RicRuQAzw+c4f1D66YlPNNV3rkjVW90zXVsHwZYWbJh3v+oQFM9Q==}
@@ -2579,11 +3004,23 @@ packages:
cpu: [x64]
os: [sunos]
- '@esbuild/win32-arm64@0.19.12':
- resolution: {integrity: sha512-URgtR1dJnmGvX864pn1B2YUYNzjmXkuJOIqG2HdU62MVS4EHpU2946OZoTMnRUHklGtJdJZ33QfzdjGACXhn1A==}
+ '@esbuild/sunos-x64@0.21.3':
+ resolution: {integrity: sha512-W8H9jlGiSBomkgmouaRoTXo49j4w4Kfbl6I1bIdO/vT0+0u4f20ko3ELzV3hPI6XV6JNBVX+8BC+ajHkvffIJA==}
engines: {node: '>=12'}
- cpu: [arm64]
- os: [win32]
+ cpu: [x64]
+ os: [sunos]
+
+ '@esbuild/sunos-x64@0.21.5':
+ resolution: {integrity: sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==}
+ engines: {node: '>=12'}
+ cpu: [x64]
+ os: [sunos]
+
+ '@esbuild/sunos-x64@0.23.0':
+ resolution: {integrity: sha512-BFelBGfrBwk6LVrmFzCq1u1dZbG4zy/Kp93w2+y83Q5UGYF1d8sCzeLI9NXjKyujjBBniQa8R8PzLFAUrSM9OA==}
+ engines: {node: '>=18'}
+ cpu: [x64]
+ os: [sunos]
'@esbuild/win32-arm64@0.20.1':
resolution: {integrity: sha512-QZ6gXue0vVQY2Oon9WyLFCdSuYbXSoxaZrPuJ4c20j6ICedfsDilNPYfHLlMH7vGfU5DQR0czHLmJvH4Nzis/A==}
@@ -2591,10 +3028,22 @@ packages:
cpu: [arm64]
os: [win32]
- '@esbuild/win32-ia32@0.19.12':
- resolution: {integrity: sha512-+ZOE6pUkMOJfmxmBZElNOx72NKpIa/HFOMGzu8fqzQJ5kgf6aTGrcJaFsNiVMH4JKpMipyK+7k0n2UXN7a8YKQ==}
+ '@esbuild/win32-arm64@0.21.3':
+ resolution: {integrity: sha512-EjEomwyLSCg8Ag3LDILIqYCZAq/y3diJ04PnqGRgq8/4O3VNlXyMd54j/saShaN4h5o5mivOjAzmU6C3X4v0xw==}
engines: {node: '>=12'}
- cpu: [ia32]
+ cpu: [arm64]
+ os: [win32]
+
+ '@esbuild/win32-arm64@0.21.5':
+ resolution: {integrity: sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==}
+ engines: {node: '>=12'}
+ cpu: [arm64]
+ os: [win32]
+
+ '@esbuild/win32-arm64@0.23.0':
+ resolution: {integrity: sha512-lY6AC8p4Cnb7xYHuIxQ6iYPe6MfO2CC43XXKo9nBXDb35krYt7KGhQnOkRGar5psxYkircpCqfbNDB4uJbS2jQ==}
+ engines: {node: '>=18'}
+ cpu: [arm64]
os: [win32]
'@esbuild/win32-ia32@0.20.1':
@@ -2603,10 +3052,22 @@ packages:
cpu: [ia32]
os: [win32]
- '@esbuild/win32-x64@0.19.12':
- resolution: {integrity: sha512-T1QyPSDCyMXaO3pzBkF96E8xMkiRYbUEZADd29SyPGabqxMViNoii+NcK7eWJAEoU6RZyEm5lVSIjTmcdoB9HA==}
+ '@esbuild/win32-ia32@0.21.3':
+ resolution: {integrity: sha512-WGiE/GgbsEwR33++5rzjiYsKyHywE8QSZPF7Rfx9EBfK3Qn3xyR6IjyCr5Uk38Kg8fG4/2phN7sXp4NPWd3fcw==}
engines: {node: '>=12'}
- cpu: [x64]
+ cpu: [ia32]
+ os: [win32]
+
+ '@esbuild/win32-ia32@0.21.5':
+ resolution: {integrity: sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==}
+ engines: {node: '>=12'}
+ cpu: [ia32]
+ os: [win32]
+
+ '@esbuild/win32-ia32@0.23.0':
+ resolution: {integrity: sha512-7L1bHlOTcO4ByvI7OXVI5pNN6HSu6pUQq9yodga8izeuB1KcT2UkHaH6118QJwopExPn0rMHIseCTx1CRo/uNA==}
+ engines: {node: '>=18'}
+ cpu: [ia32]
os: [win32]
'@esbuild/win32-x64@0.20.1':
@@ -2615,6 +3076,24 @@ packages:
cpu: [x64]
os: [win32]
+ '@esbuild/win32-x64@0.21.3':
+ resolution: {integrity: sha512-xRxC0jaJWDLYvcUvjQmHCJSfMrgmUuvsoXgDeU/wTorQ1ngDdUBuFtgY3W1Pc5sprGAvZBtWdJX7RPg/iZZUqA==}
+ engines: {node: '>=12'}
+ cpu: [x64]
+ os: [win32]
+
+ '@esbuild/win32-x64@0.21.5':
+ resolution: {integrity: sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==}
+ engines: {node: '>=12'}
+ cpu: [x64]
+ os: [win32]
+
+ '@esbuild/win32-x64@0.23.0':
+ resolution: {integrity: sha512-Arm+WgUFLUATuoxCJcahGuk6Yj9Pzxd6l11Zb/2aAuv5kWWvvfhLFo2fni4uSK5vzlUdCGZ/BdV5tH8klj8p8g==}
+ engines: {node: '>=18'}
+ cpu: [x64]
+ os: [win32]
+
'@eslint-community/eslint-utils@4.4.0':
resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
@@ -2676,6 +3155,66 @@ packages:
resolution: {integrity: sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==}
deprecated: Use @eslint/object-schema instead
+ '@inquirer/checkbox@2.4.0':
+ resolution: {integrity: sha512-XHOCmntitRBD8SJcrv+6X9YakxO1wfsvezOnU5MBIXeTlSBRCVk9DOIrx6Cgi9BS3qkcy7oQb+fUGEKrP6xecQ==}
+ engines: {node: '>=18'}
+
+ '@inquirer/confirm@3.1.11':
+ resolution: {integrity: sha512-3wWw10VPxQP279FO4bzWsf8YjIAq7NdwATJ4xS2h1uwsXZu/RmtOVV95rZ7yllS1h/dzu+uLewjMAzNDEj8h2w==}
+ engines: {node: '>=18'}
+
+ '@inquirer/confirm@3.1.15':
+ resolution: {integrity: sha512-CiLGi3JmKGEsia5kYJN62yG/njHydbYIkzSBril7tCaKbsnIqxa2h/QiON9NjfwiKck/2siosz4h7lVhLFocMQ==}
+ engines: {node: '>=18'}
+
+ '@inquirer/core@8.2.4':
+ resolution: {integrity: sha512-7vsXSfxtrrbwMTirfaKwPcjqJy7pzeuF/bP62yo1NQrRJ5HjmMlrhZml/Ljm9ODc1RnbhJlTeSnCkjtFddKjwA==}
+ engines: {node: '>=18'}
+
+ '@inquirer/core@9.0.3':
+ resolution: {integrity: sha512-p2BRZv/vMmpwlU4ZR966vKQzGVCi4VhLjVofwnFLziTQia541T7i1Ar8/LPh+LzjkXzocme+g5Io6MRtzlCcNA==}
+ engines: {node: '>=18'}
+
+ '@inquirer/editor@2.1.15':
+ resolution: {integrity: sha512-UmtZnY36rGLS/4cCzvdRmk0xxsGgH2AsF0v1SSlBZ3C5JK/Bxm2gNW8fmUVzQ5vm8kpdWASXPapbUx4iV49ScA==}
+ engines: {node: '>=18'}
+
+ '@inquirer/expand@2.1.15':
+ resolution: {integrity: sha512-aBnnrBw9vbFJROUlDCsbq8H/plX6JHfPwLmSphxaVqOR+b1hgLdw+oRhZkpcJhG2AZOlc8IKzGdZhji93gQg4w==}
+ engines: {node: '>=18'}
+
+ '@inquirer/figures@1.0.3':
+ resolution: {integrity: sha512-ErXXzENMH5pJt5/ssXV0DfWUZqly8nGzf0UcBV9xTnP+KyffE2mqyxIMBrZ8ijQck2nU0TQm40EQB53YreyWHw==}
+ engines: {node: '>=18'}
+
+ '@inquirer/figures@1.0.4':
+ resolution: {integrity: sha512-R7Gsg6elpuqdn55fBH2y9oYzrU/yKrSmIsDX4ROT51vohrECFzTf2zw9BfUbOW8xjfmM2QbVoVYdTwhrtEKWSQ==}
+ engines: {node: '>=18'}
+
+ '@inquirer/input@2.2.2':
+ resolution: {integrity: sha512-VjkzYSVH0606nLi9HHiSb4QYs2idwRgneiMoFoTAIwQ1Qwx6OIDugOYLtLta3gP8AWZx7qUvgDtj+/SJuiiKuQ==}
+ engines: {node: '>=18'}
+
+ '@inquirer/password@2.1.15':
+ resolution: {integrity: sha512-/JmiTtIcSYbZdPucEW5q2rhC71vGKPivm3LFqNDQEI6lJyffq7hlfKKFC+R1Qp19dMqkaG+O5L1XmcHpmlAUUQ==}
+ engines: {node: '>=18'}
+
+ '@inquirer/prompts@5.0.7':
+ resolution: {integrity: sha512-GFcigCxJTKCH3aECzMIu4FhgLJWnFvMXzpI4CCSoELWFtkOOU2P+goYA61+OKpGrB8fPE7q6n8zAXBSlZRrHjQ==}
+ engines: {node: '>=18'}
+
+ '@inquirer/rawlist@2.1.15':
+ resolution: {integrity: sha512-zwU6aWDMyuQNiY5Z0iYXkxi7pliRFXqUmiS7vG6lAGxqcbOSptYgIxGJnd3AU4Y91N0Tbt57+koJL0S2p6vSkA==}
+ engines: {node: '>=18'}
+
+ '@inquirer/select@2.4.0':
+ resolution: {integrity: sha512-iU1eRkHirVNs43zWk6anMIMKc7tCXlJ+I5DcpIV7JzMe+45TuPPOGGCgeGIkZ4xYJ3cXdFoh7GJpm84PNC8veg==}
+ engines: {node: '>=18'}
+
+ '@inquirer/type@1.5.0':
+ resolution: {integrity: sha512-L/UdayX9Z1lLN+itoTKqJ/X4DX5DaWu2Sruwt4XgZzMNv32x4qllbzMX4MbJlz0yxAQtU19UvABGOjmdq1u3qA==}
+ engines: {node: '>=18'}
+
'@isaacs/cliui@8.0.2':
resolution: {integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==}
engines: {node: '>=12'}
@@ -2802,6 +3341,12 @@ packages:
'@leichtgewicht/ip-codec@2.0.4':
resolution: {integrity: sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A==}
+ '@listr2/prompt-adapter-inquirer@2.0.13':
+ resolution: {integrity: sha512-nAl6teTt7EWSjttNavAnv3uFR3w3vPP3OTYmHyPNHzKhAj2NoBDHmbS3MGpvvO8KXXPASnHjEGrrKrdKTMKPnQ==}
+ engines: {node: '>=18.0.0'}
+ peerDependencies:
+ '@inquirer/prompts': '>= 3 < 6'
+
'@lit-labs/ssr-dom-shim@1.2.0':
resolution: {integrity: sha512-yWJKmpGE6lUURKAaIltoPIE/wrbY3TEkqQt+X0m+7fQNnAv0keydnYvbiJFP1PnMhizmIWRWOG5KLhYyc/xl+g==}
@@ -2815,6 +3360,66 @@ packages:
resolution: {integrity: sha512-/gKJun8NNiWGZJkGzI/Ragc53cOdcLNdzjLaIa+GEjguQs0ulsurx8WN0jijdK9yPqDvziX995sMRLyLt1uZMQ==}
engines: {node: '>= 0.4'}
+ '@lmdb/lmdb-darwin-arm64@3.0.12':
+ resolution: {integrity: sha512-vgTwzNUD3Hy4aqtGhX2+nV/usI0mwy3hDRuTjs8VcK0BLiMVEpNQXgzwlWEgPmA8AAPloUgyOs2nK5clJF5oIg==}
+ cpu: [arm64]
+ os: [darwin]
+
+ '@lmdb/lmdb-darwin-arm64@3.0.8':
+ resolution: {integrity: sha512-+lFwFvU+zQ9zVIFETNtmW++syh3Ps5JS8MPQ8zOYtQZoU+dTR8ivWHTaE2QVk1JG2payGDLUAvpndLAjGMdeeA==}
+ cpu: [arm64]
+ os: [darwin]
+
+ '@lmdb/lmdb-darwin-x64@3.0.12':
+ resolution: {integrity: sha512-qOt0hAhj2ZLY6aEWu85rzt5zcyCAQITMhCMEPNlo1tuYekpVAdkQNiwXxEkCjBYvwTskvXuwXOOUpjuSc+aJnA==}
+ cpu: [x64]
+ os: [darwin]
+
+ '@lmdb/lmdb-darwin-x64@3.0.8':
+ resolution: {integrity: sha512-T98rfsgfdQMS5/mqdsPb6oHSJ+iBYNa+PQDLtXLh6rzTEBsYP9x2uXxIj6VS4qXVDWXVi8rv85NCOG+UBOsHXQ==}
+ cpu: [x64]
+ os: [darwin]
+
+ '@lmdb/lmdb-linux-arm64@3.0.12':
+ resolution: {integrity: sha512-Qy4cFXFe9h1wAWMsojex8x1ifvw2kqiZv686YiRTdQEzAfc3vJASHFcD/QejHUCx7YHMYdnUoCS45rG2AiGDTQ==}
+ cpu: [arm64]
+ os: [linux]
+
+ '@lmdb/lmdb-linux-arm64@3.0.8':
+ resolution: {integrity: sha512-uEBGCQIChsixpykL0pjCxfF64btv64vzsb1NoM5u0qvabKvKEvErhXGoqovyldDu9u1T/fswD8Kf6ih0vJEvDQ==}
+ cpu: [arm64]
+ os: [linux]
+
+ '@lmdb/lmdb-linux-arm@3.0.12':
+ resolution: {integrity: sha512-Ggd/UXpE+alMncbELCXA3OKpDj9bDBR3qVO7WRTxstloDglRAHfZmUJgTkeaNKjFO1JHqS7AKy0jba9XebZB1w==}
+ cpu: [arm]
+ os: [linux]
+
+ '@lmdb/lmdb-linux-arm@3.0.8':
+ resolution: {integrity: sha512-gVNCi3bYWatdPMeFpFjuZl6bzVL55FkeZU3sPeU+NsMRXC+Zl3qOx3M6cM4OMlJWbhHjYjf2b8q83K0mczaiWQ==}
+ cpu: [arm]
+ os: [linux]
+
+ '@lmdb/lmdb-linux-x64@3.0.12':
+ resolution: {integrity: sha512-c+noT9IofktxktFllKHFmci8ka2SYGSLN17pj/KSl1hg7mmfAiGp4xxFxEwMLTb+SX95vP1DFiR++1I3WLVxvA==}
+ cpu: [x64]
+ os: [linux]
+
+ '@lmdb/lmdb-linux-x64@3.0.8':
+ resolution: {integrity: sha512-6v0B4sa9ulNezmDZtVpLjNHmA0qZzUl3001YJ2RF0naxsuv/Jq/xEwNYpOzfcdizHfpCE0oBkWzk/r+Slr+0zw==}
+ cpu: [x64]
+ os: [linux]
+
+ '@lmdb/lmdb-win32-x64@3.0.12':
+ resolution: {integrity: sha512-CO3MFV8gUx16NU/CyyuumAKblESwvoGVA2XhQKZ976OTOxaTbb8F8D3f0iiZ4MYqsN74jIrFuCmXpPnpjbhfOQ==}
+ cpu: [x64]
+ os: [win32]
+
+ '@lmdb/lmdb-win32-x64@3.0.8':
+ resolution: {integrity: sha512-lDLGRIMqdwYD39vinwNqqZUxCdL2m2iIdn+0HyQgIHEiT0g5rIAlzaMKzoGWon5NQumfxXFk9y0DarttkR7C1w==}
+ cpu: [x64]
+ os: [win32]
+
'@manypkg/find-root@1.1.0':
resolution: {integrity: sha512-mki5uBvhHzO8kYYix/WRy2WX8S3B5wdVSc9D6KcU5lQNglP2yt58/VfLuAK49glRXChosY8ap2oJ1qgma3GUVA==}
@@ -2827,6 +3432,39 @@ packages:
'@types/react': '>=16'
react: '>=16'
+ '@msgpackr-extract/msgpackr-extract-darwin-arm64@3.0.3':
+ resolution: {integrity: sha512-QZHtlVgbAdy2zAqNA9Gu1UpIuI8Xvsd1v8ic6B2pZmeFnFcMWiPLfWXh7TVw4eGEZ/C9TH281KwhVoeQUKbyjw==}
+ cpu: [arm64]
+ os: [darwin]
+
+ '@msgpackr-extract/msgpackr-extract-darwin-x64@3.0.3':
+ resolution: {integrity: sha512-mdzd3AVzYKuUmiWOQ8GNhl64/IoFGol569zNRdkLReh6LRLHOXxU4U8eq0JwaD8iFHdVGqSy4IjFL4reoWCDFw==}
+ cpu: [x64]
+ os: [darwin]
+
+ '@msgpackr-extract/msgpackr-extract-linux-arm64@3.0.3':
+ resolution: {integrity: sha512-YxQL+ax0XqBJDZiKimS2XQaf+2wDGVa1enVRGzEvLLVFeqa5kx2bWbtcSXgsxjQB7nRqqIGFIcLteF/sHeVtQg==}
+ cpu: [arm64]
+ os: [linux]
+
+ '@msgpackr-extract/msgpackr-extract-linux-arm@3.0.3':
+ resolution: {integrity: sha512-fg0uy/dG/nZEXfYilKoRe7yALaNmHoYeIoJuJ7KJ+YyU2bvY8vPv27f7UKhGRpY6euFYqEVhxCFZgAUNQBM3nw==}
+ cpu: [arm]
+ os: [linux]
+
+ '@msgpackr-extract/msgpackr-extract-linux-x64@3.0.3':
+ resolution: {integrity: sha512-cvwNfbP07pKUfq1uH+S6KJ7dT9K8WOE4ZiAcsrSes+UY55E/0jLYc+vq+DO7jlmqRb5zAggExKm0H7O/CBaesg==}
+ cpu: [x64]
+ os: [linux]
+
+ '@msgpackr-extract/msgpackr-extract-win32-x64@3.0.3':
+ resolution: {integrity: sha512-x0fWaQtYp4E6sktbsdAqnehxDgEc/VwM7uLsRCYWaiGu0ykYdZPiS8zCWdnjHwyiumousxfBm4SO31eXqwEZhQ==}
+ cpu: [x64]
+ os: [win32]
+
+ '@napi-rs/wasm-runtime@0.2.4':
+ resolution: {integrity: sha512-9zESzOO5aDByvhIAsOy9TbpZ0Ur2AJbUI7UT73kcUTS2mxAMHOBaa1st/jAymNoCtvrit99kkzT1FZuXVcgfIQ==}
+
'@ndelangen/get-tarball@3.0.9':
resolution: {integrity: sha512-9JKTEik4vq+yGosHYhZ1tiH/3WpUS0Nh0kej4Agndhox8pAdWhEx5knFVRcb/ya9knCRCs1rPxNrSXTDdfVqpA==}
@@ -2890,22 +3528,30 @@ packages:
cpu: [x64]
os: [win32]
- '@ng-bootstrap/ng-bootstrap@16.0.0':
- resolution: {integrity: sha512-+FJ3e6cX9DW2t7021Ji3oz433rk3+4jLfqzU+Jyx6/vJz1dIOaML3EAY6lYuW4TLiXgMPOMvs6KzPFALGh4Lag==}
+ '@ng-bootstrap/ng-bootstrap@17.0.0':
+ resolution: {integrity: sha512-hTbBtozJlpevF1RO6J2adCoXiAkMTPV3wmXIyK05dVha4VsKjHibgaL6YldToKoh6ElQnIYkPEIJHX9z5EtyMw==}
peerDependencies:
- '@angular/common': ^17.0.0
- '@angular/core': ^17.0.0
- '@angular/forms': ^17.0.0
- '@angular/localize': ^17.0.0
+ '@angular/common': ^18.0.0
+ '@angular/core': ^18.0.0
+ '@angular/forms': ^18.0.0
+ '@angular/localize': ^18.0.0
'@popperjs/core': ^2.11.8
rxjs: ^6.5.3 || ^7.4.0
- '@ngtools/webpack@17.3.8':
- resolution: {integrity: sha512-CjSVVa/9fzMpEDQP01SC4colKCbZwj7vUq0H2bivp8jVsmd21x9Fu0gDBH0Y9NdfAIm4eGZvmiZKMII3vIOaYQ==}
- engines: {node: ^18.13.0 || >=20.9.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'}
+ '@ngtools/webpack@18.0.7':
+ resolution: {integrity: sha512-lXTy+SpLpoO5verX7TGTxV3sbD9MGWxMwJGdXA7DwZcVtDe5t38ZntzJUm7OpxWjRZ/OJn6JLmURNLcVNHzp9g==}
+ 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'}
peerDependencies:
- '@angular/compiler-cli': ^17.0.0
- typescript: '>=5.2 <5.5'
+ '@angular/compiler-cli': ^18.0.0
+ typescript: '>=5.4 <5.5'
+ webpack: ^5.54.0
+
+ '@ngtools/webpack@18.1.1':
+ resolution: {integrity: sha512-mjlfnWcHtBZJUJaVyffJZZL8U1o1XUQwrFIKeiFUeatLDsjtv8EbLW9Ed1v3eAJyVuaTNKpsdZma1XdxzeLONw==}
+ 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'}
+ peerDependencies:
+ '@angular/compiler-cli': ^18.0.0
+ typescript: '>=5.4 <5.6'
webpack: ^5.54.0
'@nodelib/fs.scandir@2.1.5':
@@ -2953,86 +3599,90 @@ packages:
resolution: {integrity: sha512-gp8pRXC2oOxu0DUE1/M3bYtb1b3/DbJ5aM113+XJBgfXdussRAsX0YOrOhdd8WvnAR6auDBvJomGAkLKA5ydxA==}
engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
- '@npmcli/package-json@5.0.0':
- resolution: {integrity: sha512-OI2zdYBLhQ7kpNPaJxiflofYIpkNLi+lnGdzqUOfRmCF3r2l1nadcjtCYMJKv/Utm/ZtlffaUuTiAktPHbc17g==}
+ '@npmcli/package-json@5.2.0':
+ resolution: {integrity: sha512-qe/kiqqkW0AGtvBjL8TJKZk/eBBSpnJkUWvHdQ9jM2lKHXRYYJuyNpJPlJw3c8QjC2ow6NZYiLExhUaeJelbxQ==}
engines: {node: ^16.14.0 || >=18.0.0}
'@npmcli/promise-spawn@7.0.1':
resolution: {integrity: sha512-P4KkF9jX3y+7yFUxgcUdDtLy+t4OlDGuEBLNs57AZsfSfg+uV6MLndqGpnl4831ggaEdXwR50XFoZP4VFtHolg==}
engines: {node: ^16.14.0 || >=18.0.0}
- '@npmcli/run-script@7.0.4':
- resolution: {integrity: sha512-9ApYM/3+rBt9V80aYg6tZfzj3UWdiYyCt7gJUD1VJKvWF5nwKDSICXbYIQbspFTq6TOpbsEtIC0LArB8d9PFmg==}
+ '@npmcli/redact@2.0.1':
+ resolution: {integrity: sha512-YgsR5jCQZhVmTJvjduTOIHph0L73pK8xwMVaDY0PatySqVM9AZj93jpoXYSJqfHFxFkN9dmqTw6OiqExsS3LPw==}
+ engines: {node: ^16.14.0 || >=18.0.0}
+
+ '@npmcli/run-script@8.1.0':
+ resolution: {integrity: sha512-y7efHHwghQfk28G2z3tlZ67pLG0XdfYbcVG26r7YIXALRsrVQcTq4/tdenSmdOrEsNahIYA/eh8aEVROWGFUDg==}
engines: {node: ^16.14.0 || >=18.0.0}
- '@nrwl/devkit@17.2.8':
- resolution: {integrity: sha512-l2dFy5LkWqSA45s6pee6CoqJeluH+sjRdVnAAQfjLHRNSx6mFAKblyzq5h1f4P0EUCVVVqLs+kVqmNx5zxYqvw==}
+ '@nrwl/devkit@19.5.1':
+ resolution: {integrity: sha512-ZsckDZszLTv3oshNsY5fZ86g8a/VcGvgDpdiP/z/A/krtOHL8iUjdT/72Eo5DIult5WcSFjnifyWcyWIGe1PeA==}
- '@nrwl/tao@17.2.8':
- resolution: {integrity: sha512-Qpk5YKeJ+LppPL/wtoDyNGbJs2MsTi6qyX/RdRrEc8lc4bk6Cw3Oul1qTXCI6jT0KzTz+dZtd0zYD/G7okkzvg==}
+ '@nrwl/tao@19.5.1':
+ resolution: {integrity: sha512-gAitJkexzI36jCNIHru1PAqNcFe17KlSwb3F4VoCArcZSJmSh5cTbxaAAWup8aavxHT6nF6G1Zm1+N0RmzRMRQ==}
hasBin: true
- '@nx/devkit@17.2.8':
- resolution: {integrity: sha512-6LtiQihtZwqz4hSrtT5cCG5XMCWppG6/B8c1kNksg97JuomELlWyUyVF+sxmeERkcLYFaKPTZytP0L3dmCFXaw==}
+ '@nx/devkit@19.5.1':
+ resolution: {integrity: sha512-Vj8wwzNIR5VIWmuLHhOi4aUVq7eVV5YTbctnEewKT+V/O4LZj+hClGyVNyT8s6b8JIjNWoIO4HXStLnH8rDOlw==}
peerDependencies:
- nx: '>= 16 <= 18'
+ nx: '>= 17 <= 20'
- '@nx/nx-darwin-arm64@17.2.8':
- resolution: {integrity: sha512-dMb0uxug4hM7tusISAU1TfkDK3ixYmzc1zhHSZwpR7yKJIyKLtUpBTbryt8nyso37AS1yH+dmfh2Fj2WxfBHTg==}
+ '@nx/nx-darwin-arm64@19.5.1':
+ resolution: {integrity: sha512-mdFSnwf+cEGZQ0HDJIzHBOWmho66VUN44qsDRPVSwpaEqlHSlcbiqKzM0+oVx9CRDLNQoYtYs1Y3hGlnag1sCQ==}
engines: {node: '>= 10'}
cpu: [arm64]
os: [darwin]
- '@nx/nx-darwin-x64@17.2.8':
- resolution: {integrity: sha512-0cXzp1tGr7/6lJel102QiLA4NkaLCkQJj6VzwbwuvmuCDxPbpmbz7HC1tUteijKBtOcdXit1/MEoEU007To8Bw==}
+ '@nx/nx-darwin-x64@19.5.1':
+ resolution: {integrity: sha512-ficF0T6vN0LkkYoPyEgdXEOfIR9ss0hXeG2s32SwqfjNZlbisO4fvrHM8f8WPujEJ+5nCIJ9o4jJiWBHkfUTBg==}
engines: {node: '>= 10'}
cpu: [x64]
os: [darwin]
- '@nx/nx-freebsd-x64@17.2.8':
- resolution: {integrity: sha512-YFMgx5Qpp2btCgvaniDGdu7Ctj56bfFvbbaHQWmOeBPK1krNDp2mqp8HK6ZKOfEuDJGOYAp7HDtCLvdZKvJxzA==}
+ '@nx/nx-freebsd-x64@19.5.1':
+ resolution: {integrity: sha512-UjquUf8N06DlAyhpvEm1D57WXWQnvvVq6vIxq6rTmK+alWjMyOUs90sPYrqvV3TARAsdkos763S8T5rAOB/xYQ==}
engines: {node: '>= 10'}
cpu: [x64]
os: [freebsd]
- '@nx/nx-linux-arm-gnueabihf@17.2.8':
- resolution: {integrity: sha512-iN2my6MrhLRkVDtdivQHugK8YmR7URo1wU9UDuHQ55z3tEcny7LV3W9NSsY9UYPK/FrxdDfevj0r2hgSSdhnzA==}
+ '@nx/nx-linux-arm-gnueabihf@19.5.1':
+ resolution: {integrity: sha512-UXBXiLEZVgHlz/iO634JQwQU/MP0Kx0tKwEzucjAryIUFTBRAZos76wTF8glBQaH4dTwWtQQObxaEVGGu+J4dA==}
engines: {node: '>= 10'}
cpu: [arm]
os: [linux]
- '@nx/nx-linux-arm64-gnu@17.2.8':
- resolution: {integrity: sha512-Iy8BjoW6mOKrSMiTGujUcNdv+xSM1DALTH6y3iLvNDkGbjGK1Re6QNnJAzqcXyDpv32Q4Fc57PmuexyysZxIGg==}
+ '@nx/nx-linux-arm64-gnu@19.5.1':
+ resolution: {integrity: sha512-UlBq3ImnFHMsI6jLxQA97ntgBvMvtnVmL/eluGOcUres9q0IqzTOWmBDccpR3ZLbI3NBrmDRrS79aid3SuBKwA==}
engines: {node: '>= 10'}
cpu: [arm64]
os: [linux]
- '@nx/nx-linux-arm64-musl@17.2.8':
- resolution: {integrity: sha512-9wkAxWzknjpzdofL1xjtU6qPFF1PHlvKCZI3hgEYJDo4mQiatGI+7Ttko+lx/ZMP6v4+Umjtgq7+qWrApeKamQ==}
+ '@nx/nx-linux-arm64-musl@19.5.1':
+ resolution: {integrity: sha512-sw0zdO9CLjDY9qiweZm5p5zrkOeRPagimHCtHw/YIuPfkBrtoazi9adD+f8OXou/jrL/f1UE2/CA3gQKDOT35Q==}
engines: {node: '>= 10'}
cpu: [arm64]
os: [linux]
- '@nx/nx-linux-x64-gnu@17.2.8':
- resolution: {integrity: sha512-sjG1bwGsjLxToasZ3lShildFsF0eyeGu+pOQZIp9+gjFbeIkd19cTlCnHrOV9hoF364GuKSXQyUlwtFYFR4VTQ==}
+ '@nx/nx-linux-x64-gnu@19.5.1':
+ resolution: {integrity: sha512-tHPcBgsyyLNRfJLWnDQLcWZZ69xn4Ocfnquxs30Q5gk5CZTNSVm/yA4ibYn9JGvSu0dNjzM+nJwmtEaudhtgSg==}
engines: {node: '>= 10'}
cpu: [x64]
os: [linux]
- '@nx/nx-linux-x64-musl@17.2.8':
- resolution: {integrity: sha512-QiakXZ1xBCIptmkGEouLHQbcM4klQkcr+kEaz2PlNwy/sW3gH1b/1c0Ed5J1AN9xgQxWspriAONpScYBRgxdhA==}
+ '@nx/nx-linux-x64-musl@19.5.1':
+ resolution: {integrity: sha512-dHP8GrqK05gHwq6kSjuZqaN0CQrID2OspuJ4vKd+WoelioFNmdRAQWkOyqXA5dlrJfWs/IqV+WvnexYlxG1quw==}
engines: {node: '>= 10'}
cpu: [x64]
os: [linux]
- '@nx/nx-win32-arm64-msvc@17.2.8':
- resolution: {integrity: sha512-XBWUY/F/GU3vKN9CAxeI15gM4kr3GOBqnzFZzoZC4qJt2hKSSUEWsMgeZtsMgeqEClbi4ZyCCkY7YJgU32WUGA==}
+ '@nx/nx-win32-arm64-msvc@19.5.1':
+ resolution: {integrity: sha512-YNhVje0gSmt7bLWDCR1Ea3vbvqF+iIeDhtpJuK7kXMbWAujZrA5sGW/xdPPShV8omlQuu1Ggms0BUCwr8Aiyig==}
engines: {node: '>= 10'}
cpu: [arm64]
os: [win32]
- '@nx/nx-win32-x64-msvc@17.2.8':
- resolution: {integrity: sha512-HTqDv+JThlLzbcEm/3f+LbS5/wYQWzb5YDXbP1wi7nlCTihNZOLNqGOkEmwlrR5tAdNHPRpHSmkYg4305W0CtA==}
+ '@nx/nx-win32-x64-msvc@19.5.1':
+ resolution: {integrity: sha512-bxj12iAuyEwBCV6A+C8nXQ55KNji4L0VrL3y2KeH0wOeBMgTeKQxoMNk0/Ty2O6354YkAgwaKRHJMnM/LfO+og==}
engines: {node: '>= 10'}
cpu: [x64]
os: [win32]
@@ -3319,82 +3969,181 @@ packages:
rollup:
optional: true
- '@rollup/rollup-android-arm-eabi@4.13.0':
- resolution: {integrity: sha512-5ZYPOuaAqEH/W3gYsRkxQATBW3Ii1MfaT4EQstTnLKViLi2gLSQmlmtTpGucNP3sXEpOiI5tdGhjdE111ekyEg==}
+ '@rollup/rollup-android-arm-eabi@4.18.0':
+ resolution: {integrity: sha512-Tya6xypR10giZV1XzxmH5wr25VcZSncG0pZIjfePT0OVBvqNEurzValetGNarVrGiq66EBVAFn15iYX4w6FKgQ==}
cpu: [arm]
os: [android]
- '@rollup/rollup-android-arm64@4.13.0':
- resolution: {integrity: sha512-BSbaCmn8ZadK3UAQdlauSvtaJjhlDEjS5hEVVIN3A4bbl3X+otyf/kOJV08bYiRxfejP3DXFzO2jz3G20107+Q==}
+ '@rollup/rollup-android-arm-eabi@4.18.1':
+ resolution: {integrity: sha512-lncuC4aHicncmbORnx+dUaAgzee9cm/PbIqgWz1PpXuwc+sa1Ct83tnqUDy/GFKleLiN7ZIeytM6KJ4cAn1SxA==}
+ cpu: [arm]
+ os: [android]
+
+ '@rollup/rollup-android-arm64@4.18.0':
+ resolution: {integrity: sha512-avCea0RAP03lTsDhEyfy+hpfr85KfyTctMADqHVhLAF3MlIkq83CP8UfAHUssgXTYd+6er6PaAhx/QGv4L1EiA==}
cpu: [arm64]
os: [android]
- '@rollup/rollup-darwin-arm64@4.13.0':
- resolution: {integrity: sha512-Ovf2evVaP6sW5Ut0GHyUSOqA6tVKfrTHddtmxGQc1CTQa1Cw3/KMCDEEICZBbyppcwnhMwcDce9ZRxdWRpVd6g==}
+ '@rollup/rollup-android-arm64@4.18.1':
+ resolution: {integrity: sha512-F/tkdw0WSs4ojqz5Ovrw5r9odqzFjb5LIgHdHZG65dFI1lWTWRVy32KDJLKRISHgJvqUeUhdIvy43fX41znyDg==}
+ cpu: [arm64]
+ os: [android]
+
+ '@rollup/rollup-darwin-arm64@4.18.0':
+ resolution: {integrity: sha512-IWfdwU7KDSm07Ty0PuA/W2JYoZ4iTj3TUQjkVsO/6U+4I1jN5lcR71ZEvRh52sDOERdnNhhHU57UITXz5jC1/w==}
+ cpu: [arm64]
+ os: [darwin]
+
+ '@rollup/rollup-darwin-arm64@4.18.1':
+ resolution: {integrity: sha512-vk+ma8iC1ebje/ahpxpnrfVQJibTMyHdWpOGZ3JpQ7Mgn/3QNHmPq7YwjZbIE7km73dH5M1e6MRRsnEBW7v5CQ==}
cpu: [arm64]
os: [darwin]
- '@rollup/rollup-darwin-x64@4.13.0':
- resolution: {integrity: sha512-U+Jcxm89UTK592vZ2J9st9ajRv/hrwHdnvyuJpa5A2ngGSVHypigidkQJP+YiGL6JODiUeMzkqQzbCG3At81Gg==}
+ '@rollup/rollup-darwin-x64@4.18.0':
+ resolution: {integrity: sha512-n2LMsUz7Ynu7DoQrSQkBf8iNrjOGyPLrdSg802vk6XT3FtsgX6JbE8IHRvposskFm9SNxzkLYGSq9QdpLYpRNA==}
cpu: [x64]
os: [darwin]
- '@rollup/rollup-linux-arm-gnueabihf@4.13.0':
- resolution: {integrity: sha512-8wZidaUJUTIR5T4vRS22VkSMOVooG0F4N+JSwQXWSRiC6yfEsFMLTYRFHvby5mFFuExHa/yAp9juSphQQJAijQ==}
+ '@rollup/rollup-darwin-x64@4.18.1':
+ resolution: {integrity: sha512-IgpzXKauRe1Tafcej9STjSSuG0Ghu/xGYH+qG6JwsAUxXrnkvNHcq/NL6nz1+jzvWAnQkuAJ4uIwGB48K9OCGA==}
+ cpu: [x64]
+ os: [darwin]
+
+ '@rollup/rollup-linux-arm-gnueabihf@4.18.0':
+ resolution: {integrity: sha512-C/zbRYRXFjWvz9Z4haRxcTdnkPt1BtCkz+7RtBSuNmKzMzp3ZxdM28Mpccn6pt28/UWUCTXa+b0Mx1k3g6NOMA==}
+ cpu: [arm]
+ os: [linux]
+
+ '@rollup/rollup-linux-arm-gnueabihf@4.18.1':
+ resolution: {integrity: sha512-P9bSiAUnSSM7EmyRK+e5wgpqai86QOSv8BwvkGjLwYuOpaeomiZWifEos517CwbG+aZl1T4clSE1YqqH2JRs+g==}
cpu: [arm]
os: [linux]
- '@rollup/rollup-linux-arm64-gnu@4.13.0':
- resolution: {integrity: sha512-Iu0Kno1vrD7zHQDxOmvweqLkAzjxEVqNhUIXBsZ8hu8Oak7/5VTPrxOEZXYC1nmrBVJp0ZcL2E7lSuuOVaE3+w==}
+ '@rollup/rollup-linux-arm-musleabihf@4.18.0':
+ resolution: {integrity: sha512-l3m9ewPgjQSXrUMHg93vt0hYCGnrMOcUpTz6FLtbwljo2HluS4zTXFy2571YQbisTnfTKPZ01u/ukJdQTLGh9A==}
+ cpu: [arm]
+ os: [linux]
+
+ '@rollup/rollup-linux-arm-musleabihf@4.18.1':
+ resolution: {integrity: sha512-5RnjpACoxtS+aWOI1dURKno11d7krfpGDEn19jI8BuWmSBbUC4ytIADfROM1FZrFhQPSoP+KEa3NlEScznBTyQ==}
+ cpu: [arm]
+ os: [linux]
+
+ '@rollup/rollup-linux-arm64-gnu@4.18.0':
+ resolution: {integrity: sha512-rJ5D47d8WD7J+7STKdCUAgmQk49xuFrRi9pZkWoRD1UeSMakbcepWXPF8ycChBoAqs1pb2wzvbY6Q33WmN2ftw==}
+ cpu: [arm64]
+ os: [linux]
+
+ '@rollup/rollup-linux-arm64-gnu@4.18.1':
+ resolution: {integrity: sha512-8mwmGD668m8WaGbthrEYZ9CBmPug2QPGWxhJxh/vCgBjro5o96gL04WLlg5BA233OCWLqERy4YUzX3bJGXaJgQ==}
cpu: [arm64]
os: [linux]
- '@rollup/rollup-linux-arm64-musl@4.13.0':
- resolution: {integrity: sha512-C31QrW47llgVyrRjIwiOwsHFcaIwmkKi3PCroQY5aVq4H0A5v/vVVAtFsI1nfBngtoRpeREvZOkIhmRwUKkAdw==}
+ '@rollup/rollup-linux-arm64-musl@4.18.0':
+ resolution: {integrity: sha512-be6Yx37b24ZwxQ+wOQXXLZqpq4jTckJhtGlWGZs68TgdKXJgw54lUUoFYrg6Zs/kjzAQwEwYbp8JxZVzZLRepQ==}
cpu: [arm64]
os: [linux]
- '@rollup/rollup-linux-riscv64-gnu@4.13.0':
- resolution: {integrity: sha512-Oq90dtMHvthFOPMl7pt7KmxzX7E71AfyIhh+cPhLY9oko97Zf2C9tt/XJD4RgxhaGeAraAXDtqxvKE1y/j35lA==}
+ '@rollup/rollup-linux-arm64-musl@4.18.1':
+ resolution: {integrity: sha512-dJX9u4r4bqInMGOAQoGYdwDP8lQiisWb9et+T84l2WXk41yEej8v2iGKodmdKimT8cTAYt0jFb+UEBxnPkbXEQ==}
+ cpu: [arm64]
+ os: [linux]
+
+ '@rollup/rollup-linux-powerpc64le-gnu@4.18.0':
+ resolution: {integrity: sha512-hNVMQK+qrA9Todu9+wqrXOHxFiD5YmdEi3paj6vP02Kx1hjd2LLYR2eaN7DsEshg09+9uzWi2W18MJDlG0cxJA==}
+ cpu: [ppc64]
+ os: [linux]
+
+ '@rollup/rollup-linux-powerpc64le-gnu@4.18.1':
+ resolution: {integrity: sha512-V72cXdTl4EI0x6FNmho4D502sy7ed+LuVW6Ym8aI6DRQ9hQZdp5sj0a2usYOlqvFBNKQnLQGwmYnujo2HvjCxQ==}
+ cpu: [ppc64]
+ os: [linux]
+
+ '@rollup/rollup-linux-riscv64-gnu@4.18.0':
+ resolution: {integrity: sha512-ROCM7i+m1NfdrsmvwSzoxp9HFtmKGHEqu5NNDiZWQtXLA8S5HBCkVvKAxJ8U+CVctHwV2Gb5VUaK7UAkzhDjlg==}
cpu: [riscv64]
os: [linux]
- '@rollup/rollup-linux-x64-gnu@4.13.0':
- resolution: {integrity: sha512-yUD/8wMffnTKuiIsl6xU+4IA8UNhQ/f1sAnQebmE/lyQ8abjsVyDkyRkWop0kdMhKMprpNIhPmYlCxgHrPoXoA==}
+ '@rollup/rollup-linux-riscv64-gnu@4.18.1':
+ resolution: {integrity: sha512-f+pJih7sxoKmbjghrM2RkWo2WHUW8UbfxIQiWo5yeCaCM0TveMEuAzKJte4QskBp1TIinpnRcxkquY+4WuY/tg==}
+ cpu: [riscv64]
+ os: [linux]
+
+ '@rollup/rollup-linux-s390x-gnu@4.18.0':
+ resolution: {integrity: sha512-0UyyRHyDN42QL+NbqevXIIUnKA47A+45WyasO+y2bGJ1mhQrfrtXUpTxCOrfxCR4esV3/RLYyucGVPiUsO8xjg==}
+ cpu: [s390x]
+ os: [linux]
+
+ '@rollup/rollup-linux-s390x-gnu@4.18.1':
+ resolution: {integrity: sha512-qb1hMMT3Fr/Qz1OKovCuUM11MUNLUuHeBC2DPPAWUYYUAOFWaxInaTwTQmc7Fl5La7DShTEpmYwgdt2hG+4TEg==}
+ cpu: [s390x]
+ os: [linux]
+
+ '@rollup/rollup-linux-x64-gnu@4.18.0':
+ resolution: {integrity: sha512-xuglR2rBVHA5UsI8h8UbX4VJ470PtGCf5Vpswh7p2ukaqBGFTnsfzxUBetoWBWymHMxbIG0Cmx7Y9qDZzr648w==}
+ cpu: [x64]
+ os: [linux]
+
+ '@rollup/rollup-linux-x64-gnu@4.18.1':
+ resolution: {integrity: sha512-7O5u/p6oKUFYjRbZkL2FLbwsyoJAjyeXHCU3O4ndvzg2OFO2GinFPSJFGbiwFDaCFc+k7gs9CF243PwdPQFh5g==}
+ cpu: [x64]
+ os: [linux]
+
+ '@rollup/rollup-linux-x64-musl@4.18.0':
+ resolution: {integrity: sha512-LKaqQL9osY/ir2geuLVvRRs+utWUNilzdE90TpyoX0eNqPzWjRm14oMEE+YLve4k/NAqCdPkGYDaDF5Sw+xBfg==}
cpu: [x64]
os: [linux]
- '@rollup/rollup-linux-x64-musl@4.13.0':
- resolution: {integrity: sha512-9RyNqoFNdF0vu/qqX63fKotBh43fJQeYC98hCaf89DYQpv+xu0D8QFSOS0biA7cGuqJFOc1bJ+m2rhhsKcw1hw==}
+ '@rollup/rollup-linux-x64-musl@4.18.1':
+ resolution: {integrity: sha512-pDLkYITdYrH/9Cv/Vlj8HppDuLMDUBmgsM0+N+xLtFd18aXgM9Nyqupb/Uw+HeidhfYg2lD6CXvz6CjoVOaKjQ==}
cpu: [x64]
os: [linux]
- '@rollup/rollup-win32-arm64-msvc@4.13.0':
- resolution: {integrity: sha512-46ue8ymtm/5PUU6pCvjlic0z82qWkxv54GTJZgHrQUuZnVH+tvvSP0LsozIDsCBFO4VjJ13N68wqrKSeScUKdA==}
+ '@rollup/rollup-win32-arm64-msvc@4.18.0':
+ resolution: {integrity: sha512-7J6TkZQFGo9qBKH0pk2cEVSRhJbL6MtfWxth7Y5YmZs57Pi+4x6c2dStAUvaQkHQLnEQv1jzBUW43GvZW8OFqA==}
+ cpu: [arm64]
+ os: [win32]
+
+ '@rollup/rollup-win32-arm64-msvc@4.18.1':
+ resolution: {integrity: sha512-W2ZNI323O/8pJdBGil1oCauuCzmVd9lDmWBBqxYZcOqWD6aWqJtVBQ1dFrF4dYpZPks6F+xCZHfzG5hYlSHZ6g==}
cpu: [arm64]
os: [win32]
- '@rollup/rollup-win32-ia32-msvc@4.13.0':
- resolution: {integrity: sha512-P5/MqLdLSlqxbeuJ3YDeX37srC8mCflSyTrUsgbU1c/U9j6l2g2GiIdYaGD9QjdMQPMSgYm7hgg0551wHyIluw==}
+ '@rollup/rollup-win32-ia32-msvc@4.18.0':
+ resolution: {integrity: sha512-Txjh+IxBPbkUB9+SXZMpv+b/vnTEtFyfWZgJ6iyCmt2tdx0OF5WhFowLmnh8ENGNpfUlUZkdI//4IEmhwPieNg==}
cpu: [ia32]
os: [win32]
- '@rollup/rollup-win32-x64-msvc@4.13.0':
- resolution: {integrity: sha512-UKXUQNbO3DOhzLRwHSpa0HnhhCgNODvfoPWv2FCXme8N/ANFfhIPMGuOT+QuKd16+B5yxZ0HdpNlqPvTMS1qfw==}
+ '@rollup/rollup-win32-ia32-msvc@4.18.1':
+ resolution: {integrity: sha512-ELfEX1/+eGZYMaCIbK4jqLxO1gyTSOIlZr6pbC4SRYFaSIDVKOnZNMdoZ+ON0mrFDp4+H5MhwNC1H/AhE3zQLg==}
+ cpu: [ia32]
+ os: [win32]
+
+ '@rollup/rollup-win32-x64-msvc@4.18.0':
+ resolution: {integrity: sha512-UOo5FdvOL0+eIVTgS4tIdbW+TtnBLWg1YBCcU2KWM7nuNwRz9bksDX1bekJJCpu25N1DVWaCwnT39dVQxzqS8g==}
+ cpu: [x64]
+ os: [win32]
+
+ '@rollup/rollup-win32-x64-msvc@4.18.1':
+ resolution: {integrity: sha512-yjk2MAkQmoaPYCSu35RLJ62+dz358nE83VfTePJRp8CG7aMg25mEJYpXFiD+NcevhX8LxD5OP5tktPXnXN7GDw==}
cpu: [x64]
os: [win32]
- '@rollup/wasm-node@4.13.0':
- resolution: {integrity: sha512-oFX11wzU7RTaiW06WBtRpzIVN/oaG0I3XkevNO0brBklYnY9zpLhTfksN4b+TdBt6CfXV/KdVhdWLbb0fQIR7A==}
+ '@rollup/wasm-node@4.18.1':
+ resolution: {integrity: sha512-/5JNIo7af3BkPdsm0omZTwi/KcEiknR3/bs2HEdmudgey+xDyX0qtcM7Q8MFbpqddzR6+FleUjyGVv1ykL3v1Q==}
engines: {node: '>=18.0.0', npm: '>=8.0.0'}
hasBin: true
'@rushstack/eslint-patch@1.7.2':
resolution: {integrity: sha512-RbhOOTCNoCrbfkRyoXODZp75MlpiHMgbE5MEBZAnnnLyQNgrigEj4p0lzsMDyc1zVsJDLrivB58tgg3emX0eEA==}
- '@schematics/angular@17.3.8':
- resolution: {integrity: sha512-2g4OmSyE9YGq50Uj7fNI26P/TSAFJ7ZuirwTF2O7Xc4XRQ29/tYIIqhezpNlTb6rlYblcQuMcUZBrMfWJHcqJw==}
- engines: {node: ^18.13.0 || >=20.9.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'}
+ '@schematics/angular@18.0.7':
+ resolution: {integrity: sha512-46jcRDnMYfnwN5CAXimbptbrBdLrNhG3NFGNT1B2O9DzmlXwLclK/z7lz/v70RcBNWMnOcnsYMFB4IbLhN/Fog==}
+ 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@18.1.1':
+ resolution: {integrity: sha512-6nQUSuFSP7un5Bmm6/MpQXq3jnkdEYg2MUPv7JStsqnT1YYzUsDjkUv7Hsci0xQmeUAzVz3ueg4znviJoQxWdg==}
+ 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'}
'@sideway/address@4.1.4':
resolution: {integrity: sha512-7vwq+rOHVWjyXxVlR76Agnvhy8I9rpzjosTESvmhNeXOXdZZB15Fl+TI9x1SiHZH5Jv2wTGduSxFDIaq0m3DUw==}
@@ -3732,6 +4481,9 @@ packages:
resolution: {integrity: sha512-c8nj8BaOExmZKO2DXhDfegyhSGcG9E/mPN3U13L+/PsoWm1uaGiHHjxqSHQiasDBQwDA3aHuw9+9spYAP1qvvg==}
engines: {node: ^16.14.0 || >=18.0.0}
+ '@tybys/wasm-util@0.9.0':
+ resolution: {integrity: sha512-6+7nlbMVX/PVDCwaIQ8nTOPveOcFLSt8GcXdx8hD0bt39uWxYT88uXzqTd4fTvqta7oeUJqudepapKNt2DYJFw==}
+
'@types/acorn@4.0.6':
resolution: {integrity: sha512-veQTnWP+1D/xbxVrPC3zHnCZRjSrKfhbMUlEA43iMZLu7EsnTtkJklIuwrCPbOi8YkvDQAiW05VQQFvvz9oieQ==}
@@ -3756,14 +4508,14 @@ packages:
'@types/body-scroll-lock@3.1.2':
resolution: {integrity: sha512-ELhtuphE/YbhEcpBf/rIV9Tl3/O0A0gpCVD+oYFSS8bWstHFJUgA4nNw1ZakVlRC38XaQEIsBogUZKWIPBvpfQ==}
- '@types/bonjour@3.5.10':
- resolution: {integrity: sha512-p7ienRMiS41Nu2/igbJxxLDWrSZ0WxM8UQgCeO9KhoVF7cOVFkrKsiDr1EsJIla8vV3oEEjGcz11jc5yimhzZw==}
+ '@types/bonjour@3.5.13':
+ resolution: {integrity: sha512-z9fJ5Im06zvUL548KvYNecEVlA7cVDkGUi6kZusb04mpyEFKCIZJvloCcmpmLaIahDpOQGHaHmG6imtPMmPXGQ==}
'@types/concat-stream@2.0.3':
resolution: {integrity: sha512-3qe4oQAPNwVNwK4C9c8u+VJqv9kez+2MR4qJpoPFfXtgxxif1QbFusvXzK0/Wra2VX07smostI2VMmJNSpZjuQ==}
- '@types/connect-history-api-fallback@1.5.0':
- resolution: {integrity: sha512-4x5FkPpLipqwthjPsF7ZRbOv3uoLUFkTA9G9v583qi4pACvq0uTELrB8OLUzPWUI4IJIyvM85vzkV1nyiI2Lig==}
+ '@types/connect-history-api-fallback@1.5.4':
+ resolution: {integrity: sha512-n6Cr2xS1h4uAulPRdlw6Jl6s1oG8KrVilPN2yUITEs+K48EzMJJ3W1xy8K5eWuFvjp3R74AOIGSmp2UfBJ8HFw==}
'@types/connect@3.4.35':
resolution: {integrity: sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==}
@@ -3816,6 +4568,9 @@ packages:
'@types/express@4.17.17':
resolution: {integrity: sha512-Q4FmmuLGBG58btUnfS1c1r/NQdlp3DMfGDGig8WhfpA2YRUtEkxAjkZb0yvplJGYdF1fsQ81iMDcH24sSCNC/Q==}
+ '@types/express@4.17.21':
+ resolution: {integrity: sha512-ejlPM315qwLpaQlQDTjPdsUFSc6ZsP4AN6AlWnogPjQ7CVi7PYF3YVz+CY3jE2pwYf7E/7HlDAN0rV2GxTG0HQ==}
+
'@types/find-cache-dir@3.2.1':
resolution: {integrity: sha512-frsJrz2t/CeGifcu/6uRo4b+SzAwT4NYCVPu1GN8IB9XTzrpPkGuV0tmh9mN+/L0PklAlsC3u5Fxt0ju00LXIw==}
@@ -3828,6 +4583,9 @@ packages:
'@types/hast@3.0.3':
resolution: {integrity: sha512-2fYGlaDy/qyLlhidX42wAH0KBi2TCjKMH8CHmBXgRlJ3Y+OXTiqsPQ6IWarZKwF1JoUcAJdPogv1d4b0COTpmQ==}
+ '@types/http-errors@2.0.4':
+ resolution: {integrity: sha512-D0CFMMtydbJAegzOyHjtiKPLlvnm3iTZyZRSZoLq2mRhDdmLfIWOCYPfQJ4cu2erKghU++QvjcUjp/5h7hESpA==}
+
'@types/http-proxy@1.17.11':
resolution: {integrity: sha512-HC8G7c1WmaF2ekqpnFq626xd3Zz0uvaqFmBJNRZCGEZCXkvSdJoNFn/8Ygbd9fKNQj8UzLdCETaI0UWPAjK7IA==}
@@ -3894,9 +4652,15 @@ packages:
'@types/ms@0.7.34':
resolution: {integrity: sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g==}
+ '@types/mute-stream@0.0.4':
+ resolution: {integrity: sha512-CPM9nzrCPPJHQNA9keH9CVkVI+WR5kMa+7XEs5jcGQ0VoAGnLv242w8lIVgwAEfmE4oufJRaTc9PNLQl0ioAow==}
+
'@types/node-fetch@2.6.11':
resolution: {integrity: sha512-24xFj9R5+rfQJLRyM56qh+wnVSYhyXC2tkoBndtY0U+vubqNsYXGjufB2nn8Q6gt0LrARwL6UBtMCSVCwl4B1g==}
+ '@types/node-forge@1.3.11':
+ resolution: {integrity: sha512-FQx220y22OKNTqaByeBGqHWYz4cl94tpcxeFdvBo3wjG6XPBuZ0BNgNZRV5J5TFmmcsJ4IzsLkmGRiQbnYsBEQ==}
+
'@types/node@12.20.55':
resolution: {integrity: sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==}
@@ -3906,6 +4670,9 @@ packages:
'@types/node@20.12.7':
resolution: {integrity: sha512-wq0cICSkRLVaf3UGLMGItu/PtdY7oaXaI/RVU+xliKVOtRna3PRY57ZDfztpDL0n11vfymMUnXv8QwYCO7L1wg==}
+ '@types/node@20.14.11':
+ resolution: {integrity: sha512-kprQpL8MMeszbz6ojB5/tU8PLN4kesnN8Gjzw349rDlNgsSzg90lAVj3llK99Dh7JON+t9AuscPPFW6mPbTnSA==}
+
'@types/node@20.14.9':
resolution: {integrity: sha512-06OCtnTXtWOZBJlRApleWndH4JsRVs1pDCc8dLSQp+7PpUpX3ePdHyeNSFTeSe7FtKyQkrlPvHwJOW3SLd8Oyg==}
@@ -3936,8 +4703,8 @@ packages:
'@types/resolve@1.20.2':
resolution: {integrity: sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==}
- '@types/retry@0.12.0':
- resolution: {integrity: sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==}
+ '@types/retry@0.12.2':
+ resolution: {integrity: sha512-XISRgDJ2Tc5q4TRqvgJtzsRkFYNJzZrhTdtMoGVBttwzzQJkPnS3WWTFc7kuDRoPtPakl+T+OfdEUjYJj7Jbow==}
'@types/semver@7.5.8':
resolution: {integrity: sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==}
@@ -3945,20 +4712,23 @@ packages:
'@types/send@0.17.1':
resolution: {integrity: sha512-Cwo8LE/0rnvX7kIIa3QHCkcuF21c05Ayb0ZfxPiv0W8VRiZiNW/WuRupHKpqqGVGf7SUA44QSOUKaEd9lIrd/Q==}
- '@types/serve-index@1.9.1':
- resolution: {integrity: sha512-d/Hs3nWDxNL2xAczmOVZNj92YZCS6RGxfBPjKzuu/XirCgXdpKEb88dYNbrYGint6IVWLNP+yonwVAuRC0T2Dg==}
+ '@types/serve-index@1.9.4':
+ resolution: {integrity: sha512-qLpGZ/c2fhSs5gnYsQxtDEq3Oy8SXPClIXkW5ghvAvsNuVSA8k+gCONcUCS/UjLEYvYps+e8uBtfgXgvhwfNug==}
'@types/serve-static@1.15.1':
resolution: {integrity: sha512-NUo5XNiAdULrJENtJXZZ3fHtfMolzZwczzBbnAeBbqBwG+LaG6YaJtuwzwGSQZ2wsCrxjEhNNjAkKigy3n8teQ==}
+ '@types/serve-static@1.15.7':
+ resolution: {integrity: sha512-W8Ym+h8nhuRwaKPaDw34QUkwsGi6Rc4yYqvKFo5rm2FUEhCFbzVWrxXUxuKK8TASjWsysJY0nsmNCGhCOIsrOw==}
+
'@types/sinonjs__fake-timers@8.1.1':
resolution: {integrity: sha512-0kSuKjAS0TrGLJ0M/+8MaFkGsQhZpB6pxOmvS3K8FYI72K//YmdfoW9X2qPsAKh1mkwxGD5zib9s1FIFed6E8g==}
'@types/sizzle@2.3.3':
resolution: {integrity: sha512-JYM8x9EGF163bEyhdJBpR2QX1R5naCJHC8ucJylJ3w9/CVBaskdQ8WqBf8MmQrd1kRvp/a4TS8HJ+bxzR7ZJYQ==}
- '@types/sockjs@0.3.33':
- resolution: {integrity: sha512-f0KEEe05NvUnat+boPTZ0dgaLZ4SfSouXUgv5noUiefG2ajgKjmETo9ZJyuqsl7dfl2aHlLJUiki6B4ZYldiiw==}
+ '@types/sockjs@0.3.36':
+ resolution: {integrity: sha512-MK9V6NzAS1+Ud7JV9lJLFqW85VbC9dq3LmwZCuBe4wBDgKC0Kj/jd8Xl+nSviU+Qc3+m7umHHyHg//2KSa0a0Q==}
'@types/stack-utils@2.0.1':
resolution: {integrity: sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw==}
@@ -3984,8 +4754,11 @@ packages:
'@types/uuid@9.0.7':
resolution: {integrity: sha512-WUtIVRUZ9i5dYXefDEAI7sh9/O7jGvHg7Df/5O/gtH3Yabe5odI3UWopVR1qbPXQtvOxWu3mM4XxlYeZtMWF4g==}
- '@types/ws@8.5.5':
- resolution: {integrity: sha512-lwhs8hktwxSjf9UaZ9tG5M03PGogvFaH8gUgLNbN9HKIg0dvv6q+gkSuJ8HN4/VbyxkuLzCjlN7GquQ0gUJfIg==}
+ '@types/wrap-ansi@3.0.0':
+ resolution: {integrity: sha512-ltIpx+kM7g/MLRZfkbL7EsCEjfzCcScLpkg37eXEtx5kmrAKBkTJwd1GIAjDSL8wTpM6Hzn5YO4pSb91BEwu1g==}
+
+ '@types/ws@8.5.10':
+ resolution: {integrity: sha512-vmQSUcfalpIq0R9q7uTo2lXs6eGIpt9wtnLdMv9LVpIjCA/+ufZRozlVoVelIYixx1ugCBKDhn89vnsEGOCx9A==}
'@types/yargs-parser@21.0.0':
resolution: {integrity: sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA==}
@@ -4067,10 +4840,6 @@ packages:
resolution: {integrity: sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg==}
engines: {node: ^16.0.0 || >=18.0.0}
- '@typescript-eslint/scope-manager@7.11.0':
- resolution: {integrity: sha512-27tGdVEiutD4POirLZX4YzT180vevUURJl4wJGmm6TrQoiYwuxTIY98PBp6L2oN+JQxzE0URvYlzJaBHIekXAw==}
- engines: {node: ^18.18.0 || >=20.0.0}
-
'@typescript-eslint/scope-manager@7.15.0':
resolution: {integrity: sha512-Q/1yrF/XbxOTvttNVPihxh1b9fxamjEoz2Os/Pe38OHwxC24CyCqXxGTOdpb4lt6HYtqw9HetA/Rf6gDGaMPlw==}
engines: {node: ^18.18.0 || >=20.0.0}
@@ -4095,16 +4864,6 @@ packages:
typescript:
optional: true
- '@typescript-eslint/type-utils@7.11.0':
- resolution: {integrity: sha512-WmppUEgYy+y1NTseNMJ6mCFxt03/7jTOy08bcg7bxJJdsM4nuhnchyBbE8vryveaJUf62noH7LodPSo5Z0WUCg==}
- engines: {node: ^18.18.0 || >=20.0.0}
- peerDependencies:
- eslint: ^8.56.0
- typescript: '*'
- peerDependenciesMeta:
- typescript:
- optional: true
-
'@typescript-eslint/type-utils@7.15.0':
resolution: {integrity: sha512-SkgriaeV6PDvpA6253PDVep0qCqgbO1IOBiycjnXsszNTVQe5flN5wR5jiczoEoDEnAqYFSFFc9al9BSGVltkg==}
engines: {node: ^18.18.0 || >=20.0.0}
@@ -4123,10 +4882,6 @@ packages:
resolution: {integrity: sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==}
engines: {node: ^16.0.0 || >=18.0.0}
- '@typescript-eslint/types@7.11.0':
- resolution: {integrity: sha512-MPEsDRZTyCiXkD4vd3zywDCifi7tatc4K37KqTprCvaXptP7Xlpdw0NR2hRJTetG5TxbWDB79Ys4kLmHliEo/w==}
- engines: {node: ^18.18.0 || >=20.0.0}
-
'@typescript-eslint/types@7.15.0':
resolution: {integrity: sha512-aV1+B1+ySXbQH0pLK0rx66I3IkiZNidYobyfn0WFsdGhSXw+P3YOqeTq5GED458SfB24tg+ux3S+9g118hjlTw==}
engines: {node: ^18.18.0 || >=20.0.0}
@@ -4149,15 +4904,6 @@ packages:
typescript:
optional: true
- '@typescript-eslint/typescript-estree@7.11.0':
- resolution: {integrity: sha512-cxkhZ2C/iyi3/6U9EPc5y+a6csqHItndvN/CzbNXTNrsC3/ASoYQZEt9uMaEp+xFNjasqQyszp5TumAVKKvJeQ==}
- engines: {node: ^18.18.0 || >=20.0.0}
- peerDependencies:
- typescript: '*'
- peerDependenciesMeta:
- typescript:
- optional: true
-
'@typescript-eslint/typescript-estree@7.15.0':
resolution: {integrity: sha512-gjyB/rHAopL/XxfmYThQbXbzRMGhZzGw6KpcMbfe8Q3nNQKStpxnUKeXb0KiN/fFDR42Z43szs6rY7eHk0zdGQ==}
engines: {node: ^18.18.0 || >=20.0.0}
@@ -4179,12 +4925,6 @@ packages:
peerDependencies:
eslint: ^7.0.0 || ^8.0.0
- '@typescript-eslint/utils@7.11.0':
- resolution: {integrity: sha512-xlAWwPleNRHwF37AhrZurOxA1wyXowW4PqVXZVUNCLjB48CqdPJoJWkrpH2nij9Q3Lb7rtWindtoXwxjxlKKCA==}
- engines: {node: ^18.18.0 || >=20.0.0}
- peerDependencies:
- eslint: ^8.56.0
-
'@typescript-eslint/utils@7.15.0':
resolution: {integrity: sha512-hfDMDqaqOqsUVGiEPSMLR/AjTSCsmJwjpKkYQRo1FNbmW4tBwBspYDwO9eh7sKSTwMQgBw9/T4DHudPaqshRWA==}
engines: {node: ^18.18.0 || >=20.0.0}
@@ -4199,10 +4939,6 @@ packages:
resolution: {integrity: sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==}
engines: {node: ^16.0.0 || >=18.0.0}
- '@typescript-eslint/visitor-keys@7.11.0':
- resolution: {integrity: sha512-7syYk4MzjxTEk0g/w3iqtgxnFQspDJfn6QKD36xMuuhTzjcxY7F8EmBLnALjVyaOF1/bVocu3bS/2/F7rXrveQ==}
- engines: {node: ^18.18.0 || >=20.0.0}
-
'@typescript-eslint/visitor-keys@7.15.0':
resolution: {integrity: sha512-Hqgy/ETgpt2L5xueA/zHHIl4fJI2O4XUE9l4+OIfbJIRSnTJb/QscncdqqZzofQegIJugRIF57OJea1khw2SDw==}
engines: {node: ^18.18.0 || >=20.0.0}
@@ -4295,8 +5031,8 @@ packages:
resolution: {integrity: sha512-Mm2EXF33DJQ/3GWWEWeP1UCqzpQ5+fiMvT3QWspsXY05DyqqxWu7a9awSzU4/spHMHVFrTjani1PR0vprgZpow==}
engines: {bun: '>=0.7.0', deno: '>=1.0.0', node: '>=16.5.0'}
- '@zkochan/js-yaml@0.0.6':
- resolution: {integrity: sha512-nzvgl3VfhcELQ8LyVrYOru+UtAy1nrygk2+AGbTm8a5YcO6o8lSjAT+pfg3vJWxIoZKOUhrK6UU7xW/+00kQrg==}
+ '@zkochan/js-yaml@0.0.7':
+ resolution: {integrity: sha512-nrUSn7hzt7J6JWgWGz78ZYI8wj+gdIJdk0Ynjpp8l+trkn58Uqsf6RYrYkEK+3X18EX+TNdtJI0WxAtc+L84SQ==}
hasBin: true
abab@2.0.6:
@@ -4371,6 +5107,14 @@ packages:
ajv:
optional: true
+ ajv-formats@3.0.1:
+ resolution: {integrity: sha512-8iUql50EUR+uUcdRQ3HDqa6EVyo3docL8g5WJ3FNcWmu62IbkGUue/pEyLBW8VGKKucTPgqeks4fIU1DA4yowQ==}
+ peerDependencies:
+ ajv: ^8.0.0
+ peerDependenciesMeta:
+ ajv:
+ optional: true
+
ajv-keywords@3.5.2:
resolution: {integrity: sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==}
peerDependencies:
@@ -4387,12 +5131,12 @@ packages:
ajv@8.11.0:
resolution: {integrity: sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==}
- ajv@8.12.0:
- resolution: {integrity: sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==}
-
ajv@8.13.0:
resolution: {integrity: sha512-PRA911Blj99jR5RMeTunVbNXMF6Lp4vZXnk5GQjcnUWUTsrXtekg/pnmFFI2u/I36Y/2bITGS30GZCXei6uNkA==}
+ ajv@8.16.0:
+ resolution: {integrity: sha512-F0twR8U1ZU67JIEtekUcLkXkoO5mMMmgGD8sK/xUFzJ805jxHQl92hImFAqqXMyMYjSPOyUPAwHYhB72g5sTXw==}
+
ally.js@1.4.1:
resolution: {integrity: sha512-ZewdfuwP6VewtMN36QY0gmiyvBfMnmEaNwbVu2nTS6zRt069viTgkYgaDiqu6vRJ1VJCriNqV0jGMu44R8zNbA==}
@@ -4412,6 +5156,10 @@ packages:
resolution: {integrity: sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==}
engines: {node: '>=8'}
+ ansi-escapes@6.2.1:
+ resolution: {integrity: sha512-4nJ3yixlEthEJ9Rk4vPcdBRkZvQZlYyu8j4/Mqz5sgIkddmEnH2Yj2ZrnP9S3tQOvSNRUIgVNF/1yPpRAGNRig==}
+ engines: {node: '>=14.16'}
+
ansi-html-community@0.0.8:
resolution: {integrity: sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw==}
engines: {'0': node >= 0.8.0}
@@ -4518,9 +5266,6 @@ packages:
array-flatten@1.1.1:
resolution: {integrity: sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==}
- array-flatten@2.1.2:
- resolution: {integrity: sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ==}
-
array-includes@3.1.7:
resolution: {integrity: sha512-dlcsNBIiWhPkHdOEEKnehA+RNUWDc4UqFtnIXU4uuYDPtA4LDkr7qip2p0VvFAEXNDr0yWZ9PJyIRiGjRLQzwQ==}
engines: {node: '>= 0.4'}
@@ -4618,13 +5363,6 @@ packages:
resolution: {integrity: sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==}
engines: {node: '>= 4.0.0'}
- autoprefixer@10.4.18:
- resolution: {integrity: sha512-1DKbDfsr6KUElM6wg+0zRNkB/Q7WcKYAaK+pzXn+Xqmszm/5Xa9coeNdtP88Vi+dPzZnMjhge8GIV49ZQkDa+g==}
- engines: {node: ^10 || ^12 || >=14}
- hasBin: true
- peerDependencies:
- postcss: ^8.1.0
-
autoprefixer@10.4.19:
resolution: {integrity: sha512-BaENR2+zBZ8xXhM4pUaKUxlVdxZ0EZhjvbopwnXmxRUfqDmwSpC2lAi/QXvx7NRdPCo1WKEcEF6mV64si1z4Ew==}
engines: {node: ^10 || ^12 || >=14}
@@ -4694,16 +5432,6 @@ packages:
peerDependencies:
'@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0
- babel-plugin-polyfill-corejs3@0.9.0:
- resolution: {integrity: sha512-7nZPG1uzK2Ymhy/NbaOWTg3uibM2BmGASS4vHS4szRZAIR8R6GwA/xAujpdrXU5iyklrimWnLWU+BLF9suPTqg==}
- peerDependencies:
- '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0
-
- babel-plugin-polyfill-regenerator@0.5.5:
- resolution: {integrity: sha512-OJGYZlhLqBh2DDHeqAxWB1XIvr49CxiJ2gIt61/PU55CQK4Z58OzMqjDe1zwQdQk+rBYsRc+1rJmdajM3gimHg==}
- peerDependencies:
- '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0
-
babel-plugin-polyfill-regenerator@0.6.2:
resolution: {integrity: sha512-2R25rQZWP63nGwaAswvDazbPXfrM3HwVoBXK6HcqeKrSrL/JqcC/rDcf95l4r7LXLyxDXc8uQDa064GubtCABg==}
peerDependencies:
@@ -4798,8 +5526,8 @@ packages:
body-scroll-lock@4.0.0-beta.0:
resolution: {integrity: sha512-a7tP5+0Mw3YlUJcGAKUqIBkYYGlYxk2fnCasq/FUph1hadxlTRjF+gAcZksxANnaMnALjxEddmSi/H3OR8ugcQ==}
- bonjour-service@1.1.1:
- resolution: {integrity: sha512-Z/5lQRMOG9k7W+FkeGTNjh7htqn/2LMnfOvBZ8pynNZCM9MwkQkI3zeI4oz09uWdcgmgHugVvBqxGg4VQJ5PCg==}
+ bonjour-service@1.2.1:
+ resolution: {integrity: sha512-oSzCS2zV14bh2kji6vNe7vrpJYCHGvcZnlffFQ1MEoX/WOeQ/teD8SYWKR942OI3INjq8OMNJlbPK5LLLUxFDw==}
boolbase@1.0.0:
resolution: {integrity: sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==}
@@ -4864,6 +5592,10 @@ packages:
builtins@5.0.1:
resolution: {integrity: sha512-qwVpFEHNfhYJIzNRBvd2C1kyo6jz3ZSMPyyuR47OPdiKWlbYnZNyDWuyR175qDnAJLiCo5fBBqPb3RiXgWlkOQ==}
+ bundle-name@4.1.0:
+ resolution: {integrity: sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q==}
+ engines: {node: '>=18'}
+
busboy@1.6.0:
resolution: {integrity: sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==}
engines: {node: '>=10.16.0'}
@@ -5011,12 +5743,16 @@ packages:
resolution: {integrity: sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==}
engines: {node: '>=8'}
+ cli-cursor@4.0.0:
+ resolution: {integrity: sha512-VGtlMu3x/4DOtIUwEkRezxUZ2lBacNJCHash0N0WeZDBS+7Ux1dm3XWAgWYxLJFMMdOeXMHXorshEFhbMSGelg==}
+ engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
+
cli-spinners@2.6.1:
resolution: {integrity: sha512-x/5fWmGMnbKQAaNwN+UZlV79qBLM9JFnJuJ03gIi5whrob0xV0ofNVHy9DhwGdsMJQc2OKv0oGmLzvaqvAVv+g==}
engines: {node: '>=6'}
- cli-spinners@2.9.0:
- resolution: {integrity: sha512-4/aL9X3Wh0yiMQlE+eeRhWP6vclO3QRtw1JHKIT0FFUs5FjpFmESqtMvYZ0+lbzBw900b95mS0hohy+qn2VK/g==}
+ cli-spinners@2.9.2:
+ resolution: {integrity: sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==}
engines: {node: '>=6'}
cli-table3@0.6.3:
@@ -5027,6 +5763,10 @@ packages:
resolution: {integrity: sha512-n8fOixwDD6b/ObinzTrp1ZKFzbgvKZvuz/TvejnLn1aQfC6r52XEx85FmuC+3HI+JM7coBRXUvNqEU2PHVrHpg==}
engines: {node: '>=8'}
+ cli-truncate@4.0.0:
+ resolution: {integrity: sha512-nPdaFdQ0h/GEigbPClz11D0v/ZJEwxmeVZGeMo3Z5StPtUTkA9o1lD6QwoirYiSDzbcwn2XcjwmCp68W1IS4TA==}
+ engines: {node: '>=18'}
+
cli-width@4.1.0:
resolution: {integrity: sha512-ouuZd4/dm2Sw5Gmqy6bGyNNNe1qt9RpmxveLSO7KcgsTnU7RXfsw+/bukWGo1abgBiMAic068rclZsO4IWmmxQ==}
engines: {node: '>= 12'}
@@ -5204,6 +5944,12 @@ packages:
peerDependencies:
webpack: ^5.1.0
+ copy-webpack-plugin@12.0.2:
+ resolution: {integrity: sha512-SNwdBeHyII+rWvee/bTnAYyO8vfVdcSTud4EIb6jcZ8inLeWucJE0DnxXQBjlQ5zlteuuvooGQy3LIyGxhvlOA==}
+ engines: {node: '>= 18.12.0'}
+ peerDependencies:
+ webpack: ^5.1.0
+
copyfiles@2.4.1:
resolution: {integrity: sha512-fereAvAvxDrQDOXybk3Qu3dPbOoKoysFMWtkY3mv5BsL8//OSZVL5DCLYqgRfY5cWirgRzlC+WSrxp6Bo3eNZg==}
hasBin: true
@@ -5252,6 +5998,9 @@ packages:
critters@0.0.22:
resolution: {integrity: sha512-NU7DEcQZM2Dy8XTKFHxtdnIM/drE312j2T4PCVaSUcS0oBeyT/NImpRw/Ap0zOr/1SE7SgPK9tGPg1WK/sVakw==}
+ critters@0.0.24:
+ resolution: {integrity: sha512-Oyqew0FGM0wYUSNqR0L6AteO5MpMoUU0rhKRieXeiKs+PmRTxiJMyaunYB2KF6fQ3dzChXKCpbFOEJx3OQ1v/Q==}
+
cross-spawn@5.1.0:
resolution: {integrity: sha512-pTgQJ5KC0d2hcY8eyL1IzlBPYjTkyH72XRZPnLyKus2mBfNjQs3klqbJU2VILqZryAZUt9JOb3h/mWMy23/f5A==}
@@ -5277,12 +6026,24 @@ packages:
resolution: {integrity: sha512-c+N0v6wbKVxTu5gOBBFkr9BEdBWaqqjQeiJ8QvSRIJOf+UxlJh930m8e6/WNeODIK0mYLFkoONrnj16i2EcvfQ==}
engines: {node: '>=12 || >=16'}
- css-loader@6.10.0:
- resolution: {integrity: sha512-LTSA/jWbwdMlk+rhmElbDR2vbtQoTBPr7fkJE+mxrHj+7ru0hUmHafDRzWIjIHTwpitWVaqY2/UWGRca3yUgRw==}
- engines: {node: '>= 12.13.0'}
+ css-loader@7.1.1:
+ resolution: {integrity: sha512-OxIR5P2mjO1PSXk44bWuQ8XtMK4dpEqpIyERCx3ewOo3I8EmbcxMPUc5ScLtQfgXtOojoMv57So4V/C02HQLsw==}
+ engines: {node: '>= 18.12.0'}
peerDependencies:
'@rspack/core': 0.x || 1.x
- webpack: ^5.0.0
+ webpack: ^5.27.0
+ peerDependenciesMeta:
+ '@rspack/core':
+ optional: true
+ webpack:
+ optional: true
+
+ css-loader@7.1.2:
+ resolution: {integrity: sha512-6WvYYn7l/XEGN8Xu2vWFt9nVzrCn39vKyTEFf/ExEyoksJjjSZV/0/35XPlMbpnr6VGhZIUg5yJrL8tGfes/FA==}
+ engines: {node: '>= 18.12.0'}
+ peerDependencies:
+ '@rspack/core': 0.x || 1.x
+ webpack: ^5.27.0
peerDependenciesMeta:
'@rspack/core':
optional: true
@@ -5484,6 +6245,14 @@ packages:
resolution: {integrity: sha512-OZ1y3y0SqSICtE8DE4S8YOE9UZOJ8wO16fKWVP5J1Qz42kV9jcnMVFrEE/noXb/ss3Q4pZIH79kxofzyNNtUNA==}
engines: {node: '>=12'}
+ default-browser-id@5.0.0:
+ resolution: {integrity: sha512-A6p/pu/6fyBcA1TRz/GqWYPViplrftcW2gZC9q79ngNCKAeR/X3gcEdXQHl4KNXV+3wgIJ1CPkJQ3IHM6lcsyA==}
+ engines: {node: '>=18'}
+
+ default-browser@5.2.1:
+ resolution: {integrity: sha512-WY/3TUME0x3KPYdRRxEJJvXRHV4PyPoUsxtZa78lwItwRQRHhd2U9xOscaT/YTf8uCXIAjeJOFBVEh/7FtD8Xg==}
+ engines: {node: '>=18'}
+
default-gateway@6.0.3:
resolution: {integrity: sha512-fwSOJsbbNzZ/CUFpqFBqYfYNLj1NbMPm8MMCIzHjC83iSJRBEGmDUxU+WP661BaBQImeC2yHwXtz+P/O9o+XEg==}
engines: {node: '>= 10'}
@@ -5499,6 +6268,10 @@ packages:
resolution: {integrity: sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==}
engines: {node: '>=8'}
+ define-lazy-prop@3.0.0:
+ resolution: {integrity: sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==}
+ engines: {node: '>=12'}
+
define-properties@1.2.0:
resolution: {integrity: sha512-xvqAVKGfT1+UAvPwKTVw/njhdQ8ZhXK4lI0bCIuCMrp2up9nPnaDftrLtmpTazqd1o+UY4zgzU+avtMbDP+ldA==}
engines: {node: '>= 0.4'}
@@ -5542,6 +6315,10 @@ packages:
resolution: {integrity: sha512-reYkTUJAZb9gUuZ2RvVCNhVHdg62RHnJ7WJl8ftMi4diZ6NWlciOzQN88pUhSELEwflJht4oQDv0F0BMlwaYtA==}
engines: {node: '>=8'}
+ detect-libc@2.0.3:
+ resolution: {integrity: sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==}
+ engines: {node: '>=8'}
+
detect-newline@3.1.0:
resolution: {integrity: sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==}
engines: {node: '>=8'}
@@ -5588,9 +6365,6 @@ packages:
dlv@1.1.3:
resolution: {integrity: sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==}
- dns-equal@1.0.0:
- resolution: {integrity: sha512-z+paD6YUQsk+AbGCEM4PrOXSss5gd66QfcVBFTKR/HpFL9jCqikS94HYwKww6fQyO7IxrIIyUu+g0Ka9tUS2Cg==}
-
dns-packet@5.6.0:
resolution: {integrity: sha512-rza3UH1LwdHh9qyPXp8lkwpjSNk/AMD3dPytUoRoqnypDUhY0xvbdmVhWOfxO68frEfV9BU8V12Ez7ZsHGZpCQ==}
engines: {node: '>=6'}
@@ -5641,8 +6415,8 @@ packages:
resolution: {integrity: sha512-GopVGCpVS1UKH75VKHGuQFqS1Gusej0z4FyQkPdwjil2gNIv+LNsqBlboOzpJFZKVT95GkCyWJbBSdFEFUWI2A==}
engines: {node: '>=12'}
- dotenv@16.3.2:
- resolution: {integrity: sha512-HTlk5nmhkm8F6JcdXvHIzaorzCoziNQT9mGxLPVXW8wJF1TiGSL60ZGB4gHWabHOaMmWmhvk2/lPHfnBiT78AQ==}
+ dotenv-expand@11.0.6:
+ resolution: {integrity: sha512-8NHi73otpWsZGBSZwwknTXS5pqMOrk9+Ssrna8xCaxkzEpU9OTf9R5ArQGVw03//Zmk9MOwLPng9WwndvpAJ5g==}
engines: {node: '>=12'}
dotenv@16.4.5:
@@ -5673,11 +6447,6 @@ packages:
engines: {node: '>=0.10.0'}
hasBin: true
- ejs@3.1.9:
- resolution: {integrity: sha512-rC+QVNMJWv+MtPgkt0y+0rVEIdbtxVADApW9JXrUVlzHetgcyczP/E7DJmWJ4fJCZF2cPcBk0laWO9ZHMG3DmQ==}
- engines: {node: '>=0.10.0'}
- hasBin: true
-
electron-to-chromium@1.4.763:
resolution: {integrity: sha512-k4J8NrtJ9QrvHLRo8Q18OncqBCB7tIUyqxRcJnlonQ0ioHKYB988GcDFF3ZePmnb8eHEopDs/wPHR/iGAFgoUQ==}
@@ -5808,13 +6577,13 @@ packages:
peerDependencies:
esbuild: '>=0.12 <1'
- esbuild-wasm@0.20.1:
- resolution: {integrity: sha512-6v/WJubRsjxBbQdz6izgvx7LsVFvVaGmSdwrFHmEzoVgfXL89hkKPoQHsnVI2ngOkcBUQT9kmAM1hVL1k/Av4A==}
+ esbuild-wasm@0.21.3:
+ resolution: {integrity: sha512-DMOV+eeVra0yVq3XIojfczdEQsz+RiFnpEj7lqs8Gux9mlTpN7yIbw0a4KzLspn0Uhw6UVEH3nUAidSqc/rcQg==}
engines: {node: '>=12'}
hasBin: true
- esbuild@0.19.12:
- resolution: {integrity: sha512-aARqgq8roFBj054KvQr5f1sFu0D65G+miZRCuJyJ0G13Zwx7vRar5Zhn2tkQNzIXcBrNVsv/8stehpj+GAjgbg==}
+ esbuild-wasm@0.21.5:
+ resolution: {integrity: sha512-L/FlOPMMFtw+6qPAbuPvJXdrOYOp9yx/PEwSrIZW0qghY4vgV003evdYDwqQ/9ENMQI0B6RMod9xT4FHtto6OQ==}
engines: {node: '>=12'}
hasBin: true
@@ -5823,6 +6592,21 @@ packages:
engines: {node: '>=12'}
hasBin: true
+ esbuild@0.21.3:
+ resolution: {integrity: sha512-Kgq0/ZsAPzKrbOjCQcjoSmPoWhlcVnGAUo7jvaLHoxW1Drto0KGkR1xBNg2Cp43b9ImvxmPEJZ9xkfcnqPsfBw==}
+ engines: {node: '>=12'}
+ hasBin: true
+
+ esbuild@0.21.5:
+ resolution: {integrity: sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==}
+ engines: {node: '>=12'}
+ hasBin: true
+
+ esbuild@0.23.0:
+ resolution: {integrity: sha512-1lvV17H2bMYda/WaFb2jLPeHU3zml2k4/yagNMG8Q/YtfMjCwEUZa2eXXMgZTVSL5q1n4H7sQ0X6CdJDqqeCFA==}
+ engines: {node: '>=18'}
+ hasBin: true
+
escalade@3.1.1:
resolution: {integrity: sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==}
engines: {node: '>=6'}
@@ -6077,6 +6861,9 @@ packages:
eventemitter3@4.0.7:
resolution: {integrity: sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==}
+ eventemitter3@5.0.1:
+ resolution: {integrity: sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==}
+
events@3.3.0:
resolution: {integrity: sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==}
engines: {node: '>=0.8.x'}
@@ -6360,6 +7147,9 @@ packages:
from@0.1.7:
resolution: {integrity: sha512-twe20eF1OxVxp/ML/kq2p1uc6KvFK/+vs8WjEbeKmV2He22MKm7YF2ANIt+EOqhJ5L3K/SuuPhk0hWQDjOM23g==}
+ front-matter@4.0.2:
+ resolution: {integrity: sha512-I8ZuJ/qG92NWX8i5x1Y8qyj3vizhXS31OxjKDu3LKP+7/qBgfIKValiZIEwoVoJKUHlhWtYrktkxV1XsX+pPlg==}
+
fs-constants@1.0.0:
resolution: {integrity: sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==}
@@ -6391,9 +7181,6 @@ packages:
resolution: {integrity: sha512-UTOY+59K6IA94tec8Wjqm0FSh5OVudGNB0NL/P6fB3HiE3bYOY3VYBGijsnOHNkQSwC1FKkU77pmq7xp9CskLw==}
engines: {node: '>=10.13.0'}
- fs-monkey@1.0.3:
- resolution: {integrity: sha512-cybjIfiiE+pTWicSCLFHSrXZ6EilF30oh91FDP9S2B051prEa7QWfrVTQm10/dDpswBDXZugPa1Ogu8Yh+HV0Q==}
-
fs.realpath@1.0.0:
resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==}
@@ -6427,6 +7214,10 @@ packages:
resolution: {integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==}
engines: {node: 6.* || 8.* || >= 10.*}
+ get-east-asian-width@1.2.0:
+ resolution: {integrity: sha512-2nk+7SIVb14QrgXFHcm84tD4bKQz0RxPuMT8Ag5KPOq7J5fEmAg0UbXdTOSHqNuHSU28k55qnceesxXRZGzKWA==}
+ engines: {node: '>=18'}
+
get-intrinsic@1.2.1:
resolution: {integrity: sha512-2DcsyfABl+gVHEfCOaTrWgyt+tb6MSEGmKq+kI5HwLbIYgjgmMcV8KQ41uaKz1xxUcn9tJtgFbQUEVcEbd0FYw==}
@@ -6512,10 +7303,6 @@ packages:
engines: {node: 20 || >=22}
hasBin: true
- glob@7.1.4:
- resolution: {integrity: sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==}
- deprecated: Glob versions prior to v9 are no longer supported
-
glob@7.2.3:
resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==}
deprecated: Glob versions prior to v9 are no longer supported
@@ -6705,8 +7492,8 @@ packages:
resolution: {integrity: sha512-Y22oTqIU4uuPgEemfz7NDJz6OeKf12Lsu+QC+s3BVpda64lTiMYCyGwg5ki4vFxkMwQdeZDl2adZoqUgdFuTgQ==}
engines: {node: '>=18'}
- html-entities@2.3.3:
- resolution: {integrity: sha512-DV5Ln36z34NNTDgnz0EWGBLZENelNAtkiFA4kyNOG2tDI6Mz1uSWiq1wAKdyjnJwyDiDO7Fa2SO1CTxPXL8VxA==}
+ html-entities@2.5.2:
+ resolution: {integrity: sha512-K//PSRMQk4FZ78Kyau+mZurHn3FH0Vwr+H36eE0rPbeYkRRi9YxceYPhuN60UwWorxyKHhqoAJl2OFKa4BVtaA==}
html-escaper@2.0.2:
resolution: {integrity: sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==}
@@ -6752,6 +7539,10 @@ packages:
'@types/express':
optional: true
+ http-proxy-middleware@3.0.0:
+ resolution: {integrity: sha512-36AV1fIaI2cWRzHo+rbcxhe3M3jUDCNzc4D5zRl57sEWRAxdXYtw7FSQKYY6PDKssiAKjLYypbssHk+xs/kMXw==}
+ engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
+
http-proxy@1.18.1:
resolution: {integrity: sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==}
engines: {node: '>=8.0.0'}
@@ -6894,11 +7685,15 @@ packages:
resolution: {integrity: sha512-AMB1mvwR1pyBFY/nSevUX6y8nJWS63/SzUKD3JyQn97s4xgIdgQPT75IRouIiBAN4yLQBUShNYVW0+UG25daCw==}
engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
+ ini@4.1.3:
+ resolution: {integrity: sha512-X7rqawQBvfdjS10YU1y1YVreA3SsLrW9dX2CewP2EbBJM4ypVNLDkO5y04gejPwKIY9lR+7r9gn3rFPt/kmWFg==}
+ engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
+
injection-js@2.4.0:
resolution: {integrity: sha512-6jiJt0tCAo9zjHbcwLiPL+IuNe9SQ6a9g0PEzafThW3fOQi0mrmiJGBJvDD6tmhPh8cQHIQtCOrJuBfQME4kPA==}
- inquirer@9.2.15:
- resolution: {integrity: sha512-vI2w4zl/mDluHt9YEQ/543VTCwPKWiHzKtm9dM2V0NdFcqEexDAjUHzO1oA60HRNaVifGXXM1tRRNluLVHa0Kg==}
+ inquirer@9.2.22:
+ resolution: {integrity: sha512-SqLLa/Oe5rZUagTR9z+Zd6izyatHglbmbvVofo1KzuVB54YHleWzeHNLoR7FOICGOeQSqeLh1cordb3MzhGcEw==}
engines: {node: '>=18'}
internal-slot@1.0.7:
@@ -6919,8 +7714,8 @@ packages:
resolution: {integrity: sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==}
engines: {node: '>= 0.10'}
- ipaddr.js@2.0.1:
- resolution: {integrity: sha512-1qTgH9NG+IIJ4yfKs2e6Pp1bZg8wbDbKHT21HrLIeYBTRLgMYKnMTPAuI3Lcs61nfx5h1xlXnbJtH1kX5/d/ng==}
+ ipaddr.js@2.2.0:
+ resolution: {integrity: sha512-Ag3wB2o37wslZS19hZqorUnrnzSkpOVy+IiiDEiTqNubEYpYuHWIf6K4psgN2ZWKExS4xhVCrRVfb/wfW8fWJA==}
engines: {node: '>= 10'}
is-absolute-url@4.0.1:
@@ -7009,6 +7804,11 @@ packages:
engines: {node: '>=8'}
hasBin: true
+ is-docker@3.0.0:
+ resolution: {integrity: sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==}
+ engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
+ hasBin: true
+
is-empty@1.2.0:
resolution: {integrity: sha512-F2FnH/otLNJv0J6wc73A5Xo7oHLNnqplYqZhUu01tD54DIPvxIRSTSLkrUB/M0nHO4vo1O9PDfN4KoTxCzLh/w==}
@@ -7027,6 +7827,14 @@ packages:
resolution: {integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==}
engines: {node: '>=8'}
+ is-fullwidth-code-point@4.0.0:
+ resolution: {integrity: sha512-O4L094N2/dZ7xqVdrXhh9r1KODPJpFms8B5sGdJLPy664AgvXsreZUyCQQNItZRDlYug4xStLjNp/sz3HvBowQ==}
+ engines: {node: '>=12'}
+
+ is-fullwidth-code-point@5.0.0:
+ resolution: {integrity: sha512-OVa3u9kkBbw7b8Xw5F9P+D/T9X+Z4+JruYVNapTjPYZYUznQ5YfWeFkOj606XYYW8yugTfC8Pj0hYqvi4ryAhA==}
+ engines: {node: '>=18'}
+
is-generator-fn@2.1.0:
resolution: {integrity: sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==}
engines: {node: '>=6'}
@@ -7049,6 +7857,11 @@ packages:
is-hexadecimal@2.0.1:
resolution: {integrity: sha512-DgZQp241c8oO6cA1SbTEWiXeoxV42vlcJxgH+B3hi1AiqqKruZR3ZGF8In3fj4+/y/7rHvlOZLZtgJ/4ttYGZg==}
+ is-inside-container@1.0.0:
+ resolution: {integrity: sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==}
+ engines: {node: '>=14.16'}
+ hasBin: true
+
is-installed-globally@0.4.0:
resolution: {integrity: sha512-iwGqO3J21aaSkC7jWnHP/difazwS7SFeIqxv6wEtLU8Y5KlzFTjyqcSIT0d8s4+dDhKytsk9PJZ2BkS5eZwQRQ==}
engines: {node: '>=10'}
@@ -7085,6 +7898,10 @@ packages:
resolution: {integrity: sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==}
engines: {node: '>= 0.4'}
+ is-network-error@1.1.0:
+ resolution: {integrity: sha512-tUdRRAnhT+OtCZR/LxZelH/C7QtjtFrTu5tXCA8pl55eTUElUHT+GPYV8MBMBvea/j+NxQqVt3LbWMRir7Gx9g==}
+ engines: {node: '>=16'}
+
is-number-object@1.0.7:
resolution: {integrity: sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==}
engines: {node: '>= 0.4'}
@@ -7193,6 +8010,10 @@ packages:
resolution: {integrity: sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==}
engines: {node: '>=8'}
+ is-wsl@3.1.0:
+ resolution: {integrity: sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==}
+ engines: {node: '>=16'}
+
isarray@0.0.1:
resolution: {integrity: sha512-D2S+3GLxWH+uhrNEcoh/fnmYeP8E8/zHl644d/jdA0g2uyXvy3sb0qxotE+ne0LtccHknQzWwZEzhak7oJ0COQ==}
@@ -7232,8 +8053,8 @@ packages:
resolution: {integrity: sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==}
engines: {node: '>=8'}
- istanbul-lib-instrument@6.0.0:
- resolution: {integrity: sha512-x58orMzEVfzPUKqlbLd1hXCnySCxKdDKa6Rjg97CwuLLRI4g3FHTdnExu1OqffVFay6zeMW+T6/DowFLndWnIw==}
+ istanbul-lib-instrument@6.0.2:
+ resolution: {integrity: sha512-1WUsZ9R1lA0HtBSohTkm39WTPlNKSJ5iFk7UwqXkBLoHQT+hfqPsfsTDVuZdKGaBwn7din9bS7SsnoAr943hvw==}
engines: {node: '>=10'}
istanbul-lib-report@3.0.0:
@@ -7535,6 +8356,9 @@ packages:
jsonc-parser@3.2.1:
resolution: {integrity: sha512-AilxAyFOAcK5wA1+LeaySVBrHsGQvUFCDWXKpZjzaL0PqW+xfBOttn8GNtWKFWqneyMZj41MWF9Kl6iPWLwgOA==}
+ jsonc-parser@3.3.1:
+ resolution: {integrity: sha512-HUgH65KyejrUFPvHFPbqOY0rsFip3Bo5wb4ngvdi1EpCYWUQDC5V+Y7mZws+DLkr4M//zQJoanu1SP+87Dv1oQ==}
+
jsonfile@4.0.0:
resolution: {integrity: sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==}
@@ -7621,10 +8445,6 @@ packages:
resolution: {integrity: sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==}
engines: {node: '>=6'}
- klona@2.0.6:
- resolution: {integrity: sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==}
- engines: {node: '>= 8'}
-
known-css-properties@0.29.0:
resolution: {integrity: sha512-Ne7wqW7/9Cz54PDt4I3tcV+hAyat8ypyOGzYRJQfdxnnjeWsTxt1cy8pjvvKeI5kfXuyvULyeeAvwvvtAX3ayQ==}
@@ -7645,8 +8465,8 @@ packages:
resolution: {integrity: sha512-j+y6WhTLN4Itnf9j5ZQos1BGPCS8DAwmgMroR3OzfxAsBxam0hMw7J8M3KqZl0pLQJ1jNnwIexg5DYpC/ctwEQ==}
engines: {node: '>= 10.13.0'}
- launch-editor@2.6.0:
- resolution: {integrity: sha512-JpDCcQnyAAzZZaZ7vEiSqL690w7dAEyLao+KC96zBplnYbJS7TYNjvM3M7y3dGz+v7aIsJk3hllWuc0kWAjyRQ==}
+ launch-editor@2.8.0:
+ resolution: {integrity: sha512-vJranOAJrI/llyWGRQqiDM+adrw+k83fvmmx3+nV47g3+36xM15jE+zyZ6Ffel02+xSvuM0b2GDRosXZkbb6wA==}
lazy-ass@1.6.0:
resolution: {integrity: sha512-cc8oEVoctTvsFZ/Oje/kGnHbpWHYBe8IAJe4C0QNc3t8uM/0Y8+erSz/7Y1ALuXTEZTMvxXwO6YbX1ey3ujiZw==}
@@ -7660,12 +8480,18 @@ packages:
resolution: {integrity: sha512-DpMa59o5uGUWWjruMp71e6knmwKU3jRBBn1kjuLWN9EeIOxNeSAwvHf03WIl8g/ZMR2oSQC9ej3yeLBwdDc/pg==}
engines: {node: '>=10.13.0'}
- less-loader@11.1.0:
- resolution: {integrity: sha512-C+uDBV7kS7W5fJlUjq5mPBeBVhYpTIm5gB09APT9o3n/ILeaXVsiSFTbZpTJCJwQ/Crczfn3DmfQFwxYusWFug==}
- engines: {node: '>= 14.15.0'}
+ less-loader@12.2.0:
+ resolution: {integrity: sha512-MYUxjSQSBUQmowc0l5nPieOYwMzGPUaTzB6inNW/bdPEG9zOL3eAAD1Qw5ZxSPk7we5dMojHwNODYMV1hq4EVg==}
+ engines: {node: '>= 18.12.0'}
peerDependencies:
+ '@rspack/core': 0.x || 1.x
less: ^3.5.0 || ^4.0.0
webpack: ^5.0.0
+ peerDependenciesMeta:
+ '@rspack/core':
+ optional: true
+ webpack:
+ optional: true
less@4.2.0:
resolution: {integrity: sha512-P3b3HJDBtSzsXUl0im2L7gTO5Ubg8mEN6G8qoTS77iXxXX4Hvu4Qj540PZDvQ8V6DmX6iXo98k7Md0Cm1PrLaA==}
@@ -7707,10 +8533,6 @@ packages:
lines-and-columns@1.2.4:
resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==}
- lines-and-columns@2.0.3:
- resolution: {integrity: sha512-cNOjgCnLB+FnvWWtyRTzmB3POJ+cXxTA81LoW7u8JdmhfXzriropYwpjShnz1QLLWsQwY7nIxoDmcPTwphDK9w==}
- engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
-
lines-and-columns@2.0.4:
resolution: {integrity: sha512-wM1+Z03eypVAVUCE7QdSqpVIvelbOakn1M0bPDoA4SGWPx3sNDVUiMo3L6To6WWGClB7VyXnhQ4Sn7gxiJbE6A==}
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
@@ -7724,6 +8546,10 @@ packages:
enquirer:
optional: true
+ listr2@8.2.3:
+ resolution: {integrity: sha512-Lllokma2mtoniUOS94CcOErHWAug5iu7HOmDrvWgpw8jyQH2fomgB+7lZS4HWZxytUuQwkGOwe49FvwVaA85Xw==}
+ engines: {node: '>=18.0.0'}
+
lit-element@4.0.4:
resolution: {integrity: sha512-98CvgulX6eCPs6TyAIQoJZBCQPo80rgXR+dVBs61cstJXqtI+USQZAbA4gFHh6L/mxBx9MrgPLHLsUgDUHAcCQ==}
@@ -7733,6 +8559,14 @@ packages:
lit@3.1.4:
resolution: {integrity: sha512-q6qKnKXHy2g1kjBaNfcoLlgbI3+aSOZ9Q4tiGa9bGYXq5RBXxkVTqTIVmP2VWMp29L4GyvCFm8ZQ2o56eUAMyA==}
+ lmdb@3.0.12:
+ resolution: {integrity: sha512-JnoEulTgveoC64vlYJ9sufGLuNkk6TcxSYpKxSC9aM42I61jIv3pQH0fgb6qW7HV0+FNqA3g1WCQQYfhfawGoQ==}
+ hasBin: true
+
+ lmdb@3.0.8:
+ resolution: {integrity: sha512-9rp8JT4jPhCRJUL7vRARa2N06OLSYzLwQsEkhC6Qu5XbcLyM/XBLMzDlgS/K7l7c5CdURLdDk9uE+hPFIogHTQ==}
+ hasBin: true
+
load-json-file@4.0.0:
resolution: {integrity: sha512-Kx8hMakjX03tiGTLAIdJ+lL0htKnXjEZN6hk/tozf/WOuYGdZBJrZ+rCJRbVCugsjB3jMLn9746NsQIf5VjBMw==}
engines: {node: '>=4'}
@@ -7756,6 +8590,10 @@ packages:
resolution: {integrity: sha512-ZvFw1KWS3GVyYBYb7qkmRM/WwL2TQQBxgCK62rlvm4WpVQ23Nb4tYjApUlfjrEGvOs7KHEsmyUn75OHZrJMWPw==}
engines: {node: '>= 12.13.0'}
+ loader-utils@3.3.1:
+ resolution: {integrity: sha512-FMJTLMXfCLMLfJxcX9PFqX5qD88Z5MRGaZCVzfuqeZSPsyiBzs+pahDQjbIWz2QIzPZz0NX9Zy4FX3lmK6YHIg==}
+ engines: {node: '>= 12.13.0'}
+
locate-path@3.0.0:
resolution: {integrity: sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==}
engines: {node: '>=6'}
@@ -7810,6 +8648,10 @@ packages:
resolution: {integrity: sha512-9fkkDevMefjg0mmzWFBW8YkFP91OrizzkW3diF7CpG+S2EYdy4+TVfGwz1zeF8x7hCx1ovSPTOE9Ngib74qqUg==}
engines: {node: '>=10'}
+ log-update@6.0.0:
+ resolution: {integrity: sha512-niTvB4gqvtof056rRIrTZvjNYE4rCUzO6X/X+kYjd7WFxXeJ0NwEFnRxX6ehkvv3jTwrXnNdtAak5XYZuIyPFw==}
+ engines: {node: '>=18'}
+
log4js@6.9.1:
resolution: {integrity: sha512-1somDdy9sChrr9/f4UlzhdaGfDR2c/SaD2a4T7qEkG4jTS57/B3qmnjLYePwQ8cqWnUHZI0iAKxMBpCZICiZ2g==}
engines: {node: '>=8.0'}
@@ -7856,6 +8698,9 @@ packages:
resolution: {integrity: sha512-hX9XH3ziStPoPhJxLq1syWuZMxbDvGNbVchfrdCtanC7D13888bMFow61x8axrx+GfHLtVeAx2kxL7tTGRl+Ow==}
engines: {node: '>=12'}
+ magic-string@0.30.10:
+ resolution: {integrity: sha512-iIRwTIf0QKV3UAnYK4PU8uiEc4SRh5jX0mwpIwETPpHdhVM4f53RSwS/vXvN1JhGX+Cs7B8qIq3d6AH49O5fAQ==}
+
magic-string@0.30.8:
resolution: {integrity: sha512-ISQTe55T2ao7XtlAStud6qwYPZjE4GK1S/BeVPus4jrq6JuOnQ00YKQC581RWhR122W7msZV263KzVeLoqidyQ==}
engines: {node: '>=12'}
@@ -7940,10 +8785,6 @@ packages:
resolution: {integrity: sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==}
engines: {node: '>= 0.6'}
- memfs@3.5.1:
- resolution: {integrity: sha512-UWbFJKvj5k+nETdteFndTpYxdeTMox/ULeqX5k/dpaQJCCFmj5EeKv3dBcyO2xmkRAx2vppRu5dVG7SOtsGOzA==}
- engines: {node: '>= 4.0.0'}
-
memfs@4.9.3:
resolution: {integrity: sha512-bsYSSnirtYTWi1+OPMFb0M048evMKyUYe0EbtuGQgq6BVQM1g1W8/KIUJCCvjgI/El0j6Q4WsmMiBwLUBSw8LA==}
engines: {node: '>= 4.0.0'}
@@ -8093,8 +8934,8 @@ packages:
resolution: {integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==}
engines: {node: '>=6'}
- mini-css-extract-plugin@2.8.1:
- resolution: {integrity: sha512-/1HDlyFRxWIZPI1ZpgqlZ8jMw/1Dp/dl3P0L1jtZ+zVcHqwPhGwaJwKL00WVgfnBy6PWCde9W65or7IIETImuA==}
+ mini-css-extract-plugin@2.9.0:
+ resolution: {integrity: sha512-Zs1YsZVfemekSZG+44vBsYTLQORkPMwnlv+aehcxK/NLKC+EGhDB39/YePYYqx/sTk6NnYpuqikhSn7+JIevTA==}
engines: {node: '>= 12.13.0'}
peerDependencies:
webpack: ^5.0.0
@@ -8106,9 +8947,6 @@ packages:
resolution: {integrity: sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==}
engines: {node: 20 || >=22}
- minimatch@3.0.5:
- resolution: {integrity: sha512-tUpxzX0VAzJHjLu0xUfFv1gwVp9ba3IOuRAVH2EGuRW8a5emA2FlACLqiT/lDVtS1W+TGNwqz3sWaNyLgDJWuw==}
-
minimatch@3.1.2:
resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==}
@@ -8139,9 +8977,6 @@ packages:
resolution: {integrity: sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==}
engines: {node: '>= 8'}
- minipass-json-stream@1.0.1:
- resolution: {integrity: sha512-ODqY18UZt/I8k+b7rl2AENgbWE8IDYam+undIJONvigAz8KR5GWblsFTEfQs0WODsjbSXWlm+JHEv8Gr6Tfdbg==}
-
minipass-pipeline@1.2.4:
resolution: {integrity: sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==}
engines: {node: '>=8'}
@@ -8199,6 +9034,13 @@ packages:
ms@2.1.3:
resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
+ msgpackr-extract@3.0.3:
+ resolution: {integrity: sha512-P0efT1C9jIdVRefqjzOQ9Xml57zpOXnIuS+csaB4MdZbTdmGDLo8XhzBG1N7aO11gKDDkJvBLULeFTo46wwreA==}
+ hasBin: true
+
+ msgpackr@1.10.2:
+ resolution: {integrity: sha512-L60rsPynBvNE+8BWipKKZ9jHcSGbtyJYIwjRq0VrIvQ08cRjntGXJYW/tmciZ2IHWIY8WEW32Qa2xbh5+SKBZA==}
+
multicast-dns@7.2.5:
resolution: {integrity: sha512-2eznPJP8z2BFLX50tf0LuODrpINqP1RVIm/CObbTcBRITQgmC/TjcREF1NeTBzIcR5XO/ukWo+YHOjBbFwIupg==}
hasBin: true
@@ -8255,15 +9097,15 @@ packages:
sass:
optional: true
- ng-packagr@17.3.0:
- resolution: {integrity: sha512-kMSqxeDgv88SWCoapWNRRN1UdBgwu9/Pw/j7u2WFGmzrIWUFivNWBBSSL94kMxr2La+Z9wMwiL8EwKNvmCpg2A==}
- engines: {node: ^18.13.0 || >=20.9.0}
+ ng-packagr@18.1.0:
+ resolution: {integrity: sha512-QfqiCIuRX7VhdHqE1goZIuaFh0aMmFTF6r+gP+iq7YyIookXlZWswEZYcnpyRw52Q1RHFdUJRm7foBRFyEXTLA==}
+ engines: {node: ^18.19.1 || >=20.11.1}
hasBin: true
peerDependencies:
- '@angular/compiler-cli': ^17.0.0 || ^17.2.0-next.0 || ^17.3.0-next.0
+ '@angular/compiler-cli': ^18.0.0 || ^18.2.0-next.0
tailwindcss: ^2.0.0 || ^3.0.0
tslib: ^2.3.0
- typescript: '>=5.2 <5.5'
+ typescript: '>=5.4 <5.6'
peerDependenciesMeta:
tailwindcss:
optional: true
@@ -8292,6 +9134,9 @@ packages:
node-addon-api@3.2.1:
resolution: {integrity: sha512-mmcei9JghVNDYydghQmeDX8KoAm0FAiYyIcUt/N4nhyAipB17pllZQDOJD2fotxABnt4Mdz+dKTO7eftLg4d0A==}
+ node-addon-api@6.1.0:
+ resolution: {integrity: sha512-+eawOlIgy680F0kBzPUNFhMZGtJ1YmqM6l4+Crf4IkImjYrO/mqPwRMh352g23uIaQKFItcQ64I7KMaJxHgAVA==}
+
node-dir@0.1.17:
resolution: {integrity: sha512-tmPX422rYgofd4epzrNoOXiE8XFZYOcCq1vD7MAXCDO+O+zndlA2ztdKKMa+EeuBG5tHETpr4ml4RGgpqDCCAg==}
engines: {node: '>= 0.10.5'}
@@ -8312,6 +9157,14 @@ packages:
resolution: {integrity: sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==}
engines: {node: '>= 6.13.0'}
+ node-gyp-build-optional-packages@5.1.1:
+ resolution: {integrity: sha512-+P72GAjVAbTxjjwUmwjVrqrdZROD4nf8KgpBoDxqXXTiYZZt/ud60dE5yvCSr9lRO8e8yv6kgJIC0K0PfZFVQw==}
+ hasBin: true
+
+ node-gyp-build-optional-packages@5.2.2:
+ resolution: {integrity: sha512-s+w+rBWnpTMwSFbaE0UXsRlg7hU4FjekKU4eyAih5T8nJuNZT1nNsskXpxmeqSK9UzkBl6UgRlnKc8hz8IEqOw==}
+ hasBin: true
+
node-gyp-build@4.6.0:
resolution: {integrity: sha512-NTZVKn9IylLwUzaKjkas1e4u2DLNcV4rdYagA4PWdPwW87Bi7z+BznyKSRwS/761tV/lzCGXplWsiaMjLqP2zQ==}
hasBin: true
@@ -8373,20 +9226,20 @@ packages:
resolution: {integrity: sha512-dMxCf+zZ+3zeQZXKxmyuCKlIDPGuv8EF940xbkC4kQVDTtqoh6rJFO+JTKSA6/Rwi0getWmtuy4Itup0AMcaDQ==}
engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
- npm-package-arg@11.0.1:
- resolution: {integrity: sha512-M7s1BD4NxdAvBKUPqqRW957Xwcl/4Zvo8Aj+ANrzvIPzGJZElrH7Z//rSaec2ORcND6FHHLnZeY8qgTpXDMFQQ==}
+ npm-package-arg@11.0.2:
+ resolution: {integrity: sha512-IGN0IAwmhDJwy13Wc8k+4PEbTPhpJnMtfR53ZbOyjkvmEcLS4nCwp6mvMWjS5sUjeiW3mpx6cHmuhKEu9XmcQw==}
engines: {node: ^16.14.0 || >=18.0.0}
npm-packlist@8.0.2:
resolution: {integrity: sha512-shYrPFIS/JLP4oQmAwDyk5HcyysKW8/JLTEA32S0Z5TzvpaeeX2yMFfoK1fjEBnCBvVyIB/Jj/GBFdm0wsgzbA==}
engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
- npm-pick-manifest@9.0.0:
- resolution: {integrity: sha512-VfvRSs/b6n9ol4Qb+bDwNGUXutpy76x6MARw/XssevE0TnctIKcmklJZM5Z7nqs5z5aW+0S63pgCNbpkUNNXBg==}
+ npm-pick-manifest@9.0.1:
+ resolution: {integrity: sha512-Udm1f0l2nXb3wxDpKjfohwgdFUSV50UVwzEIpDXVsbDMXVIEF81a/i0UhuQbhrPMMmdiq3+YMFLFIRVLs3hxQw==}
engines: {node: ^16.14.0 || >=18.0.0}
- npm-registry-fetch@16.1.0:
- resolution: {integrity: sha512-PQCELXKt8Azvxnt5Y85GseQDJJlglTFM9L9U9gkv2y4e9s0k3GVDdOx3YoB6gm2Do0hlkzC39iCGXby+Wve1Bw==}
+ npm-registry-fetch@17.1.0:
+ resolution: {integrity: sha512-5+bKQRH0J1xG1uZ1zMNvxW0VEyoNWgJpY9UDuluPFLKDfJ9u2JmmjmTJV1srBGQOROfdBMiVvnH2Zvpbm+xkVA==}
engines: {node: ^16.14.0 || >=18.0.0}
npm-run-all@4.1.5:
@@ -8404,11 +9257,11 @@ packages:
nwsapi@2.2.4:
resolution: {integrity: sha512-NHj4rzRo0tQdijE9ZqAx6kYDcoRwYwSYzCA8MY3JzfxlrvEU0jhnhJT9BhqhJs7I/dKcrDm6TyulaRqZPIhN5g==}
- nx@17.2.8:
- resolution: {integrity: sha512-rM5zXbuXLEuqQqcjVjClyvHwRJwt+NVImR2A6KFNG40Z60HP6X12wAxxeLHF5kXXTDRU0PFhf/yACibrpbPrAw==}
+ nx@19.5.1:
+ resolution: {integrity: sha512-aKctNLiK2hXl2536/qwnAqvSzNlIGwJdTBl2ajOnSyNrGWuLDMllTNTdp0/lU0QBJ2NSod3JbBQFV7cc9ILs4w==}
hasBin: true
peerDependencies:
- '@swc-node/register': ^1.6.7
+ '@swc-node/register': ^1.8.0
'@swc/core': ^1.3.85
peerDependenciesMeta:
'@swc-node/register':
@@ -8499,6 +9352,10 @@ packages:
resolution: {integrity: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==}
engines: {node: '>=6'}
+ open@10.1.0:
+ resolution: {integrity: sha512-mnkeQ1qP5Ue2wd+aivTD3NHd/lZ96Lu0jgf0pwktLPtx6cTZiH7tyeGRRHs0zX0rbrahXPnXlUnbeXyaBBuIaw==}
+ engines: {node: '>=18'}
+
open@7.4.2:
resolution: {integrity: sha512-MVHddDVweXZF3awtlAS+6pgKLlm/JgxZ90+/NBurBoQctVOOB/zDdVjcyPzQ+0laDGbsWgrRkflI65sQeOgT9Q==}
engines: {node: '>=8'}
@@ -8515,10 +9372,17 @@ packages:
resolution: {integrity: sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==}
engines: {node: '>= 0.8.0'}
+ ora@5.3.0:
+ resolution: {integrity: sha512-zAKMgGXUim0Jyd6CXK9lraBnD3H5yPGBPPOkC23a2BG6hsm4Zu6OQSjQuEtV0BHDf4aKHcUFvJiGRrFuW3MG8g==}
+ engines: {node: '>=10'}
+
ora@5.4.1:
resolution: {integrity: sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==}
engines: {node: '>=10'}
+ ordered-binary@1.5.1:
+ resolution: {integrity: sha512-5VyHfHY3cd0iza71JepYG50My+YUbrFtGoUz2ooEydPyPM7Aai/JW098juLr+RG6+rDJuzNNTsEQu2DZa1A41A==}
+
os-tmpdir@1.0.2:
resolution: {integrity: sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==}
engines: {node: '>=0.10.0'}
@@ -8577,9 +9441,9 @@ packages:
resolution: {integrity: sha512-RwFpb72c/BhQLEXIZ5K2e+AhgNVmIejGlTgiB9MzZ0e93GRvqZ7uSi0dvRF7/XIXDeNkra2fNHBxTyPDGySpjQ==}
engines: {node: '>=8'}
- p-retry@4.6.2:
- resolution: {integrity: sha512-312Id396EbJdvRONlngUx0NydfrIQ5lsYu0znKVUzVvArzEIt08V1qhtyESbGVd1FGX7UKtiFp5uwKZdM8wIuQ==}
- engines: {node: '>=8'}
+ p-retry@6.2.0:
+ resolution: {integrity: sha512-JA6nkq6hKyWLLasXQXUrO4z8BUZGUt/LjlJxx8Gb2+2ntodU/SS63YZ8b0LUTbQ8ZB9iwOfhEPhg4ykKnn2KsA==}
+ engines: {node: '>=16.17'}
p-timeout@3.2.0:
resolution: {integrity: sha512-rhIwUycgwwKcP9yTOOFK/AKsAopjjCakVqLHePO3CC6Mir1Z99xT+R63jZxAT5lFZLa2inS5h+ZS2GvR99/FBg==}
@@ -8592,8 +9456,8 @@ packages:
package-json-from-dist@1.0.0:
resolution: {integrity: sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw==}
- pacote@17.0.6:
- resolution: {integrity: sha512-cJKrW21VRE8vVTRskJo78c/RCvwJCn1f4qgfxL4w77SOWrTCRcmfkYHlHtS0gqpgjv3zhXflRtgsrUCX5xwNnQ==}
+ pacote@18.0.6:
+ resolution: {integrity: sha512-+eK3G27SMwsB8kLIuj4h1FUhHtwiEUo21Tw8wNjmvdlpOEr613edv+8FUsTj/4F/VN5ywGE19X18N7CC2EJk6A==}
engines: {node: ^16.14.0 || >=18.0.0}
hasBin: true
@@ -8750,8 +9614,8 @@ packages:
resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==}
engines: {node: '>=8.6'}
- picomatch@4.0.1:
- resolution: {integrity: sha512-xUXwsxNjwTQ8K3GnT4pCJm+xq3RUPQbmkYJTP5aFIfNIvbcc/4MUxgBaaRSZJ6yGJZiGSyYlM6MzwTsRk8SYCg==}
+ picomatch@4.0.2:
+ resolution: {integrity: sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==}
engines: {node: '>=12'}
pidtree@0.3.1:
@@ -8783,8 +9647,11 @@ packages:
resolution: {integrity: sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==}
engines: {node: '>= 6'}
- piscina@4.4.0:
- resolution: {integrity: sha512-+AQduEJefrOApE4bV7KRmp3N2JnnyErlVqq4P/jmko4FPz9Z877BCccl/iB3FdrWSUkvbGV9Kan/KllJgat3Vg==}
+ piscina@4.5.0:
+ resolution: {integrity: sha512-iBaLWI56PFP81cfBSomWTmhOo9W2/yhIOL+Tk8O1vBCpK39cM0tGxB+wgYjG31qq4ohGvysfXSdnj8h7g4rZxA==}
+
+ piscina@4.6.1:
+ resolution: {integrity: sha512-z30AwWGtQE+Apr+2WBZensP2lIvwoaMcOPkQlIEmSGMJNUvaYACylPYrQM6wSdUNJlnDVMSpLv7xTMJqlVshOA==}
pkg-dir@3.0.0:
resolution: {integrity: sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==}
@@ -8980,18 +9847,36 @@ packages:
peerDependencies:
postcss: ^8.1.0
+ postcss-modules-extract-imports@3.1.0:
+ resolution: {integrity: sha512-k3kNe0aNFQDAZGbin48pL2VNidTF0w4/eASDsxlyspobzU3wZQLOGj7L9gfRe0Jo9/4uud09DsjFNH7winGv8Q==}
+ engines: {node: ^10 || ^12 || >= 14}
+ peerDependencies:
+ postcss: ^8.1.0
+
postcss-modules-local-by-default@4.0.4:
resolution: {integrity: sha512-L4QzMnOdVwRm1Qb8m4x8jsZzKAaPAgrUF1r/hjDR2Xj7R+8Zsf97jAlSQzWtKx5YNiNGN8QxmPFIc/sh+RQl+Q==}
engines: {node: ^10 || ^12 || >= 14}
peerDependencies:
postcss: ^8.1.0
+ postcss-modules-local-by-default@4.0.5:
+ resolution: {integrity: sha512-6MieY7sIfTK0hYfafw1OMEG+2bg8Q1ocHCpoWLqOKj3JXlKu4G7btkmM/B7lFubYkYWmRSPLZi5chid63ZaZYw==}
+ engines: {node: ^10 || ^12 || >= 14}
+ peerDependencies:
+ postcss: ^8.1.0
+
postcss-modules-scope@3.1.1:
resolution: {integrity: sha512-uZgqzdTleelWjzJY+Fhti6F3C9iF1JR/dODLs/JDefozYcKTBCdD8BIl6nNPbTbcLnGrk56hzwZC2DaGNvYjzA==}
engines: {node: ^10 || ^12 || >= 14}
peerDependencies:
postcss: ^8.1.0
+ postcss-modules-scope@3.2.0:
+ resolution: {integrity: sha512-oq+g1ssrsZOsx9M96c5w8laRmvEu9C3adDSjI8oTcbfkrTE8hx/zfyobUoWIxaKPO8bt6S62kxpw5GqypEw1QQ==}
+ engines: {node: ^10 || ^12 || >= 14}
+ peerDependencies:
+ postcss: ^8.1.0
+
postcss-modules-values@4.0.0:
resolution: {integrity: sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==}
engines: {node: ^10 || ^12 || >= 14}
@@ -9122,8 +10007,8 @@ packages:
resolution: {integrity: sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==}
engines: {node: ^10 || ^12 || >=14}
- postcss@8.4.35:
- resolution: {integrity: sha512-u5U8qYpBCpN13BsiEB0CbR1Hhh4Gc0zLFuedrHJKMctHCHAGrMdG0PRM/KErzAL3CU6/eckEtmHNB3x6e3c0vA==}
+ postcss@8.4.38:
+ resolution: {integrity: sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==}
engines: {node: ^10 || ^12 || >=14}
postcss@8.4.39:
@@ -9152,6 +10037,11 @@ packages:
engines: {node: '>=14'}
hasBin: true
+ prettier@3.3.3:
+ resolution: {integrity: sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==}
+ engines: {node: '>=14'}
+ hasBin: true
+
pretty-bytes@5.6.0:
resolution: {integrity: sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==}
engines: {node: '>=6'}
@@ -9387,11 +10277,6 @@ packages:
resolution: {integrity: sha512-0J+Msgym3vrLOUB3hzQCuZHII0xkNGCtz/HJH9xZshwv9DbDwkw1KaE3gx/e2J5rpEY5rtOy6cyhKOPrkP7FZw==}
engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
- read-package-json@7.0.0:
- resolution: {integrity: sha512-uL4Z10OKV4p6vbdvIXB+OzhInYtIozl/VxUBPgNkBuUi2DeRonnuspmaVAMcrkmfjKGNmRndyQAbE7/AmzGwFg==}
- engines: {node: ^16.14.0 || >=18.0.0}
- deprecated: This package is no longer supported. Please use @npmcli/package-json instead.
-
read-pkg-up@7.0.1:
resolution: {integrity: sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==}
engines: {node: '>=8'}
@@ -9562,6 +10447,10 @@ packages:
resolution: {integrity: sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==}
engines: {node: '>=8'}
+ restore-cursor@4.0.0:
+ resolution: {integrity: sha512-I9fPXU9geO9bHOt9pHHOhOkYerIMsmVaWB0rA2AI9ERh/+x/i7MV5HKBNrg+ljO5eoPVgCcnFuRjJ9uH6I/3eg==}
+ engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
+
retry@0.12.0:
resolution: {integrity: sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==}
engines: {node: '>= 4'}
@@ -9577,6 +10466,9 @@ packages:
rfdc@1.3.0:
resolution: {integrity: sha512-V2hovdzFbOi77/WajaSMXk2OLm+xNIeQdMMuB7icj7bk6zi2F8GGAxigcnDFpJHbNyNcgyJDiP+8nOrY5cZGrA==}
+ rfdc@1.4.1:
+ resolution: {integrity: sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==}
+
rimraf@2.6.3:
resolution: {integrity: sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==}
deprecated: Rimraf versions prior to v4 are no longer supported
@@ -9592,6 +10484,11 @@ packages:
deprecated: Rimraf versions prior to v4 are no longer supported
hasBin: true
+ rimraf@5.0.9:
+ resolution: {integrity: sha512-3i7b8OcswU6CpU8Ej89quJD4O98id7TtVM5U4Mybh84zQXdrFmDLouWBEEaD/QfO3gDDfH+AGFCGsR7kngzQnA==}
+ engines: {node: 14 >=14.20 || 16 >=16.20 || >=18}
+ hasBin: true
+
rimraf@6.0.1:
resolution: {integrity: sha512-9dkvaxAsk/xNXSJzMgFqqMCuFgt2+KsOFek3TMLfo8NCPfWpBmqwyNn5Y+NX56QUYfCtsyhF3ayiboEoUmJk/A==}
engines: {node: 20 || >=22}
@@ -9626,14 +10523,23 @@ packages:
rollup-pluginutils@2.8.2:
resolution: {integrity: sha512-EEp9NhnUkwY8aif6bxgovPHMoMoNr2FulJziTndpt5H9RdwC47GSGuII9XxpSdzVGM0GWrNPHV6ie1LTNJPaLQ==}
- rollup@4.13.0:
- resolution: {integrity: sha512-3YegKemjoQnYKmsBlOHfMLVPPA5xLkQ8MHLLSw/fBrFaVkEayL51DilPpNNLq1exr98F2B1TzrV0FUlN3gWRPg==}
+ rollup@4.18.0:
+ resolution: {integrity: sha512-QmJz14PX3rzbJCN1SG4Xe/bAAX2a6NpCP8ab2vfu2GiUr8AQcr2nCV/oEO3yneFarB67zk8ShlIyWb2LGTb3Sg==}
+ engines: {node: '>=18.0.0', npm: '>=8.0.0'}
+ hasBin: true
+
+ rollup@4.18.1:
+ resolution: {integrity: sha512-Elx2UT8lzxxOXMpy5HWQGZqkrQOtrVDDa/bm9l10+U4rQnVzbL/LgZ4NOM1MPIDyHk69W4InuYDF5dzRh4Kw1A==}
engines: {node: '>=18.0.0', npm: '>=8.0.0'}
hasBin: true
rrweb-cssom@0.6.0:
resolution: {integrity: sha512-APM0Gt1KoXBz0iIkkdB/kfvGOwC4UuJFeG/c+yV7wSc7q96cG/kJ0HiYCnzivD9SB53cLV1MlHFNfOuPaadYSw==}
+ run-applescript@7.0.0:
+ resolution: {integrity: sha512-9by4Ij99JUr/MCFBUkDKLWK3G9HVXmabKz9U5MlIAIuvuzkiOicRYs8XJLxX+xahD+mLiiCYDqF9dKAgtzKP1A==}
+ engines: {node: '>=18'}
+
run-async@3.0.0:
resolution: {integrity: sha512-540WwVDOMxA6dN6We19EcT9sc3hkXPw5mzRNGM3FkdN/vtE9NFvj5lFAPNwUDmJjXidm3v7TC1cTE7t17Ulm1Q==}
engines: {node: '>=0.12.0'}
@@ -9675,8 +10581,8 @@ packages:
safer-buffer@2.1.2:
resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==}
- sass-loader@14.1.1:
- resolution: {integrity: sha512-QX8AasDg75monlybel38BZ49JP5Z+uSKfKwF2rO7S74BywaRmGQMUBw9dtkS+ekyM/QnP+NOrRYq8ABMZ9G8jw==}
+ sass-loader@14.2.1:
+ resolution: {integrity: sha512-G0VcnMYU18a4N7VoNDegg2OuMjYtxnqzQWARVWCIVSZwJeiL9kg8QMsuIZOplsJgTzZLF6jGxI3AClj8I9nRdQ==}
engines: {node: '>= 18.12.0'}
peerDependencies:
'@rspack/core': 0.x || 1.x
@@ -9696,8 +10602,8 @@ packages:
webpack:
optional: true
- sass@1.71.1:
- resolution: {integrity: sha512-wovtnV2PxzteLlfNzbgm1tFXPLoZILYAMJtvoXXkD7/+1uP41eKkIt1ypWq5/q2uT94qHjXehEYfmjKOvjL9sg==}
+ sass@1.77.2:
+ resolution: {integrity: sha512-eb4GZt1C3avsX3heBNlrc7I09nyT00IUuo4eFhAbeXWU2fvA7oXI53SxODVAA+zgZCk9aunAZgO+losjR3fAwA==}
engines: {node: '>=14.0.0'}
hasBin: true
@@ -9728,14 +10634,18 @@ packages:
resolution: {integrity: sha512-lELhBAAly9NowEsX0yZBlw9ahZG+sK/1RJ21EpzdYHKEs13Vku3LJ+MIPhh4sMs0oCCeufZQEQbMekiA4vuVIQ==}
engines: {node: '>= 12.13.0'}
+ schema-utils@4.2.0:
+ resolution: {integrity: sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==}
+ engines: {node: '>= 12.13.0'}
+
secure-compare@3.0.1:
resolution: {integrity: sha512-AckIIV90rPDcBcglUwXPF3kg0P0qmPsPXAj6BBEENQE1p5yA1xfmDJzfi1Tappj37Pv2mVbKpL3Z1T+Nn7k1Qw==}
select-hose@2.0.0:
resolution: {integrity: sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg==}
- selfsigned@2.1.1:
- resolution: {integrity: sha512-GSL3aowiF7wa/WtSFwnUrludWFoNhftq8bUkH9pkzjpN2XSPOAYEgg6e0sS9s0rZwgJzJiQRPU18A6clnoW5wQ==}
+ selfsigned@2.4.1:
+ resolution: {integrity: sha512-th5B4L2U+eGLq1TVh7zNRGBapioSORUeymIydxgFpwww9d2qyKvtuPU2jJuHvYAwwqi2Y596QBL3eEqcPEYL8Q==}
engines: {node: '>=10'}
semver-greatest-satisfied-range@2.0.0:
@@ -9750,11 +10660,6 @@ packages:
resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==}
hasBin: true
- semver@7.5.3:
- resolution: {integrity: sha512-QBlUtyVk/5EeHbi7X0fw6liDZc7BBmEaSYn01fMU1OUYbf6GPsbTtd8WmnqbI20SeycoHSeiybkE/q1Q+qlThQ==}
- engines: {node: '>=10'}
- hasBin: true
-
semver@7.5.4:
resolution: {integrity: sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==}
engines: {node: '>=10'}
@@ -9765,6 +10670,11 @@ packages:
engines: {node: '>=10'}
hasBin: true
+ semver@7.6.2:
+ resolution: {integrity: sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==}
+ engines: {node: '>=10'}
+ hasBin: true
+
send@0.18.0:
resolution: {integrity: sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==}
engines: {node: '>= 0.8.0'}
@@ -9772,6 +10682,9 @@ packages:
serialize-javascript@6.0.1:
resolution: {integrity: sha512-owoXEFjWRllis8/M1Q+Cw5k8ZH40e3zhp/ovX+Xr/vi1qj6QesbyXXViFbpNvWvPNAD62SutwEXavefrLJWj7w==}
+ serialize-javascript@6.0.2:
+ resolution: {integrity: sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==}
+
serve-index@1.9.1:
resolution: {integrity: sha512-pXHfKNP4qujrtteMrSBb0rc8HJ9Ms/GrXwcUtUtD5s4ewDJI8bT3Cz2zTVRMKtri49pLx2e0Ya8ziP5Ya2pZZw==}
engines: {node: '>= 0.8.0'}
@@ -9828,6 +10741,10 @@ packages:
resolution: {integrity: sha512-MY2/qGx4enyjprQnFaZsHib3Yadh3IXyV2C321GY0pjGfVBu4un0uDJkwgdxqO+Rdx8JMT8IfJIRwbYVz3Ob3Q==}
engines: {node: '>=14'}
+ signal-exit@4.1.0:
+ resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==}
+ engines: {node: '>=14'}
+
sigstore@2.2.2:
resolution: {integrity: sha512-2A3WvXkQurhuMgORgT60r6pOWiCOO5LlEqY2ADxGBDGVYLSo5HN0uLtb68YpVpuL/Vi8mLTe7+0Dx2Fq8lLqEg==}
engines: {node: ^16.14.0 || >=18.0.0}
@@ -9859,6 +10776,14 @@ packages:
resolution: {integrity: sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==}
engines: {node: '>=10'}
+ slice-ansi@5.0.0:
+ resolution: {integrity: sha512-FC+lgizVPfie0kkhqUScwRu1O/lF6NOgJmlCgK+/LYxDCTk8sGelYaHDhFcDN+Sn3Cv+3VSa4Byeo+IMCzpMgQ==}
+ engines: {node: '>=12'}
+
+ slice-ansi@7.1.0:
+ resolution: {integrity: sha512-bSiSngZ/jWeX93BqeIAbImyTbEihizcwNjFoRUIY/T1wWQsfsm2Vw1agPKylXvQTU7iASGdHhyqRlqQzfz+Htg==}
+ engines: {node: '>=18'}
+
smart-buffer@4.2.0:
resolution: {integrity: sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==}
engines: {node: '>= 6.0.0', npm: '>= 3.0.0'}
@@ -10044,6 +10969,10 @@ packages:
resolution: {integrity: sha512-k01swCJAgQmuADB0YIc+7TuatfNvTBVOoaUWJjTB9R4VJzR5vNWzf5t42ESVZFPS8xTySF7CAdV4t/aaIm3UnQ==}
engines: {node: '>=16'}
+ string-width@7.2.0:
+ resolution: {integrity: sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==}
+ engines: {node: '>=18'}
+
string.prototype.matchall@4.0.11:
resolution: {integrity: sha512-NUdh0aDavY2og7IbBPenWqR9exH+E26Sv8e0/eTe1tltDGZL+GtBkDAnnyBtmekfK6/Dq3MkcGtzXFEd1LQrtg==}
engines: {node: '>= 0.4'}
@@ -10298,8 +11227,8 @@ packages:
uglify-js:
optional: true
- terser@5.29.1:
- resolution: {integrity: sha512-lZQ/fyaIGxsbGxApKmoPTODIzELy3++mXhS5hOqaAWZjQtpq/hFHAc+rm29NND1rYRxRWKcjuARNwULNXa5RtQ==}
+ terser@5.29.2:
+ resolution: {integrity: sha512-ZiGkhUBIM+7LwkNjXYJq8svgkd+QK3UUr0wJqY4MieaezBSAIPgbSPZyIx0idM6XWK5CMzSWa8MJIzmRcB8Caw==}
engines: {node: '>=10'}
hasBin: true
@@ -10594,6 +11523,16 @@ packages:
engines: {node: '>=14.17'}
hasBin: true
+ typescript@5.4.5:
+ resolution: {integrity: sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==}
+ engines: {node: '>=14.17'}
+ hasBin: true
+
+ typescript@5.5.3:
+ resolution: {integrity: sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==}
+ engines: {node: '>=14.17'}
+ hasBin: true
+
ua-parser-js@0.7.35:
resolution: {integrity: sha512-veRf7dawaj9xaWEu9HoTVn5Pggtc/qj+kqTOFvNiN1l0YdxwC1kvel57UCjThjGa3BHBihE8/UJAHI+uQHmd/g==}
@@ -10623,9 +11562,13 @@ packages:
undici-types@6.19.2:
resolution: {integrity: sha512-jvI+p8VJnrOIQ8AU4PyB1ytW68EyrLnI2xvCO3e5umm3nmhNjpugMD1wo+X994PyvUT9dWS/k3vO1wwRIh730Q==}
- undici@6.11.1:
- resolution: {integrity: sha512-KyhzaLJnV1qa3BSHdj4AZ2ndqI0QWPxYzaIOio0WzcEJB9gvuysprJSLtpvc2D9mhR9jPDUk7xlJlZbH2KR5iw==}
- engines: {node: '>=18.0'}
+ undici@6.18.0:
+ resolution: {integrity: sha512-nT8jjv/fE9Et1ilR6QoW8ingRTY2Pp4l2RUrdzV5Yz35RJDrtPc1DXvuNqcpsJSGIRHFdt3YKKktTzJA6r0fTA==}
+ engines: {node: '>=18.17'}
+
+ undici@6.19.2:
+ resolution: {integrity: sha512-JfjKqIauur3Q6biAtHJ564e3bWa8VvT+7cSiOJHFbX4Erv6CLGDpg8z+Fmg/1OI/47RA+GI2QZaF48SSaLvyBA==}
+ engines: {node: '>=18.17'}
unicode-canonical-property-names-ecmascript@2.0.0:
resolution: {integrity: sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==}
@@ -10847,8 +11790,36 @@ packages:
resolution: {integrity: sha512-rC2VRfAVVCGEgjnxHUnpIVh3AGuk62rP3tqVrn+yab0YH7UULisC085+NYH+mnqf3Wx4SpSi1RQMwudL89N03g==}
engines: {node: '>=10.13.0'}
- vite@5.1.7:
- resolution: {integrity: sha512-sgnEEFTZYMui/sTlH1/XEnVNHMujOahPLGMxn1+5sIT45Xjng1Ec1K78jRP15dSmVgg5WBin9yO81j3o9OxofA==}
+ vite@5.2.11:
+ resolution: {integrity: sha512-HndV31LWW05i1BLPMUCE1B9E9GFbOu1MbenhS58FuK6owSO5qHm7GiCotrNY1YE5rMeQSFBGmT5ZaLEjFizgiQ==}
+ engines: {node: ^18.0.0 || >=20.0.0}
+ hasBin: true
+ peerDependencies:
+ '@types/node': ^18.0.0 || >=20.0.0
+ less: '*'
+ lightningcss: ^1.21.0
+ sass: '*'
+ stylus: '*'
+ sugarss: '*'
+ terser: ^5.4.0
+ peerDependenciesMeta:
+ '@types/node':
+ optional: true
+ less:
+ optional: true
+ lightningcss:
+ optional: true
+ sass:
+ optional: true
+ stylus:
+ optional: true
+ sugarss:
+ optional: true
+ terser:
+ optional: true
+
+ vite@5.3.2:
+ resolution: {integrity: sha512-6lA7OBHBlXUxiJxbO5aAY2fsHHzDr1q7DvXYnyZycRs2Dz+dXBWuhpWHvmljTRTpQC2uvGmUFFkSHF2vGo90MA==}
engines: {node: ^18.0.0 || >=20.0.0}
hasBin: true
peerDependencies:
@@ -10903,10 +11874,6 @@ packages:
engines: {node: '>=0.1.95'}
hasBin: true
- watchpack@2.4.0:
- resolution: {integrity: sha512-Lcvm7MGST/4fup+ifyKi2hjyIAwcdI4HRgtvTpIUxBRhB+RFtUh8XtDOxUfctVCnhVi+QQj49i91OyvzkJl6cg==}
- engines: {node: '>=10.13.0'}
-
watchpack@2.4.1:
resolution: {integrity: sha512-8wrBCMtVhqcXP2Sup1ctSkga6uc2Bx0IIvKyT7yTFier5AXHooSI+QyQQAtTb7+E0IUCCKyTFmXqdqgum2XWGg==}
engines: {node: '>=10.13.0'}
@@ -10917,6 +11884,9 @@ packages:
wcwidth@1.0.1:
resolution: {integrity: sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==}
+ weak-lru-cache@1.2.2:
+ resolution: {integrity: sha512-DEAoo25RfSYMuTGc9vPJzZcZullwIqRDSI9LOy+fkCJPi6hykCnfKaXTuPBDuXAUcqHXyOgFtHNp/kB2FjYHbw==}
+
webidl-conversions@3.0.1:
resolution: {integrity: sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==}
@@ -10924,27 +11894,21 @@ packages:
resolution: {integrity: sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==}
engines: {node: '>=12'}
- webpack-dev-middleware@5.3.3:
- resolution: {integrity: sha512-hj5CYrY0bZLB+eTO+x/j67Pkrquiy7kWepMHmUMoPsmcUaeEnQJqFzHJOyxgWlq746/wUuA64p9ta34Kyb01pA==}
- engines: {node: '>= 12.13.0'}
- peerDependencies:
- webpack: ^4.0.0 || ^5.0.0
-
- webpack-dev-middleware@6.1.2:
- resolution: {integrity: sha512-Wu+EHmX326YPYUpQLKmKbTyZZJIB8/n6R09pTmB03kJmnMsVPTo9COzHZFr01txwaCAuZvfBJE4ZCHRcKs5JaQ==}
- engines: {node: '>= 14.15.0'}
+ webpack-dev-middleware@7.2.1:
+ resolution: {integrity: sha512-hRLz+jPQXo999Nx9fXVdKlg/aehsw1ajA9skAneGmT03xwmyuhvF93p6HUKKbWhXdcERtGTzUCtIQr+2IQegrA==}
+ engines: {node: '>= 18.12.0'}
peerDependencies:
webpack: ^5.0.0
peerDependenciesMeta:
webpack:
optional: true
- webpack-dev-server@4.15.1:
- resolution: {integrity: sha512-5hbAst3h3C3L8w6W4P96L5vaV0PxSmJhxZvWKYIdgxOQm8pNZ5dEOmmSLBVpP85ReeyRt6AS1QJNyo/oFFPeVA==}
- engines: {node: '>= 12.13.0'}
+ webpack-dev-server@5.0.4:
+ resolution: {integrity: sha512-dljXhUgx3HqKP2d8J/fUMvhxGhzjeNVarDLcbO/EWMSgRizDkxHQDZQaLFL5VJY9tRBj2Gz+rvCEYYvhbqPHNA==}
+ engines: {node: '>= 18.12.0'}
hasBin: true
peerDependencies:
- webpack: ^4.37.0 || ^5.0.0
+ webpack: ^5.0.0
webpack-cli: '*'
peerDependenciesMeta:
webpack:
@@ -10973,8 +11937,8 @@ packages:
webpack-virtual-modules@0.5.0:
resolution: {integrity: sha512-kyDivFZ7ZM0BVOUteVbDFhlRt7Ah/CSPwJdi8hBpkK7QLumUqdLtVfm/PX/hkcnrvr0i77fO5+TjZ94Pe+C9iw==}
- webpack@5.90.3:
- resolution: {integrity: sha512-h6uDYlWCctQRuXBs1oYpVe6sFcWedl0dpcVaTf/YF67J9bKvwJajFulMVSYKHrksMB3I/pIagRzDxwxkebuzKA==}
+ webpack@5.91.0:
+ resolution: {integrity: sha512-rzVwlLeBWHJbmgTC/8TvAcu5vpJNII+MelQpylD4jNERPwpBJOE2lEcko1zJX3QJeLjTTAnQxn/OJ8bjDzVQaw==}
engines: {node: '>=10.13.0'}
hasBin: true
peerDependencies:
@@ -11082,6 +12046,10 @@ packages:
resolution: {integrity: sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==}
engines: {node: '>=12'}
+ wrap-ansi@9.0.0:
+ resolution: {integrity: sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==}
+ engines: {node: '>=18'}
+
wrappy@1.0.2:
resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==}
@@ -11216,6 +12184,10 @@ packages:
resolution: {integrity: sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==}
engines: {node: '>=12.20'}
+ yoctocolors-cjs@2.1.2:
+ resolution: {integrity: sha512-cYVsTjKl8b+FrnidjibDWskAv7UKOfcwaVZdp/it9n1s9fU3IkgDbhdIRKCW4JDsAlECJY0ytoVPT3sK6kideA==}
+ engines: {node: '>=18'}
+
zone.js@0.14.4:
resolution: {integrity: sha512-NtTUvIlNELez7Q1DzKVIFZBzNb646boQMgpATo9z3Ftuu/gWvzxCW7jdjcUDoRGxRikrhVHB/zLXh1hxeJawvw==}
@@ -11234,92 +12206,99 @@ snapshots:
'@jridgewell/gen-mapping': 0.3.5
'@jridgewell/trace-mapping': 0.3.25
- '@angular-devkit/architect@0.1703.8(chokidar@3.6.0)':
+ '@angular-devkit/architect@0.1800.7(chokidar@3.6.0)':
+ dependencies:
+ '@angular-devkit/core': 18.0.7(chokidar@3.6.0)
+ rxjs: 7.8.1
+ transitivePeerDependencies:
+ - chokidar
+
+ '@angular-devkit/architect@0.1801.1(chokidar@3.6.0)':
dependencies:
- '@angular-devkit/core': 17.3.8(chokidar@3.6.0)
+ '@angular-devkit/core': 18.1.1(chokidar@3.6.0)
rxjs: 7.8.1
transitivePeerDependencies:
- chokidar
- '@angular-devkit/build-angular@17.3.8(@angular/compiler-cli@17.3.11(@angular/compiler@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4)))(typescript@5.3.3))(@angular/localize@17.3.11(@angular/compiler-cli@17.3.11(@angular/compiler@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4)))(typescript@5.3.3))(@angular/compiler@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4))))(@types/express@4.17.17)(@types/node@20.14.9)(chokidar@3.6.0)(jest-environment-jsdom@29.7.0)(jest@29.7.0(@types/node@20.14.9))(karma@6.4.0)(ng-packagr@17.3.0(@angular/compiler-cli@17.3.11(@angular/compiler@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4)))(typescript@5.3.3))(tailwindcss@3.4.4)(tslib@2.6.2)(typescript@5.3.3))(tailwindcss@3.4.4)(typescript@5.3.3)':
+ '@angular-devkit/build-angular@18.0.7(@angular/compiler-cli@18.1.0(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.4.5))(@angular/localize@18.1.0(@angular/compiler-cli@18.1.0(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.4.5))(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))))(@types/node@20.12.7)(chokidar@3.6.0)(jest-environment-jsdom@29.7.0)(jest@29.7.0(@types/node@20.12.7)(ts-node@10.9.2(@types/node@20.12.7)(typescript@5.4.5)))(karma@6.4.3)(ng-packagr@18.1.0(@angular/compiler-cli@18.1.0(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.4.5))(tailwindcss@3.4.4(ts-node@10.9.2(@types/node@20.12.7)(typescript@5.4.5)))(tslib@2.6.3)(typescript@5.4.5))(tailwindcss@3.4.4(ts-node@10.9.2(@types/node@20.12.7)(typescript@5.4.5)))(typescript@5.4.5)':
dependencies:
'@ampproject/remapping': 2.3.0
- '@angular-devkit/architect': 0.1703.8(chokidar@3.6.0)
- '@angular-devkit/build-webpack': 0.1703.8(chokidar@3.6.0)(webpack-dev-server@4.15.1(webpack@5.90.3(esbuild@0.20.1)))(webpack@5.90.3(esbuild@0.20.1))
- '@angular-devkit/core': 17.3.8(chokidar@3.6.0)
- '@angular/compiler-cli': 17.3.11(@angular/compiler@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4)))(typescript@5.3.3)
- '@babel/core': 7.24.0
- '@babel/generator': 7.23.6
+ '@angular-devkit/architect': 0.1800.7(chokidar@3.6.0)
+ '@angular-devkit/build-webpack': 0.1800.7(chokidar@3.6.0)(webpack-dev-server@5.0.4(webpack@5.91.0(esbuild@0.21.3)))(webpack@5.91.0(esbuild@0.21.3))
+ '@angular-devkit/core': 18.0.7(chokidar@3.6.0)
+ '@angular/build': 18.0.7(@angular/compiler-cli@18.1.0(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.4.5))(@angular/localize@18.1.0(@angular/compiler-cli@18.1.0(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.4.5))(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))))(@types/node@20.12.7)(chokidar@3.6.0)(less@4.2.0)(postcss@8.4.38)(tailwindcss@3.4.4(ts-node@10.9.2(@types/node@20.12.7)(typescript@5.4.5)))(terser@5.29.2)(typescript@5.4.5)
+ '@angular/compiler-cli': 18.1.0(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.4.5)
+ '@babel/core': 7.24.5
+ '@babel/generator': 7.24.5
'@babel/helper-annotate-as-pure': 7.22.5
- '@babel/helper-split-export-declaration': 7.22.6
- '@babel/plugin-transform-async-generator-functions': 7.23.9(@babel/core@7.24.0)
- '@babel/plugin-transform-async-to-generator': 7.23.3(@babel/core@7.24.0)
- '@babel/plugin-transform-runtime': 7.24.0(@babel/core@7.24.0)
- '@babel/preset-env': 7.24.0(@babel/core@7.24.0)
- '@babel/runtime': 7.24.0
+ '@babel/helper-split-export-declaration': 7.24.5
+ '@babel/plugin-transform-async-generator-functions': 7.24.3(@babel/core@7.24.5)
+ '@babel/plugin-transform-async-to-generator': 7.24.1(@babel/core@7.24.5)
+ '@babel/plugin-transform-runtime': 7.24.3(@babel/core@7.24.5)
+ '@babel/preset-env': 7.24.5(@babel/core@7.24.5)
+ '@babel/runtime': 7.24.5
'@discoveryjs/json-ext': 0.5.7
- '@ngtools/webpack': 17.3.8(@angular/compiler-cli@17.3.11(@angular/compiler@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4)))(typescript@5.3.3))(typescript@5.3.3)(webpack@5.90.3(esbuild@0.20.1))
- '@vitejs/plugin-basic-ssl': 1.1.0(vite@5.1.7(@types/node@20.14.9)(less@4.2.0)(sass@1.71.1)(terser@5.29.1))
+ '@ngtools/webpack': 18.0.7(@angular/compiler-cli@18.1.0(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.4.5))(typescript@5.4.5)(webpack@5.91.0(esbuild@0.21.3))
+ '@vitejs/plugin-basic-ssl': 1.1.0(vite@5.2.11(@types/node@20.12.7)(less@4.2.0)(sass@1.77.2)(terser@5.29.2))
ansi-colors: 4.1.3
- autoprefixer: 10.4.18(postcss@8.4.35)
- babel-loader: 9.1.3(@babel/core@7.24.0)(webpack@5.90.3)
- babel-plugin-istanbul: 6.1.1
+ autoprefixer: 10.4.19(postcss@8.4.38)
+ babel-loader: 9.1.3(@babel/core@7.24.5)(webpack@5.91.0(esbuild@0.21.3))
browserslist: 4.23.0
- copy-webpack-plugin: 11.0.0(webpack@5.90.3(esbuild@0.20.1))
+ copy-webpack-plugin: 11.0.0(webpack@5.91.0(esbuild@0.21.3))
critters: 0.0.22
- css-loader: 6.10.0(webpack@5.90.3(esbuild@0.20.1))
- esbuild-wasm: 0.20.1
+ css-loader: 7.1.1(webpack@5.91.0(esbuild@0.21.3))
+ esbuild-wasm: 0.21.3
fast-glob: 3.3.2
- http-proxy-middleware: 2.0.6(@types/express@4.17.17)
+ http-proxy-middleware: 3.0.0
https-proxy-agent: 7.0.4
- inquirer: 9.2.15
+ inquirer: 9.2.22
+ istanbul-lib-instrument: 6.0.2
jsonc-parser: 3.2.1
karma-source-map-support: 1.4.0
less: 4.2.0
- less-loader: 11.1.0(less@4.2.0)(webpack@5.90.3(esbuild@0.20.1))
- license-webpack-plugin: 4.0.2(webpack@5.90.3(esbuild@0.20.1))
+ less-loader: 12.2.0(less@4.2.0)(webpack@5.91.0(esbuild@0.21.3))
+ license-webpack-plugin: 4.0.2(webpack@5.91.0(esbuild@0.21.3))
loader-utils: 3.2.1
- magic-string: 0.30.8
- mini-css-extract-plugin: 2.8.1(webpack@5.90.3(esbuild@0.20.1))
+ magic-string: 0.30.10
+ mini-css-extract-plugin: 2.9.0(webpack@5.91.0(esbuild@0.21.3))
mrmime: 2.0.0
open: 8.4.2
ora: 5.4.1
parse5-html-rewriting-stream: 7.0.0
- picomatch: 4.0.1
- piscina: 4.4.0
- postcss: 8.4.35
- postcss-loader: 8.1.1(postcss@8.4.35)(typescript@5.3.3)(webpack@5.90.3(esbuild@0.20.1))
+ picomatch: 4.0.2
+ piscina: 4.5.0
+ postcss: 8.4.38
+ postcss-loader: 8.1.1(postcss@8.4.38)(typescript@5.4.5)(webpack@5.91.0(esbuild@0.21.3))
resolve-url-loader: 5.0.0
rxjs: 7.8.1
- sass: 1.71.1
- sass-loader: 14.1.1(sass@1.71.1)(webpack@5.90.3(esbuild@0.20.1))
- semver: 7.6.0
- source-map-loader: 5.0.0(webpack@5.90.3(esbuild@0.20.1))
+ sass: 1.77.2
+ sass-loader: 14.2.1(sass@1.77.2)(webpack@5.91.0(esbuild@0.21.3))
+ semver: 7.6.2
+ source-map-loader: 5.0.0(webpack@5.91.0(esbuild@0.21.3))
source-map-support: 0.5.21
- terser: 5.29.1
+ terser: 5.29.2
tree-kill: 1.2.2
tslib: 2.6.2
- typescript: 5.3.3
- undici: 6.11.1
- vite: 5.1.7(@types/node@20.14.9)(less@4.2.0)(sass@1.71.1)(terser@5.29.1)
- watchpack: 2.4.0
- webpack: 5.90.3(esbuild@0.20.1)
- webpack-dev-middleware: 6.1.2(webpack@5.90.3(esbuild@0.20.1))
- webpack-dev-server: 4.15.1(webpack@5.90.3(esbuild@0.20.1))
+ typescript: 5.4.5
+ undici: 6.18.0
+ vite: 5.2.11(@types/node@20.12.7)(less@4.2.0)(sass@1.77.2)(terser@5.29.2)
+ watchpack: 2.4.1
+ webpack: 5.91.0(esbuild@0.21.3)
+ webpack-dev-middleware: 7.2.1(webpack@5.91.0)
+ webpack-dev-server: 5.0.4(webpack@5.91.0)
webpack-merge: 5.10.0
- webpack-subresource-integrity: 5.1.0(webpack@5.90.3(esbuild@0.20.1))
+ webpack-subresource-integrity: 5.1.0(webpack@5.91.0(esbuild@0.21.3))
optionalDependencies:
- '@angular/localize': 17.3.11(@angular/compiler-cli@17.3.11(@angular/compiler@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4)))(typescript@5.3.3))(@angular/compiler@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4)))
- esbuild: 0.20.1
- jest: 29.7.0(@types/node@20.14.9)
+ '@angular/localize': 18.1.0(@angular/compiler-cli@18.1.0(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.4.5))(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))
+ esbuild: 0.21.3
+ jest: 29.7.0(@types/node@20.12.7)(ts-node@10.9.2(@types/node@20.12.7)(typescript@5.4.5))
jest-environment-jsdom: 29.7.0
- karma: 6.4.0
- ng-packagr: 17.3.0(@angular/compiler-cli@17.3.11(@angular/compiler@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4)))(typescript@5.3.3))(tailwindcss@3.4.4)(tslib@2.6.2)(typescript@5.3.3)
- tailwindcss: 3.4.4(ts-node@10.9.2(@types/node@20.14.9)(typescript@5.2.2))
+ karma: 6.4.3
+ ng-packagr: 18.1.0(@angular/compiler-cli@18.1.0(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.4.5))(tailwindcss@3.4.4(ts-node@10.9.2(@types/node@20.12.7)(typescript@5.4.5)))(tslib@2.6.3)(typescript@5.4.5)
+ tailwindcss: 3.4.4(ts-node@10.9.2(@types/node@20.12.7)(typescript@5.4.5))
transitivePeerDependencies:
- '@rspack/core'
- '@swc/core'
- - '@types/express'
- '@types/node'
- bufferutil
- chokidar
@@ -11335,85 +12314,85 @@ snapshots:
- utf-8-validate
- webpack-cli
- '@angular-devkit/build-angular@17.3.8(@angular/compiler-cli@17.3.11(@angular/compiler@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.3.3))(@angular/localize@17.3.11(@angular/compiler-cli@17.3.11(@angular/compiler@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.3.3))(@angular/compiler@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))))(@types/express@4.17.17)(@types/node@20.12.7)(chokidar@3.6.0)(jest-environment-jsdom@29.7.0)(jest@29.7.0(@types/node@20.12.7)(ts-node@10.9.2(@types/node@20.12.7)(typescript@5.3.3)))(karma@6.4.3)(ng-packagr@17.3.0(@angular/compiler-cli@17.3.11(@angular/compiler@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.3.3))(tailwindcss@3.4.4(ts-node@10.9.2(@types/node@20.12.7)(typescript@5.3.3)))(tslib@2.6.3)(typescript@5.3.3))(tailwindcss@3.4.4(ts-node@10.9.2(@types/node@20.12.7)(typescript@5.3.3)))(typescript@5.3.3)':
+ '@angular-devkit/build-angular@18.0.7(@angular/compiler-cli@18.1.0(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.4.5))(@angular/localize@18.1.0(@angular/compiler-cli@18.1.0(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.4.5))(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))))(@types/node@20.14.11)(chokidar@3.6.0)(jest-environment-jsdom@29.7.0)(jest@29.7.0(@types/node@20.14.11))(karma@6.4.3)(ng-packagr@18.1.0(@angular/compiler-cli@18.1.0(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.4.5))(tailwindcss@3.4.4)(tslib@2.6.3)(typescript@5.4.5))(tailwindcss@3.4.4)(typescript@5.4.5)':
dependencies:
'@ampproject/remapping': 2.3.0
- '@angular-devkit/architect': 0.1703.8(chokidar@3.6.0)
- '@angular-devkit/build-webpack': 0.1703.8(chokidar@3.6.0)(webpack-dev-server@4.15.1(webpack@5.90.3(esbuild@0.20.1)))(webpack@5.90.3(esbuild@0.20.1))
- '@angular-devkit/core': 17.3.8(chokidar@3.6.0)
- '@angular/compiler-cli': 17.3.11(@angular/compiler@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.3.3)
- '@babel/core': 7.24.0
- '@babel/generator': 7.23.6
+ '@angular-devkit/architect': 0.1800.7(chokidar@3.6.0)
+ '@angular-devkit/build-webpack': 0.1800.7(chokidar@3.6.0)(webpack-dev-server@5.0.4(webpack@5.91.0(esbuild@0.21.3)))(webpack@5.91.0(esbuild@0.21.3))
+ '@angular-devkit/core': 18.0.7(chokidar@3.6.0)
+ '@angular/build': 18.0.7(@angular/compiler-cli@18.1.0(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.4.5))(@angular/localize@18.1.0(@angular/compiler-cli@18.1.0(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.4.5))(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))))(@types/node@20.14.11)(chokidar@3.6.0)(less@4.2.0)(postcss@8.4.38)(tailwindcss@3.4.4)(terser@5.29.2)(typescript@5.4.5)
+ '@angular/compiler-cli': 18.1.0(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.4.5)
+ '@babel/core': 7.24.5
+ '@babel/generator': 7.24.5
'@babel/helper-annotate-as-pure': 7.22.5
- '@babel/helper-split-export-declaration': 7.22.6
- '@babel/plugin-transform-async-generator-functions': 7.23.9(@babel/core@7.24.0)
- '@babel/plugin-transform-async-to-generator': 7.23.3(@babel/core@7.24.0)
- '@babel/plugin-transform-runtime': 7.24.0(@babel/core@7.24.0)
- '@babel/preset-env': 7.24.0(@babel/core@7.24.0)
- '@babel/runtime': 7.24.0
+ '@babel/helper-split-export-declaration': 7.24.5
+ '@babel/plugin-transform-async-generator-functions': 7.24.3(@babel/core@7.24.5)
+ '@babel/plugin-transform-async-to-generator': 7.24.1(@babel/core@7.24.5)
+ '@babel/plugin-transform-runtime': 7.24.3(@babel/core@7.24.5)
+ '@babel/preset-env': 7.24.5(@babel/core@7.24.5)
+ '@babel/runtime': 7.24.5
'@discoveryjs/json-ext': 0.5.7
- '@ngtools/webpack': 17.3.8(@angular/compiler-cli@17.3.11(@angular/compiler@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.3.3))(typescript@5.3.3)(webpack@5.90.3)
- '@vitejs/plugin-basic-ssl': 1.1.0(vite@5.1.7(@types/node@20.12.7)(less@4.2.0)(sass@1.71.1)(terser@5.29.1))
+ '@ngtools/webpack': 18.0.7(@angular/compiler-cli@18.1.0(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.4.5))(typescript@5.4.5)(webpack@5.91.0(esbuild@0.21.3))
+ '@vitejs/plugin-basic-ssl': 1.1.0(vite@5.2.11(@types/node@20.14.11)(less@4.2.0)(sass@1.77.2)(terser@5.29.2))
ansi-colors: 4.1.3
- autoprefixer: 10.4.18(postcss@8.4.35)
- babel-loader: 9.1.3(@babel/core@7.24.0)(webpack@5.90.3)
- babel-plugin-istanbul: 6.1.1
+ autoprefixer: 10.4.19(postcss@8.4.38)
+ babel-loader: 9.1.3(@babel/core@7.24.5)(webpack@5.91.0(esbuild@0.21.3))
browserslist: 4.23.0
- copy-webpack-plugin: 11.0.0(webpack@5.90.3(esbuild@0.20.1))
+ copy-webpack-plugin: 11.0.0(webpack@5.91.0(esbuild@0.21.3))
critters: 0.0.22
- css-loader: 6.10.0(webpack@5.90.3(esbuild@0.20.1))
- esbuild-wasm: 0.20.1
+ css-loader: 7.1.1(webpack@5.91.0(esbuild@0.21.3))
+ esbuild-wasm: 0.21.3
fast-glob: 3.3.2
- http-proxy-middleware: 2.0.6(@types/express@4.17.17)
+ http-proxy-middleware: 3.0.0
https-proxy-agent: 7.0.4
- inquirer: 9.2.15
+ inquirer: 9.2.22
+ istanbul-lib-instrument: 6.0.2
jsonc-parser: 3.2.1
karma-source-map-support: 1.4.0
less: 4.2.0
- less-loader: 11.1.0(less@4.2.0)(webpack@5.90.3(esbuild@0.20.1))
- license-webpack-plugin: 4.0.2(webpack@5.90.3(esbuild@0.20.1))
+ less-loader: 12.2.0(less@4.2.0)(webpack@5.91.0(esbuild@0.21.3))
+ license-webpack-plugin: 4.0.2(webpack@5.91.0(esbuild@0.21.3))
loader-utils: 3.2.1
- magic-string: 0.30.8
- mini-css-extract-plugin: 2.8.1(webpack@5.90.3(esbuild@0.20.1))
+ magic-string: 0.30.10
+ mini-css-extract-plugin: 2.9.0(webpack@5.91.0(esbuild@0.21.3))
mrmime: 2.0.0
open: 8.4.2
ora: 5.4.1
parse5-html-rewriting-stream: 7.0.0
- picomatch: 4.0.1
- piscina: 4.4.0
- postcss: 8.4.35
- postcss-loader: 8.1.1(postcss@8.4.35)(typescript@5.3.3)(webpack@5.90.3(esbuild@0.20.1))
+ picomatch: 4.0.2
+ piscina: 4.5.0
+ postcss: 8.4.38
+ postcss-loader: 8.1.1(postcss@8.4.38)(typescript@5.4.5)(webpack@5.91.0(esbuild@0.21.3))
resolve-url-loader: 5.0.0
rxjs: 7.8.1
- sass: 1.71.1
- sass-loader: 14.1.1(sass@1.71.1)(webpack@5.90.3(esbuild@0.20.1))
- semver: 7.6.0
- source-map-loader: 5.0.0(webpack@5.90.3(esbuild@0.20.1))
+ sass: 1.77.2
+ sass-loader: 14.2.1(sass@1.77.2)(webpack@5.91.0(esbuild@0.21.3))
+ semver: 7.6.2
+ source-map-loader: 5.0.0(webpack@5.91.0(esbuild@0.21.3))
source-map-support: 0.5.21
- terser: 5.29.1
+ terser: 5.29.2
tree-kill: 1.2.2
tslib: 2.6.2
- typescript: 5.3.3
- undici: 6.11.1
- vite: 5.1.7(@types/node@20.12.7)(less@4.2.0)(sass@1.71.1)(terser@5.29.1)
- watchpack: 2.4.0
- webpack: 5.90.3(esbuild@0.20.1)
- webpack-dev-middleware: 6.1.2(webpack@5.90.3(esbuild@0.20.1))
- webpack-dev-server: 4.15.1(webpack@5.90.3(esbuild@0.20.1))
+ typescript: 5.4.5
+ undici: 6.18.0
+ vite: 5.2.11(@types/node@20.14.11)(less@4.2.0)(sass@1.77.2)(terser@5.29.2)
+ watchpack: 2.4.1
+ webpack: 5.91.0(esbuild@0.21.3)
+ webpack-dev-middleware: 7.2.1(webpack@5.91.0)
+ webpack-dev-server: 5.0.4(webpack@5.91.0)
webpack-merge: 5.10.0
- webpack-subresource-integrity: 5.1.0(webpack@5.90.3(esbuild@0.20.1))
+ webpack-subresource-integrity: 5.1.0(webpack@5.91.0(esbuild@0.21.3))
optionalDependencies:
- '@angular/localize': 17.3.11(@angular/compiler-cli@17.3.11(@angular/compiler@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.3.3))(@angular/compiler@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))
- esbuild: 0.20.1
- jest: 29.7.0(@types/node@20.12.7)(ts-node@10.9.2(@types/node@20.12.7)(typescript@5.3.3))
+ '@angular/localize': 18.1.0(@angular/compiler-cli@18.1.0(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.4.5))(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))
+ esbuild: 0.21.3
+ jest: 29.7.0(@types/node@20.14.11)
jest-environment-jsdom: 29.7.0
karma: 6.4.3
- ng-packagr: 17.3.0(@angular/compiler-cli@17.3.11(@angular/compiler@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.3.3))(tailwindcss@3.4.4(ts-node@10.9.2(@types/node@20.12.7)(typescript@5.3.3)))(tslib@2.6.3)(typescript@5.3.3)
- tailwindcss: 3.4.4(ts-node@10.9.2(@types/node@20.12.7)(typescript@5.3.3))
+ ng-packagr: 18.1.0(@angular/compiler-cli@18.1.0(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.4.5))(tailwindcss@3.4.4)(tslib@2.6.3)(typescript@5.4.5)
+ tailwindcss: 3.4.4(ts-node@10.9.2(@types/node@20.14.9)(typescript@5.2.2))
transitivePeerDependencies:
- '@rspack/core'
- '@swc/core'
- - '@types/express'
- '@types/node'
- bufferutil
- chokidar
@@ -11429,85 +12408,178 @@ snapshots:
- utf-8-validate
- webpack-cli
- '@angular-devkit/build-angular@17.3.8(@angular/compiler-cli@17.3.11(@angular/compiler@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.3.3))(@angular/localize@17.3.11(@angular/compiler-cli@17.3.11(@angular/compiler@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.3.3))(@angular/compiler@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))))(@types/express@4.17.17)(@types/node@20.14.9)(chokidar@3.6.0)(jest-environment-jsdom@29.7.0)(jest@29.7.0(@types/node@20.14.9))(karma@6.4.3)(ng-packagr@17.3.0(@angular/compiler-cli@17.3.11(@angular/compiler@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.3.3))(tailwindcss@3.4.4)(tslib@2.6.3)(typescript@5.3.3))(tailwindcss@3.4.4)(typescript@5.3.3)':
+ '@angular-devkit/build-angular@18.0.7(@angular/compiler-cli@18.1.0(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.4.5))(@angular/localize@18.1.0(@angular/compiler-cli@18.1.0(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.4.5))(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))))(@types/node@20.14.9)(chokidar@3.6.0)(jest-environment-jsdom@29.7.0)(jest@29.7.0(@types/node@20.14.9))(karma@6.4.3)(ng-packagr@18.1.0(@angular/compiler-cli@18.1.0(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.4.5))(tailwindcss@3.4.4)(tslib@2.6.3)(typescript@5.4.5))(tailwindcss@3.4.4)(typescript@5.4.5)':
dependencies:
'@ampproject/remapping': 2.3.0
- '@angular-devkit/architect': 0.1703.8(chokidar@3.6.0)
- '@angular-devkit/build-webpack': 0.1703.8(chokidar@3.6.0)(webpack-dev-server@4.15.1(webpack@5.90.3(esbuild@0.20.1)))(webpack@5.90.3(esbuild@0.20.1))
- '@angular-devkit/core': 17.3.8(chokidar@3.6.0)
- '@angular/compiler-cli': 17.3.11(@angular/compiler@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.3.3)
- '@babel/core': 7.24.0
- '@babel/generator': 7.23.6
+ '@angular-devkit/architect': 0.1800.7(chokidar@3.6.0)
+ '@angular-devkit/build-webpack': 0.1800.7(chokidar@3.6.0)(webpack-dev-server@5.0.4(webpack@5.91.0(esbuild@0.21.3)))(webpack@5.91.0(esbuild@0.21.3))
+ '@angular-devkit/core': 18.0.7(chokidar@3.6.0)
+ '@angular/build': 18.0.7(@angular/compiler-cli@18.1.0(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.4.5))(@angular/localize@18.1.0(@angular/compiler-cli@18.1.0(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.4.5))(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))))(@types/node@20.14.9)(chokidar@3.6.0)(less@4.2.0)(postcss@8.4.38)(tailwindcss@3.4.4)(terser@5.29.2)(typescript@5.4.5)
+ '@angular/compiler-cli': 18.1.0(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.4.5)
+ '@babel/core': 7.24.5
+ '@babel/generator': 7.24.5
'@babel/helper-annotate-as-pure': 7.22.5
- '@babel/helper-split-export-declaration': 7.22.6
- '@babel/plugin-transform-async-generator-functions': 7.23.9(@babel/core@7.24.0)
- '@babel/plugin-transform-async-to-generator': 7.23.3(@babel/core@7.24.0)
- '@babel/plugin-transform-runtime': 7.24.0(@babel/core@7.24.0)
- '@babel/preset-env': 7.24.0(@babel/core@7.24.0)
- '@babel/runtime': 7.24.0
+ '@babel/helper-split-export-declaration': 7.24.5
+ '@babel/plugin-transform-async-generator-functions': 7.24.3(@babel/core@7.24.5)
+ '@babel/plugin-transform-async-to-generator': 7.24.1(@babel/core@7.24.5)
+ '@babel/plugin-transform-runtime': 7.24.3(@babel/core@7.24.5)
+ '@babel/preset-env': 7.24.5(@babel/core@7.24.5)
+ '@babel/runtime': 7.24.5
'@discoveryjs/json-ext': 0.5.7
- '@ngtools/webpack': 17.3.8(@angular/compiler-cli@17.3.11(@angular/compiler@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.3.3))(typescript@5.3.3)(webpack@5.90.3)
- '@vitejs/plugin-basic-ssl': 1.1.0(vite@5.1.7(@types/node@20.14.9)(less@4.2.0)(sass@1.71.1)(terser@5.29.1))
+ '@ngtools/webpack': 18.0.7(@angular/compiler-cli@18.1.0(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.4.5))(typescript@5.4.5)(webpack@5.91.0(esbuild@0.21.3))
+ '@vitejs/plugin-basic-ssl': 1.1.0(vite@5.2.11(@types/node@20.14.9)(less@4.2.0)(sass@1.77.2)(terser@5.29.2))
ansi-colors: 4.1.3
- autoprefixer: 10.4.18(postcss@8.4.35)
- babel-loader: 9.1.3(@babel/core@7.24.0)(webpack@5.90.3)
- babel-plugin-istanbul: 6.1.1
+ autoprefixer: 10.4.19(postcss@8.4.38)
+ babel-loader: 9.1.3(@babel/core@7.24.5)(webpack@5.91.0(esbuild@0.21.3))
browserslist: 4.23.0
- copy-webpack-plugin: 11.0.0(webpack@5.90.3(esbuild@0.20.1))
+ copy-webpack-plugin: 11.0.0(webpack@5.91.0(esbuild@0.21.3))
critters: 0.0.22
- css-loader: 6.10.0(webpack@5.90.3(esbuild@0.20.1))
- esbuild-wasm: 0.20.1
+ css-loader: 7.1.1(webpack@5.91.0(esbuild@0.21.3))
+ esbuild-wasm: 0.21.3
fast-glob: 3.3.2
- http-proxy-middleware: 2.0.6(@types/express@4.17.17)
+ http-proxy-middleware: 3.0.0
https-proxy-agent: 7.0.4
- inquirer: 9.2.15
+ inquirer: 9.2.22
+ istanbul-lib-instrument: 6.0.2
jsonc-parser: 3.2.1
karma-source-map-support: 1.4.0
less: 4.2.0
- less-loader: 11.1.0(less@4.2.0)(webpack@5.90.3(esbuild@0.20.1))
- license-webpack-plugin: 4.0.2(webpack@5.90.3(esbuild@0.20.1))
+ less-loader: 12.2.0(less@4.2.0)(webpack@5.91.0(esbuild@0.21.3))
+ license-webpack-plugin: 4.0.2(webpack@5.91.0(esbuild@0.21.3))
loader-utils: 3.2.1
- magic-string: 0.30.8
- mini-css-extract-plugin: 2.8.1(webpack@5.90.3(esbuild@0.20.1))
+ magic-string: 0.30.10
+ mini-css-extract-plugin: 2.9.0(webpack@5.91.0(esbuild@0.21.3))
mrmime: 2.0.0
open: 8.4.2
ora: 5.4.1
parse5-html-rewriting-stream: 7.0.0
- picomatch: 4.0.1
- piscina: 4.4.0
- postcss: 8.4.35
- postcss-loader: 8.1.1(postcss@8.4.35)(typescript@5.3.3)(webpack@5.90.3(esbuild@0.20.1))
+ picomatch: 4.0.2
+ piscina: 4.5.0
+ postcss: 8.4.38
+ postcss-loader: 8.1.1(postcss@8.4.38)(typescript@5.4.5)(webpack@5.91.0(esbuild@0.21.3))
resolve-url-loader: 5.0.0
rxjs: 7.8.1
- sass: 1.71.1
- sass-loader: 14.1.1(sass@1.71.1)(webpack@5.90.3(esbuild@0.20.1))
- semver: 7.6.0
- source-map-loader: 5.0.0(webpack@5.90.3(esbuild@0.20.1))
+ sass: 1.77.2
+ sass-loader: 14.2.1(sass@1.77.2)(webpack@5.91.0(esbuild@0.21.3))
+ semver: 7.6.2
+ source-map-loader: 5.0.0(webpack@5.91.0(esbuild@0.21.3))
source-map-support: 0.5.21
- terser: 5.29.1
+ terser: 5.29.2
tree-kill: 1.2.2
tslib: 2.6.2
- typescript: 5.3.3
- undici: 6.11.1
- vite: 5.1.7(@types/node@20.14.9)(less@4.2.0)(sass@1.71.1)(terser@5.29.1)
- watchpack: 2.4.0
- webpack: 5.90.3(esbuild@0.20.1)
- webpack-dev-middleware: 6.1.2(webpack@5.90.3(esbuild@0.20.1))
- webpack-dev-server: 4.15.1(webpack@5.90.3(esbuild@0.20.1))
+ typescript: 5.4.5
+ undici: 6.18.0
+ vite: 5.2.11(@types/node@20.14.9)(less@4.2.0)(sass@1.77.2)(terser@5.29.2)
+ watchpack: 2.4.1
+ webpack: 5.91.0(esbuild@0.21.3)
+ webpack-dev-middleware: 7.2.1(webpack@5.91.0)
+ webpack-dev-server: 5.0.4(webpack@5.91.0)
webpack-merge: 5.10.0
- webpack-subresource-integrity: 5.1.0(webpack@5.90.3(esbuild@0.20.1))
+ webpack-subresource-integrity: 5.1.0(webpack@5.91.0(esbuild@0.21.3))
optionalDependencies:
- '@angular/localize': 17.3.11(@angular/compiler-cli@17.3.11(@angular/compiler@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.3.3))(@angular/compiler@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))
- esbuild: 0.20.1
+ '@angular/localize': 18.1.0(@angular/compiler-cli@18.1.0(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.4.5))(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))
+ esbuild: 0.21.3
jest: 29.7.0(@types/node@20.14.9)
jest-environment-jsdom: 29.7.0
karma: 6.4.3
- ng-packagr: 17.3.0(@angular/compiler-cli@17.3.11(@angular/compiler@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.3.3))(tailwindcss@3.4.4)(tslib@2.6.3)(typescript@5.3.3)
+ ng-packagr: 18.1.0(@angular/compiler-cli@18.1.0(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.4.5))(tailwindcss@3.4.4)(tslib@2.6.3)(typescript@5.4.5)
+ tailwindcss: 3.4.4(ts-node@10.9.2(@types/node@20.14.9)(typescript@5.2.2))
+ transitivePeerDependencies:
+ - '@rspack/core'
+ - '@swc/core'
+ - '@types/node'
+ - bufferutil
+ - chokidar
+ - debug
+ - html-webpack-plugin
+ - lightningcss
+ - node-sass
+ - sass-embedded
+ - stylus
+ - sugarss
+ - supports-color
+ - uglify-js
+ - utf-8-validate
+ - webpack-cli
+
+ '@angular-devkit/build-angular@18.1.1(@angular/compiler-cli@18.1.1(@angular/compiler@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4)))(typescript@5.5.3))(@angular/localize@18.1.0(@angular/compiler-cli@18.1.1(@angular/compiler@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4)))(typescript@5.5.3))(@angular/compiler@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4))))(@types/node@20.14.11)(chokidar@3.6.0)(jest-environment-jsdom@29.7.0)(jest@29.7.0(@types/node@20.14.11))(karma@6.4.0)(ng-packagr@18.1.0(@angular/compiler-cli@18.1.1(@angular/compiler@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4)))(typescript@5.5.3))(tailwindcss@3.4.4)(tslib@2.6.2)(typescript@5.5.3))(tailwindcss@3.4.4)(typescript@5.5.3)':
+ dependencies:
+ '@ampproject/remapping': 2.3.0
+ '@angular-devkit/architect': 0.1801.1(chokidar@3.6.0)
+ '@angular-devkit/build-webpack': 0.1801.1(chokidar@3.6.0)(webpack-dev-server@5.0.4(webpack@5.92.1))(webpack@5.92.1)
+ '@angular-devkit/core': 18.1.1(chokidar@3.6.0)
+ '@angular/build': 18.1.1(@angular/compiler-cli@18.1.1(@angular/compiler@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4)))(typescript@5.5.3))(@angular/localize@18.1.0(@angular/compiler-cli@18.1.1(@angular/compiler@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4)))(typescript@5.5.3))(@angular/compiler@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4))))(@types/node@20.14.11)(chokidar@3.6.0)(less@4.2.0)(postcss@8.4.38)(tailwindcss@3.4.4)(terser@5.29.2)(typescript@5.5.3)
+ '@angular/compiler-cli': 18.1.1(@angular/compiler@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4)))(typescript@5.5.3)
+ '@babel/core': 7.24.7
+ '@babel/generator': 7.24.7
+ '@babel/helper-annotate-as-pure': 7.24.7
+ '@babel/helper-split-export-declaration': 7.24.7
+ '@babel/plugin-transform-async-generator-functions': 7.24.7(@babel/core@7.24.7)
+ '@babel/plugin-transform-async-to-generator': 7.24.7(@babel/core@7.24.7)
+ '@babel/plugin-transform-runtime': 7.24.7(@babel/core@7.24.7)
+ '@babel/preset-env': 7.24.7(@babel/core@7.24.7)
+ '@babel/runtime': 7.24.7
+ '@discoveryjs/json-ext': 0.5.7
+ '@ngtools/webpack': 18.1.1(@angular/compiler-cli@18.1.1(@angular/compiler@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4)))(typescript@5.5.3))(typescript@5.5.3)(webpack@5.92.1)
+ '@vitejs/plugin-basic-ssl': 1.1.0(vite@5.3.2(@types/node@20.14.11)(less@4.2.0)(sass@1.77.6)(terser@5.29.2))
+ ansi-colors: 4.1.3
+ autoprefixer: 10.4.19(postcss@8.4.38)
+ babel-loader: 9.1.3(@babel/core@7.24.7)(webpack@5.92.1)
+ browserslist: 4.23.0
+ copy-webpack-plugin: 12.0.2(webpack@5.92.1)
+ critters: 0.0.24
+ css-loader: 7.1.2(webpack@5.92.1)
+ esbuild-wasm: 0.21.5
+ fast-glob: 3.3.2
+ http-proxy-middleware: 3.0.0
+ https-proxy-agent: 7.0.5
+ istanbul-lib-instrument: 6.0.2
+ jsonc-parser: 3.3.1
+ karma-source-map-support: 1.4.0
+ less: 4.2.0
+ less-loader: 12.2.0(less@4.2.0)(webpack@5.92.1)
+ license-webpack-plugin: 4.0.2(webpack@5.92.1)
+ loader-utils: 3.3.1
+ magic-string: 0.30.10
+ mini-css-extract-plugin: 2.9.0(webpack@5.92.1)
+ mrmime: 2.0.0
+ open: 10.1.0
+ ora: 5.4.1
+ parse5-html-rewriting-stream: 7.0.0
+ picomatch: 4.0.2
+ piscina: 4.6.1
+ postcss: 8.4.38
+ postcss-loader: 8.1.1(postcss@8.4.38)(typescript@5.5.3)(webpack@5.92.1)
+ resolve-url-loader: 5.0.0
+ rxjs: 7.8.1
+ sass: 1.77.6
+ sass-loader: 14.2.1(sass@1.77.6)(webpack@5.92.1)
+ semver: 7.6.2
+ source-map-loader: 5.0.0(webpack@5.92.1)
+ source-map-support: 0.5.21
+ terser: 5.29.2
+ tree-kill: 1.2.2
+ tslib: 2.6.3
+ typescript: 5.5.3
+ undici: 6.19.2
+ vite: 5.3.2(@types/node@20.14.11)(less@4.2.0)(sass@1.77.6)(terser@5.29.2)
+ watchpack: 2.4.1
+ webpack: 5.92.1(esbuild@0.21.5)
+ webpack-dev-middleware: 7.2.1(webpack@5.92.1)
+ webpack-dev-server: 5.0.4(webpack@5.92.1)
+ webpack-merge: 5.10.0
+ webpack-subresource-integrity: 5.1.0(webpack@5.92.1)
+ optionalDependencies:
+ '@angular/localize': 18.1.0(@angular/compiler-cli@18.1.1(@angular/compiler@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4)))(typescript@5.5.3))(@angular/compiler@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4)))
+ esbuild: 0.21.5
+ jest: 29.7.0(@types/node@20.14.11)
+ jest-environment-jsdom: 29.7.0
+ karma: 6.4.0
+ ng-packagr: 18.1.0(@angular/compiler-cli@18.1.1(@angular/compiler@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4)))(typescript@5.5.3))(tailwindcss@3.4.4)(tslib@2.6.2)(typescript@5.5.3)
tailwindcss: 3.4.4(ts-node@10.9.2(@types/node@20.14.9)(typescript@5.2.2))
transitivePeerDependencies:
- '@rspack/core'
- '@swc/core'
- - '@types/express'
- '@types/node'
- bufferutil
- chokidar
@@ -11523,12 +12595,21 @@ snapshots:
- utf-8-validate
- webpack-cli
- '@angular-devkit/build-webpack@0.1703.8(chokidar@3.6.0)(webpack-dev-server@4.15.1(webpack@5.90.3(esbuild@0.20.1)))(webpack@5.90.3(esbuild@0.20.1))':
+ '@angular-devkit/build-webpack@0.1800.7(chokidar@3.6.0)(webpack-dev-server@5.0.4(webpack@5.91.0(esbuild@0.21.3)))(webpack@5.91.0(esbuild@0.21.3))':
+ dependencies:
+ '@angular-devkit/architect': 0.1800.7(chokidar@3.6.0)
+ rxjs: 7.8.1
+ webpack: 5.91.0(esbuild@0.21.3)
+ webpack-dev-server: 5.0.4(webpack@5.91.0)
+ transitivePeerDependencies:
+ - chokidar
+
+ '@angular-devkit/build-webpack@0.1801.1(chokidar@3.6.0)(webpack-dev-server@5.0.4(webpack@5.92.1))(webpack@5.92.1)':
dependencies:
- '@angular-devkit/architect': 0.1703.8(chokidar@3.6.0)
+ '@angular-devkit/architect': 0.1801.1(chokidar@3.6.0)
rxjs: 7.8.1
- webpack: 5.90.3(esbuild@0.20.1)
- webpack-dev-server: 4.15.1(webpack@5.90.3(esbuild@0.20.1))
+ webpack: 5.92.1(esbuild@0.21.5)
+ webpack-dev-server: 5.0.4(webpack@5.92.1)
transitivePeerDependencies:
- chokidar
@@ -11542,12 +12623,23 @@ snapshots:
optionalDependencies:
chokidar: 3.6.0
- '@angular-devkit/core@17.3.8(chokidar@3.6.0)':
+ '@angular-devkit/core@18.0.7(chokidar@3.6.0)':
dependencies:
- ajv: 8.12.0
- ajv-formats: 2.1.1(ajv@8.12.0)
+ ajv: 8.13.0
+ ajv-formats: 3.0.1(ajv@8.13.0)
jsonc-parser: 3.2.1
- picomatch: 4.0.1
+ picomatch: 4.0.2
+ rxjs: 7.8.1
+ source-map: 0.7.4
+ optionalDependencies:
+ chokidar: 3.6.0
+
+ '@angular-devkit/core@18.1.1(chokidar@3.6.0)':
+ dependencies:
+ ajv: 8.16.0
+ ajv-formats: 3.0.1(ajv@8.16.0)
+ jsonc-parser: 3.3.1
+ picomatch: 4.0.2
rxjs: 7.8.1
source-map: 0.7.4
optionalDependencies:
@@ -11563,105 +12655,317 @@ snapshots:
transitivePeerDependencies:
- chokidar
- '@angular-devkit/schematics@17.3.8(chokidar@3.6.0)':
+ '@angular-devkit/schematics@18.0.7(chokidar@3.6.0)':
dependencies:
- '@angular-devkit/core': 17.3.8(chokidar@3.6.0)
+ '@angular-devkit/core': 18.0.7(chokidar@3.6.0)
jsonc-parser: 3.2.1
- magic-string: 0.30.8
+ magic-string: 0.30.10
+ ora: 5.4.1
+ rxjs: 7.8.1
+ transitivePeerDependencies:
+ - chokidar
+
+ '@angular-devkit/schematics@18.1.1(chokidar@3.6.0)':
+ dependencies:
+ '@angular-devkit/core': 18.1.1(chokidar@3.6.0)
+ jsonc-parser: 3.3.1
+ magic-string: 0.30.10
ora: 5.4.1
rxjs: 7.8.1
transitivePeerDependencies:
- chokidar
- '@angular-eslint/builder@17.5.2(eslint@8.57.0)(typescript@5.3.3)':
+ '@angular-eslint/builder@18.1.0(eslint@8.57.0)(typescript@5.4.5)':
dependencies:
- '@nx/devkit': 17.2.8(nx@17.2.8)
+ '@nx/devkit': 19.5.1(nx@19.5.1)
eslint: 8.57.0
- nx: 17.2.8
- typescript: 5.3.3
+ nx: 19.5.1
+ typescript: 5.4.5
transitivePeerDependencies:
- '@swc-node/register'
- '@swc/core'
- debug
- '@angular-eslint/bundled-angular-compiler@17.5.2': {}
+ '@angular-eslint/bundled-angular-compiler@18.1.0': {}
- '@angular-eslint/eslint-plugin-template@17.5.2(eslint@8.57.0)(typescript@5.3.3)':
+ '@angular-eslint/eslint-plugin-template@18.1.0(@typescript-eslint/utils@7.15.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(typescript@5.4.5)':
dependencies:
- '@angular-eslint/bundled-angular-compiler': 17.5.2
- '@angular-eslint/utils': 17.5.2(eslint@8.57.0)(typescript@5.3.3)
- '@typescript-eslint/type-utils': 7.11.0(eslint@8.57.0)(typescript@5.3.3)
- '@typescript-eslint/utils': 7.11.0(eslint@8.57.0)(typescript@5.3.3)
+ '@angular-eslint/bundled-angular-compiler': 18.1.0
+ '@angular-eslint/utils': 18.1.0(@typescript-eslint/utils@7.15.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(typescript@5.4.5)
+ '@typescript-eslint/utils': 7.15.0(eslint@8.57.0)(typescript@5.4.5)
aria-query: 5.3.0
axobject-query: 4.0.0
eslint: 8.57.0
- typescript: 5.3.3
- transitivePeerDependencies:
- - supports-color
+ typescript: 5.4.5
- '@angular-eslint/eslint-plugin@17.5.2(eslint@8.57.0)(typescript@5.3.3)':
+ '@angular-eslint/eslint-plugin@18.1.0(@typescript-eslint/utils@7.15.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(typescript@5.4.5)':
dependencies:
- '@angular-eslint/bundled-angular-compiler': 17.5.2
- '@angular-eslint/utils': 17.5.2(eslint@8.57.0)(typescript@5.3.3)
- '@typescript-eslint/utils': 7.11.0(eslint@8.57.0)(typescript@5.3.3)
+ '@angular-eslint/bundled-angular-compiler': 18.1.0
+ '@angular-eslint/utils': 18.1.0(@typescript-eslint/utils@7.15.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(typescript@5.4.5)
+ '@typescript-eslint/utils': 7.15.0(eslint@8.57.0)(typescript@5.4.5)
eslint: 8.57.0
- typescript: 5.3.3
- transitivePeerDependencies:
- - supports-color
+ typescript: 5.4.5
- '@angular-eslint/template-parser@17.5.2(eslint@8.57.0)(typescript@5.3.3)':
+ '@angular-eslint/template-parser@18.1.0(eslint@8.57.0)(typescript@5.4.5)':
dependencies:
- '@angular-eslint/bundled-angular-compiler': 17.5.2
+ '@angular-eslint/bundled-angular-compiler': 18.1.0
eslint: 8.57.0
eslint-scope: 8.0.0
- typescript: 5.3.3
+ typescript: 5.4.5
- '@angular-eslint/utils@17.5.2(eslint@8.57.0)(typescript@5.3.3)':
+ '@angular-eslint/utils@18.1.0(@typescript-eslint/utils@7.15.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(typescript@5.4.5)':
dependencies:
- '@angular-eslint/bundled-angular-compiler': 17.5.2
- '@typescript-eslint/utils': 7.11.0(eslint@8.57.0)(typescript@5.3.3)
+ '@angular-eslint/bundled-angular-compiler': 18.1.0
+ '@typescript-eslint/utils': 7.15.0(eslint@8.57.0)(typescript@5.4.5)
eslint: 8.57.0
- typescript: 5.3.3
- transitivePeerDependencies:
- - supports-color
+ typescript: 5.4.5
- '@angular/animations@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4))':
+ '@angular/animations@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))':
dependencies:
- '@angular/core': 17.3.11(rxjs@7.8.1)(zone.js@0.14.4)
+ '@angular/core': 18.1.0(rxjs@7.8.1)(zone.js@0.14.7)
tslib: 2.6.3
- '@angular/animations@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))':
+ '@angular/animations@18.1.1(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))':
dependencies:
- '@angular/core': 17.3.11(rxjs@7.8.1)(zone.js@0.14.7)
+ '@angular/core': 18.1.0(rxjs@7.8.1)(zone.js@0.14.7)
tslib: 2.6.3
+ optional: true
- '@angular/cdk@17.3.10(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1)':
+ '@angular/animations@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4))':
dependencies:
- '@angular/common': 17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1)
- '@angular/core': 17.3.11(rxjs@7.8.1)(zone.js@0.14.7)
+ '@angular/core': 18.1.1(rxjs@7.8.1)(zone.js@0.14.4)
+ tslib: 2.6.3
+
+ '@angular/animations@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.7))':
+ dependencies:
+ '@angular/core': 18.1.1(rxjs@7.8.1)(zone.js@0.14.7)
+ tslib: 2.6.3
+ optional: true
+
+ '@angular/build@18.0.7(@angular/compiler-cli@18.1.0(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.4.5))(@angular/localize@18.1.0(@angular/compiler-cli@18.1.0(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.4.5))(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))))(@types/node@20.12.7)(chokidar@3.6.0)(less@4.2.0)(postcss@8.4.38)(tailwindcss@3.4.4(ts-node@10.9.2(@types/node@20.12.7)(typescript@5.4.5)))(terser@5.29.2)(typescript@5.4.5)':
+ dependencies:
+ '@ampproject/remapping': 2.3.0
+ '@angular-devkit/architect': 0.1800.7(chokidar@3.6.0)
+ '@angular/compiler-cli': 18.1.0(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.4.5)
+ '@babel/core': 7.24.5
+ '@babel/helper-annotate-as-pure': 7.22.5
+ '@babel/helper-split-export-declaration': 7.24.5
+ '@vitejs/plugin-basic-ssl': 1.1.0(vite@5.2.11(@types/node@20.12.7)(less@4.2.0)(sass@1.77.2)(terser@5.29.2))
+ ansi-colors: 4.1.3
+ browserslist: 4.23.0
+ critters: 0.0.22
+ esbuild: 0.21.3
+ fast-glob: 3.3.2
+ https-proxy-agent: 7.0.4
+ inquirer: 9.2.22
+ lmdb: 3.0.8
+ magic-string: 0.30.10
+ mrmime: 2.0.0
+ ora: 5.4.1
+ parse5-html-rewriting-stream: 7.0.0
+ picomatch: 4.0.2
+ piscina: 4.5.0
+ sass: 1.77.2
+ semver: 7.6.2
+ typescript: 5.4.5
+ undici: 6.18.0
+ vite: 5.2.11(@types/node@20.12.7)(less@4.2.0)(sass@1.77.2)(terser@5.29.2)
+ watchpack: 2.4.1
+ optionalDependencies:
+ '@angular/localize': 18.1.0(@angular/compiler-cli@18.1.0(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.4.5))(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))
+ less: 4.2.0
+ postcss: 8.4.38
+ tailwindcss: 3.4.4(ts-node@10.9.2(@types/node@20.12.7)(typescript@5.4.5))
+ transitivePeerDependencies:
+ - '@types/node'
+ - chokidar
+ - lightningcss
+ - stylus
+ - sugarss
+ - supports-color
+ - terser
+
+ '@angular/build@18.0.7(@angular/compiler-cli@18.1.0(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.4.5))(@angular/localize@18.1.0(@angular/compiler-cli@18.1.0(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.4.5))(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))))(@types/node@20.14.11)(chokidar@3.6.0)(less@4.2.0)(postcss@8.4.38)(tailwindcss@3.4.4)(terser@5.29.2)(typescript@5.4.5)':
+ dependencies:
+ '@ampproject/remapping': 2.3.0
+ '@angular-devkit/architect': 0.1800.7(chokidar@3.6.0)
+ '@angular/compiler-cli': 18.1.0(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.4.5)
+ '@babel/core': 7.24.5
+ '@babel/helper-annotate-as-pure': 7.22.5
+ '@babel/helper-split-export-declaration': 7.24.5
+ '@vitejs/plugin-basic-ssl': 1.1.0(vite@5.2.11(@types/node@20.14.11)(less@4.2.0)(sass@1.77.2)(terser@5.29.2))
+ ansi-colors: 4.1.3
+ browserslist: 4.23.0
+ critters: 0.0.22
+ esbuild: 0.21.3
+ fast-glob: 3.3.2
+ https-proxy-agent: 7.0.4
+ inquirer: 9.2.22
+ lmdb: 3.0.8
+ magic-string: 0.30.10
+ mrmime: 2.0.0
+ ora: 5.4.1
+ parse5-html-rewriting-stream: 7.0.0
+ picomatch: 4.0.2
+ piscina: 4.5.0
+ sass: 1.77.2
+ semver: 7.6.2
+ typescript: 5.4.5
+ undici: 6.18.0
+ vite: 5.2.11(@types/node@20.14.11)(less@4.2.0)(sass@1.77.2)(terser@5.29.2)
+ watchpack: 2.4.1
+ optionalDependencies:
+ '@angular/localize': 18.1.0(@angular/compiler-cli@18.1.0(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.4.5))(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))
+ less: 4.2.0
+ postcss: 8.4.38
+ tailwindcss: 3.4.4(ts-node@10.9.2(@types/node@20.14.9)(typescript@5.2.2))
+ transitivePeerDependencies:
+ - '@types/node'
+ - chokidar
+ - lightningcss
+ - stylus
+ - sugarss
+ - supports-color
+ - terser
+
+ '@angular/build@18.0.7(@angular/compiler-cli@18.1.0(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.4.5))(@angular/localize@18.1.0(@angular/compiler-cli@18.1.0(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.4.5))(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))))(@types/node@20.14.9)(chokidar@3.6.0)(less@4.2.0)(postcss@8.4.38)(tailwindcss@3.4.4)(terser@5.29.2)(typescript@5.4.5)':
+ dependencies:
+ '@ampproject/remapping': 2.3.0
+ '@angular-devkit/architect': 0.1800.7(chokidar@3.6.0)
+ '@angular/compiler-cli': 18.1.0(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.4.5)
+ '@babel/core': 7.24.5
+ '@babel/helper-annotate-as-pure': 7.22.5
+ '@babel/helper-split-export-declaration': 7.24.5
+ '@vitejs/plugin-basic-ssl': 1.1.0(vite@5.2.11(@types/node@20.14.9)(less@4.2.0)(sass@1.77.2)(terser@5.29.2))
+ ansi-colors: 4.1.3
+ browserslist: 4.23.0
+ critters: 0.0.22
+ esbuild: 0.21.3
+ fast-glob: 3.3.2
+ https-proxy-agent: 7.0.4
+ inquirer: 9.2.22
+ lmdb: 3.0.8
+ magic-string: 0.30.10
+ mrmime: 2.0.0
+ ora: 5.4.1
+ parse5-html-rewriting-stream: 7.0.0
+ picomatch: 4.0.2
+ piscina: 4.5.0
+ sass: 1.77.2
+ semver: 7.6.2
+ typescript: 5.4.5
+ undici: 6.18.0
+ vite: 5.2.11(@types/node@20.14.9)(less@4.2.0)(sass@1.77.2)(terser@5.29.2)
+ watchpack: 2.4.1
+ optionalDependencies:
+ '@angular/localize': 18.1.0(@angular/compiler-cli@18.1.0(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.4.5))(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))
+ less: 4.2.0
+ postcss: 8.4.38
+ tailwindcss: 3.4.4(ts-node@10.9.2(@types/node@20.14.9)(typescript@5.2.2))
+ transitivePeerDependencies:
+ - '@types/node'
+ - chokidar
+ - lightningcss
+ - stylus
+ - sugarss
+ - supports-color
+ - terser
+
+ '@angular/build@18.1.1(@angular/compiler-cli@18.1.1(@angular/compiler@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4)))(typescript@5.5.3))(@angular/localize@18.1.0(@angular/compiler-cli@18.1.1(@angular/compiler@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4)))(typescript@5.5.3))(@angular/compiler@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4))))(@types/node@20.14.11)(chokidar@3.6.0)(less@4.2.0)(postcss@8.4.38)(tailwindcss@3.4.4)(terser@5.29.2)(typescript@5.5.3)':
+ dependencies:
+ '@ampproject/remapping': 2.3.0
+ '@angular-devkit/architect': 0.1801.1(chokidar@3.6.0)
+ '@angular/compiler-cli': 18.1.1(@angular/compiler@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4)))(typescript@5.5.3)
+ '@babel/core': 7.24.7
+ '@babel/helper-annotate-as-pure': 7.24.7
+ '@babel/helper-split-export-declaration': 7.24.7
+ '@babel/plugin-syntax-import-attributes': 7.24.7(@babel/core@7.24.7)
+ '@inquirer/confirm': 3.1.11
+ '@vitejs/plugin-basic-ssl': 1.1.0(vite@5.3.2(@types/node@20.14.11)(less@4.2.0)(sass@1.77.6)(terser@5.29.2))
+ ansi-colors: 4.1.3
+ browserslist: 4.23.0
+ critters: 0.0.24
+ esbuild: 0.21.5
+ fast-glob: 3.3.2
+ https-proxy-agent: 7.0.5
+ lmdb: 3.0.12
+ magic-string: 0.30.10
+ mrmime: 2.0.0
+ ora: 5.4.1
+ parse5-html-rewriting-stream: 7.0.0
+ picomatch: 4.0.2
+ piscina: 4.6.1
+ rollup: 4.18.0
+ sass: 1.77.6
+ semver: 7.6.2
+ typescript: 5.5.3
+ undici: 6.19.2
+ vite: 5.3.2(@types/node@20.14.11)(less@4.2.0)(sass@1.77.6)(terser@5.29.2)
+ watchpack: 2.4.1
+ optionalDependencies:
+ '@angular/localize': 18.1.0(@angular/compiler-cli@18.1.1(@angular/compiler@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4)))(typescript@5.5.3))(@angular/compiler@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4)))
+ less: 4.2.0
+ postcss: 8.4.38
+ tailwindcss: 3.4.4(ts-node@10.9.2(@types/node@20.14.9)(typescript@5.2.2))
+ transitivePeerDependencies:
+ - '@types/node'
+ - chokidar
+ - lightningcss
+ - stylus
+ - sugarss
+ - supports-color
+ - terser
+
+ '@angular/cdk@17.3.10(@angular/common@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1)':
+ dependencies:
+ '@angular/common': 18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1)
+ '@angular/core': 18.1.0(rxjs@7.8.1)(zone.js@0.14.7)
rxjs: 7.8.1
tslib: 2.6.3
optionalDependencies:
parse5: 7.1.2
- '@angular/cli@17.3.8(chokidar@3.6.0)':
+ '@angular/cli@18.0.7(chokidar@3.6.0)':
dependencies:
- '@angular-devkit/architect': 0.1703.8(chokidar@3.6.0)
- '@angular-devkit/core': 17.3.8(chokidar@3.6.0)
- '@angular-devkit/schematics': 17.3.8(chokidar@3.6.0)
- '@schematics/angular': 17.3.8(chokidar@3.6.0)
+ '@angular-devkit/architect': 0.1800.7(chokidar@3.6.0)
+ '@angular-devkit/core': 18.0.7(chokidar@3.6.0)
+ '@angular-devkit/schematics': 18.0.7(chokidar@3.6.0)
+ '@schematics/angular': 18.0.7(chokidar@3.6.0)
'@yarnpkg/lockfile': 1.1.0
ansi-colors: 4.1.3
ini: 4.1.2
- inquirer: 9.2.15
+ inquirer: 9.2.22
jsonc-parser: 3.2.1
- npm-package-arg: 11.0.1
- npm-pick-manifest: 9.0.0
- open: 8.4.2
+ npm-package-arg: 11.0.2
+ npm-pick-manifest: 9.0.1
ora: 5.4.1
- pacote: 17.0.6
+ pacote: 18.0.6
resolve: 1.22.8
- semver: 7.6.0
+ semver: 7.6.2
+ symbol-observable: 4.0.0
+ yargs: 17.7.2
+ transitivePeerDependencies:
+ - bluebird
+ - chokidar
+ - supports-color
+
+ '@angular/cli@18.1.1(chokidar@3.6.0)':
+ dependencies:
+ '@angular-devkit/architect': 0.1801.1(chokidar@3.6.0)
+ '@angular-devkit/core': 18.1.1(chokidar@3.6.0)
+ '@angular-devkit/schematics': 18.1.1(chokidar@3.6.0)
+ '@inquirer/prompts': 5.0.7
+ '@listr2/prompt-adapter-inquirer': 2.0.13(@inquirer/prompts@5.0.7)
+ '@schematics/angular': 18.1.1(chokidar@3.6.0)
+ '@yarnpkg/lockfile': 1.1.0
+ ini: 4.1.3
+ jsonc-parser: 3.3.1
+ listr2: 8.2.3
+ npm-package-arg: 11.0.2
+ npm-pick-manifest: 9.0.1
+ pacote: 18.0.6
+ resolve: 1.22.8
+ semver: 7.6.2
symbol-observable: 4.0.0
yargs: 17.7.2
transitivePeerDependencies:
@@ -11675,65 +12979,98 @@ snapshots:
rxjs: 7.8.1
tslib: 2.6.3
- '@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4))(rxjs@7.8.1)':
+ '@angular/common@17.3.3(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1)':
+ dependencies:
+ '@angular/core': 17.3.11(rxjs@7.8.1)(zone.js@0.14.7)
+ rxjs: 7.8.1
+ tslib: 2.6.3
+
+ '@angular/common@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1)':
+ dependencies:
+ '@angular/core': 18.1.0(rxjs@7.8.1)(zone.js@0.14.7)
+ rxjs: 7.8.1
+ tslib: 2.6.3
+
+ '@angular/common@18.1.1(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1)':
+ dependencies:
+ '@angular/core': 18.1.0(rxjs@7.8.1)(zone.js@0.14.7)
+ rxjs: 7.8.1
+ tslib: 2.6.3
+
+ '@angular/common@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4))(rxjs@7.8.1)':
dependencies:
- '@angular/core': 17.3.11(rxjs@7.8.1)(zone.js@0.14.4)
+ '@angular/core': 18.1.1(rxjs@7.8.1)(zone.js@0.14.4)
rxjs: 7.8.1
tslib: 2.6.3
- '@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1)':
+ '@angular/common@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1)':
dependencies:
- '@angular/core': 17.3.11(rxjs@7.8.1)(zone.js@0.14.7)
+ '@angular/core': 18.1.1(rxjs@7.8.1)(zone.js@0.14.7)
rxjs: 7.8.1
tslib: 2.6.3
- '@angular/common@17.3.3(@angular/core@17.3.3(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1)':
+ '@angular/compiler-cli@18.1.0(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.4.5)':
dependencies:
- '@angular/core': 17.3.3(rxjs@7.8.1)(zone.js@0.14.7)
- rxjs: 7.8.1
+ '@angular/compiler': 18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))
+ '@babel/core': 7.24.7
+ '@jridgewell/sourcemap-codec': 1.4.15
+ chokidar: 3.6.0
+ convert-source-map: 1.9.0
+ reflect-metadata: 0.2.1
+ semver: 7.6.2
tslib: 2.6.3
+ typescript: 5.4.5
+ yargs: 17.7.2
+ transitivePeerDependencies:
+ - supports-color
- '@angular/compiler-cli@17.3.11(@angular/compiler@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4)))(typescript@5.3.3)':
+ '@angular/compiler-cli@18.1.1(@angular/compiler@18.1.1(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.4.5)':
dependencies:
- '@angular/compiler': 17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4))
- '@babel/core': 7.23.9
+ '@angular/compiler': 18.1.1(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))
+ '@babel/core': 7.24.7
'@jridgewell/sourcemap-codec': 1.4.15
chokidar: 3.6.0
convert-source-map: 1.9.0
reflect-metadata: 0.2.1
- semver: 7.6.0
+ semver: 7.6.2
tslib: 2.6.3
- typescript: 5.3.3
+ typescript: 5.4.5
yargs: 17.7.2
transitivePeerDependencies:
- supports-color
- '@angular/compiler-cli@17.3.11(@angular/compiler@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.3.3)':
+ '@angular/compiler-cli@18.1.1(@angular/compiler@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4)))(typescript@5.5.3)':
dependencies:
- '@angular/compiler': 17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))
- '@babel/core': 7.23.9
+ '@angular/compiler': 18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4))
+ '@babel/core': 7.24.7
'@jridgewell/sourcemap-codec': 1.4.15
chokidar: 3.6.0
convert-source-map: 1.9.0
reflect-metadata: 0.2.1
- semver: 7.6.0
+ semver: 7.6.2
tslib: 2.6.3
- typescript: 5.3.3
+ typescript: 5.5.3
yargs: 17.7.2
transitivePeerDependencies:
- supports-color
- '@angular/compiler@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4))':
+ '@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))':
dependencies:
tslib: 2.6.3
optionalDependencies:
- '@angular/core': 17.3.11(rxjs@7.8.1)(zone.js@0.14.4)
+ '@angular/core': 18.1.0(rxjs@7.8.1)(zone.js@0.14.7)
- '@angular/compiler@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))':
+ '@angular/compiler@18.1.1(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))':
dependencies:
tslib: 2.6.3
optionalDependencies:
- '@angular/core': 17.3.11(rxjs@7.8.1)(zone.js@0.14.7)
+ '@angular/core': 18.1.0(rxjs@7.8.1)(zone.js@0.14.7)
+
+ '@angular/compiler@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4))':
+ dependencies:
+ tslib: 2.6.3
+ optionalDependencies:
+ '@angular/core': 18.1.1(rxjs@7.8.1)(zone.js@0.14.4)
'@angular/core@15.0.4(rxjs@7.8.1)(zone.js@0.14.7)':
dependencies:
@@ -11747,116 +13084,165 @@ snapshots:
tslib: 2.6.3
zone.js: 0.14.7
- '@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4)':
+ '@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)':
dependencies:
rxjs: 7.8.1
tslib: 2.6.3
- zone.js: 0.14.4
+ zone.js: 0.14.7
- '@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)':
+ '@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)':
dependencies:
rxjs: 7.8.1
tslib: 2.6.3
zone.js: 0.14.7
- '@angular/core@17.3.3(rxjs@7.8.1)(zone.js@0.14.7)':
+ '@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4)':
+ dependencies:
+ rxjs: 7.8.1
+ tslib: 2.6.3
+ zone.js: 0.14.4
+
+ '@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.7)':
dependencies:
rxjs: 7.8.1
tslib: 2.6.3
zone.js: 0.14.7
- '@angular/elements@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1)':
+ '@angular/elements@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1)':
dependencies:
- '@angular/core': 17.3.11(rxjs@7.8.1)(zone.js@0.14.7)
+ '@angular/core': 18.1.0(rxjs@7.8.1)(zone.js@0.14.7)
rxjs: 7.8.1
tslib: 2.6.3
- '@angular/forms@17.3.11(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4))(rxjs@7.8.1))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4))(@angular/platform-browser@17.3.11(@angular/animations@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4)))(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4))(rxjs@7.8.1))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4)))(rxjs@7.8.1)':
+ '@angular/forms@18.1.0(@angular/common@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(@angular/platform-browser@18.1.0(@angular/animations@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(@angular/common@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(rxjs@7.8.1)':
dependencies:
- '@angular/common': 17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4))(rxjs@7.8.1)
- '@angular/core': 17.3.11(rxjs@7.8.1)(zone.js@0.14.4)
- '@angular/platform-browser': 17.3.11(@angular/animations@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4)))(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4))(rxjs@7.8.1))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4))
+ '@angular/common': 18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1)
+ '@angular/core': 18.1.0(rxjs@7.8.1)(zone.js@0.14.7)
+ '@angular/platform-browser': 18.1.0(@angular/animations@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(@angular/common@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))
rxjs: 7.8.1
tslib: 2.6.3
- '@angular/forms@17.3.11(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(@angular/platform-browser@17.3.11(@angular/animations@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(rxjs@7.8.1)':
+ '@angular/forms@18.1.1(@angular/common@18.1.1(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(@angular/platform-browser@18.1.1(@angular/animations@18.1.1(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(@angular/common@18.1.1(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(rxjs@7.8.1)':
dependencies:
- '@angular/common': 17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1)
- '@angular/core': 17.3.11(rxjs@7.8.1)(zone.js@0.14.7)
- '@angular/platform-browser': 17.3.11(@angular/animations@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))
+ '@angular/common': 18.1.1(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1)
+ '@angular/core': 18.1.0(rxjs@7.8.1)(zone.js@0.14.7)
+ '@angular/platform-browser': 18.1.1(@angular/animations@18.1.1(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(@angular/common@18.1.1(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))
rxjs: 7.8.1
tslib: 2.6.3
- '@angular/language-service@17.3.11': {}
+ '@angular/forms@18.1.1(@angular/common@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4))(rxjs@7.8.1))(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4))(@angular/platform-browser@18.1.1(@angular/animations@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4)))(@angular/common@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4))(rxjs@7.8.1))(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4)))(rxjs@7.8.1)':
+ dependencies:
+ '@angular/common': 18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4))(rxjs@7.8.1)
+ '@angular/core': 18.1.1(rxjs@7.8.1)(zone.js@0.14.4)
+ '@angular/platform-browser': 18.1.1(@angular/animations@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4)))(@angular/common@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4))(rxjs@7.8.1))(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4))
+ rxjs: 7.8.1
+ tslib: 2.6.3
+
+ '@angular/forms@18.1.1(@angular/common@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.7))(@angular/platform-browser@18.1.1(@angular/animations@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.7)))(@angular/common@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.7)))(rxjs@7.8.1)':
+ dependencies:
+ '@angular/common': 18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1)
+ '@angular/core': 18.1.1(rxjs@7.8.1)(zone.js@0.14.7)
+ '@angular/platform-browser': 18.1.1(@angular/animations@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.7)))(@angular/common@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.7))
+ rxjs: 7.8.1
+ tslib: 2.6.3
+
+ '@angular/language-service@18.1.0': {}
- '@angular/localize@17.3.11(@angular/compiler-cli@17.3.11(@angular/compiler@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4)))(typescript@5.3.3))(@angular/compiler@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4)))':
+ '@angular/localize@18.1.0(@angular/compiler-cli@18.1.0(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.4.5))(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))':
dependencies:
- '@angular/compiler': 17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4))
- '@angular/compiler-cli': 17.3.11(@angular/compiler@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4)))(typescript@5.3.3)
- '@babel/core': 7.23.9
+ '@angular/compiler': 18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))
+ '@angular/compiler-cli': 18.1.0(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.4.5)
+ '@babel/core': 7.24.7
+ '@types/babel__core': 7.20.5
+ fast-glob: 3.3.2
+ yargs: 17.7.2
+ transitivePeerDependencies:
+ - supports-color
+
+ '@angular/localize@18.1.0(@angular/compiler-cli@18.1.1(@angular/compiler@18.1.1(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.4.5))(@angular/compiler@18.1.1(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))':
+ dependencies:
+ '@angular/compiler': 18.1.1(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))
+ '@angular/compiler-cli': 18.1.1(@angular/compiler@18.1.1(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.4.5)
+ '@babel/core': 7.24.7
'@types/babel__core': 7.20.5
fast-glob: 3.3.2
yargs: 17.7.2
transitivePeerDependencies:
- supports-color
- optional: true
- '@angular/localize@17.3.11(@angular/compiler-cli@17.3.11(@angular/compiler@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.3.3))(@angular/compiler@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))':
+ '@angular/localize@18.1.0(@angular/compiler-cli@18.1.1(@angular/compiler@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4)))(typescript@5.5.3))(@angular/compiler@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4)))':
dependencies:
- '@angular/compiler': 17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))
- '@angular/compiler-cli': 17.3.11(@angular/compiler@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.3.3)
- '@babel/core': 7.23.9
+ '@angular/compiler': 18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4))
+ '@angular/compiler-cli': 18.1.1(@angular/compiler@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4)))(typescript@5.5.3)
+ '@babel/core': 7.24.7
'@types/babel__core': 7.20.5
fast-glob: 3.3.2
yargs: 17.7.2
transitivePeerDependencies:
- supports-color
+ optional: true
- '@angular/platform-browser-dynamic@17.3.11(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4))(rxjs@7.8.1))(@angular/compiler@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4)))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4))(@angular/platform-browser@17.3.11(@angular/animations@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4)))(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4))(rxjs@7.8.1))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4)))':
+ '@angular/platform-browser-dynamic@18.1.0(@angular/common@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(@angular/platform-browser@18.1.0(@angular/animations@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(@angular/common@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))':
dependencies:
- '@angular/common': 17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4))(rxjs@7.8.1)
- '@angular/compiler': 17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4))
- '@angular/core': 17.3.11(rxjs@7.8.1)(zone.js@0.14.4)
- '@angular/platform-browser': 17.3.11(@angular/animations@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4)))(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4))(rxjs@7.8.1))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4))
+ '@angular/common': 18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1)
+ '@angular/compiler': 18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))
+ '@angular/core': 18.1.0(rxjs@7.8.1)(zone.js@0.14.7)
+ '@angular/platform-browser': 18.1.0(@angular/animations@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(@angular/common@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))
tslib: 2.6.3
- '@angular/platform-browser-dynamic@17.3.11(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/compiler@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(@angular/platform-browser@17.3.11(@angular/animations@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))':
+ '@angular/platform-browser-dynamic@18.1.1(@angular/common@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4))(rxjs@7.8.1))(@angular/compiler@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4)))(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4))(@angular/platform-browser@18.1.1(@angular/animations@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4)))(@angular/common@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4))(rxjs@7.8.1))(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4)))':
dependencies:
- '@angular/common': 17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1)
- '@angular/compiler': 17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))
- '@angular/core': 17.3.11(rxjs@7.8.1)(zone.js@0.14.7)
- '@angular/platform-browser': 17.3.11(@angular/animations@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))
+ '@angular/common': 18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4))(rxjs@7.8.1)
+ '@angular/compiler': 18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4))
+ '@angular/core': 18.1.1(rxjs@7.8.1)(zone.js@0.14.4)
+ '@angular/platform-browser': 18.1.1(@angular/animations@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4)))(@angular/common@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4))(rxjs@7.8.1))(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4))
tslib: 2.6.3
- '@angular/platform-browser@17.3.11(@angular/animations@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4)))(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4))(rxjs@7.8.1))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4))':
+ '@angular/platform-browser@18.1.0(@angular/animations@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(@angular/common@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))':
dependencies:
- '@angular/common': 17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4))(rxjs@7.8.1)
- '@angular/core': 17.3.11(rxjs@7.8.1)(zone.js@0.14.4)
+ '@angular/common': 18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1)
+ '@angular/core': 18.1.0(rxjs@7.8.1)(zone.js@0.14.7)
tslib: 2.6.3
optionalDependencies:
- '@angular/animations': 17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4))
+ '@angular/animations': 18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))
- '@angular/platform-browser@17.3.11(@angular/animations@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))':
+ '@angular/platform-browser@18.1.1(@angular/animations@18.1.1(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(@angular/common@18.1.1(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))':
dependencies:
- '@angular/common': 17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1)
- '@angular/core': 17.3.11(rxjs@7.8.1)(zone.js@0.14.7)
+ '@angular/common': 18.1.1(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1)
+ '@angular/core': 18.1.0(rxjs@7.8.1)(zone.js@0.14.7)
+ tslib: 2.6.3
+ optionalDependencies:
+ '@angular/animations': 18.1.1(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))
+
+ '@angular/platform-browser@18.1.1(@angular/animations@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4)))(@angular/common@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4))(rxjs@7.8.1))(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4))':
+ dependencies:
+ '@angular/common': 18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4))(rxjs@7.8.1)
+ '@angular/core': 18.1.1(rxjs@7.8.1)(zone.js@0.14.4)
+ tslib: 2.6.3
+ optionalDependencies:
+ '@angular/animations': 18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4))
+
+ '@angular/platform-browser@18.1.1(@angular/animations@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.7)))(@angular/common@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.7))':
+ dependencies:
+ '@angular/common': 18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1)
+ '@angular/core': 18.1.1(rxjs@7.8.1)(zone.js@0.14.7)
tslib: 2.6.3
optionalDependencies:
- '@angular/animations': 17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))
+ '@angular/animations': 18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.7))
- '@angular/router@17.3.11(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4))(rxjs@7.8.1))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4))(@angular/platform-browser@17.3.11(@angular/animations@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4)))(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4))(rxjs@7.8.1))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4)))(rxjs@7.8.1)':
+ '@angular/router@18.1.0(@angular/common@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(@angular/platform-browser@18.1.0(@angular/animations@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(@angular/common@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(rxjs@7.8.1)':
dependencies:
- '@angular/common': 17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4))(rxjs@7.8.1)
- '@angular/core': 17.3.11(rxjs@7.8.1)(zone.js@0.14.4)
- '@angular/platform-browser': 17.3.11(@angular/animations@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4)))(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4))(rxjs@7.8.1))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4))
+ '@angular/common': 18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1)
+ '@angular/core': 18.1.0(rxjs@7.8.1)(zone.js@0.14.7)
+ '@angular/platform-browser': 18.1.0(@angular/animations@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(@angular/common@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))
rxjs: 7.8.1
tslib: 2.6.3
- '@angular/router@17.3.11(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(@angular/platform-browser@17.3.11(@angular/animations@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(rxjs@7.8.1)':
+ '@angular/router@18.1.1(@angular/common@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4))(rxjs@7.8.1))(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4))(@angular/platform-browser@18.1.1(@angular/animations@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4)))(@angular/common@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4))(rxjs@7.8.1))(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4)))(rxjs@7.8.1)':
dependencies:
- '@angular/common': 17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1)
- '@angular/core': 17.3.11(rxjs@7.8.1)(zone.js@0.14.7)
- '@angular/platform-browser': 17.3.11(@angular/animations@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))
+ '@angular/common': 18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4))(rxjs@7.8.1)
+ '@angular/core': 18.1.1(rxjs@7.8.1)(zone.js@0.14.4)
+ '@angular/platform-browser': 18.1.1(@angular/animations@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4)))(@angular/common@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4))(rxjs@7.8.1))(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4))
rxjs: 7.8.1
tslib: 2.6.3
@@ -11887,33 +13273,13 @@ snapshots:
'@babel/compat-data@7.24.7': {}
- '@babel/core@7.23.9':
- dependencies:
- '@ampproject/remapping': 2.3.0
- '@babel/code-frame': 7.24.7
- '@babel/generator': 7.24.7
- '@babel/helper-compilation-targets': 7.24.7
- '@babel/helper-module-transforms': 7.24.7(@babel/core@7.23.9)
- '@babel/helpers': 7.24.7
- '@babel/parser': 7.24.7
- '@babel/template': 7.24.7
- '@babel/traverse': 7.24.7
- '@babel/types': 7.24.7
- convert-source-map: 2.0.0
- debug: 4.3.5(supports-color@8.1.1)
- gensync: 1.0.0-beta.2
- json5: 2.2.3
- semver: 6.3.1
- transitivePeerDependencies:
- - supports-color
-
- '@babel/core@7.24.0':
+ '@babel/core@7.24.5':
dependencies:
'@ampproject/remapping': 2.3.0
'@babel/code-frame': 7.24.7
'@babel/generator': 7.24.7
'@babel/helper-compilation-targets': 7.24.7
- '@babel/helper-module-transforms': 7.24.7(@babel/core@7.24.0)
+ '@babel/helper-module-transforms': 7.24.7(@babel/core@7.24.5)
'@babel/helpers': 7.24.7
'@babel/parser': 7.24.7
'@babel/template': 7.24.7
@@ -11947,7 +13313,7 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@babel/generator@7.23.6':
+ '@babel/generator@7.24.5':
dependencies:
'@babel/types': 7.24.7
'@jridgewell/gen-mapping': 0.3.5
@@ -11984,15 +13350,15 @@ snapshots:
lru-cache: 5.1.1
semver: 6.3.1
- '@babel/helper-create-class-features-plugin@7.24.7(@babel/core@7.24.0)':
+ '@babel/helper-create-class-features-plugin@7.24.7(@babel/core@7.24.5)':
dependencies:
- '@babel/core': 7.24.0
+ '@babel/core': 7.24.5
'@babel/helper-annotate-as-pure': 7.24.7
'@babel/helper-environment-visitor': 7.24.7
'@babel/helper-function-name': 7.24.7
'@babel/helper-member-expression-to-functions': 7.24.7
'@babel/helper-optimise-call-expression': 7.24.7
- '@babel/helper-replace-supers': 7.24.7(@babel/core@7.24.0)
+ '@babel/helper-replace-supers': 7.24.7(@babel/core@7.24.5)
'@babel/helper-skip-transparent-expression-wrappers': 7.24.7
'@babel/helper-split-export-declaration': 7.24.7
semver: 6.3.1
@@ -12014,9 +13380,9 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@babel/helper-create-regexp-features-plugin@7.24.7(@babel/core@7.24.0)':
+ '@babel/helper-create-regexp-features-plugin@7.24.7(@babel/core@7.24.5)':
dependencies:
- '@babel/core': 7.24.0
+ '@babel/core': 7.24.5
'@babel/helper-annotate-as-pure': 7.24.7
regexpu-core: 5.3.2
semver: 6.3.1
@@ -12028,20 +13394,9 @@ snapshots:
regexpu-core: 5.3.2
semver: 6.3.1
- '@babel/helper-define-polyfill-provider@0.5.0(@babel/core@7.24.0)':
- dependencies:
- '@babel/core': 7.24.0
- '@babel/helper-compilation-targets': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
- debug: 4.3.5(supports-color@8.1.1)
- lodash.debounce: 4.0.8
- resolve: 1.22.8
- transitivePeerDependencies:
- - supports-color
-
- '@babel/helper-define-polyfill-provider@0.6.2(@babel/core@7.24.0)':
+ '@babel/helper-define-polyfill-provider@0.6.2(@babel/core@7.24.5)':
dependencies:
- '@babel/core': 7.24.0
+ '@babel/core': 7.24.5
'@babel/helper-compilation-targets': 7.24.7
'@babel/helper-plugin-utils': 7.24.7
debug: 4.3.5(supports-color@8.1.1)
@@ -12088,20 +13443,9 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@babel/helper-module-transforms@7.24.7(@babel/core@7.23.9)':
- dependencies:
- '@babel/core': 7.23.9
- '@babel/helper-environment-visitor': 7.24.7
- '@babel/helper-module-imports': 7.24.7
- '@babel/helper-simple-access': 7.24.7
- '@babel/helper-split-export-declaration': 7.24.7
- '@babel/helper-validator-identifier': 7.24.7
- transitivePeerDependencies:
- - supports-color
-
- '@babel/helper-module-transforms@7.24.7(@babel/core@7.24.0)':
+ '@babel/helper-module-transforms@7.24.7(@babel/core@7.24.5)':
dependencies:
- '@babel/core': 7.24.0
+ '@babel/core': 7.24.5
'@babel/helper-environment-visitor': 7.24.7
'@babel/helper-module-imports': 7.24.7
'@babel/helper-simple-access': 7.24.7
@@ -12127,9 +13471,9 @@ snapshots:
'@babel/helper-plugin-utils@7.24.7': {}
- '@babel/helper-remap-async-to-generator@7.24.7(@babel/core@7.24.0)':
+ '@babel/helper-remap-async-to-generator@7.24.7(@babel/core@7.24.5)':
dependencies:
- '@babel/core': 7.24.0
+ '@babel/core': 7.24.5
'@babel/helper-annotate-as-pure': 7.24.7
'@babel/helper-environment-visitor': 7.24.7
'@babel/helper-wrap-function': 7.24.7
@@ -12145,9 +13489,9 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@babel/helper-replace-supers@7.24.7(@babel/core@7.24.0)':
+ '@babel/helper-replace-supers@7.24.7(@babel/core@7.24.5)':
dependencies:
- '@babel/core': 7.24.0
+ '@babel/core': 7.24.5
'@babel/helper-environment-visitor': 7.24.7
'@babel/helper-member-expression-to-functions': 7.24.7
'@babel/helper-optimise-call-expression': 7.24.7
@@ -12177,7 +13521,7 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@babel/helper-split-export-declaration@7.22.6':
+ '@babel/helper-split-export-declaration@7.24.5':
dependencies:
'@babel/types': 7.24.7
@@ -12185,12 +13529,8 @@ snapshots:
dependencies:
'@babel/types': 7.24.7
- '@babel/helper-string-parser@7.24.1': {}
-
'@babel/helper-string-parser@7.24.7': {}
- '@babel/helper-validator-identifier@7.24.5': {}
-
'@babel/helper-validator-identifier@7.24.7': {}
'@babel/helper-validator-option@7.24.7': {}
@@ -12221,29 +13561,31 @@ snapshots:
'@babel/helper-validator-identifier': 7.24.7
chalk: 2.4.2
js-tokens: 4.0.0
- picocolors: 1.0.0
+ picocolors: 1.0.1
'@babel/parser@7.24.4':
dependencies:
'@babel/types': 7.24.7
- '@babel/parser@7.24.5':
- dependencies:
- '@babel/types': 7.24.5
-
'@babel/parser@7.24.7':
dependencies:
'@babel/types': 7.24.7
+ '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.24.7(@babel/core@7.24.5)':
+ dependencies:
+ '@babel/core': 7.24.5
+ '@babel/helper-environment-visitor': 7.24.7
+ '@babel/helper-plugin-utils': 7.24.7
+
'@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.24.7(@babel/core@7.24.7)':
dependencies:
'@babel/core': 7.24.7
'@babel/helper-environment-visitor': 7.24.7
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.24.7(@babel/core@7.24.0)':
+ '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.24.7(@babel/core@7.24.5)':
dependencies:
- '@babel/core': 7.24.0
+ '@babel/core': 7.24.5
'@babel/helper-plugin-utils': 7.24.7
'@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.24.7(@babel/core@7.24.7)':
@@ -12251,12 +13593,12 @@ snapshots:
'@babel/core': 7.24.7
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.24.7(@babel/core@7.24.0)':
+ '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.24.7(@babel/core@7.24.5)':
dependencies:
- '@babel/core': 7.24.0
+ '@babel/core': 7.24.5
'@babel/helper-plugin-utils': 7.24.7
'@babel/helper-skip-transparent-expression-wrappers': 7.24.7
- '@babel/plugin-transform-optional-chaining': 7.24.7(@babel/core@7.24.0)
+ '@babel/plugin-transform-optional-chaining': 7.24.7(@babel/core@7.24.5)
transitivePeerDependencies:
- supports-color
@@ -12269,9 +13611,9 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.24.7(@babel/core@7.24.0)':
+ '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.24.7(@babel/core@7.24.5)':
dependencies:
- '@babel/core': 7.24.0
+ '@babel/core': 7.24.5
'@babel/helper-environment-visitor': 7.24.7
'@babel/helper-plugin-utils': 7.24.7
@@ -12281,17 +13623,17 @@ snapshots:
'@babel/helper-environment-visitor': 7.24.7
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.24.0)':
+ '@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.24.5)':
dependencies:
- '@babel/core': 7.24.0
+ '@babel/core': 7.24.5
'@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.24.7)':
dependencies:
'@babel/core': 7.24.7
- '@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.24.0)':
+ '@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.24.5)':
dependencies:
- '@babel/core': 7.24.0
+ '@babel/core': 7.24.5
'@babel/helper-plugin-utils': 7.24.7
'@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.24.7)':
@@ -12304,9 +13646,9 @@ snapshots:
'@babel/core': 7.24.7
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.24.0)':
+ '@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.24.5)':
dependencies:
- '@babel/core': 7.24.0
+ '@babel/core': 7.24.5
'@babel/helper-plugin-utils': 7.24.7
'@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.24.7)':
@@ -12314,9 +13656,9 @@ snapshots:
'@babel/core': 7.24.7
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.24.0)':
+ '@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.24.5)':
dependencies:
- '@babel/core': 7.24.0
+ '@babel/core': 7.24.5
'@babel/helper-plugin-utils': 7.24.7
'@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.24.7)':
@@ -12324,9 +13666,9 @@ snapshots:
'@babel/core': 7.24.7
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.24.0)':
+ '@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.24.5)':
dependencies:
- '@babel/core': 7.24.0
+ '@babel/core': 7.24.5
'@babel/helper-plugin-utils': 7.24.7
'@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.24.7)':
@@ -12334,9 +13676,9 @@ snapshots:
'@babel/core': 7.24.7
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.24.0)':
+ '@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.24.5)':
dependencies:
- '@babel/core': 7.24.0
+ '@babel/core': 7.24.5
'@babel/helper-plugin-utils': 7.24.7
'@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.24.7)':
@@ -12349,9 +13691,9 @@ snapshots:
'@babel/core': 7.24.7
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-import-assertions@7.24.7(@babel/core@7.24.0)':
+ '@babel/plugin-syntax-import-assertions@7.24.7(@babel/core@7.24.5)':
dependencies:
- '@babel/core': 7.24.0
+ '@babel/core': 7.24.5
'@babel/helper-plugin-utils': 7.24.7
'@babel/plugin-syntax-import-assertions@7.24.7(@babel/core@7.24.7)':
@@ -12359,9 +13701,9 @@ snapshots:
'@babel/core': 7.24.7
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-import-attributes@7.24.7(@babel/core@7.24.0)':
+ '@babel/plugin-syntax-import-attributes@7.24.7(@babel/core@7.24.5)':
dependencies:
- '@babel/core': 7.24.0
+ '@babel/core': 7.24.5
'@babel/helper-plugin-utils': 7.24.7
'@babel/plugin-syntax-import-attributes@7.24.7(@babel/core@7.24.7)':
@@ -12369,9 +13711,9 @@ snapshots:
'@babel/core': 7.24.7
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.24.0)':
+ '@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.24.5)':
dependencies:
- '@babel/core': 7.24.0
+ '@babel/core': 7.24.5
'@babel/helper-plugin-utils': 7.24.7
'@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.24.7)':
@@ -12379,9 +13721,9 @@ snapshots:
'@babel/core': 7.24.7
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.24.0)':
+ '@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.24.5)':
dependencies:
- '@babel/core': 7.24.0
+ '@babel/core': 7.24.5
'@babel/helper-plugin-utils': 7.24.7
'@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.24.7)':
@@ -12394,9 +13736,9 @@ snapshots:
'@babel/core': 7.24.7
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.24.0)':
+ '@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.24.5)':
dependencies:
- '@babel/core': 7.24.0
+ '@babel/core': 7.24.5
'@babel/helper-plugin-utils': 7.24.7
'@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.24.7)':
@@ -12404,9 +13746,9 @@ snapshots:
'@babel/core': 7.24.7
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.24.0)':
+ '@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.24.5)':
dependencies:
- '@babel/core': 7.24.0
+ '@babel/core': 7.24.5
'@babel/helper-plugin-utils': 7.24.7
'@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.24.7)':
@@ -12414,9 +13756,9 @@ snapshots:
'@babel/core': 7.24.7
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.24.0)':
+ '@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.24.5)':
dependencies:
- '@babel/core': 7.24.0
+ '@babel/core': 7.24.5
'@babel/helper-plugin-utils': 7.24.7
'@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.24.7)':
@@ -12424,9 +13766,9 @@ snapshots:
'@babel/core': 7.24.7
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.24.0)':
+ '@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.24.5)':
dependencies:
- '@babel/core': 7.24.0
+ '@babel/core': 7.24.5
'@babel/helper-plugin-utils': 7.24.7
'@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.24.7)':
@@ -12434,9 +13776,9 @@ snapshots:
'@babel/core': 7.24.7
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.24.0)':
+ '@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.24.5)':
dependencies:
- '@babel/core': 7.24.0
+ '@babel/core': 7.24.5
'@babel/helper-plugin-utils': 7.24.7
'@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.24.7)':
@@ -12444,9 +13786,9 @@ snapshots:
'@babel/core': 7.24.7
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.24.0)':
+ '@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.24.5)':
dependencies:
- '@babel/core': 7.24.0
+ '@babel/core': 7.24.5
'@babel/helper-plugin-utils': 7.24.7
'@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.24.7)':
@@ -12454,9 +13796,9 @@ snapshots:
'@babel/core': 7.24.7
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.24.0)':
+ '@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.24.5)':
dependencies:
- '@babel/core': 7.24.0
+ '@babel/core': 7.24.5
'@babel/helper-plugin-utils': 7.24.7
'@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.24.7)':
@@ -12464,9 +13806,9 @@ snapshots:
'@babel/core': 7.24.7
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.24.0)':
+ '@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.24.5)':
dependencies:
- '@babel/core': 7.24.0
+ '@babel/core': 7.24.5
'@babel/helper-plugin-utils': 7.24.7
'@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.24.7)':
@@ -12479,10 +13821,10 @@ snapshots:
'@babel/core': 7.24.7
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.24.0)':
+ '@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.24.5)':
dependencies:
- '@babel/core': 7.24.0
- '@babel/helper-create-regexp-features-plugin': 7.24.7(@babel/core@7.24.0)
+ '@babel/core': 7.24.5
+ '@babel/helper-create-regexp-features-plugin': 7.24.7(@babel/core@7.24.5)
'@babel/helper-plugin-utils': 7.24.7
'@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.24.7)':
@@ -12491,9 +13833,9 @@ snapshots:
'@babel/helper-create-regexp-features-plugin': 7.24.7(@babel/core@7.24.7)
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-transform-arrow-functions@7.24.7(@babel/core@7.24.0)':
+ '@babel/plugin-transform-arrow-functions@7.24.7(@babel/core@7.24.5)':
dependencies:
- '@babel/core': 7.24.0
+ '@babel/core': 7.24.5
'@babel/helper-plugin-utils': 7.24.7
'@babel/plugin-transform-arrow-functions@7.24.7(@babel/core@7.24.7)':
@@ -12501,23 +13843,23 @@ snapshots:
'@babel/core': 7.24.7
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-transform-async-generator-functions@7.23.9(@babel/core@7.24.0)':
+ '@babel/plugin-transform-async-generator-functions@7.24.3(@babel/core@7.24.5)':
dependencies:
- '@babel/core': 7.24.0
+ '@babel/core': 7.24.5
'@babel/helper-environment-visitor': 7.24.7
'@babel/helper-plugin-utils': 7.24.7
- '@babel/helper-remap-async-to-generator': 7.24.7(@babel/core@7.24.0)
- '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.24.0)
+ '@babel/helper-remap-async-to-generator': 7.24.7(@babel/core@7.24.5)
+ '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.24.5)
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-async-generator-functions@7.24.7(@babel/core@7.24.0)':
+ '@babel/plugin-transform-async-generator-functions@7.24.7(@babel/core@7.24.5)':
dependencies:
- '@babel/core': 7.24.0
+ '@babel/core': 7.24.5
'@babel/helper-environment-visitor': 7.24.7
'@babel/helper-plugin-utils': 7.24.7
- '@babel/helper-remap-async-to-generator': 7.24.7(@babel/core@7.24.0)
- '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.24.0)
+ '@babel/helper-remap-async-to-generator': 7.24.7(@babel/core@7.24.5)
+ '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.24.5)
transitivePeerDependencies:
- supports-color
@@ -12531,21 +13873,21 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-async-to-generator@7.23.3(@babel/core@7.24.0)':
+ '@babel/plugin-transform-async-to-generator@7.24.1(@babel/core@7.24.5)':
dependencies:
- '@babel/core': 7.24.0
+ '@babel/core': 7.24.5
'@babel/helper-module-imports': 7.24.7
'@babel/helper-plugin-utils': 7.24.7
- '@babel/helper-remap-async-to-generator': 7.24.7(@babel/core@7.24.0)
+ '@babel/helper-remap-async-to-generator': 7.24.7(@babel/core@7.24.5)
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-async-to-generator@7.24.7(@babel/core@7.24.0)':
+ '@babel/plugin-transform-async-to-generator@7.24.7(@babel/core@7.24.5)':
dependencies:
- '@babel/core': 7.24.0
+ '@babel/core': 7.24.5
'@babel/helper-module-imports': 7.24.7
'@babel/helper-plugin-utils': 7.24.7
- '@babel/helper-remap-async-to-generator': 7.24.7(@babel/core@7.24.0)
+ '@babel/helper-remap-async-to-generator': 7.24.7(@babel/core@7.24.5)
transitivePeerDependencies:
- supports-color
@@ -12558,9 +13900,9 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-block-scoped-functions@7.24.7(@babel/core@7.24.0)':
+ '@babel/plugin-transform-block-scoped-functions@7.24.7(@babel/core@7.24.5)':
dependencies:
- '@babel/core': 7.24.0
+ '@babel/core': 7.24.5
'@babel/helper-plugin-utils': 7.24.7
'@babel/plugin-transform-block-scoped-functions@7.24.7(@babel/core@7.24.7)':
@@ -12568,9 +13910,9 @@ snapshots:
'@babel/core': 7.24.7
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-transform-block-scoping@7.24.7(@babel/core@7.24.0)':
+ '@babel/plugin-transform-block-scoping@7.24.7(@babel/core@7.24.5)':
dependencies:
- '@babel/core': 7.24.0
+ '@babel/core': 7.24.5
'@babel/helper-plugin-utils': 7.24.7
'@babel/plugin-transform-block-scoping@7.24.7(@babel/core@7.24.7)':
@@ -12578,10 +13920,10 @@ snapshots:
'@babel/core': 7.24.7
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-transform-class-properties@7.24.7(@babel/core@7.24.0)':
+ '@babel/plugin-transform-class-properties@7.24.7(@babel/core@7.24.5)':
dependencies:
- '@babel/core': 7.24.0
- '@babel/helper-create-class-features-plugin': 7.24.7(@babel/core@7.24.0)
+ '@babel/core': 7.24.5
+ '@babel/helper-create-class-features-plugin': 7.24.7(@babel/core@7.24.5)
'@babel/helper-plugin-utils': 7.24.7
transitivePeerDependencies:
- supports-color
@@ -12594,12 +13936,12 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-class-static-block@7.24.7(@babel/core@7.24.0)':
+ '@babel/plugin-transform-class-static-block@7.24.7(@babel/core@7.24.5)':
dependencies:
- '@babel/core': 7.24.0
- '@babel/helper-create-class-features-plugin': 7.24.7(@babel/core@7.24.0)
+ '@babel/core': 7.24.5
+ '@babel/helper-create-class-features-plugin': 7.24.7(@babel/core@7.24.5)
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.24.0)
+ '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.24.5)
transitivePeerDependencies:
- supports-color
@@ -12612,15 +13954,15 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-classes@7.24.7(@babel/core@7.24.0)':
+ '@babel/plugin-transform-classes@7.24.7(@babel/core@7.24.5)':
dependencies:
- '@babel/core': 7.24.0
+ '@babel/core': 7.24.5
'@babel/helper-annotate-as-pure': 7.24.7
'@babel/helper-compilation-targets': 7.24.7
'@babel/helper-environment-visitor': 7.24.7
'@babel/helper-function-name': 7.24.7
'@babel/helper-plugin-utils': 7.24.7
- '@babel/helper-replace-supers': 7.24.7(@babel/core@7.24.0)
+ '@babel/helper-replace-supers': 7.24.7(@babel/core@7.24.5)
'@babel/helper-split-export-declaration': 7.24.7
globals: 11.12.0
transitivePeerDependencies:
@@ -12640,9 +13982,9 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-computed-properties@7.24.7(@babel/core@7.24.0)':
+ '@babel/plugin-transform-computed-properties@7.24.7(@babel/core@7.24.5)':
dependencies:
- '@babel/core': 7.24.0
+ '@babel/core': 7.24.5
'@babel/helper-plugin-utils': 7.24.7
'@babel/template': 7.24.7
@@ -12652,9 +13994,9 @@ snapshots:
'@babel/helper-plugin-utils': 7.24.7
'@babel/template': 7.24.7
- '@babel/plugin-transform-destructuring@7.24.7(@babel/core@7.24.0)':
+ '@babel/plugin-transform-destructuring@7.24.7(@babel/core@7.24.5)':
dependencies:
- '@babel/core': 7.24.0
+ '@babel/core': 7.24.5
'@babel/helper-plugin-utils': 7.24.7
'@babel/plugin-transform-destructuring@7.24.7(@babel/core@7.24.7)':
@@ -12662,10 +14004,10 @@ snapshots:
'@babel/core': 7.24.7
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-transform-dotall-regex@7.24.7(@babel/core@7.24.0)':
+ '@babel/plugin-transform-dotall-regex@7.24.7(@babel/core@7.24.5)':
dependencies:
- '@babel/core': 7.24.0
- '@babel/helper-create-regexp-features-plugin': 7.24.7(@babel/core@7.24.0)
+ '@babel/core': 7.24.5
+ '@babel/helper-create-regexp-features-plugin': 7.24.7(@babel/core@7.24.5)
'@babel/helper-plugin-utils': 7.24.7
'@babel/plugin-transform-dotall-regex@7.24.7(@babel/core@7.24.7)':
@@ -12674,9 +14016,9 @@ snapshots:
'@babel/helper-create-regexp-features-plugin': 7.24.7(@babel/core@7.24.7)
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-transform-duplicate-keys@7.24.7(@babel/core@7.24.0)':
+ '@babel/plugin-transform-duplicate-keys@7.24.7(@babel/core@7.24.5)':
dependencies:
- '@babel/core': 7.24.0
+ '@babel/core': 7.24.5
'@babel/helper-plugin-utils': 7.24.7
'@babel/plugin-transform-duplicate-keys@7.24.7(@babel/core@7.24.7)':
@@ -12684,11 +14026,11 @@ snapshots:
'@babel/core': 7.24.7
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-transform-dynamic-import@7.24.7(@babel/core@7.24.0)':
+ '@babel/plugin-transform-dynamic-import@7.24.7(@babel/core@7.24.5)':
dependencies:
- '@babel/core': 7.24.0
+ '@babel/core': 7.24.5
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.24.0)
+ '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.24.5)
'@babel/plugin-transform-dynamic-import@7.24.7(@babel/core@7.24.7)':
dependencies:
@@ -12696,9 +14038,9 @@ snapshots:
'@babel/helper-plugin-utils': 7.24.7
'@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.24.7)
- '@babel/plugin-transform-exponentiation-operator@7.24.7(@babel/core@7.24.0)':
+ '@babel/plugin-transform-exponentiation-operator@7.24.7(@babel/core@7.24.5)':
dependencies:
- '@babel/core': 7.24.0
+ '@babel/core': 7.24.5
'@babel/helper-builder-binary-assignment-operator-visitor': 7.24.7
'@babel/helper-plugin-utils': 7.24.7
transitivePeerDependencies:
@@ -12712,11 +14054,11 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-export-namespace-from@7.24.7(@babel/core@7.24.0)':
+ '@babel/plugin-transform-export-namespace-from@7.24.7(@babel/core@7.24.5)':
dependencies:
- '@babel/core': 7.24.0
+ '@babel/core': 7.24.5
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.24.0)
+ '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.24.5)
'@babel/plugin-transform-export-namespace-from@7.24.7(@babel/core@7.24.7)':
dependencies:
@@ -12730,9 +14072,9 @@ snapshots:
'@babel/helper-plugin-utils': 7.24.7
'@babel/plugin-syntax-flow': 7.23.3(@babel/core@7.24.7)
- '@babel/plugin-transform-for-of@7.24.7(@babel/core@7.24.0)':
+ '@babel/plugin-transform-for-of@7.24.7(@babel/core@7.24.5)':
dependencies:
- '@babel/core': 7.24.0
+ '@babel/core': 7.24.5
'@babel/helper-plugin-utils': 7.24.7
'@babel/helper-skip-transparent-expression-wrappers': 7.24.7
transitivePeerDependencies:
@@ -12746,9 +14088,9 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-function-name@7.24.7(@babel/core@7.24.0)':
+ '@babel/plugin-transform-function-name@7.24.7(@babel/core@7.24.5)':
dependencies:
- '@babel/core': 7.24.0
+ '@babel/core': 7.24.5
'@babel/helper-compilation-targets': 7.24.7
'@babel/helper-function-name': 7.24.7
'@babel/helper-plugin-utils': 7.24.7
@@ -12760,11 +14102,11 @@ snapshots:
'@babel/helper-function-name': 7.24.7
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-transform-json-strings@7.24.7(@babel/core@7.24.0)':
+ '@babel/plugin-transform-json-strings@7.24.7(@babel/core@7.24.5)':
dependencies:
- '@babel/core': 7.24.0
+ '@babel/core': 7.24.5
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.24.0)
+ '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.24.5)
'@babel/plugin-transform-json-strings@7.24.7(@babel/core@7.24.7)':
dependencies:
@@ -12772,9 +14114,9 @@ snapshots:
'@babel/helper-plugin-utils': 7.24.7
'@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.24.7)
- '@babel/plugin-transform-literals@7.24.7(@babel/core@7.24.0)':
+ '@babel/plugin-transform-literals@7.24.7(@babel/core@7.24.5)':
dependencies:
- '@babel/core': 7.24.0
+ '@babel/core': 7.24.5
'@babel/helper-plugin-utils': 7.24.7
'@babel/plugin-transform-literals@7.24.7(@babel/core@7.24.7)':
@@ -12782,11 +14124,11 @@ snapshots:
'@babel/core': 7.24.7
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-transform-logical-assignment-operators@7.24.7(@babel/core@7.24.0)':
+ '@babel/plugin-transform-logical-assignment-operators@7.24.7(@babel/core@7.24.5)':
dependencies:
- '@babel/core': 7.24.0
+ '@babel/core': 7.24.5
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.24.0)
+ '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.24.5)
'@babel/plugin-transform-logical-assignment-operators@7.24.7(@babel/core@7.24.7)':
dependencies:
@@ -12794,9 +14136,9 @@ snapshots:
'@babel/helper-plugin-utils': 7.24.7
'@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.24.7)
- '@babel/plugin-transform-member-expression-literals@7.24.7(@babel/core@7.24.0)':
+ '@babel/plugin-transform-member-expression-literals@7.24.7(@babel/core@7.24.5)':
dependencies:
- '@babel/core': 7.24.0
+ '@babel/core': 7.24.5
'@babel/helper-plugin-utils': 7.24.7
'@babel/plugin-transform-member-expression-literals@7.24.7(@babel/core@7.24.7)':
@@ -12804,10 +14146,10 @@ snapshots:
'@babel/core': 7.24.7
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-transform-modules-amd@7.24.7(@babel/core@7.24.0)':
+ '@babel/plugin-transform-modules-amd@7.24.7(@babel/core@7.24.5)':
dependencies:
- '@babel/core': 7.24.0
- '@babel/helper-module-transforms': 7.24.7(@babel/core@7.24.0)
+ '@babel/core': 7.24.5
+ '@babel/helper-module-transforms': 7.24.7(@babel/core@7.24.5)
'@babel/helper-plugin-utils': 7.24.7
transitivePeerDependencies:
- supports-color
@@ -12820,10 +14162,10 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-modules-commonjs@7.24.7(@babel/core@7.24.0)':
+ '@babel/plugin-transform-modules-commonjs@7.24.7(@babel/core@7.24.5)':
dependencies:
- '@babel/core': 7.24.0
- '@babel/helper-module-transforms': 7.24.7(@babel/core@7.24.0)
+ '@babel/core': 7.24.5
+ '@babel/helper-module-transforms': 7.24.7(@babel/core@7.24.5)
'@babel/helper-plugin-utils': 7.24.7
'@babel/helper-simple-access': 7.24.7
transitivePeerDependencies:
@@ -12838,11 +14180,11 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-modules-systemjs@7.24.7(@babel/core@7.24.0)':
+ '@babel/plugin-transform-modules-systemjs@7.24.7(@babel/core@7.24.5)':
dependencies:
- '@babel/core': 7.24.0
+ '@babel/core': 7.24.5
'@babel/helper-hoist-variables': 7.24.7
- '@babel/helper-module-transforms': 7.24.7(@babel/core@7.24.0)
+ '@babel/helper-module-transforms': 7.24.7(@babel/core@7.24.5)
'@babel/helper-plugin-utils': 7.24.7
'@babel/helper-validator-identifier': 7.24.7
transitivePeerDependencies:
@@ -12858,10 +14200,10 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-modules-umd@7.24.7(@babel/core@7.24.0)':
+ '@babel/plugin-transform-modules-umd@7.24.7(@babel/core@7.24.5)':
dependencies:
- '@babel/core': 7.24.0
- '@babel/helper-module-transforms': 7.24.7(@babel/core@7.24.0)
+ '@babel/core': 7.24.5
+ '@babel/helper-module-transforms': 7.24.7(@babel/core@7.24.5)
'@babel/helper-plugin-utils': 7.24.7
transitivePeerDependencies:
- supports-color
@@ -12874,10 +14216,10 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-named-capturing-groups-regex@7.24.7(@babel/core@7.24.0)':
+ '@babel/plugin-transform-named-capturing-groups-regex@7.24.7(@babel/core@7.24.5)':
dependencies:
- '@babel/core': 7.24.0
- '@babel/helper-create-regexp-features-plugin': 7.24.7(@babel/core@7.24.0)
+ '@babel/core': 7.24.5
+ '@babel/helper-create-regexp-features-plugin': 7.24.7(@babel/core@7.24.5)
'@babel/helper-plugin-utils': 7.24.7
'@babel/plugin-transform-named-capturing-groups-regex@7.24.7(@babel/core@7.24.7)':
@@ -12886,9 +14228,9 @@ snapshots:
'@babel/helper-create-regexp-features-plugin': 7.24.7(@babel/core@7.24.7)
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-transform-new-target@7.24.7(@babel/core@7.24.0)':
+ '@babel/plugin-transform-new-target@7.24.7(@babel/core@7.24.5)':
dependencies:
- '@babel/core': 7.24.0
+ '@babel/core': 7.24.5
'@babel/helper-plugin-utils': 7.24.7
'@babel/plugin-transform-new-target@7.24.7(@babel/core@7.24.7)':
@@ -12896,11 +14238,11 @@ snapshots:
'@babel/core': 7.24.7
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-transform-nullish-coalescing-operator@7.24.7(@babel/core@7.24.0)':
+ '@babel/plugin-transform-nullish-coalescing-operator@7.24.7(@babel/core@7.24.5)':
dependencies:
- '@babel/core': 7.24.0
+ '@babel/core': 7.24.5
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.24.0)
+ '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.24.5)
'@babel/plugin-transform-nullish-coalescing-operator@7.24.7(@babel/core@7.24.7)':
dependencies:
@@ -12908,11 +14250,11 @@ snapshots:
'@babel/helper-plugin-utils': 7.24.7
'@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.24.7)
- '@babel/plugin-transform-numeric-separator@7.24.7(@babel/core@7.24.0)':
+ '@babel/plugin-transform-numeric-separator@7.24.7(@babel/core@7.24.5)':
dependencies:
- '@babel/core': 7.24.0
+ '@babel/core': 7.24.5
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.24.0)
+ '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.24.5)
'@babel/plugin-transform-numeric-separator@7.24.7(@babel/core@7.24.7)':
dependencies:
@@ -12920,13 +14262,13 @@ snapshots:
'@babel/helper-plugin-utils': 7.24.7
'@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.24.7)
- '@babel/plugin-transform-object-rest-spread@7.24.7(@babel/core@7.24.0)':
+ '@babel/plugin-transform-object-rest-spread@7.24.7(@babel/core@7.24.5)':
dependencies:
- '@babel/core': 7.24.0
+ '@babel/core': 7.24.5
'@babel/helper-compilation-targets': 7.24.7
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.24.0)
- '@babel/plugin-transform-parameters': 7.24.7(@babel/core@7.24.0)
+ '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.24.5)
+ '@babel/plugin-transform-parameters': 7.24.7(@babel/core@7.24.5)
'@babel/plugin-transform-object-rest-spread@7.24.7(@babel/core@7.24.7)':
dependencies:
@@ -12936,11 +14278,11 @@ snapshots:
'@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.24.7)
'@babel/plugin-transform-parameters': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-object-super@7.24.7(@babel/core@7.24.0)':
+ '@babel/plugin-transform-object-super@7.24.7(@babel/core@7.24.5)':
dependencies:
- '@babel/core': 7.24.0
+ '@babel/core': 7.24.5
'@babel/helper-plugin-utils': 7.24.7
- '@babel/helper-replace-supers': 7.24.7(@babel/core@7.24.0)
+ '@babel/helper-replace-supers': 7.24.7(@babel/core@7.24.5)
transitivePeerDependencies:
- supports-color
@@ -12952,11 +14294,11 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-optional-catch-binding@7.24.7(@babel/core@7.24.0)':
+ '@babel/plugin-transform-optional-catch-binding@7.24.7(@babel/core@7.24.5)':
dependencies:
- '@babel/core': 7.24.0
+ '@babel/core': 7.24.5
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.24.0)
+ '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.24.5)
'@babel/plugin-transform-optional-catch-binding@7.24.7(@babel/core@7.24.7)':
dependencies:
@@ -12964,12 +14306,12 @@ snapshots:
'@babel/helper-plugin-utils': 7.24.7
'@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.24.7)
- '@babel/plugin-transform-optional-chaining@7.24.7(@babel/core@7.24.0)':
+ '@babel/plugin-transform-optional-chaining@7.24.7(@babel/core@7.24.5)':
dependencies:
- '@babel/core': 7.24.0
+ '@babel/core': 7.24.5
'@babel/helper-plugin-utils': 7.24.7
'@babel/helper-skip-transparent-expression-wrappers': 7.24.7
- '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.24.0)
+ '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.24.5)
transitivePeerDependencies:
- supports-color
@@ -12982,9 +14324,9 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-parameters@7.24.7(@babel/core@7.24.0)':
+ '@babel/plugin-transform-parameters@7.24.7(@babel/core@7.24.5)':
dependencies:
- '@babel/core': 7.24.0
+ '@babel/core': 7.24.5
'@babel/helper-plugin-utils': 7.24.7
'@babel/plugin-transform-parameters@7.24.7(@babel/core@7.24.7)':
@@ -12992,10 +14334,10 @@ snapshots:
'@babel/core': 7.24.7
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-transform-private-methods@7.24.7(@babel/core@7.24.0)':
+ '@babel/plugin-transform-private-methods@7.24.7(@babel/core@7.24.5)':
dependencies:
- '@babel/core': 7.24.0
- '@babel/helper-create-class-features-plugin': 7.24.7(@babel/core@7.24.0)
+ '@babel/core': 7.24.5
+ '@babel/helper-create-class-features-plugin': 7.24.7(@babel/core@7.24.5)
'@babel/helper-plugin-utils': 7.24.7
transitivePeerDependencies:
- supports-color
@@ -13008,13 +14350,13 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-private-property-in-object@7.24.7(@babel/core@7.24.0)':
+ '@babel/plugin-transform-private-property-in-object@7.24.7(@babel/core@7.24.5)':
dependencies:
- '@babel/core': 7.24.0
+ '@babel/core': 7.24.5
'@babel/helper-annotate-as-pure': 7.24.7
- '@babel/helper-create-class-features-plugin': 7.24.7(@babel/core@7.24.0)
+ '@babel/helper-create-class-features-plugin': 7.24.7(@babel/core@7.24.5)
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.24.0)
+ '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.24.5)
transitivePeerDependencies:
- supports-color
@@ -13028,9 +14370,9 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-property-literals@7.24.7(@babel/core@7.24.0)':
+ '@babel/plugin-transform-property-literals@7.24.7(@babel/core@7.24.5)':
dependencies:
- '@babel/core': 7.24.0
+ '@babel/core': 7.24.5
'@babel/helper-plugin-utils': 7.24.7
'@babel/plugin-transform-property-literals@7.24.7(@babel/core@7.24.7)':
@@ -13038,9 +14380,9 @@ snapshots:
'@babel/core': 7.24.7
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-transform-regenerator@7.24.7(@babel/core@7.24.0)':
+ '@babel/plugin-transform-regenerator@7.24.7(@babel/core@7.24.5)':
dependencies:
- '@babel/core': 7.24.0
+ '@babel/core': 7.24.5
'@babel/helper-plugin-utils': 7.24.7
regenerator-transform: 0.15.2
@@ -13050,9 +14392,9 @@ snapshots:
'@babel/helper-plugin-utils': 7.24.7
regenerator-transform: 0.15.2
- '@babel/plugin-transform-reserved-words@7.24.7(@babel/core@7.24.0)':
+ '@babel/plugin-transform-reserved-words@7.24.7(@babel/core@7.24.5)':
dependencies:
- '@babel/core': 7.24.0
+ '@babel/core': 7.24.5
'@babel/helper-plugin-utils': 7.24.7
'@babel/plugin-transform-reserved-words@7.24.7(@babel/core@7.24.7)':
@@ -13060,21 +14402,33 @@ snapshots:
'@babel/core': 7.24.7
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-transform-runtime@7.24.0(@babel/core@7.24.0)':
+ '@babel/plugin-transform-runtime@7.24.3(@babel/core@7.24.5)':
+ dependencies:
+ '@babel/core': 7.24.5
+ '@babel/helper-module-imports': 7.24.7
+ '@babel/helper-plugin-utils': 7.24.7
+ babel-plugin-polyfill-corejs2: 0.4.10(@babel/core@7.24.5)
+ babel-plugin-polyfill-corejs3: 0.10.4(@babel/core@7.24.5)
+ babel-plugin-polyfill-regenerator: 0.6.2(@babel/core@7.24.5)
+ semver: 6.3.1
+ transitivePeerDependencies:
+ - supports-color
+
+ '@babel/plugin-transform-runtime@7.24.7(@babel/core@7.24.7)':
dependencies:
- '@babel/core': 7.24.0
+ '@babel/core': 7.24.7
'@babel/helper-module-imports': 7.24.7
'@babel/helper-plugin-utils': 7.24.7
- babel-plugin-polyfill-corejs2: 0.4.10(@babel/core@7.24.0)
- babel-plugin-polyfill-corejs3: 0.9.0(@babel/core@7.24.0)
- babel-plugin-polyfill-regenerator: 0.5.5(@babel/core@7.24.0)
+ babel-plugin-polyfill-corejs2: 0.4.10(@babel/core@7.24.7)
+ babel-plugin-polyfill-corejs3: 0.10.4(@babel/core@7.24.7)
+ babel-plugin-polyfill-regenerator: 0.6.2(@babel/core@7.24.7)
semver: 6.3.1
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-shorthand-properties@7.24.7(@babel/core@7.24.0)':
+ '@babel/plugin-transform-shorthand-properties@7.24.7(@babel/core@7.24.5)':
dependencies:
- '@babel/core': 7.24.0
+ '@babel/core': 7.24.5
'@babel/helper-plugin-utils': 7.24.7
'@babel/plugin-transform-shorthand-properties@7.24.7(@babel/core@7.24.7)':
@@ -13082,9 +14436,9 @@ snapshots:
'@babel/core': 7.24.7
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-transform-spread@7.24.7(@babel/core@7.24.0)':
+ '@babel/plugin-transform-spread@7.24.7(@babel/core@7.24.5)':
dependencies:
- '@babel/core': 7.24.0
+ '@babel/core': 7.24.5
'@babel/helper-plugin-utils': 7.24.7
'@babel/helper-skip-transparent-expression-wrappers': 7.24.7
transitivePeerDependencies:
@@ -13098,9 +14452,9 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-sticky-regex@7.24.7(@babel/core@7.24.0)':
+ '@babel/plugin-transform-sticky-regex@7.24.7(@babel/core@7.24.5)':
dependencies:
- '@babel/core': 7.24.0
+ '@babel/core': 7.24.5
'@babel/helper-plugin-utils': 7.24.7
'@babel/plugin-transform-sticky-regex@7.24.7(@babel/core@7.24.7)':
@@ -13108,9 +14462,9 @@ snapshots:
'@babel/core': 7.24.7
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-transform-template-literals@7.24.7(@babel/core@7.24.0)':
+ '@babel/plugin-transform-template-literals@7.24.7(@babel/core@7.24.5)':
dependencies:
- '@babel/core': 7.24.0
+ '@babel/core': 7.24.5
'@babel/helper-plugin-utils': 7.24.7
'@babel/plugin-transform-template-literals@7.24.7(@babel/core@7.24.7)':
@@ -13118,9 +14472,9 @@ snapshots:
'@babel/core': 7.24.7
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-transform-typeof-symbol@7.24.7(@babel/core@7.24.0)':
+ '@babel/plugin-transform-typeof-symbol@7.24.7(@babel/core@7.24.5)':
dependencies:
- '@babel/core': 7.24.0
+ '@babel/core': 7.24.5
'@babel/helper-plugin-utils': 7.24.7
'@babel/plugin-transform-typeof-symbol@7.24.7(@babel/core@7.24.7)':
@@ -13138,9 +14492,9 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-unicode-escapes@7.24.7(@babel/core@7.24.0)':
+ '@babel/plugin-transform-unicode-escapes@7.24.7(@babel/core@7.24.5)':
dependencies:
- '@babel/core': 7.24.0
+ '@babel/core': 7.24.5
'@babel/helper-plugin-utils': 7.24.7
'@babel/plugin-transform-unicode-escapes@7.24.7(@babel/core@7.24.7)':
@@ -13148,10 +14502,10 @@ snapshots:
'@babel/core': 7.24.7
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-transform-unicode-property-regex@7.24.7(@babel/core@7.24.0)':
+ '@babel/plugin-transform-unicode-property-regex@7.24.7(@babel/core@7.24.5)':
dependencies:
- '@babel/core': 7.24.0
- '@babel/helper-create-regexp-features-plugin': 7.24.7(@babel/core@7.24.0)
+ '@babel/core': 7.24.5
+ '@babel/helper-create-regexp-features-plugin': 7.24.7(@babel/core@7.24.5)
'@babel/helper-plugin-utils': 7.24.7
'@babel/plugin-transform-unicode-property-regex@7.24.7(@babel/core@7.24.7)':
@@ -13160,10 +14514,10 @@ snapshots:
'@babel/helper-create-regexp-features-plugin': 7.24.7(@babel/core@7.24.7)
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-transform-unicode-regex@7.24.7(@babel/core@7.24.0)':
+ '@babel/plugin-transform-unicode-regex@7.24.7(@babel/core@7.24.5)':
dependencies:
- '@babel/core': 7.24.0
- '@babel/helper-create-regexp-features-plugin': 7.24.7(@babel/core@7.24.0)
+ '@babel/core': 7.24.5
+ '@babel/helper-create-regexp-features-plugin': 7.24.7(@babel/core@7.24.5)
'@babel/helper-plugin-utils': 7.24.7
'@babel/plugin-transform-unicode-regex@7.24.7(@babel/core@7.24.7)':
@@ -13172,10 +14526,10 @@ snapshots:
'@babel/helper-create-regexp-features-plugin': 7.24.7(@babel/core@7.24.7)
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-transform-unicode-sets-regex@7.24.7(@babel/core@7.24.0)':
+ '@babel/plugin-transform-unicode-sets-regex@7.24.7(@babel/core@7.24.5)':
dependencies:
- '@babel/core': 7.24.0
- '@babel/helper-create-regexp-features-plugin': 7.24.7(@babel/core@7.24.0)
+ '@babel/core': 7.24.5
+ '@babel/helper-create-regexp-features-plugin': 7.24.7(@babel/core@7.24.5)
'@babel/helper-plugin-utils': 7.24.7
'@babel/plugin-transform-unicode-sets-regex@7.24.7(@babel/core@7.24.7)':
@@ -13184,87 +14538,88 @@ snapshots:
'@babel/helper-create-regexp-features-plugin': 7.24.7(@babel/core@7.24.7)
'@babel/helper-plugin-utils': 7.24.7
- '@babel/preset-env@7.24.0(@babel/core@7.24.0)':
+ '@babel/preset-env@7.24.5(@babel/core@7.24.5)':
dependencies:
'@babel/compat-data': 7.24.7
- '@babel/core': 7.24.0
+ '@babel/core': 7.24.5
'@babel/helper-compilation-targets': 7.24.7
'@babel/helper-plugin-utils': 7.24.7
'@babel/helper-validator-option': 7.24.7
- '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.24.7(@babel/core@7.24.0)
- '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.24.7(@babel/core@7.24.0)
- '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.24.7(@babel/core@7.24.0)
- '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.24.0)
- '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.24.0)
- '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.24.0)
- '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.24.0)
- '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.24.0)
- '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.24.0)
- '@babel/plugin-syntax-import-assertions': 7.24.7(@babel/core@7.24.0)
- '@babel/plugin-syntax-import-attributes': 7.24.7(@babel/core@7.24.0)
- '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.24.0)
- '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.24.0)
- '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.24.0)
- '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.24.0)
- '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.24.0)
- '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.24.0)
- '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.24.0)
- '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.24.0)
- '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.24.0)
- '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.24.0)
- '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.24.0)
- '@babel/plugin-transform-arrow-functions': 7.24.7(@babel/core@7.24.0)
- '@babel/plugin-transform-async-generator-functions': 7.24.7(@babel/core@7.24.0)
- '@babel/plugin-transform-async-to-generator': 7.24.7(@babel/core@7.24.0)
- '@babel/plugin-transform-block-scoped-functions': 7.24.7(@babel/core@7.24.0)
- '@babel/plugin-transform-block-scoping': 7.24.7(@babel/core@7.24.0)
- '@babel/plugin-transform-class-properties': 7.24.7(@babel/core@7.24.0)
- '@babel/plugin-transform-class-static-block': 7.24.7(@babel/core@7.24.0)
- '@babel/plugin-transform-classes': 7.24.7(@babel/core@7.24.0)
- '@babel/plugin-transform-computed-properties': 7.24.7(@babel/core@7.24.0)
- '@babel/plugin-transform-destructuring': 7.24.7(@babel/core@7.24.0)
- '@babel/plugin-transform-dotall-regex': 7.24.7(@babel/core@7.24.0)
- '@babel/plugin-transform-duplicate-keys': 7.24.7(@babel/core@7.24.0)
- '@babel/plugin-transform-dynamic-import': 7.24.7(@babel/core@7.24.0)
- '@babel/plugin-transform-exponentiation-operator': 7.24.7(@babel/core@7.24.0)
- '@babel/plugin-transform-export-namespace-from': 7.24.7(@babel/core@7.24.0)
- '@babel/plugin-transform-for-of': 7.24.7(@babel/core@7.24.0)
- '@babel/plugin-transform-function-name': 7.24.7(@babel/core@7.24.0)
- '@babel/plugin-transform-json-strings': 7.24.7(@babel/core@7.24.0)
- '@babel/plugin-transform-literals': 7.24.7(@babel/core@7.24.0)
- '@babel/plugin-transform-logical-assignment-operators': 7.24.7(@babel/core@7.24.0)
- '@babel/plugin-transform-member-expression-literals': 7.24.7(@babel/core@7.24.0)
- '@babel/plugin-transform-modules-amd': 7.24.7(@babel/core@7.24.0)
- '@babel/plugin-transform-modules-commonjs': 7.24.7(@babel/core@7.24.0)
- '@babel/plugin-transform-modules-systemjs': 7.24.7(@babel/core@7.24.0)
- '@babel/plugin-transform-modules-umd': 7.24.7(@babel/core@7.24.0)
- '@babel/plugin-transform-named-capturing-groups-regex': 7.24.7(@babel/core@7.24.0)
- '@babel/plugin-transform-new-target': 7.24.7(@babel/core@7.24.0)
- '@babel/plugin-transform-nullish-coalescing-operator': 7.24.7(@babel/core@7.24.0)
- '@babel/plugin-transform-numeric-separator': 7.24.7(@babel/core@7.24.0)
- '@babel/plugin-transform-object-rest-spread': 7.24.7(@babel/core@7.24.0)
- '@babel/plugin-transform-object-super': 7.24.7(@babel/core@7.24.0)
- '@babel/plugin-transform-optional-catch-binding': 7.24.7(@babel/core@7.24.0)
- '@babel/plugin-transform-optional-chaining': 7.24.7(@babel/core@7.24.0)
- '@babel/plugin-transform-parameters': 7.24.7(@babel/core@7.24.0)
- '@babel/plugin-transform-private-methods': 7.24.7(@babel/core@7.24.0)
- '@babel/plugin-transform-private-property-in-object': 7.24.7(@babel/core@7.24.0)
- '@babel/plugin-transform-property-literals': 7.24.7(@babel/core@7.24.0)
- '@babel/plugin-transform-regenerator': 7.24.7(@babel/core@7.24.0)
- '@babel/plugin-transform-reserved-words': 7.24.7(@babel/core@7.24.0)
- '@babel/plugin-transform-shorthand-properties': 7.24.7(@babel/core@7.24.0)
- '@babel/plugin-transform-spread': 7.24.7(@babel/core@7.24.0)
- '@babel/plugin-transform-sticky-regex': 7.24.7(@babel/core@7.24.0)
- '@babel/plugin-transform-template-literals': 7.24.7(@babel/core@7.24.0)
- '@babel/plugin-transform-typeof-symbol': 7.24.7(@babel/core@7.24.0)
- '@babel/plugin-transform-unicode-escapes': 7.24.7(@babel/core@7.24.0)
- '@babel/plugin-transform-unicode-property-regex': 7.24.7(@babel/core@7.24.0)
- '@babel/plugin-transform-unicode-regex': 7.24.7(@babel/core@7.24.0)
- '@babel/plugin-transform-unicode-sets-regex': 7.24.7(@babel/core@7.24.0)
- '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.24.0)
- babel-plugin-polyfill-corejs2: 0.4.10(@babel/core@7.24.0)
- babel-plugin-polyfill-corejs3: 0.9.0(@babel/core@7.24.0)
- babel-plugin-polyfill-regenerator: 0.5.5(@babel/core@7.24.0)
+ '@babel/plugin-bugfix-firefox-class-in-computed-class-key': 7.24.7(@babel/core@7.24.5)
+ '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.24.7(@babel/core@7.24.5)
+ '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.24.7(@babel/core@7.24.5)
+ '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.24.7(@babel/core@7.24.5)
+ '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.24.5)
+ '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.24.5)
+ '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.24.5)
+ '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.24.5)
+ '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.24.5)
+ '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.24.5)
+ '@babel/plugin-syntax-import-assertions': 7.24.7(@babel/core@7.24.5)
+ '@babel/plugin-syntax-import-attributes': 7.24.7(@babel/core@7.24.5)
+ '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.24.5)
+ '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.24.5)
+ '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.24.5)
+ '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.24.5)
+ '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.24.5)
+ '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.24.5)
+ '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.24.5)
+ '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.24.5)
+ '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.24.5)
+ '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.24.5)
+ '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.24.5)
+ '@babel/plugin-transform-arrow-functions': 7.24.7(@babel/core@7.24.5)
+ '@babel/plugin-transform-async-generator-functions': 7.24.7(@babel/core@7.24.5)
+ '@babel/plugin-transform-async-to-generator': 7.24.7(@babel/core@7.24.5)
+ '@babel/plugin-transform-block-scoped-functions': 7.24.7(@babel/core@7.24.5)
+ '@babel/plugin-transform-block-scoping': 7.24.7(@babel/core@7.24.5)
+ '@babel/plugin-transform-class-properties': 7.24.7(@babel/core@7.24.5)
+ '@babel/plugin-transform-class-static-block': 7.24.7(@babel/core@7.24.5)
+ '@babel/plugin-transform-classes': 7.24.7(@babel/core@7.24.5)
+ '@babel/plugin-transform-computed-properties': 7.24.7(@babel/core@7.24.5)
+ '@babel/plugin-transform-destructuring': 7.24.7(@babel/core@7.24.5)
+ '@babel/plugin-transform-dotall-regex': 7.24.7(@babel/core@7.24.5)
+ '@babel/plugin-transform-duplicate-keys': 7.24.7(@babel/core@7.24.5)
+ '@babel/plugin-transform-dynamic-import': 7.24.7(@babel/core@7.24.5)
+ '@babel/plugin-transform-exponentiation-operator': 7.24.7(@babel/core@7.24.5)
+ '@babel/plugin-transform-export-namespace-from': 7.24.7(@babel/core@7.24.5)
+ '@babel/plugin-transform-for-of': 7.24.7(@babel/core@7.24.5)
+ '@babel/plugin-transform-function-name': 7.24.7(@babel/core@7.24.5)
+ '@babel/plugin-transform-json-strings': 7.24.7(@babel/core@7.24.5)
+ '@babel/plugin-transform-literals': 7.24.7(@babel/core@7.24.5)
+ '@babel/plugin-transform-logical-assignment-operators': 7.24.7(@babel/core@7.24.5)
+ '@babel/plugin-transform-member-expression-literals': 7.24.7(@babel/core@7.24.5)
+ '@babel/plugin-transform-modules-amd': 7.24.7(@babel/core@7.24.5)
+ '@babel/plugin-transform-modules-commonjs': 7.24.7(@babel/core@7.24.5)
+ '@babel/plugin-transform-modules-systemjs': 7.24.7(@babel/core@7.24.5)
+ '@babel/plugin-transform-modules-umd': 7.24.7(@babel/core@7.24.5)
+ '@babel/plugin-transform-named-capturing-groups-regex': 7.24.7(@babel/core@7.24.5)
+ '@babel/plugin-transform-new-target': 7.24.7(@babel/core@7.24.5)
+ '@babel/plugin-transform-nullish-coalescing-operator': 7.24.7(@babel/core@7.24.5)
+ '@babel/plugin-transform-numeric-separator': 7.24.7(@babel/core@7.24.5)
+ '@babel/plugin-transform-object-rest-spread': 7.24.7(@babel/core@7.24.5)
+ '@babel/plugin-transform-object-super': 7.24.7(@babel/core@7.24.5)
+ '@babel/plugin-transform-optional-catch-binding': 7.24.7(@babel/core@7.24.5)
+ '@babel/plugin-transform-optional-chaining': 7.24.7(@babel/core@7.24.5)
+ '@babel/plugin-transform-parameters': 7.24.7(@babel/core@7.24.5)
+ '@babel/plugin-transform-private-methods': 7.24.7(@babel/core@7.24.5)
+ '@babel/plugin-transform-private-property-in-object': 7.24.7(@babel/core@7.24.5)
+ '@babel/plugin-transform-property-literals': 7.24.7(@babel/core@7.24.5)
+ '@babel/plugin-transform-regenerator': 7.24.7(@babel/core@7.24.5)
+ '@babel/plugin-transform-reserved-words': 7.24.7(@babel/core@7.24.5)
+ '@babel/plugin-transform-shorthand-properties': 7.24.7(@babel/core@7.24.5)
+ '@babel/plugin-transform-spread': 7.24.7(@babel/core@7.24.5)
+ '@babel/plugin-transform-sticky-regex': 7.24.7(@babel/core@7.24.5)
+ '@babel/plugin-transform-template-literals': 7.24.7(@babel/core@7.24.5)
+ '@babel/plugin-transform-typeof-symbol': 7.24.7(@babel/core@7.24.5)
+ '@babel/plugin-transform-unicode-escapes': 7.24.7(@babel/core@7.24.5)
+ '@babel/plugin-transform-unicode-property-regex': 7.24.7(@babel/core@7.24.5)
+ '@babel/plugin-transform-unicode-regex': 7.24.7(@babel/core@7.24.5)
+ '@babel/plugin-transform-unicode-sets-regex': 7.24.7(@babel/core@7.24.5)
+ '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.24.5)
+ babel-plugin-polyfill-corejs2: 0.4.10(@babel/core@7.24.5)
+ babel-plugin-polyfill-corejs3: 0.10.4(@babel/core@7.24.5)
+ babel-plugin-polyfill-regenerator: 0.6.2(@babel/core@7.24.5)
core-js-compat: 3.37.1
semver: 6.3.1
transitivePeerDependencies:
@@ -13364,9 +14719,9 @@ snapshots:
'@babel/helper-validator-option': 7.24.7
'@babel/plugin-transform-flow-strip-types': 7.23.3(@babel/core@7.24.7)
- '@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.24.0)':
+ '@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.24.5)':
dependencies:
- '@babel/core': 7.24.0
+ '@babel/core': 7.24.5
'@babel/helper-plugin-utils': 7.24.7
'@babel/types': 7.24.7
esutils: 2.0.3
@@ -13408,6 +14763,14 @@ snapshots:
dependencies:
regenerator-runtime: 0.14.1
+ '@babel/runtime@7.24.5':
+ dependencies:
+ regenerator-runtime: 0.14.1
+
+ '@babel/runtime@7.24.7':
+ dependencies:
+ regenerator-runtime: 0.14.1
+
'@babel/template@7.24.7':
dependencies:
'@babel/code-frame': 7.24.7
@@ -13429,12 +14792,6 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@babel/types@7.24.5':
- dependencies:
- '@babel/helper-string-parser': 7.24.1
- '@babel/helper-validator-identifier': 7.24.5
- to-fast-properties: 2.0.0
-
'@babel/types@7.24.7':
dependencies:
'@babel/helper-string-parser': 7.24.7
@@ -13470,7 +14827,7 @@ snapshots:
'@changesets/apply-release-plan@7.0.4':
dependencies:
- '@babel/runtime': 7.24.0
+ '@babel/runtime': 7.24.7
'@changesets/config': 3.0.2
'@changesets/get-version-range-type': 0.4.0
'@changesets/git': 3.0.0
@@ -13483,17 +14840,17 @@ snapshots:
outdent: 0.5.0
prettier: 2.8.8
resolve-from: 5.0.0
- semver: 7.6.0
+ semver: 7.6.2
'@changesets/assemble-release-plan@6.0.3':
dependencies:
- '@babel/runtime': 7.24.0
+ '@babel/runtime': 7.24.7
'@changesets/errors': 0.2.0
'@changesets/get-dependents-graph': 2.1.1
'@changesets/should-skip-package': 0.1.0
'@changesets/types': 6.0.0
'@manypkg/get-packages': 1.1.3
- semver: 7.6.0
+ semver: 7.6.2
'@changesets/changelog-git@0.2.0':
dependencies:
@@ -13554,7 +14911,7 @@ snapshots:
'@manypkg/get-packages': 1.1.3
chalk: 2.4.2
fs-extra: 7.0.1
- semver: 7.6.0
+ semver: 7.6.2
'@changesets/get-github-info@0.6.0(encoding@0.1.13)':
dependencies:
@@ -13565,7 +14922,7 @@ snapshots:
'@changesets/get-release-plan@4.0.3':
dependencies:
- '@babel/runtime': 7.24.0
+ '@babel/runtime': 7.24.7
'@changesets/assemble-release-plan': 6.0.3
'@changesets/config': 3.0.2
'@changesets/pre': 2.0.0
@@ -13577,7 +14934,7 @@ snapshots:
'@changesets/git@3.0.0':
dependencies:
- '@babel/runtime': 7.24.0
+ '@babel/runtime': 7.24.7
'@changesets/errors': 0.2.0
'@changesets/types': 6.0.0
'@manypkg/get-packages': 1.1.3
@@ -13596,7 +14953,7 @@ snapshots:
'@changesets/pre@2.0.0':
dependencies:
- '@babel/runtime': 7.24.0
+ '@babel/runtime': 7.24.7
'@changesets/errors': 0.2.0
'@changesets/types': 6.0.0
'@manypkg/get-packages': 1.1.3
@@ -13604,7 +14961,7 @@ snapshots:
'@changesets/read@0.6.0':
dependencies:
- '@babel/runtime': 7.24.0
+ '@babel/runtime': 7.24.7
'@changesets/git': 3.0.0
'@changesets/logger': 0.1.0
'@changesets/parse': 0.4.0
@@ -13615,7 +14972,7 @@ snapshots:
'@changesets/should-skip-package@0.1.0':
dependencies:
- '@babel/runtime': 7.24.0
+ '@babel/runtime': 7.24.7
'@changesets/types': 6.0.0
'@manypkg/get-packages': 1.1.3
@@ -13625,7 +14982,7 @@ snapshots:
'@changesets/write@0.3.1':
dependencies:
- '@babel/runtime': 7.24.0
+ '@babel/runtime': 7.24.7
'@changesets/types': 6.0.0
fs-extra: 7.0.1
human-id: 1.0.2
@@ -13673,10 +15030,10 @@ snapshots:
tunnel-agent: 0.6.0
uuid: 8.3.2
- '@cypress/schematic@2.5.2(@angular/cli@17.3.8(chokidar@3.6.0))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))':
+ '@cypress/schematic@2.5.2(@angular/cli@18.0.7(chokidar@3.6.0))(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))':
dependencies:
- '@angular/cli': 17.3.8(chokidar@3.6.0)
- '@angular/core': 17.3.11(rxjs@7.8.1)(zone.js@0.14.7)
+ '@angular/cli': 18.0.7(chokidar@3.6.0)
+ '@angular/core': 18.1.0(rxjs@7.8.1)(zone.js@0.14.7)
jsonc-parser: 3.2.1
rxjs: 6.6.7
@@ -13691,146 +15048,300 @@ snapshots:
'@dual-bundle/import-meta-resolve@4.1.0': {}
+ '@emnapi/core@1.2.0':
+ dependencies:
+ '@emnapi/wasi-threads': 1.0.1
+ tslib: 2.6.3
+
+ '@emnapi/runtime@1.2.0':
+ dependencies:
+ tslib: 2.6.3
+
+ '@emnapi/wasi-threads@1.0.1':
+ dependencies:
+ tslib: 2.6.3
+
'@emotion/use-insertion-effect-with-fallbacks@1.0.1(react@18.3.1)':
dependencies:
react: 18.3.1
- '@esbuild/aix-ppc64@0.19.12':
+ '@esbuild/aix-ppc64@0.20.1':
optional: true
- '@esbuild/aix-ppc64@0.20.1':
+ '@esbuild/aix-ppc64@0.21.3':
optional: true
- '@esbuild/android-arm64@0.19.12':
+ '@esbuild/aix-ppc64@0.21.5':
+ optional: true
+
+ '@esbuild/aix-ppc64@0.23.0':
optional: true
'@esbuild/android-arm64@0.20.1':
optional: true
- '@esbuild/android-arm@0.19.12':
+ '@esbuild/android-arm64@0.21.3':
+ optional: true
+
+ '@esbuild/android-arm64@0.21.5':
+ optional: true
+
+ '@esbuild/android-arm64@0.23.0':
optional: true
'@esbuild/android-arm@0.20.1':
optional: true
- '@esbuild/android-x64@0.19.12':
+ '@esbuild/android-arm@0.21.3':
+ optional: true
+
+ '@esbuild/android-arm@0.21.5':
+ optional: true
+
+ '@esbuild/android-arm@0.23.0':
+ optional: true
+
+ '@esbuild/android-x64@0.20.1':
+ optional: true
+
+ '@esbuild/android-x64@0.21.3':
+ optional: true
+
+ '@esbuild/android-x64@0.21.5':
+ optional: true
+
+ '@esbuild/android-x64@0.23.0':
+ optional: true
+
+ '@esbuild/darwin-arm64@0.20.1':
+ optional: true
+
+ '@esbuild/darwin-arm64@0.21.3':
+ optional: true
+
+ '@esbuild/darwin-arm64@0.21.5':
+ optional: true
+
+ '@esbuild/darwin-arm64@0.23.0':
+ optional: true
+
+ '@esbuild/darwin-x64@0.20.1':
+ optional: true
+
+ '@esbuild/darwin-x64@0.21.3':
+ optional: true
+
+ '@esbuild/darwin-x64@0.21.5':
+ optional: true
+
+ '@esbuild/darwin-x64@0.23.0':
+ optional: true
+
+ '@esbuild/freebsd-arm64@0.20.1':
+ optional: true
+
+ '@esbuild/freebsd-arm64@0.21.3':
+ optional: true
+
+ '@esbuild/freebsd-arm64@0.21.5':
+ optional: true
+
+ '@esbuild/freebsd-arm64@0.23.0':
+ optional: true
+
+ '@esbuild/freebsd-x64@0.20.1':
+ optional: true
+
+ '@esbuild/freebsd-x64@0.21.3':
+ optional: true
+
+ '@esbuild/freebsd-x64@0.21.5':
+ optional: true
+
+ '@esbuild/freebsd-x64@0.23.0':
+ optional: true
+
+ '@esbuild/linux-arm64@0.20.1':
+ optional: true
+
+ '@esbuild/linux-arm64@0.21.3':
+ optional: true
+
+ '@esbuild/linux-arm64@0.21.5':
+ optional: true
+
+ '@esbuild/linux-arm64@0.23.0':
+ optional: true
+
+ '@esbuild/linux-arm@0.20.1':
+ optional: true
+
+ '@esbuild/linux-arm@0.21.3':
+ optional: true
+
+ '@esbuild/linux-arm@0.21.5':
+ optional: true
+
+ '@esbuild/linux-arm@0.23.0':
+ optional: true
+
+ '@esbuild/linux-ia32@0.20.1':
+ optional: true
+
+ '@esbuild/linux-ia32@0.21.3':
+ optional: true
+
+ '@esbuild/linux-ia32@0.21.5':
+ optional: true
+
+ '@esbuild/linux-ia32@0.23.0':
+ optional: true
+
+ '@esbuild/linux-loong64@0.20.1':
+ optional: true
+
+ '@esbuild/linux-loong64@0.21.3':
+ optional: true
+
+ '@esbuild/linux-loong64@0.21.5':
+ optional: true
+
+ '@esbuild/linux-loong64@0.23.0':
+ optional: true
+
+ '@esbuild/linux-mips64el@0.20.1':
+ optional: true
+
+ '@esbuild/linux-mips64el@0.21.3':
+ optional: true
+
+ '@esbuild/linux-mips64el@0.21.5':
+ optional: true
+
+ '@esbuild/linux-mips64el@0.23.0':
+ optional: true
+
+ '@esbuild/linux-ppc64@0.20.1':
+ optional: true
+
+ '@esbuild/linux-ppc64@0.21.3':
optional: true
- '@esbuild/android-x64@0.20.1':
+ '@esbuild/linux-ppc64@0.21.5':
optional: true
- '@esbuild/darwin-arm64@0.19.12':
+ '@esbuild/linux-ppc64@0.23.0':
optional: true
- '@esbuild/darwin-arm64@0.20.1':
+ '@esbuild/linux-riscv64@0.20.1':
optional: true
- '@esbuild/darwin-x64@0.19.12':
+ '@esbuild/linux-riscv64@0.21.3':
optional: true
- '@esbuild/darwin-x64@0.20.1':
+ '@esbuild/linux-riscv64@0.21.5':
optional: true
- '@esbuild/freebsd-arm64@0.19.12':
+ '@esbuild/linux-riscv64@0.23.0':
optional: true
- '@esbuild/freebsd-arm64@0.20.1':
+ '@esbuild/linux-s390x@0.20.1':
optional: true
- '@esbuild/freebsd-x64@0.19.12':
+ '@esbuild/linux-s390x@0.21.3':
optional: true
- '@esbuild/freebsd-x64@0.20.1':
+ '@esbuild/linux-s390x@0.21.5':
optional: true
- '@esbuild/linux-arm64@0.19.12':
+ '@esbuild/linux-s390x@0.23.0':
optional: true
- '@esbuild/linux-arm64@0.20.1':
+ '@esbuild/linux-x64@0.20.1':
optional: true
- '@esbuild/linux-arm@0.19.12':
+ '@esbuild/linux-x64@0.21.3':
optional: true
- '@esbuild/linux-arm@0.20.1':
+ '@esbuild/linux-x64@0.21.5':
optional: true
- '@esbuild/linux-ia32@0.19.12':
+ '@esbuild/linux-x64@0.23.0':
optional: true
- '@esbuild/linux-ia32@0.20.1':
+ '@esbuild/netbsd-x64@0.20.1':
optional: true
- '@esbuild/linux-loong64@0.19.12':
+ '@esbuild/netbsd-x64@0.21.3':
optional: true
- '@esbuild/linux-loong64@0.20.1':
+ '@esbuild/netbsd-x64@0.21.5':
optional: true
- '@esbuild/linux-mips64el@0.19.12':
+ '@esbuild/netbsd-x64@0.23.0':
optional: true
- '@esbuild/linux-mips64el@0.20.1':
+ '@esbuild/openbsd-arm64@0.23.0':
optional: true
- '@esbuild/linux-ppc64@0.19.12':
+ '@esbuild/openbsd-x64@0.20.1':
optional: true
- '@esbuild/linux-ppc64@0.20.1':
+ '@esbuild/openbsd-x64@0.21.3':
optional: true
- '@esbuild/linux-riscv64@0.19.12':
+ '@esbuild/openbsd-x64@0.21.5':
optional: true
- '@esbuild/linux-riscv64@0.20.1':
+ '@esbuild/openbsd-x64@0.23.0':
optional: true
- '@esbuild/linux-s390x@0.19.12':
+ '@esbuild/sunos-x64@0.20.1':
optional: true
- '@esbuild/linux-s390x@0.20.1':
+ '@esbuild/sunos-x64@0.21.3':
optional: true
- '@esbuild/linux-x64@0.19.12':
+ '@esbuild/sunos-x64@0.21.5':
optional: true
- '@esbuild/linux-x64@0.20.1':
+ '@esbuild/sunos-x64@0.23.0':
optional: true
- '@esbuild/netbsd-x64@0.19.12':
+ '@esbuild/win32-arm64@0.20.1':
optional: true
- '@esbuild/netbsd-x64@0.20.1':
+ '@esbuild/win32-arm64@0.21.3':
optional: true
- '@esbuild/openbsd-x64@0.19.12':
+ '@esbuild/win32-arm64@0.21.5':
optional: true
- '@esbuild/openbsd-x64@0.20.1':
+ '@esbuild/win32-arm64@0.23.0':
optional: true
- '@esbuild/sunos-x64@0.19.12':
+ '@esbuild/win32-ia32@0.20.1':
optional: true
- '@esbuild/sunos-x64@0.20.1':
+ '@esbuild/win32-ia32@0.21.3':
optional: true
- '@esbuild/win32-arm64@0.19.12':
+ '@esbuild/win32-ia32@0.21.5':
optional: true
- '@esbuild/win32-arm64@0.20.1':
+ '@esbuild/win32-ia32@0.23.0':
optional: true
- '@esbuild/win32-ia32@0.19.12':
+ '@esbuild/win32-x64@0.20.1':
optional: true
- '@esbuild/win32-ia32@0.20.1':
+ '@esbuild/win32-x64@0.21.3':
optional: true
- '@esbuild/win32-x64@0.19.12':
+ '@esbuild/win32-x64@0.21.5':
optional: true
- '@esbuild/win32-x64@0.20.1':
+ '@esbuild/win32-x64@0.23.0':
optional: true
'@eslint-community/eslint-utils@4.4.0(eslint@8.57.0)':
@@ -13895,6 +15406,112 @@ snapshots:
'@humanwhocodes/object-schema@2.0.3': {}
+ '@inquirer/checkbox@2.4.0':
+ dependencies:
+ '@inquirer/core': 9.0.3
+ '@inquirer/figures': 1.0.4
+ '@inquirer/type': 1.5.0
+ ansi-escapes: 4.3.2
+ yoctocolors-cjs: 2.1.2
+
+ '@inquirer/confirm@3.1.11':
+ dependencies:
+ '@inquirer/core': 8.2.4
+ '@inquirer/type': 1.5.0
+
+ '@inquirer/confirm@3.1.15':
+ dependencies:
+ '@inquirer/core': 9.0.3
+ '@inquirer/type': 1.5.0
+
+ '@inquirer/core@8.2.4':
+ dependencies:
+ '@inquirer/figures': 1.0.4
+ '@inquirer/type': 1.5.0
+ '@types/mute-stream': 0.0.4
+ '@types/node': 20.14.9
+ '@types/wrap-ansi': 3.0.0
+ ansi-escapes: 4.3.2
+ cli-spinners: 2.9.2
+ cli-width: 4.1.0
+ mute-stream: 1.0.0
+ picocolors: 1.0.1
+ signal-exit: 4.1.0
+ strip-ansi: 6.0.1
+ wrap-ansi: 6.2.0
+
+ '@inquirer/core@9.0.3':
+ dependencies:
+ '@inquirer/figures': 1.0.4
+ '@inquirer/type': 1.5.0
+ '@types/mute-stream': 0.0.4
+ '@types/node': 20.14.11
+ '@types/wrap-ansi': 3.0.0
+ ansi-escapes: 4.3.2
+ cli-spinners: 2.9.2
+ cli-width: 4.1.0
+ mute-stream: 1.0.0
+ signal-exit: 4.1.0
+ strip-ansi: 6.0.1
+ wrap-ansi: 6.2.0
+ yoctocolors-cjs: 2.1.2
+
+ '@inquirer/editor@2.1.15':
+ dependencies:
+ '@inquirer/core': 9.0.3
+ '@inquirer/type': 1.5.0
+ external-editor: 3.1.0
+
+ '@inquirer/expand@2.1.15':
+ dependencies:
+ '@inquirer/core': 9.0.3
+ '@inquirer/type': 1.5.0
+ yoctocolors-cjs: 2.1.2
+
+ '@inquirer/figures@1.0.3': {}
+
+ '@inquirer/figures@1.0.4': {}
+
+ '@inquirer/input@2.2.2':
+ dependencies:
+ '@inquirer/core': 9.0.3
+ '@inquirer/type': 1.5.0
+
+ '@inquirer/password@2.1.15':
+ dependencies:
+ '@inquirer/core': 9.0.3
+ '@inquirer/type': 1.5.0
+ ansi-escapes: 4.3.2
+
+ '@inquirer/prompts@5.0.7':
+ dependencies:
+ '@inquirer/checkbox': 2.4.0
+ '@inquirer/confirm': 3.1.15
+ '@inquirer/editor': 2.1.15
+ '@inquirer/expand': 2.1.15
+ '@inquirer/input': 2.2.2
+ '@inquirer/password': 2.1.15
+ '@inquirer/rawlist': 2.1.15
+ '@inquirer/select': 2.4.0
+
+ '@inquirer/rawlist@2.1.15':
+ dependencies:
+ '@inquirer/core': 9.0.3
+ '@inquirer/type': 1.5.0
+ yoctocolors-cjs: 2.1.2
+
+ '@inquirer/select@2.4.0':
+ dependencies:
+ '@inquirer/core': 9.0.3
+ '@inquirer/figures': 1.0.4
+ '@inquirer/type': 1.5.0
+ ansi-escapes: 4.3.2
+ yoctocolors-cjs: 2.1.2
+
+ '@inquirer/type@1.5.0':
+ dependencies:
+ mute-stream: 1.0.0
+
'@isaacs/cliui@8.0.2':
dependencies:
string-width: 5.1.2
@@ -13923,7 +15540,7 @@ snapshots:
jest-util: 29.7.0
slash: 3.0.0
- '@jest/core@29.7.0(ts-node@10.9.2(@types/node@20.12.7)(typescript@5.3.3))':
+ '@jest/core@29.7.0(ts-node@10.9.2(@types/node@20.12.7)(typescript@5.4.5))':
dependencies:
'@jest/console': 29.7.0
'@jest/reporters': 29.7.0
@@ -13937,7 +15554,7 @@ snapshots:
exit: 0.1.2
graceful-fs: 4.2.11
jest-changed-files: 29.7.0
- jest-config: 29.7.0(@types/node@20.14.9)(ts-node@10.9.2(@types/node@20.12.7)(typescript@5.3.3))
+ jest-config: 29.7.0(@types/node@20.14.9)(ts-node@10.9.2(@types/node@20.12.7)(typescript@5.4.5))
jest-haste-map: 29.7.0
jest-message-util: 29.7.0
jest-regex-util: 29.6.3
@@ -14080,7 +15697,7 @@ snapshots:
glob: 7.2.3
graceful-fs: 4.2.11
istanbul-lib-coverage: 3.2.0
- istanbul-lib-instrument: 6.0.0
+ istanbul-lib-instrument: 6.0.2
istanbul-lib-report: 3.0.0
istanbul-lib-source-maps: 4.0.1
istanbul-reports: 3.1.5
@@ -14200,6 +15817,11 @@ snapshots:
'@leichtgewicht/ip-codec@2.0.4': {}
+ '@listr2/prompt-adapter-inquirer@2.0.13(@inquirer/prompts@5.0.7)':
+ dependencies:
+ '@inquirer/prompts': 5.0.7
+ '@inquirer/type': 1.5.0
+
'@lit-labs/ssr-dom-shim@1.2.0': {}
'@lit/reactive-element@2.0.4':
@@ -14214,16 +15836,52 @@ snapshots:
dependencies:
call-bind: 1.0.7
+ '@lmdb/lmdb-darwin-arm64@3.0.12':
+ optional: true
+
+ '@lmdb/lmdb-darwin-arm64@3.0.8':
+ optional: true
+
+ '@lmdb/lmdb-darwin-x64@3.0.12':
+ optional: true
+
+ '@lmdb/lmdb-darwin-x64@3.0.8':
+ optional: true
+
+ '@lmdb/lmdb-linux-arm64@3.0.12':
+ optional: true
+
+ '@lmdb/lmdb-linux-arm64@3.0.8':
+ optional: true
+
+ '@lmdb/lmdb-linux-arm@3.0.12':
+ optional: true
+
+ '@lmdb/lmdb-linux-arm@3.0.8':
+ optional: true
+
+ '@lmdb/lmdb-linux-x64@3.0.12':
+ optional: true
+
+ '@lmdb/lmdb-linux-x64@3.0.8':
+ optional: true
+
+ '@lmdb/lmdb-win32-x64@3.0.12':
+ optional: true
+
+ '@lmdb/lmdb-win32-x64@3.0.8':
+ optional: true
+
'@manypkg/find-root@1.1.0':
dependencies:
- '@babel/runtime': 7.24.0
+ '@babel/runtime': 7.24.7
'@types/node': 12.20.55
find-up: 4.1.0
fs-extra: 8.1.0
'@manypkg/get-packages@1.1.3':
dependencies:
- '@babel/runtime': 7.24.0
+ '@babel/runtime': 7.24.7
'@changesets/types': 4.1.0
'@manypkg/find-root': 1.1.0
fs-extra: 8.1.0
@@ -14236,6 +15894,30 @@ snapshots:
'@types/react': 18.3.3
react: 18.3.1
+ '@msgpackr-extract/msgpackr-extract-darwin-arm64@3.0.3':
+ optional: true
+
+ '@msgpackr-extract/msgpackr-extract-darwin-x64@3.0.3':
+ optional: true
+
+ '@msgpackr-extract/msgpackr-extract-linux-arm64@3.0.3':
+ optional: true
+
+ '@msgpackr-extract/msgpackr-extract-linux-arm@3.0.3':
+ optional: true
+
+ '@msgpackr-extract/msgpackr-extract-linux-x64@3.0.3':
+ optional: true
+
+ '@msgpackr-extract/msgpackr-extract-win32-x64@3.0.3':
+ optional: true
+
+ '@napi-rs/wasm-runtime@0.2.4':
+ dependencies:
+ '@emnapi/core': 1.2.0
+ '@emnapi/runtime': 1.2.0
+ '@tybys/wasm-util': 0.9.0
+
'@ndelangen/get-tarball@3.0.9':
dependencies:
gunzip-maybe: 1.4.2
@@ -14275,27 +15957,37 @@ snapshots:
'@next/swc-win32-x64-msvc@14.2.4':
optional: true
- '@ng-bootstrap/ng-bootstrap@16.0.0(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(@angular/forms@17.3.11(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(@angular/platform-browser@17.3.11(@angular/animations@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(rxjs@7.8.1))(@angular/localize@17.3.11(@angular/compiler-cli@17.3.11(@angular/compiler@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.3.3))(@angular/compiler@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))))(@popperjs/core@2.11.8)(rxjs@7.8.1)':
+ '@ng-bootstrap/ng-bootstrap@17.0.0(@angular/common@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(@angular/forms@18.1.0(@angular/common@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(@angular/platform-browser@18.1.0(@angular/animations@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(@angular/common@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(rxjs@7.8.1))(@angular/localize@18.1.0(@angular/compiler-cli@18.1.0(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.4.5))(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))))(@popperjs/core@2.11.8)(rxjs@7.8.1)':
dependencies:
- '@angular/common': 17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1)
- '@angular/core': 17.3.11(rxjs@7.8.1)(zone.js@0.14.7)
- '@angular/forms': 17.3.11(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(@angular/platform-browser@17.3.11(@angular/animations@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(rxjs@7.8.1)
- '@angular/localize': 17.3.11(@angular/compiler-cli@17.3.11(@angular/compiler@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.3.3))(@angular/compiler@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))
+ '@angular/common': 18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1)
+ '@angular/core': 18.1.0(rxjs@7.8.1)(zone.js@0.14.7)
+ '@angular/forms': 18.1.0(@angular/common@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(@angular/platform-browser@18.1.0(@angular/animations@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(@angular/common@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(rxjs@7.8.1)
+ '@angular/localize': 18.1.0(@angular/compiler-cli@18.1.0(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.4.5))(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))
'@popperjs/core': 2.11.8
rxjs: 7.8.1
tslib: 2.6.3
- '@ngtools/webpack@17.3.8(@angular/compiler-cli@17.3.11(@angular/compiler@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4)))(typescript@5.3.3))(typescript@5.3.3)(webpack@5.90.3(esbuild@0.20.1))':
+ '@ng-bootstrap/ng-bootstrap@17.0.0(@angular/common@18.1.1(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(@angular/forms@18.1.1(@angular/common@18.1.1(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(@angular/platform-browser@18.1.1(@angular/animations@18.1.1(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(@angular/common@18.1.1(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(rxjs@7.8.1))(@angular/localize@18.1.0(@angular/compiler-cli@18.1.1(@angular/compiler@18.1.1(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.4.5))(@angular/compiler@18.1.1(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))))(@popperjs/core@2.11.8)(rxjs@7.8.1)':
dependencies:
- '@angular/compiler-cli': 17.3.11(@angular/compiler@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4)))(typescript@5.3.3)
- typescript: 5.3.3
- webpack: 5.90.3(esbuild@0.20.1)
+ '@angular/common': 18.1.1(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1)
+ '@angular/core': 18.1.0(rxjs@7.8.1)(zone.js@0.14.7)
+ '@angular/forms': 18.1.1(@angular/common@18.1.1(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(@angular/platform-browser@18.1.1(@angular/animations@18.1.1(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(@angular/common@18.1.1(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(rxjs@7.8.1)
+ '@angular/localize': 18.1.0(@angular/compiler-cli@18.1.1(@angular/compiler@18.1.1(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.4.5))(@angular/compiler@18.1.1(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))
+ '@popperjs/core': 2.11.8
+ rxjs: 7.8.1
+ tslib: 2.6.3
- '@ngtools/webpack@17.3.8(@angular/compiler-cli@17.3.11(@angular/compiler@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.3.3))(typescript@5.3.3)(webpack@5.90.3)':
+ '@ngtools/webpack@18.0.7(@angular/compiler-cli@18.1.0(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.4.5))(typescript@5.4.5)(webpack@5.91.0(esbuild@0.21.3))':
dependencies:
- '@angular/compiler-cli': 17.3.11(@angular/compiler@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.3.3)
- typescript: 5.3.3
- webpack: 5.90.3(esbuild@0.20.1)
+ '@angular/compiler-cli': 18.1.0(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.4.5)
+ typescript: 5.4.5
+ webpack: 5.91.0(esbuild@0.21.3)
+
+ '@ngtools/webpack@18.1.1(@angular/compiler-cli@18.1.1(@angular/compiler@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4)))(typescript@5.5.3))(typescript@5.5.3)(webpack@5.92.1)':
+ dependencies:
+ '@angular/compiler-cli': 18.1.1(@angular/compiler@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4)))(typescript@5.5.3)
+ typescript: 5.5.3
+ webpack: 5.92.1(esbuild@0.21.5)
'@nodelib/fs.scandir@2.1.5':
dependencies:
@@ -14323,26 +16015,26 @@ snapshots:
dependencies:
'@npmcli/map-workspaces': 3.0.6
ci-info: 4.0.0
- ini: 4.1.2
+ ini: 4.1.3
nopt: 7.2.1
proc-log: 4.2.0
read-package-json-fast: 3.0.2
- semver: 7.6.0
+ semver: 7.6.2
walk-up-path: 3.0.1
'@npmcli/fs@3.1.0':
dependencies:
- semver: 7.6.0
+ semver: 7.6.2
'@npmcli/git@5.0.4':
dependencies:
'@npmcli/promise-spawn': 7.0.1
lru-cache: 10.2.0
- npm-pick-manifest: 9.0.0
+ npm-pick-manifest: 9.0.1
proc-log: 3.0.0
promise-inflight: 1.0.1
promise-retry: 2.0.1
- semver: 7.6.0
+ semver: 7.6.2
which: 4.0.0
transitivePeerDependencies:
- bluebird
@@ -14363,15 +16055,15 @@ snapshots:
'@npmcli/node-gyp@3.0.0': {}
- '@npmcli/package-json@5.0.0':
+ '@npmcli/package-json@5.2.0':
dependencies:
'@npmcli/git': 5.0.4
glob: 10.4.2
hosted-git-info: 7.0.1
json-parse-even-better-errors: 3.0.0
normalize-package-data: 6.0.0
- proc-log: 3.0.0
- semver: 7.6.0
+ proc-log: 4.2.0
+ semver: 7.6.2
transitivePeerDependencies:
- bluebird
@@ -14379,71 +16071,76 @@ snapshots:
dependencies:
which: 4.0.0
- '@npmcli/run-script@7.0.4':
+ '@npmcli/redact@2.0.1': {}
+
+ '@npmcli/run-script@8.1.0':
dependencies:
'@npmcli/node-gyp': 3.0.0
- '@npmcli/package-json': 5.0.0
+ '@npmcli/package-json': 5.2.0
'@npmcli/promise-spawn': 7.0.1
node-gyp: 10.0.1
+ proc-log: 4.2.0
which: 4.0.0
transitivePeerDependencies:
- bluebird
- supports-color
- '@nrwl/devkit@17.2.8(nx@17.2.8)':
+ '@nrwl/devkit@19.5.1(nx@19.5.1)':
dependencies:
- '@nx/devkit': 17.2.8(nx@17.2.8)
+ '@nx/devkit': 19.5.1(nx@19.5.1)
transitivePeerDependencies:
- nx
- '@nrwl/tao@17.2.8':
+ '@nrwl/tao@19.5.1':
dependencies:
- nx: 17.2.8
+ nx: 19.5.1
tslib: 2.6.3
transitivePeerDependencies:
- '@swc-node/register'
- '@swc/core'
- debug
- '@nx/devkit@17.2.8(nx@17.2.8)':
+ '@nx/devkit@19.5.1(nx@19.5.1)':
dependencies:
- '@nrwl/devkit': 17.2.8(nx@17.2.8)
- ejs: 3.1.9
+ '@nrwl/devkit': 19.5.1(nx@19.5.1)
+ ejs: 3.1.10
enquirer: 2.3.6
ignore: 5.3.1
- nx: 17.2.8
- semver: 7.5.3
- tmp: 0.2.1
+ minimatch: 9.0.3
+ nx: 19.5.1
+ semver: 7.6.2
+ tmp: 0.2.3
tslib: 2.6.3
+ yargs-parser: 21.1.1
- '@nx/nx-darwin-arm64@17.2.8':
+ '@nx/nx-darwin-arm64@19.5.1':
optional: true
- '@nx/nx-darwin-x64@17.2.8':
+ '@nx/nx-darwin-x64@19.5.1':
optional: true
- '@nx/nx-freebsd-x64@17.2.8':
+ '@nx/nx-freebsd-x64@19.5.1':
optional: true
- '@nx/nx-linux-arm-gnueabihf@17.2.8':
+ '@nx/nx-linux-arm-gnueabihf@19.5.1':
optional: true
- '@nx/nx-linux-arm64-gnu@17.2.8':
+ '@nx/nx-linux-arm64-gnu@19.5.1':
optional: true
- '@nx/nx-linux-arm64-musl@17.2.8':
+ '@nx/nx-linux-arm64-musl@19.5.1':
optional: true
- '@nx/nx-linux-x64-gnu@17.2.8':
+ '@nx/nx-linux-x64-gnu@19.5.1':
optional: true
- '@nx/nx-linux-x64-musl@17.2.8':
+ '@nx/nx-linux-x64-musl@19.5.1':
optional: true
- '@nx/nx-win32-arm64-msvc@17.2.8':
+ '@nx/nx-win32-arm64-msvc@19.5.1':
optional: true
- '@nx/nx-win32-x64-msvc@17.2.8':
+ '@nx/nx-win32-x64-msvc@19.5.1':
optional: true
'@oddbird/popover-polyfill@0.3.7': {}
@@ -14600,25 +16297,25 @@ snapshots:
'@radix-ui/primitive@1.0.1':
dependencies:
- '@babel/runtime': 7.24.0
+ '@babel/runtime': 7.24.7
'@radix-ui/react-compose-refs@1.0.1(@types/react@18.3.3)(react@18.3.1)':
dependencies:
- '@babel/runtime': 7.24.0
+ '@babel/runtime': 7.24.7
react: 18.3.1
optionalDependencies:
'@types/react': 18.3.3
'@radix-ui/react-context@1.0.1(@types/react@18.3.3)(react@18.3.1)':
dependencies:
- '@babel/runtime': 7.24.0
+ '@babel/runtime': 7.24.7
react: 18.3.1
optionalDependencies:
'@types/react': 18.3.3
'@radix-ui/react-dialog@1.0.5(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
dependencies:
- '@babel/runtime': 7.24.0
+ '@babel/runtime': 7.24.7
'@radix-ui/primitive': 1.0.1
'@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.3)(react@18.3.1)
'@radix-ui/react-context': 1.0.1(@types/react@18.3.3)(react@18.3.1)
@@ -14641,7 +16338,7 @@ snapshots:
'@radix-ui/react-dismissable-layer@1.0.5(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
dependencies:
- '@babel/runtime': 7.24.0
+ '@babel/runtime': 7.24.7
'@radix-ui/primitive': 1.0.1
'@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.3)(react@18.3.1)
'@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
@@ -14655,14 +16352,14 @@ snapshots:
'@radix-ui/react-focus-guards@1.0.1(@types/react@18.3.3)(react@18.3.1)':
dependencies:
- '@babel/runtime': 7.24.0
+ '@babel/runtime': 7.24.7
react: 18.3.1
optionalDependencies:
'@types/react': 18.3.3
'@radix-ui/react-focus-scope@1.0.4(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
dependencies:
- '@babel/runtime': 7.24.0
+ '@babel/runtime': 7.24.7
'@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.3)(react@18.3.1)
'@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
'@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.3.3)(react@18.3.1)
@@ -14674,7 +16371,7 @@ snapshots:
'@radix-ui/react-id@1.0.1(@types/react@18.3.3)(react@18.3.1)':
dependencies:
- '@babel/runtime': 7.24.0
+ '@babel/runtime': 7.24.7
'@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.3.3)(react@18.3.1)
react: 18.3.1
optionalDependencies:
@@ -14682,7 +16379,7 @@ snapshots:
'@radix-ui/react-portal@1.0.4(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
dependencies:
- '@babel/runtime': 7.24.0
+ '@babel/runtime': 7.24.7
'@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
react: 18.3.1
react-dom: 18.3.1(react@18.3.1)
@@ -14692,7 +16389,7 @@ snapshots:
'@radix-ui/react-presence@1.0.1(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
dependencies:
- '@babel/runtime': 7.24.0
+ '@babel/runtime': 7.24.7
'@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.3)(react@18.3.1)
'@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.3.3)(react@18.3.1)
react: 18.3.1
@@ -14703,7 +16400,7 @@ snapshots:
'@radix-ui/react-primitive@1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
dependencies:
- '@babel/runtime': 7.24.0
+ '@babel/runtime': 7.24.7
'@radix-ui/react-slot': 1.0.2(@types/react@18.3.3)(react@18.3.1)
react: 18.3.1
react-dom: 18.3.1(react@18.3.1)
@@ -14713,7 +16410,7 @@ snapshots:
'@radix-ui/react-slot@1.0.2(@types/react@18.3.3)(react@18.3.1)':
dependencies:
- '@babel/runtime': 7.24.0
+ '@babel/runtime': 7.24.7
'@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.3)(react@18.3.1)
react: 18.3.1
optionalDependencies:
@@ -14721,14 +16418,14 @@ snapshots:
'@radix-ui/react-use-callback-ref@1.0.1(@types/react@18.3.3)(react@18.3.1)':
dependencies:
- '@babel/runtime': 7.24.0
+ '@babel/runtime': 7.24.7
react: 18.3.1
optionalDependencies:
'@types/react': 18.3.3
'@radix-ui/react-use-controllable-state@1.0.1(@types/react@18.3.3)(react@18.3.1)':
dependencies:
- '@babel/runtime': 7.24.0
+ '@babel/runtime': 7.24.7
'@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.3.3)(react@18.3.1)
react: 18.3.1
optionalDependencies:
@@ -14736,7 +16433,7 @@ snapshots:
'@radix-ui/react-use-escape-keydown@1.0.3(@types/react@18.3.3)(react@18.3.1)':
dependencies:
- '@babel/runtime': 7.24.0
+ '@babel/runtime': 7.24.7
'@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.3.3)(react@18.3.1)
react: 18.3.1
optionalDependencies:
@@ -14744,76 +16441,133 @@ snapshots:
'@radix-ui/react-use-layout-effect@1.0.1(@types/react@18.3.3)(react@18.3.1)':
dependencies:
- '@babel/runtime': 7.24.0
+ '@babel/runtime': 7.24.7
react: 18.3.1
optionalDependencies:
'@types/react': 18.3.3
- '@rollup/plugin-json@6.1.0(rollup@4.13.0)':
+ '@rollup/plugin-json@6.1.0(rollup@4.18.1)':
dependencies:
- '@rollup/pluginutils': 5.1.0(rollup@4.13.0)
+ '@rollup/pluginutils': 5.1.0(rollup@4.18.1)
optionalDependencies:
- rollup: 4.13.0
+ rollup: 4.18.1
- '@rollup/plugin-node-resolve@15.2.3(rollup@4.13.0)':
+ '@rollup/plugin-node-resolve@15.2.3(rollup@4.18.1)':
dependencies:
- '@rollup/pluginutils': 5.1.0(rollup@4.13.0)
+ '@rollup/pluginutils': 5.1.0(rollup@4.18.1)
'@types/resolve': 1.20.2
deepmerge: 4.3.1
is-builtin-module: 3.2.1
is-module: 1.0.0
resolve: 1.22.8
optionalDependencies:
- rollup: 4.13.0
+ rollup: 4.18.1
- '@rollup/pluginutils@5.1.0(rollup@4.13.0)':
+ '@rollup/pluginutils@5.1.0(rollup@4.18.1)':
dependencies:
'@types/estree': 1.0.5
estree-walker: 2.0.2
picomatch: 2.3.1
optionalDependencies:
- rollup: 4.13.0
+ rollup: 4.18.1
+
+ '@rollup/rollup-android-arm-eabi@4.18.0':
+ optional: true
+
+ '@rollup/rollup-android-arm-eabi@4.18.1':
+ optional: true
+
+ '@rollup/rollup-android-arm64@4.18.0':
+ optional: true
+
+ '@rollup/rollup-android-arm64@4.18.1':
+ optional: true
+
+ '@rollup/rollup-darwin-arm64@4.18.0':
+ optional: true
+
+ '@rollup/rollup-darwin-arm64@4.18.1':
+ optional: true
+
+ '@rollup/rollup-darwin-x64@4.18.0':
+ optional: true
+
+ '@rollup/rollup-darwin-x64@4.18.1':
+ optional: true
+
+ '@rollup/rollup-linux-arm-gnueabihf@4.18.0':
+ optional: true
+
+ '@rollup/rollup-linux-arm-gnueabihf@4.18.1':
+ optional: true
+
+ '@rollup/rollup-linux-arm-musleabihf@4.18.0':
+ optional: true
+
+ '@rollup/rollup-linux-arm-musleabihf@4.18.1':
+ optional: true
+
+ '@rollup/rollup-linux-arm64-gnu@4.18.0':
+ optional: true
+
+ '@rollup/rollup-linux-arm64-gnu@4.18.1':
+ optional: true
+
+ '@rollup/rollup-linux-arm64-musl@4.18.0':
+ optional: true
+
+ '@rollup/rollup-linux-arm64-musl@4.18.1':
+ optional: true
+
+ '@rollup/rollup-linux-powerpc64le-gnu@4.18.0':
+ optional: true
+
+ '@rollup/rollup-linux-powerpc64le-gnu@4.18.1':
+ optional: true
+
+ '@rollup/rollup-linux-riscv64-gnu@4.18.0':
+ optional: true
- '@rollup/rollup-android-arm-eabi@4.13.0':
+ '@rollup/rollup-linux-riscv64-gnu@4.18.1':
optional: true
- '@rollup/rollup-android-arm64@4.13.0':
+ '@rollup/rollup-linux-s390x-gnu@4.18.0':
optional: true
- '@rollup/rollup-darwin-arm64@4.13.0':
+ '@rollup/rollup-linux-s390x-gnu@4.18.1':
optional: true
- '@rollup/rollup-darwin-x64@4.13.0':
+ '@rollup/rollup-linux-x64-gnu@4.18.0':
optional: true
- '@rollup/rollup-linux-arm-gnueabihf@4.13.0':
+ '@rollup/rollup-linux-x64-gnu@4.18.1':
optional: true
- '@rollup/rollup-linux-arm64-gnu@4.13.0':
+ '@rollup/rollup-linux-x64-musl@4.18.0':
optional: true
- '@rollup/rollup-linux-arm64-musl@4.13.0':
+ '@rollup/rollup-linux-x64-musl@4.18.1':
optional: true
- '@rollup/rollup-linux-riscv64-gnu@4.13.0':
+ '@rollup/rollup-win32-arm64-msvc@4.18.0':
optional: true
- '@rollup/rollup-linux-x64-gnu@4.13.0':
+ '@rollup/rollup-win32-arm64-msvc@4.18.1':
optional: true
- '@rollup/rollup-linux-x64-musl@4.13.0':
+ '@rollup/rollup-win32-ia32-msvc@4.18.0':
optional: true
- '@rollup/rollup-win32-arm64-msvc@4.13.0':
+ '@rollup/rollup-win32-ia32-msvc@4.18.1':
optional: true
- '@rollup/rollup-win32-ia32-msvc@4.13.0':
+ '@rollup/rollup-win32-x64-msvc@4.18.0':
optional: true
- '@rollup/rollup-win32-x64-msvc@4.13.0':
+ '@rollup/rollup-win32-x64-msvc@4.18.1':
optional: true
- '@rollup/wasm-node@4.13.0':
+ '@rollup/wasm-node@4.18.1':
dependencies:
'@types/estree': 1.0.5
optionalDependencies:
@@ -14821,14 +16575,22 @@ snapshots:
'@rushstack/eslint-patch@1.7.2': {}
- '@schematics/angular@17.3.8(chokidar@3.6.0)':
+ '@schematics/angular@18.0.7(chokidar@3.6.0)':
dependencies:
- '@angular-devkit/core': 17.3.8(chokidar@3.6.0)
- '@angular-devkit/schematics': 17.3.8(chokidar@3.6.0)
+ '@angular-devkit/core': 18.0.7(chokidar@3.6.0)
+ '@angular-devkit/schematics': 18.0.7(chokidar@3.6.0)
jsonc-parser: 3.2.1
transitivePeerDependencies:
- chokidar
+ '@schematics/angular@18.1.1(chokidar@3.6.0)':
+ dependencies:
+ '@angular-devkit/core': 18.1.1(chokidar@3.6.0)
+ '@angular-devkit/schematics': 18.1.1(chokidar@3.6.0)
+ jsonc-parser: 3.3.1
+ transitivePeerDependencies:
+ - chokidar
+
'@sideway/address@4.1.4':
dependencies:
'@hapi/hoek': 9.3.0
@@ -15120,7 +16882,7 @@ snapshots:
- prettier
- supports-color
- '@storybook/builder-vite@8.1.11(encoding@0.1.13)(prettier@2.8.8)(typescript@5.3.3)(vite@5.1.7(@types/node@20.14.9)(less@4.2.0)(sass@1.77.6)(terser@5.29.1))':
+ '@storybook/builder-vite@8.1.11(encoding@0.1.13)(prettier@2.8.8)(typescript@5.3.3)(vite@5.3.2(@types/node@20.14.11)(less@4.2.0)(sass@1.77.6)(terser@5.29.2))':
dependencies:
'@storybook/channels': 8.1.11
'@storybook/client-logger': 8.1.11
@@ -15137,9 +16899,9 @@ snapshots:
express: 4.18.2
find-cache-dir: 3.3.2
fs-extra: 11.1.1
- magic-string: 0.30.8
+ magic-string: 0.30.10
ts-dedent: 2.2.0
- vite: 5.1.7(@types/node@20.14.9)(less@4.2.0)(sass@1.77.6)(terser@5.29.1)
+ vite: 5.3.2(@types/node@20.14.11)(less@4.2.0)(sass@1.77.6)(terser@5.29.2)
optionalDependencies:
typescript: 5.3.3
transitivePeerDependencies:
@@ -15188,7 +16950,7 @@ snapshots:
prettier: 3.3.2
prompts: 2.4.2
read-pkg-up: 7.0.1
- semver: 7.6.0
+ semver: 7.6.2
strip-json-comments: 3.1.1
tempy: 3.1.0
tiny-invariant: 1.3.3
@@ -15271,10 +17033,10 @@ snapshots:
node-fetch: 2.7.0(encoding@0.1.13)
picomatch: 2.3.1
pkg-dir: 5.0.0
- prettier-fallback: prettier@3.3.2
+ prettier-fallback: prettier@3.3.3
pretty-hrtime: 1.0.3
resolve-from: 5.0.0
- semver: 7.6.0
+ semver: 7.6.2
tempy: 3.1.0
tiny-invariant: 1.3.3
ts-dedent: 2.2.0
@@ -15308,10 +17070,10 @@ snapshots:
node-fetch: 2.7.0(encoding@0.1.13)
picomatch: 2.3.1
pkg-dir: 5.0.0
- prettier-fallback: prettier@3.3.2
+ prettier-fallback: prettier@3.3.3
pretty-hrtime: 1.0.3
resolve-from: 5.0.0
- semver: 7.6.0
+ semver: 7.6.2
tempy: 3.1.0
tiny-invariant: 1.3.3
ts-dedent: 2.2.0
@@ -15366,7 +17128,7 @@ snapshots:
pretty-hrtime: 1.0.3
prompts: 2.4.2
read-pkg-up: 7.0.1
- semver: 7.6.0
+ semver: 7.6.2
telejson: 7.2.0
tiny-invariant: 1.3.3
ts-dedent: 2.2.0
@@ -15422,7 +17184,7 @@ snapshots:
pretty-hrtime: 1.0.3
prompts: 2.4.2
read-pkg-up: 7.0.1
- semver: 7.6.0
+ semver: 7.6.2
telejson: 7.2.0
tiny-invariant: 1.3.3
ts-dedent: 2.2.0
@@ -15599,9 +17361,9 @@ snapshots:
'@types/express': 4.17.17
file-system-cache: 2.3.0
- '@storybook/web-components-vite@8.1.11(encoding@0.1.13)(lit@3.1.4)(prettier@2.8.8)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.3.3)(vite@5.1.7(@types/node@20.14.9)(less@4.2.0)(sass@1.77.6)(terser@5.29.1))':
+ '@storybook/web-components-vite@8.1.11(encoding@0.1.13)(lit@3.1.4)(prettier@2.8.8)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.3.3)(vite@5.3.2(@types/node@20.14.11)(less@4.2.0)(sass@1.77.6)(terser@5.29.2))':
dependencies:
- '@storybook/builder-vite': 8.1.11(encoding@0.1.13)(prettier@2.8.8)(typescript@5.3.3)(vite@5.1.7(@types/node@20.14.9)(less@4.2.0)(sass@1.77.6)(terser@5.29.1))
+ '@storybook/builder-vite': 8.1.11(encoding@0.1.13)(prettier@2.8.8)(typescript@5.3.3)(vite@5.3.2(@types/node@20.14.11)(less@4.2.0)(sass@1.77.6)(terser@5.29.2))
'@storybook/core-server': 8.1.11(encoding@0.1.13)(prettier@2.8.8)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
'@storybook/node-logger': 8.1.11
'@storybook/types': 8.1.11
@@ -15646,18 +17408,18 @@ snapshots:
'@swc/counter': 0.1.3
tslib: 2.6.3
- '@swimlane/ngx-datatable@20.1.0(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(@angular/platform-browser@17.3.11(@angular/animations@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(rxjs@7.8.1)':
+ '@swimlane/ngx-datatable@20.1.0(@angular/common@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(@angular/platform-browser@18.1.0(@angular/animations@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(@angular/common@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(rxjs@7.8.1)':
dependencies:
- '@angular/common': 17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1)
- '@angular/core': 17.3.11(rxjs@7.8.1)(zone.js@0.14.7)
- '@angular/platform-browser': 17.3.11(@angular/animations@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))
+ '@angular/common': 18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1)
+ '@angular/core': 18.1.0(rxjs@7.8.1)(zone.js@0.14.7)
+ '@angular/platform-browser': 18.1.0(@angular/animations@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(@angular/common@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))
rxjs: 7.8.1
tslib: 2.6.3
'@testing-library/dom@9.3.1':
dependencies:
'@babel/code-frame': 7.22.13
- '@babel/runtime': 7.24.0
+ '@babel/runtime': 7.24.7
'@types/aria-query': 5.0.1
aria-query: 5.1.3
chalk: 4.1.2
@@ -15703,6 +17465,10 @@ snapshots:
'@tufjs/canonical-json': 2.0.0
minimatch: 9.0.4
+ '@tybys/wasm-util@0.9.0':
+ dependencies:
+ tslib: 2.6.3
+
'@types/acorn@4.0.6':
dependencies:
'@types/estree': 1.0.5
@@ -15711,24 +17477,24 @@ snapshots:
'@types/babel__core@7.20.5':
dependencies:
- '@babel/parser': 7.24.5
- '@babel/types': 7.24.5
+ '@babel/parser': 7.24.7
+ '@babel/types': 7.24.7
'@types/babel__generator': 7.6.4
'@types/babel__template': 7.4.1
'@types/babel__traverse': 7.18.5
'@types/babel__generator@7.6.4':
dependencies:
- '@babel/types': 7.24.5
+ '@babel/types': 7.24.7
'@types/babel__template@7.4.1':
dependencies:
- '@babel/parser': 7.24.5
- '@babel/types': 7.24.5
+ '@babel/parser': 7.24.7
+ '@babel/types': 7.24.7
'@types/babel__traverse@7.18.5':
dependencies:
- '@babel/types': 7.24.5
+ '@babel/types': 7.24.7
'@types/body-parser@1.19.2':
dependencies:
@@ -15737,7 +17503,7 @@ snapshots:
'@types/body-scroll-lock@3.1.2': {}
- '@types/bonjour@3.5.10':
+ '@types/bonjour@3.5.13':
dependencies:
'@types/node': 20.14.9
@@ -15745,7 +17511,7 @@ snapshots:
dependencies:
'@types/node': 20.14.9
- '@types/connect-history-api-fallback@1.5.0':
+ '@types/connect-history-api-fallback@1.5.4':
dependencies:
'@types/express-serve-static-core': 4.17.35
'@types/node': 20.14.9
@@ -15810,6 +17576,13 @@ snapshots:
'@types/qs': 6.9.7
'@types/serve-static': 1.15.1
+ '@types/express@4.17.21':
+ dependencies:
+ '@types/body-parser': 1.19.2
+ '@types/express-serve-static-core': 4.17.35
+ '@types/qs': 6.9.7
+ '@types/serve-static': 1.15.7
+
'@types/find-cache-dir@3.2.1': {}
'@types/graceful-fs@4.1.6':
@@ -15824,6 +17597,8 @@ snapshots:
dependencies:
'@types/unist': 3.0.2
+ '@types/http-errors@2.0.4': {}
+
'@types/http-proxy@1.17.11':
dependencies:
'@types/node': 20.14.9
@@ -15891,11 +17666,19 @@ snapshots:
'@types/ms@0.7.34': {}
+ '@types/mute-stream@0.0.4':
+ dependencies:
+ '@types/node': 20.14.9
+
'@types/node-fetch@2.6.11':
dependencies:
'@types/node': 20.14.9
form-data: 4.0.0
+ '@types/node-forge@1.3.11':
+ dependencies:
+ '@types/node': 20.14.9
+
'@types/node@12.20.55': {}
'@types/node@18.19.28':
@@ -15906,6 +17689,10 @@ snapshots:
dependencies:
undici-types: 5.26.5
+ '@types/node@20.14.11':
+ dependencies:
+ undici-types: 5.26.5
+
'@types/node@20.14.9':
dependencies:
undici-types: 5.26.5
@@ -15935,7 +17722,7 @@ snapshots:
'@types/resolve@1.20.2': {}
- '@types/retry@0.12.0': {}
+ '@types/retry@0.12.2': {}
'@types/semver@7.5.8': {}
@@ -15944,20 +17731,26 @@ snapshots:
'@types/mime': 1.3.2
'@types/node': 20.14.9
- '@types/serve-index@1.9.1':
+ '@types/serve-index@1.9.4':
dependencies:
- '@types/express': 4.17.17
+ '@types/express': 4.17.21
'@types/serve-static@1.15.1':
dependencies:
'@types/mime': 3.0.1
'@types/node': 20.14.9
+ '@types/serve-static@1.15.7':
+ dependencies:
+ '@types/http-errors': 2.0.4
+ '@types/node': 20.14.9
+ '@types/send': 0.17.1
+
'@types/sinonjs__fake-timers@8.1.1': {}
'@types/sizzle@2.3.3': {}
- '@types/sockjs@0.3.33':
+ '@types/sockjs@0.3.36':
dependencies:
'@types/node': 20.14.9
@@ -15977,7 +17770,9 @@ snapshots:
'@types/uuid@9.0.7': {}
- '@types/ws@8.5.5':
+ '@types/wrap-ansi@3.0.0': {}
+
+ '@types/ws@8.5.10':
dependencies:
'@types/node': 20.14.9
@@ -16069,13 +17864,13 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/eslint-plugin@6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.3.3))(eslint@8.57.0)(typescript@5.3.3)':
+ '@typescript-eslint/eslint-plugin@6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(typescript@5.4.5)':
dependencies:
'@eslint-community/regexpp': 4.6.2
- '@typescript-eslint/parser': 6.21.0(eslint@8.57.0)(typescript@5.3.3)
+ '@typescript-eslint/parser': 6.21.0(eslint@8.57.0)(typescript@5.4.5)
'@typescript-eslint/scope-manager': 6.21.0
- '@typescript-eslint/type-utils': 6.21.0(eslint@8.57.0)(typescript@5.3.3)
- '@typescript-eslint/utils': 6.21.0(eslint@8.57.0)(typescript@5.3.3)
+ '@typescript-eslint/type-utils': 6.21.0(eslint@8.57.0)(typescript@5.4.5)
+ '@typescript-eslint/utils': 6.21.0(eslint@8.57.0)(typescript@5.4.5)
'@typescript-eslint/visitor-keys': 6.21.0
debug: 4.3.4
eslint: 8.57.0
@@ -16083,9 +17878,9 @@ snapshots:
ignore: 5.3.0
natural-compare: 1.4.0
semver: 7.6.0
- ts-api-utils: 1.0.2(typescript@5.3.3)
+ ts-api-utils: 1.0.2(typescript@5.4.5)
optionalDependencies:
- typescript: 5.3.3
+ typescript: 5.4.5
transitivePeerDependencies:
- supports-color
@@ -16107,21 +17902,21 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/eslint-plugin@7.15.0(@typescript-eslint/parser@7.15.0(eslint@8.57.0)(typescript@5.3.3))(eslint@8.57.0)(typescript@5.3.3)':
+ '@typescript-eslint/eslint-plugin@7.15.0(@typescript-eslint/parser@7.15.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(typescript@5.4.5)':
dependencies:
'@eslint-community/regexpp': 4.10.0
- '@typescript-eslint/parser': 7.15.0(eslint@8.57.0)(typescript@5.3.3)
+ '@typescript-eslint/parser': 7.15.0(eslint@8.57.0)(typescript@5.4.5)
'@typescript-eslint/scope-manager': 7.15.0
- '@typescript-eslint/type-utils': 7.15.0(eslint@8.57.0)(typescript@5.3.3)
- '@typescript-eslint/utils': 7.15.0(eslint@8.57.0)(typescript@5.3.3)
+ '@typescript-eslint/type-utils': 7.15.0(eslint@8.57.0)(typescript@5.4.5)
+ '@typescript-eslint/utils': 7.15.0(eslint@8.57.0)(typescript@5.4.5)
'@typescript-eslint/visitor-keys': 7.15.0
eslint: 8.57.0
graphemer: 1.4.0
ignore: 5.3.1
natural-compare: 1.4.0
- ts-api-utils: 1.3.0(typescript@5.3.3)
+ ts-api-utils: 1.3.0(typescript@5.4.5)
optionalDependencies:
- typescript: 5.3.3
+ typescript: 5.4.5
transitivePeerDependencies:
- supports-color
@@ -16187,16 +17982,16 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.3.3)':
+ '@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.4.5)':
dependencies:
'@typescript-eslint/scope-manager': 6.21.0
'@typescript-eslint/types': 6.21.0
- '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.3.3)
+ '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.4.5)
'@typescript-eslint/visitor-keys': 6.21.0
debug: 4.3.4
eslint: 8.57.0
optionalDependencies:
- typescript: 5.3.3
+ typescript: 5.4.5
transitivePeerDependencies:
- supports-color
@@ -16213,16 +18008,16 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/parser@7.15.0(eslint@8.57.0)(typescript@5.3.3)':
+ '@typescript-eslint/parser@7.15.0(eslint@8.57.0)(typescript@5.4.5)':
dependencies:
'@typescript-eslint/scope-manager': 7.15.0
'@typescript-eslint/types': 7.15.0
- '@typescript-eslint/typescript-estree': 7.15.0(typescript@5.3.3)
+ '@typescript-eslint/typescript-estree': 7.15.0(typescript@5.4.5)
'@typescript-eslint/visitor-keys': 7.15.0
debug: 4.3.5(supports-color@8.1.1)
eslint: 8.57.0
optionalDependencies:
- typescript: 5.3.3
+ typescript: 5.4.5
transitivePeerDependencies:
- supports-color
@@ -16236,11 +18031,6 @@ snapshots:
'@typescript-eslint/types': 6.21.0
'@typescript-eslint/visitor-keys': 6.21.0
- '@typescript-eslint/scope-manager@7.11.0':
- dependencies:
- '@typescript-eslint/types': 7.11.0
- '@typescript-eslint/visitor-keys': 7.11.0
-
'@typescript-eslint/scope-manager@7.15.0':
dependencies:
'@typescript-eslint/types': 7.15.0
@@ -16294,27 +18084,15 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/type-utils@6.21.0(eslint@8.57.0)(typescript@5.3.3)':
- dependencies:
- '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.3.3)
- '@typescript-eslint/utils': 6.21.0(eslint@8.57.0)(typescript@5.3.3)
- debug: 4.3.5(supports-color@8.1.1)
- eslint: 8.57.0
- ts-api-utils: 1.3.0(typescript@5.3.3)
- optionalDependencies:
- typescript: 5.3.3
- transitivePeerDependencies:
- - supports-color
-
- '@typescript-eslint/type-utils@7.11.0(eslint@8.57.0)(typescript@5.3.3)':
+ '@typescript-eslint/type-utils@6.21.0(eslint@8.57.0)(typescript@5.4.5)':
dependencies:
- '@typescript-eslint/typescript-estree': 7.11.0(typescript@5.3.3)
- '@typescript-eslint/utils': 7.11.0(eslint@8.57.0)(typescript@5.3.3)
+ '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.4.5)
+ '@typescript-eslint/utils': 6.21.0(eslint@8.57.0)(typescript@5.4.5)
debug: 4.3.5(supports-color@8.1.1)
eslint: 8.57.0
- ts-api-utils: 1.3.0(typescript@5.3.3)
+ ts-api-utils: 1.3.0(typescript@5.4.5)
optionalDependencies:
- typescript: 5.3.3
+ typescript: 5.4.5
transitivePeerDependencies:
- supports-color
@@ -16330,15 +18108,15 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/type-utils@7.15.0(eslint@8.57.0)(typescript@5.3.3)':
+ '@typescript-eslint/type-utils@7.15.0(eslint@8.57.0)(typescript@5.4.5)':
dependencies:
- '@typescript-eslint/typescript-estree': 7.15.0(typescript@5.3.3)
- '@typescript-eslint/utils': 7.15.0(eslint@8.57.0)(typescript@5.3.3)
+ '@typescript-eslint/typescript-estree': 7.15.0(typescript@5.4.5)
+ '@typescript-eslint/utils': 7.15.0(eslint@8.57.0)(typescript@5.4.5)
debug: 4.3.5(supports-color@8.1.1)
eslint: 8.57.0
- ts-api-utils: 1.3.0(typescript@5.3.3)
+ ts-api-utils: 1.3.0(typescript@5.4.5)
optionalDependencies:
- typescript: 5.3.3
+ typescript: 5.4.5
transitivePeerDependencies:
- supports-color
@@ -16346,8 +18124,6 @@ snapshots:
'@typescript-eslint/types@6.21.0': {}
- '@typescript-eslint/types@7.11.0': {}
-
'@typescript-eslint/types@7.15.0': {}
'@typescript-eslint/typescript-estree@5.62.0(typescript@4.9.5)':
@@ -16357,7 +18133,7 @@ snapshots:
debug: 4.3.5(supports-color@8.1.1)
globby: 11.1.0
is-glob: 4.0.3
- semver: 7.6.0
+ semver: 7.6.2
tsutils: 3.21.0(typescript@4.9.5)
optionalDependencies:
typescript: 4.9.5
@@ -16371,7 +18147,7 @@ snapshots:
debug: 4.3.5(supports-color@8.1.1)
globby: 11.1.0
is-glob: 4.0.3
- semver: 7.6.0
+ semver: 7.6.2
tsutils: 3.21.0(typescript@5.2.2)
optionalDependencies:
typescript: 5.2.2
@@ -16385,7 +18161,7 @@ snapshots:
debug: 4.3.5(supports-color@8.1.1)
globby: 11.1.0
is-glob: 4.0.3
- semver: 7.6.0
+ semver: 7.6.2
tsutils: 3.21.0(typescript@5.3.3)
optionalDependencies:
typescript: 5.3.3
@@ -16400,7 +18176,7 @@ snapshots:
globby: 11.1.0
is-glob: 4.0.3
minimatch: 9.0.3
- semver: 7.6.0
+ semver: 7.6.2
ts-api-utils: 1.3.0(typescript@4.9.5)
optionalDependencies:
typescript: 4.9.5
@@ -16415,14 +18191,14 @@ snapshots:
globby: 11.1.0
is-glob: 4.0.3
minimatch: 9.0.3
- semver: 7.6.0
+ semver: 7.6.2
ts-api-utils: 1.3.0(typescript@5.2.2)
optionalDependencies:
typescript: 5.2.2
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/typescript-estree@6.21.0(typescript@5.3.3)':
+ '@typescript-eslint/typescript-estree@6.21.0(typescript@5.4.5)':
dependencies:
'@typescript-eslint/types': 6.21.0
'@typescript-eslint/visitor-keys': 6.21.0
@@ -16430,25 +18206,10 @@ snapshots:
globby: 11.1.0
is-glob: 4.0.3
minimatch: 9.0.3
- semver: 7.6.0
- ts-api-utils: 1.3.0(typescript@5.3.3)
- optionalDependencies:
- typescript: 5.3.3
- transitivePeerDependencies:
- - supports-color
-
- '@typescript-eslint/typescript-estree@7.11.0(typescript@5.3.3)':
- dependencies:
- '@typescript-eslint/types': 7.11.0
- '@typescript-eslint/visitor-keys': 7.11.0
- debug: 4.3.5(supports-color@8.1.1)
- globby: 11.1.0
- is-glob: 4.0.3
- minimatch: 9.0.4
- semver: 7.6.0
- ts-api-utils: 1.3.0(typescript@5.3.3)
+ semver: 7.6.2
+ ts-api-utils: 1.3.0(typescript@5.4.5)
optionalDependencies:
- typescript: 5.3.3
+ typescript: 5.4.5
transitivePeerDependencies:
- supports-color
@@ -16460,14 +18221,14 @@ snapshots:
globby: 11.1.0
is-glob: 4.0.3
minimatch: 9.0.4
- semver: 7.6.0
+ semver: 7.6.2
ts-api-utils: 1.3.0(typescript@4.9.5)
optionalDependencies:
typescript: 4.9.5
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/typescript-estree@7.15.0(typescript@5.3.3)':
+ '@typescript-eslint/typescript-estree@7.15.0(typescript@5.4.5)':
dependencies:
'@typescript-eslint/types': 7.15.0
'@typescript-eslint/visitor-keys': 7.15.0
@@ -16475,10 +18236,10 @@ snapshots:
globby: 11.1.0
is-glob: 4.0.3
minimatch: 9.0.4
- semver: 7.6.0
- ts-api-utils: 1.3.0(typescript@5.3.3)
+ semver: 7.6.2
+ ts-api-utils: 1.3.0(typescript@5.4.5)
optionalDependencies:
- typescript: 5.3.3
+ typescript: 5.4.5
transitivePeerDependencies:
- supports-color
@@ -16492,7 +18253,7 @@ snapshots:
'@typescript-eslint/typescript-estree': 5.62.0(typescript@4.9.5)
eslint: 8.57.0
eslint-scope: 5.1.1
- semver: 7.6.0
+ semver: 7.6.2
transitivePeerDependencies:
- supports-color
- typescript
@@ -16507,7 +18268,7 @@ snapshots:
'@typescript-eslint/typescript-estree': 5.62.0(typescript@5.2.2)
eslint: 8.57.0
eslint-scope: 5.1.1
- semver: 7.6.0
+ semver: 7.6.2
transitivePeerDependencies:
- supports-color
- typescript
@@ -16522,7 +18283,7 @@ snapshots:
'@typescript-eslint/typescript-estree': 5.62.0(typescript@5.3.3)
eslint: 8.57.0
eslint-scope: 5.1.1
- semver: 7.6.0
+ semver: 7.6.2
transitivePeerDependencies:
- supports-color
- typescript
@@ -16536,32 +18297,21 @@ snapshots:
'@typescript-eslint/types': 6.21.0
'@typescript-eslint/typescript-estree': 6.21.0(typescript@4.9.5)
eslint: 8.57.0
- semver: 7.6.0
+ semver: 7.6.2
transitivePeerDependencies:
- supports-color
- typescript
- '@typescript-eslint/utils@6.21.0(eslint@8.57.0)(typescript@5.3.3)':
+ '@typescript-eslint/utils@6.21.0(eslint@8.57.0)(typescript@5.4.5)':
dependencies:
'@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0)
'@types/json-schema': 7.0.15
'@types/semver': 7.5.8
'@typescript-eslint/scope-manager': 6.21.0
'@typescript-eslint/types': 6.21.0
- '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.3.3)
- eslint: 8.57.0
- semver: 7.6.0
- transitivePeerDependencies:
- - supports-color
- - typescript
-
- '@typescript-eslint/utils@7.11.0(eslint@8.57.0)(typescript@5.3.3)':
- dependencies:
- '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0)
- '@typescript-eslint/scope-manager': 7.11.0
- '@typescript-eslint/types': 7.11.0
- '@typescript-eslint/typescript-estree': 7.11.0(typescript@5.3.3)
+ '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.4.5)
eslint: 8.57.0
+ semver: 7.6.2
transitivePeerDependencies:
- supports-color
- typescript
@@ -16577,12 +18327,12 @@ snapshots:
- supports-color
- typescript
- '@typescript-eslint/utils@7.15.0(eslint@8.57.0)(typescript@5.3.3)':
+ '@typescript-eslint/utils@7.15.0(eslint@8.57.0)(typescript@5.4.5)':
dependencies:
'@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0)
'@typescript-eslint/scope-manager': 7.15.0
'@typescript-eslint/types': 7.15.0
- '@typescript-eslint/typescript-estree': 7.15.0(typescript@5.3.3)
+ '@typescript-eslint/typescript-estree': 7.15.0(typescript@5.4.5)
eslint: 8.57.0
transitivePeerDependencies:
- supports-color
@@ -16598,11 +18348,6 @@ snapshots:
'@typescript-eslint/types': 6.21.0
eslint-visitor-keys: 3.4.3
- '@typescript-eslint/visitor-keys@7.11.0':
- dependencies:
- '@typescript-eslint/types': 7.11.0
- eslint-visitor-keys: 3.4.3
-
'@typescript-eslint/visitor-keys@7.15.0':
dependencies:
'@typescript-eslint/types': 7.15.0
@@ -16610,13 +18355,21 @@ snapshots:
'@ungap/structured-clone@1.2.0': {}
- '@vitejs/plugin-basic-ssl@1.1.0(vite@5.1.7(@types/node@20.12.7)(less@4.2.0)(sass@1.71.1)(terser@5.29.1))':
+ '@vitejs/plugin-basic-ssl@1.1.0(vite@5.2.11(@types/node@20.12.7)(less@4.2.0)(sass@1.77.2)(terser@5.29.2))':
dependencies:
- vite: 5.1.7(@types/node@20.12.7)(less@4.2.0)(sass@1.71.1)(terser@5.29.1)
+ vite: 5.2.11(@types/node@20.12.7)(less@4.2.0)(sass@1.77.2)(terser@5.29.2)
- '@vitejs/plugin-basic-ssl@1.1.0(vite@5.1.7(@types/node@20.14.9)(less@4.2.0)(sass@1.71.1)(terser@5.29.1))':
+ '@vitejs/plugin-basic-ssl@1.1.0(vite@5.2.11(@types/node@20.14.11)(less@4.2.0)(sass@1.77.2)(terser@5.29.2))':
dependencies:
- vite: 5.1.7(@types/node@20.14.9)(less@4.2.0)(sass@1.71.1)(terser@5.29.1)
+ vite: 5.2.11(@types/node@20.14.11)(less@4.2.0)(sass@1.77.2)(terser@5.29.2)
+
+ '@vitejs/plugin-basic-ssl@1.1.0(vite@5.2.11(@types/node@20.14.9)(less@4.2.0)(sass@1.77.2)(terser@5.29.2))':
+ dependencies:
+ vite: 5.2.11(@types/node@20.14.9)(less@4.2.0)(sass@1.77.2)(terser@5.29.2)
+
+ '@vitejs/plugin-basic-ssl@1.1.0(vite@5.3.2(@types/node@20.14.11)(less@4.2.0)(sass@1.77.6)(terser@5.29.2))':
+ dependencies:
+ vite: 5.3.2(@types/node@20.14.11)(less@4.2.0)(sass@1.77.6)(terser@5.29.2)
'@web-types/lit@2.0.0-3':
optional: true
@@ -16725,7 +18478,7 @@ snapshots:
'@zip.js/zip.js@2.7.45': {}
- '@zkochan/js-yaml@0.0.6':
+ '@zkochan/js-yaml@0.0.7':
dependencies:
argparse: 2.0.1
@@ -16789,14 +18542,22 @@ snapshots:
optionalDependencies:
ajv: 8.11.0
- ajv-formats@2.1.1(ajv@8.12.0):
+ ajv-formats@2.1.1(ajv@8.13.0):
optionalDependencies:
- ajv: 8.12.0
+ ajv: 8.13.0
- ajv-formats@2.1.1(ajv@8.13.0):
+ ajv-formats@2.1.1(ajv@8.16.0):
+ optionalDependencies:
+ ajv: 8.16.0
+
+ ajv-formats@3.0.1(ajv@8.13.0):
optionalDependencies:
ajv: 8.13.0
+ ajv-formats@3.0.1(ajv@8.16.0):
+ optionalDependencies:
+ ajv: 8.16.0
+
ajv-keywords@3.5.2(ajv@6.12.6):
dependencies:
ajv: 6.12.6
@@ -16806,6 +18567,11 @@ snapshots:
ajv: 8.13.0
fast-deep-equal: 3.1.3
+ ajv-keywords@5.1.0(ajv@8.16.0):
+ dependencies:
+ ajv: 8.16.0
+ fast-deep-equal: 3.1.3
+
ajv@6.12.6:
dependencies:
fast-deep-equal: 3.1.3
@@ -16820,14 +18586,14 @@ snapshots:
require-from-string: 2.0.2
uri-js: 4.4.1
- ajv@8.12.0:
+ ajv@8.13.0:
dependencies:
fast-deep-equal: 3.1.3
json-schema-traverse: 1.0.0
require-from-string: 2.0.2
uri-js: 4.4.1
- ajv@8.13.0:
+ ajv@8.16.0:
dependencies:
fast-deep-equal: 3.1.3
json-schema-traverse: 1.0.0
@@ -16853,6 +18619,8 @@ snapshots:
dependencies:
type-fest: 0.21.3
+ ansi-escapes@6.2.1: {}
+
ansi-html-community@0.0.8: {}
ansi-red@0.1.1:
@@ -16937,8 +18705,6 @@ snapshots:
array-flatten@1.1.1: {}
- array-flatten@2.1.2: {}
-
array-includes@3.1.7:
dependencies:
call-bind: 1.0.2
@@ -17072,14 +18838,14 @@ snapshots:
at-least-node@1.0.0: {}
- autoprefixer@10.4.18(postcss@8.4.35):
+ autoprefixer@10.4.19(postcss@8.4.38):
dependencies:
browserslist: 4.23.0
caniuse-lite: 1.0.30001617
fraction.js: 4.3.7
normalize-range: 0.1.2
- picocolors: 1.0.1
- postcss: 8.4.35
+ picocolors: 1.0.0
+ postcss: 8.4.38
postcss-value-parser: 4.2.0
autoprefixer@10.4.19(postcss@8.4.39):
@@ -17137,12 +18903,12 @@ snapshots:
transitivePeerDependencies:
- supports-color
- babel-loader@9.1.3(@babel/core@7.24.0)(webpack@5.90.3):
+ babel-loader@9.1.3(@babel/core@7.24.5)(webpack@5.91.0(esbuild@0.21.3)):
dependencies:
- '@babel/core': 7.24.0
+ '@babel/core': 7.24.5
find-cache-dir: 4.0.0
schema-utils: 4.0.1
- webpack: 5.90.3(esbuild@0.20.1)
+ webpack: 5.91.0(esbuild@0.21.3)
babel-loader@9.1.3(@babel/core@7.24.7)(webpack@5.92.1):
dependencies:
@@ -17168,11 +18934,11 @@ snapshots:
'@types/babel__core': 7.20.5
'@types/babel__traverse': 7.18.5
- babel-plugin-polyfill-corejs2@0.4.10(@babel/core@7.24.0):
+ babel-plugin-polyfill-corejs2@0.4.10(@babel/core@7.24.5):
dependencies:
'@babel/compat-data': 7.24.7
- '@babel/core': 7.24.0
- '@babel/helper-define-polyfill-provider': 0.6.2(@babel/core@7.24.0)
+ '@babel/core': 7.24.5
+ '@babel/helper-define-polyfill-provider': 0.6.2(@babel/core@7.24.5)
semver: 6.3.1
transitivePeerDependencies:
- supports-color
@@ -17186,26 +18952,26 @@ snapshots:
transitivePeerDependencies:
- supports-color
- babel-plugin-polyfill-corejs3@0.10.4(@babel/core@7.24.7):
+ babel-plugin-polyfill-corejs3@0.10.4(@babel/core@7.24.5):
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-define-polyfill-provider': 0.6.2(@babel/core@7.24.7)
+ '@babel/core': 7.24.5
+ '@babel/helper-define-polyfill-provider': 0.6.2(@babel/core@7.24.5)
core-js-compat: 3.37.1
transitivePeerDependencies:
- supports-color
- babel-plugin-polyfill-corejs3@0.9.0(@babel/core@7.24.0):
+ babel-plugin-polyfill-corejs3@0.10.4(@babel/core@7.24.7):
dependencies:
- '@babel/core': 7.24.0
- '@babel/helper-define-polyfill-provider': 0.5.0(@babel/core@7.24.0)
+ '@babel/core': 7.24.7
+ '@babel/helper-define-polyfill-provider': 0.6.2(@babel/core@7.24.7)
core-js-compat: 3.37.1
transitivePeerDependencies:
- supports-color
- babel-plugin-polyfill-regenerator@0.5.5(@babel/core@7.24.0):
+ babel-plugin-polyfill-regenerator@0.6.2(@babel/core@7.24.5):
dependencies:
- '@babel/core': 7.24.0
- '@babel/helper-define-polyfill-provider': 0.5.0(@babel/core@7.24.0)
+ '@babel/core': 7.24.5
+ '@babel/helper-define-polyfill-provider': 0.6.2(@babel/core@7.24.5)
transitivePeerDependencies:
- supports-color
@@ -17337,10 +19103,8 @@ snapshots:
body-scroll-lock@4.0.0-beta.0: {}
- bonjour-service@1.1.1:
+ bonjour-service@1.2.1:
dependencies:
- array-flatten: 2.1.2
- dns-equal: 1.0.0
fast-deep-equal: 3.1.3
multicast-dns: 7.2.5
@@ -17410,7 +19174,11 @@ snapshots:
builtins@5.0.1:
dependencies:
- semver: 7.6.0
+ semver: 7.6.2
+
+ bundle-name@4.1.0:
+ dependencies:
+ run-applescript: 7.0.0
busboy@1.6.0:
dependencies:
@@ -17567,9 +19335,13 @@ snapshots:
dependencies:
restore-cursor: 3.1.0
+ cli-cursor@4.0.0:
+ dependencies:
+ restore-cursor: 4.0.0
+
cli-spinners@2.6.1: {}
- cli-spinners@2.9.0: {}
+ cli-spinners@2.9.2: {}
cli-table3@0.6.3:
dependencies:
@@ -17582,6 +19354,11 @@ snapshots:
slice-ansi: 3.0.0
string-width: 4.2.3
+ cli-truncate@4.0.0:
+ dependencies:
+ slice-ansi: 5.0.0
+ string-width: 7.2.0
+
cli-width@4.1.0: {}
client-only@0.0.1: {}
@@ -17729,15 +19506,25 @@ snapshots:
each-props: 3.0.0
is-plain-object: 5.0.0
- copy-webpack-plugin@11.0.0(webpack@5.90.3(esbuild@0.20.1)):
+ copy-webpack-plugin@11.0.0(webpack@5.91.0(esbuild@0.21.3)):
dependencies:
fast-glob: 3.3.2
glob-parent: 6.0.2
globby: 13.2.2
normalize-path: 3.0.0
- schema-utils: 4.0.1
+ schema-utils: 4.2.0
serialize-javascript: 6.0.1
- webpack: 5.90.3(esbuild@0.20.1)
+ webpack: 5.91.0(esbuild@0.21.3)
+
+ copy-webpack-plugin@12.0.2(webpack@5.92.1):
+ dependencies:
+ fast-glob: 3.3.2
+ glob-parent: 6.0.2
+ globby: 14.0.2
+ normalize-path: 3.0.0
+ schema-utils: 4.2.0
+ serialize-javascript: 6.0.2
+ webpack: 5.92.1(esbuild@0.21.5)
copyfiles@2.4.1:
dependencies:
@@ -17773,22 +19560,47 @@ snapshots:
parse-json: 5.2.0
path-type: 4.0.0
- cosmiconfig@9.0.0(typescript@5.3.3):
+ cosmiconfig@9.0.0(typescript@5.4.5):
dependencies:
env-paths: 2.2.1
import-fresh: 3.3.0
js-yaml: 4.1.0
parse-json: 5.2.0
optionalDependencies:
- typescript: 5.3.3
+ typescript: 5.4.5
+
+ cosmiconfig@9.0.0(typescript@5.5.3):
+ dependencies:
+ env-paths: 2.2.1
+ import-fresh: 3.3.0
+ js-yaml: 4.1.0
+ parse-json: 5.2.0
+ optionalDependencies:
+ typescript: 5.5.3
- create-jest@29.7.0(@types/node@20.12.7)(ts-node@10.9.2(@types/node@20.12.7)(typescript@5.3.3)):
+ create-jest@29.7.0(@types/node@20.12.7)(ts-node@10.9.2(@types/node@20.12.7)(typescript@5.4.5)):
dependencies:
'@jest/types': 29.6.3
chalk: 4.1.2
exit: 0.1.2
graceful-fs: 4.2.11
- jest-config: 29.7.0(@types/node@20.12.7)(ts-node@10.9.2(@types/node@20.12.7)(typescript@5.3.3))
+ jest-config: 29.7.0(@types/node@20.12.7)(ts-node@10.9.2(@types/node@20.12.7)(typescript@5.4.5))
+ jest-util: 29.7.0
+ prompts: 2.4.2
+ transitivePeerDependencies:
+ - '@types/node'
+ - babel-plugin-macros
+ - supports-color
+ - ts-node
+ optional: true
+
+ create-jest@29.7.0(@types/node@20.14.11):
+ dependencies:
+ '@jest/types': 29.6.3
+ chalk: 4.1.2
+ exit: 0.1.2
+ graceful-fs: 4.2.11
+ jest-config: 29.7.0(@types/node@20.14.11)
jest-util: 29.7.0
prompts: 2.4.2
transitivePeerDependencies:
@@ -17840,6 +19652,16 @@ snapshots:
postcss: 8.4.39
postcss-media-query-parser: 0.2.3
+ critters@0.0.24:
+ dependencies:
+ chalk: 4.1.2
+ css-select: 5.1.0
+ dom-serializer: 2.0.0
+ domhandler: 5.0.3
+ htmlparser2: 8.0.2
+ postcss: 8.4.39
+ postcss-media-query-parser: 0.2.3
+
cross-spawn@5.1.0:
dependencies:
lru-cache: 4.1.5
@@ -17870,18 +19692,31 @@ snapshots:
css-functions-list@3.2.2: {}
- css-loader@6.10.0(webpack@5.90.3(esbuild@0.20.1)):
+ css-loader@7.1.1(webpack@5.91.0(esbuild@0.21.3)):
dependencies:
icss-utils: 5.1.0(postcss@8.4.39)
postcss: 8.4.39
- postcss-modules-extract-imports: 3.0.0(postcss@8.4.39)
- postcss-modules-local-by-default: 4.0.4(postcss@8.4.39)
- postcss-modules-scope: 3.1.1(postcss@8.4.39)
+ postcss-modules-extract-imports: 3.1.0(postcss@8.4.39)
+ postcss-modules-local-by-default: 4.0.5(postcss@8.4.39)
+ postcss-modules-scope: 3.2.0(postcss@8.4.39)
postcss-modules-values: 4.0.0(postcss@8.4.39)
postcss-value-parser: 4.2.0
- semver: 7.6.0
+ semver: 7.6.2
+ optionalDependencies:
+ webpack: 5.91.0(esbuild@0.21.3)
+
+ css-loader@7.1.2(webpack@5.92.1):
+ dependencies:
+ icss-utils: 5.1.0(postcss@8.4.39)
+ postcss: 8.4.39
+ postcss-modules-extract-imports: 3.1.0(postcss@8.4.39)
+ postcss-modules-local-by-default: 4.0.5(postcss@8.4.39)
+ postcss-modules-scope: 3.2.0(postcss@8.4.39)
+ postcss-modules-values: 4.0.0(postcss@8.4.39)
+ postcss-value-parser: 4.2.0
+ semver: 7.6.2
optionalDependencies:
- webpack: 5.90.3(esbuild@0.20.1)
+ webpack: 5.92.1(esbuild@0.21.5)
css-select@4.3.0:
dependencies:
@@ -18143,6 +19978,13 @@ snapshots:
bplist-parser: 0.2.0
untildify: 4.0.0
+ default-browser-id@5.0.0: {}
+
+ default-browser@5.2.1:
+ dependencies:
+ bundle-name: 4.1.0
+ default-browser-id: 5.0.0
+
default-gateway@6.0.3:
dependencies:
execa: 5.1.1
@@ -18159,6 +20001,8 @@ snapshots:
define-lazy-prop@2.0.0: {}
+ define-lazy-prop@3.0.0: {}
+
define-properties@1.2.0:
dependencies:
has-property-descriptors: 1.0.2
@@ -18188,6 +20032,8 @@ snapshots:
detect-indent@6.1.0: {}
+ detect-libc@2.0.3: {}
+
detect-newline@3.1.0: {}
detect-node-es@1.1.0: {}
@@ -18225,8 +20071,6 @@ snapshots:
dlv@1.1.3: {}
- dns-equal@1.0.0: {}
-
dns-packet@5.6.0:
dependencies:
'@leichtgewicht/ip-codec': 2.0.4
@@ -18288,7 +20132,9 @@ snapshots:
dotenv-expand@10.0.0: {}
- dotenv@16.3.2: {}
+ dotenv-expand@11.0.6:
+ dependencies:
+ dotenv: 16.4.5
dotenv@16.4.5: {}
@@ -18319,10 +20165,6 @@ snapshots:
dependencies:
jake: 10.8.7
- ejs@3.1.9:
- dependencies:
- jake: 10.8.7
-
electron-to-chromium@1.4.763: {}
emitter-component@1.1.2: {}
@@ -18558,33 +20400,9 @@ snapshots:
transitivePeerDependencies:
- supports-color
- esbuild-wasm@0.20.1: {}
+ esbuild-wasm@0.21.3: {}
- esbuild@0.19.12:
- optionalDependencies:
- '@esbuild/aix-ppc64': 0.19.12
- '@esbuild/android-arm': 0.19.12
- '@esbuild/android-arm64': 0.19.12
- '@esbuild/android-x64': 0.19.12
- '@esbuild/darwin-arm64': 0.19.12
- '@esbuild/darwin-x64': 0.19.12
- '@esbuild/freebsd-arm64': 0.19.12
- '@esbuild/freebsd-x64': 0.19.12
- '@esbuild/linux-arm': 0.19.12
- '@esbuild/linux-arm64': 0.19.12
- '@esbuild/linux-ia32': 0.19.12
- '@esbuild/linux-loong64': 0.19.12
- '@esbuild/linux-mips64el': 0.19.12
- '@esbuild/linux-ppc64': 0.19.12
- '@esbuild/linux-riscv64': 0.19.12
- '@esbuild/linux-s390x': 0.19.12
- '@esbuild/linux-x64': 0.19.12
- '@esbuild/netbsd-x64': 0.19.12
- '@esbuild/openbsd-x64': 0.19.12
- '@esbuild/sunos-x64': 0.19.12
- '@esbuild/win32-arm64': 0.19.12
- '@esbuild/win32-ia32': 0.19.12
- '@esbuild/win32-x64': 0.19.12
+ esbuild-wasm@0.21.5: {}
esbuild@0.20.1:
optionalDependencies:
@@ -18612,6 +20430,85 @@ snapshots:
'@esbuild/win32-ia32': 0.20.1
'@esbuild/win32-x64': 0.20.1
+ esbuild@0.21.3:
+ optionalDependencies:
+ '@esbuild/aix-ppc64': 0.21.3
+ '@esbuild/android-arm': 0.21.3
+ '@esbuild/android-arm64': 0.21.3
+ '@esbuild/android-x64': 0.21.3
+ '@esbuild/darwin-arm64': 0.21.3
+ '@esbuild/darwin-x64': 0.21.3
+ '@esbuild/freebsd-arm64': 0.21.3
+ '@esbuild/freebsd-x64': 0.21.3
+ '@esbuild/linux-arm': 0.21.3
+ '@esbuild/linux-arm64': 0.21.3
+ '@esbuild/linux-ia32': 0.21.3
+ '@esbuild/linux-loong64': 0.21.3
+ '@esbuild/linux-mips64el': 0.21.3
+ '@esbuild/linux-ppc64': 0.21.3
+ '@esbuild/linux-riscv64': 0.21.3
+ '@esbuild/linux-s390x': 0.21.3
+ '@esbuild/linux-x64': 0.21.3
+ '@esbuild/netbsd-x64': 0.21.3
+ '@esbuild/openbsd-x64': 0.21.3
+ '@esbuild/sunos-x64': 0.21.3
+ '@esbuild/win32-arm64': 0.21.3
+ '@esbuild/win32-ia32': 0.21.3
+ '@esbuild/win32-x64': 0.21.3
+
+ esbuild@0.21.5:
+ optionalDependencies:
+ '@esbuild/aix-ppc64': 0.21.5
+ '@esbuild/android-arm': 0.21.5
+ '@esbuild/android-arm64': 0.21.5
+ '@esbuild/android-x64': 0.21.5
+ '@esbuild/darwin-arm64': 0.21.5
+ '@esbuild/darwin-x64': 0.21.5
+ '@esbuild/freebsd-arm64': 0.21.5
+ '@esbuild/freebsd-x64': 0.21.5
+ '@esbuild/linux-arm': 0.21.5
+ '@esbuild/linux-arm64': 0.21.5
+ '@esbuild/linux-ia32': 0.21.5
+ '@esbuild/linux-loong64': 0.21.5
+ '@esbuild/linux-mips64el': 0.21.5
+ '@esbuild/linux-ppc64': 0.21.5
+ '@esbuild/linux-riscv64': 0.21.5
+ '@esbuild/linux-s390x': 0.21.5
+ '@esbuild/linux-x64': 0.21.5
+ '@esbuild/netbsd-x64': 0.21.5
+ '@esbuild/openbsd-x64': 0.21.5
+ '@esbuild/sunos-x64': 0.21.5
+ '@esbuild/win32-arm64': 0.21.5
+ '@esbuild/win32-ia32': 0.21.5
+ '@esbuild/win32-x64': 0.21.5
+
+ esbuild@0.23.0:
+ optionalDependencies:
+ '@esbuild/aix-ppc64': 0.23.0
+ '@esbuild/android-arm': 0.23.0
+ '@esbuild/android-arm64': 0.23.0
+ '@esbuild/android-x64': 0.23.0
+ '@esbuild/darwin-arm64': 0.23.0
+ '@esbuild/darwin-x64': 0.23.0
+ '@esbuild/freebsd-arm64': 0.23.0
+ '@esbuild/freebsd-x64': 0.23.0
+ '@esbuild/linux-arm': 0.23.0
+ '@esbuild/linux-arm64': 0.23.0
+ '@esbuild/linux-ia32': 0.23.0
+ '@esbuild/linux-loong64': 0.23.0
+ '@esbuild/linux-mips64el': 0.23.0
+ '@esbuild/linux-ppc64': 0.23.0
+ '@esbuild/linux-riscv64': 0.23.0
+ '@esbuild/linux-s390x': 0.23.0
+ '@esbuild/linux-x64': 0.23.0
+ '@esbuild/netbsd-x64': 0.23.0
+ '@esbuild/openbsd-arm64': 0.23.0
+ '@esbuild/openbsd-x64': 0.23.0
+ '@esbuild/sunos-x64': 0.23.0
+ '@esbuild/win32-arm64': 0.23.0
+ '@esbuild/win32-ia32': 0.23.0
+ '@esbuild/win32-x64': 0.23.0
+
escalade@3.1.1: {}
escalade@3.1.2: {}
@@ -18807,7 +20704,7 @@ snapshots:
eslint-plugin-jsx-a11y@6.8.0(eslint@8.57.0):
dependencies:
- '@babel/runtime': 7.24.0
+ '@babel/runtime': 7.24.7
aria-query: 5.3.0
array-includes: 3.1.8
array.prototype.flatmap: 1.3.2
@@ -19018,6 +20915,8 @@ snapshots:
eventemitter3@4.0.7: {}
+ eventemitter3@5.0.1: {}
+
events@3.3.0: {}
exec-sh@0.2.2:
@@ -19377,6 +21276,10 @@ snapshots:
from@0.1.7: {}
+ front-matter@4.0.2:
+ dependencies:
+ js-yaml: 3.14.1
+
fs-constants@1.0.0: {}
fs-extra@11.1.1:
@@ -19417,8 +21320,6 @@ snapshots:
graceful-fs: 4.2.11
streamx: 2.18.0
- fs-monkey@1.0.3: {}
-
fs.realpath@1.0.0: {}
fsevents@2.3.3:
@@ -19444,12 +21345,14 @@ snapshots:
generic-names@4.0.0:
dependencies:
- loader-utils: 3.2.1
+ loader-utils: 3.3.1
gensync@1.0.0-beta.2: {}
get-caller-file@2.0.5: {}
+ get-east-asian-width@1.2.0: {}
+
get-intrinsic@1.2.1:
dependencies:
function-bind: 1.1.2
@@ -19566,15 +21469,6 @@ snapshots:
package-json-from-dist: 1.0.0
path-scurry: 2.0.0
- glob@7.1.4:
- dependencies:
- fs.realpath: 1.0.0
- inflight: 1.0.6
- inherits: 2.0.4
- minimatch: 3.1.2
- once: 1.4.0
- path-is-absolute: 1.0.1
-
glob@7.2.3:
dependencies:
fs.realpath: 1.0.0
@@ -19816,7 +21710,7 @@ snapshots:
dependencies:
whatwg-encoding: 3.1.1
- html-entities@2.3.3: {}
+ html-entities@2.5.2: {}
html-escaper@2.0.2: {}
@@ -19865,19 +21759,30 @@ snapshots:
transitivePeerDependencies:
- supports-color
- http-proxy-middleware@2.0.6(@types/express@4.17.17):
+ http-proxy-middleware@2.0.6(@types/express@4.17.21):
dependencies:
'@types/http-proxy': 1.17.11
- http-proxy: 1.18.1
+ http-proxy: 1.18.1(debug@4.3.5)
is-glob: 4.0.3
is-plain-obj: 3.0.0
micromatch: 4.0.7
optionalDependencies:
- '@types/express': 4.17.17
+ '@types/express': 4.17.21
transitivePeerDependencies:
- debug
- http-proxy@1.18.1:
+ http-proxy-middleware@3.0.0:
+ dependencies:
+ '@types/http-proxy': 1.17.11
+ debug: 4.3.5(supports-color@8.1.1)
+ http-proxy: 1.18.1(debug@4.3.5)
+ is-glob: 4.0.3
+ is-plain-obj: 3.0.0
+ micromatch: 4.0.7
+ transitivePeerDependencies:
+ - supports-color
+
+ http-proxy@1.18.1(debug@4.3.5):
dependencies:
eventemitter3: 4.0.7
follow-redirects: 1.15.6(debug@4.3.5)
@@ -19892,7 +21797,7 @@ snapshots:
corser: 2.0.1
he: 1.2.0
html-encoding-sniffer: 3.0.0
- http-proxy: 1.18.1
+ http-proxy: 1.18.1(debug@4.3.5)
mime: 1.6.0
minimist: 1.2.8
opener: 1.5.2
@@ -20015,19 +21920,21 @@ snapshots:
ini@4.1.2: {}
+ ini@4.1.3: {}
+
injection-js@2.4.0:
dependencies:
tslib: 2.6.3
- inquirer@9.2.15:
+ inquirer@9.2.22:
dependencies:
+ '@inquirer/figures': 1.0.3
'@ljharb/through': 2.3.13
ansi-escapes: 4.3.2
chalk: 5.3.0
cli-cursor: 3.1.0
cli-width: 4.1.0
external-editor: 3.1.0
- figures: 3.2.0
lodash: 4.17.21
mute-stream: 1.0.0
ora: 5.4.1
@@ -20053,7 +21960,7 @@ snapshots:
ipaddr.js@1.9.1: {}
- ipaddr.js@2.0.1: {}
+ ipaddr.js@2.2.0: {}
is-absolute-url@4.0.1: {}
@@ -20141,6 +22048,8 @@ snapshots:
is-docker@2.2.1: {}
+ is-docker@3.0.0: {}
+
is-empty@1.2.0: {}
is-extendable@1.0.1:
@@ -20155,6 +22064,12 @@ snapshots:
is-fullwidth-code-point@3.0.0: {}
+ is-fullwidth-code-point@4.0.0: {}
+
+ is-fullwidth-code-point@5.0.0:
+ dependencies:
+ get-east-asian-width: 1.2.0
+
is-generator-fn@2.1.0: {}
is-generator-function@1.0.10:
@@ -20171,6 +22086,10 @@ snapshots:
is-hexadecimal@2.0.1: {}
+ is-inside-container@1.0.0:
+ dependencies:
+ is-docker: 3.0.0
+
is-installed-globally@0.4.0:
dependencies:
global-dirs: 3.0.1
@@ -20197,6 +22116,8 @@ snapshots:
is-negative-zero@2.0.3: {}
+ is-network-error@1.1.0: {}
+
is-number-object@1.0.7:
dependencies:
has-tostringtag: 1.0.2
@@ -20285,6 +22206,10 @@ snapshots:
dependencies:
is-docker: 2.2.1
+ is-wsl@3.1.0:
+ dependencies:
+ is-inside-container: 1.0.0
+
isarray@0.0.1: {}
isarray@1.0.0: {}
@@ -20315,13 +22240,13 @@ snapshots:
transitivePeerDependencies:
- supports-color
- istanbul-lib-instrument@6.0.0:
+ istanbul-lib-instrument@6.0.2:
dependencies:
'@babel/core': 7.24.7
'@babel/parser': 7.24.7
'@istanbuljs/schema': 0.1.3
istanbul-lib-coverage: 3.2.0
- semver: 7.6.0
+ semver: 7.6.2
transitivePeerDependencies:
- supports-color
@@ -20432,16 +22357,36 @@ snapshots:
- babel-plugin-macros
- supports-color
- jest-cli@29.7.0(@types/node@20.12.7)(ts-node@10.9.2(@types/node@20.12.7)(typescript@5.3.3)):
+ jest-cli@29.7.0(@types/node@20.12.7)(ts-node@10.9.2(@types/node@20.12.7)(typescript@5.4.5)):
+ dependencies:
+ '@jest/core': 29.7.0(ts-node@10.9.2(@types/node@20.12.7)(typescript@5.4.5))
+ '@jest/test-result': 29.7.0
+ '@jest/types': 29.6.3
+ chalk: 4.1.2
+ create-jest: 29.7.0(@types/node@20.12.7)(ts-node@10.9.2(@types/node@20.12.7)(typescript@5.4.5))
+ exit: 0.1.2
+ import-local: 3.1.0
+ jest-config: 29.7.0(@types/node@20.12.7)(ts-node@10.9.2(@types/node@20.12.7)(typescript@5.4.5))
+ jest-util: 29.7.0
+ jest-validate: 29.7.0
+ yargs: 17.7.2
+ transitivePeerDependencies:
+ - '@types/node'
+ - babel-plugin-macros
+ - supports-color
+ - ts-node
+ optional: true
+
+ jest-cli@29.7.0(@types/node@20.14.11):
dependencies:
- '@jest/core': 29.7.0(ts-node@10.9.2(@types/node@20.12.7)(typescript@5.3.3))
+ '@jest/core': 29.7.0(ts-node@10.9.2(@types/node@20.14.9)(typescript@5.2.2))
'@jest/test-result': 29.7.0
'@jest/types': 29.6.3
chalk: 4.1.2
- create-jest: 29.7.0(@types/node@20.12.7)(ts-node@10.9.2(@types/node@20.12.7)(typescript@5.3.3))
+ create-jest: 29.7.0(@types/node@20.14.11)
exit: 0.1.2
import-local: 3.1.0
- jest-config: 29.7.0(@types/node@20.12.7)(ts-node@10.9.2(@types/node@20.12.7)(typescript@5.3.3))
+ jest-config: 29.7.0(@types/node@20.14.11)
jest-util: 29.7.0
jest-validate: 29.7.0
yargs: 17.7.2
@@ -20490,7 +22435,7 @@ snapshots:
- supports-color
- ts-node
- jest-config@29.7.0(@types/node@20.12.7)(ts-node@10.9.2(@types/node@20.12.7)(typescript@5.3.3)):
+ jest-config@29.7.0(@types/node@20.12.7)(ts-node@10.9.2(@types/node@20.12.7)(typescript@5.4.5)):
dependencies:
'@babel/core': 7.24.7
'@jest/test-sequencer': 29.7.0
@@ -20516,13 +22461,44 @@ snapshots:
strip-json-comments: 3.1.1
optionalDependencies:
'@types/node': 20.12.7
- ts-node: 10.9.2(@types/node@20.12.7)(typescript@5.3.3)
+ ts-node: 10.9.2(@types/node@20.12.7)(typescript@5.4.5)
+ transitivePeerDependencies:
+ - babel-plugin-macros
+ - supports-color
+ optional: true
+
+ jest-config@29.7.0(@types/node@20.14.11):
+ dependencies:
+ '@babel/core': 7.24.7
+ '@jest/test-sequencer': 29.7.0
+ '@jest/types': 29.6.3
+ babel-jest: 29.7.0(@babel/core@7.24.7)
+ chalk: 4.1.2
+ ci-info: 3.8.0
+ deepmerge: 4.3.1
+ glob: 7.2.3
+ graceful-fs: 4.2.11
+ jest-circus: 29.7.0
+ jest-environment-node: 29.7.0
+ jest-get-type: 29.6.3
+ jest-regex-util: 29.6.3
+ jest-resolve: 29.7.0
+ jest-runner: 29.7.0
+ jest-util: 29.7.0
+ jest-validate: 29.7.0
+ micromatch: 4.0.7
+ parse-json: 5.2.0
+ pretty-format: 29.7.0
+ slash: 3.0.0
+ strip-json-comments: 3.1.1
+ optionalDependencies:
+ '@types/node': 20.14.11
transitivePeerDependencies:
- babel-plugin-macros
- supports-color
optional: true
- jest-config@29.7.0(@types/node@20.14.9)(ts-node@10.9.2(@types/node@20.12.7)(typescript@5.3.3)):
+ jest-config@29.7.0(@types/node@20.14.9)(ts-node@10.9.2(@types/node@20.12.7)(typescript@5.4.5)):
dependencies:
'@babel/core': 7.24.7
'@jest/test-sequencer': 29.7.0
@@ -20548,7 +22524,7 @@ snapshots:
strip-json-comments: 3.1.1
optionalDependencies:
'@types/node': 20.14.9
- ts-node: 10.9.2(@types/node@20.12.7)(typescript@5.3.3)
+ ts-node: 10.9.2(@types/node@20.12.7)(typescript@5.4.5)
transitivePeerDependencies:
- babel-plugin-macros
- supports-color
@@ -20806,7 +22782,7 @@ snapshots:
jest-util: 29.7.0
natural-compare: 1.4.0
pretty-format: 29.7.0
- semver: 7.6.0
+ semver: 7.6.2
transitivePeerDependencies:
- supports-color
@@ -20852,12 +22828,25 @@ snapshots:
merge-stream: 2.0.0
supports-color: 8.1.1
- jest@29.7.0(@types/node@20.12.7)(ts-node@10.9.2(@types/node@20.12.7)(typescript@5.3.3)):
+ jest@29.7.0(@types/node@20.12.7)(ts-node@10.9.2(@types/node@20.12.7)(typescript@5.4.5)):
+ dependencies:
+ '@jest/core': 29.7.0(ts-node@10.9.2(@types/node@20.12.7)(typescript@5.4.5))
+ '@jest/types': 29.6.3
+ import-local: 3.1.0
+ jest-cli: 29.7.0(@types/node@20.12.7)(ts-node@10.9.2(@types/node@20.12.7)(typescript@5.4.5))
+ transitivePeerDependencies:
+ - '@types/node'
+ - babel-plugin-macros
+ - supports-color
+ - ts-node
+ optional: true
+
+ jest@29.7.0(@types/node@20.14.11):
dependencies:
- '@jest/core': 29.7.0(ts-node@10.9.2(@types/node@20.12.7)(typescript@5.3.3))
+ '@jest/core': 29.7.0(ts-node@10.9.2(@types/node@20.14.9)(typescript@5.2.2))
'@jest/types': 29.6.3
import-local: 3.1.0
- jest-cli: 29.7.0(@types/node@20.12.7)(ts-node@10.9.2(@types/node@20.12.7)(typescript@5.3.3))
+ jest-cli: 29.7.0(@types/node@20.14.11)
transitivePeerDependencies:
- '@types/node'
- babel-plugin-macros
@@ -21053,6 +23042,8 @@ snapshots:
jsonc-parser@3.2.1: {}
+ jsonc-parser@3.3.1: {}
+
jsonfile@4.0.0:
optionalDependencies:
graceful-fs: 4.2.11
@@ -21154,7 +23145,7 @@ snapshots:
dom-serialize: 2.2.1
glob: 7.2.3
graceful-fs: 4.2.11
- http-proxy: 1.18.1
+ http-proxy: 1.18.1(debug@4.3.5)
isbinaryfile: 4.0.10
lodash: 4.17.21
log4js: 6.9.1
@@ -21186,7 +23177,7 @@ snapshots:
dom-serialize: 2.2.1
glob: 7.2.3
graceful-fs: 4.2.11
- http-proxy: 1.18.1
+ http-proxy: 1.18.1(debug@4.3.5)
isbinaryfile: 4.0.10
lodash: 4.17.21
log4js: 6.9.1
@@ -21225,8 +23216,6 @@ snapshots:
kleur@4.1.5: {}
- klona@2.0.6: {}
-
known-css-properties@0.29.0: {}
known-css-properties@0.30.0: {}
@@ -21241,7 +23230,7 @@ snapshots:
last-run@2.0.0: {}
- launch-editor@2.6.0:
+ launch-editor@2.8.0:
dependencies:
picocolors: 1.0.1
shell-quote: 1.8.1
@@ -21256,11 +23245,17 @@ snapshots:
lead@4.0.0: {}
- less-loader@11.1.0(less@4.2.0)(webpack@5.90.3(esbuild@0.20.1)):
+ less-loader@12.2.0(less@4.2.0)(webpack@5.91.0(esbuild@0.21.3)):
+ dependencies:
+ less: 4.2.0
+ optionalDependencies:
+ webpack: 5.91.0(esbuild@0.21.3)
+
+ less-loader@12.2.0(less@4.2.0)(webpack@5.92.1):
dependencies:
- klona: 2.0.6
less: 4.2.0
- webpack: 5.90.3(esbuild@0.20.1)
+ optionalDependencies:
+ webpack: 5.92.1(esbuild@0.21.5)
less@4.2.0:
dependencies:
@@ -21285,11 +23280,17 @@ snapshots:
prelude-ls: 1.2.1
type-check: 0.4.0
- license-webpack-plugin@4.0.2(webpack@5.90.3(esbuild@0.20.1)):
+ license-webpack-plugin@4.0.2(webpack@5.91.0(esbuild@0.21.3)):
+ dependencies:
+ webpack-sources: 3.2.3
+ optionalDependencies:
+ webpack: 5.91.0(esbuild@0.21.3)
+
+ license-webpack-plugin@4.0.2(webpack@5.92.1):
dependencies:
webpack-sources: 3.2.3
optionalDependencies:
- webpack: 5.90.3(esbuild@0.20.1)
+ webpack: 5.92.1(esbuild@0.21.5)
liftoff@5.0.0:
dependencies:
@@ -21309,8 +23310,6 @@ snapshots:
lines-and-columns@1.2.4: {}
- lines-and-columns@2.0.3: {}
-
lines-and-columns@2.0.4: {}
listr2@3.14.0(enquirer@2.3.6):
@@ -21326,6 +23325,15 @@ snapshots:
optionalDependencies:
enquirer: 2.3.6
+ listr2@8.2.3:
+ dependencies:
+ cli-truncate: 4.0.0
+ colorette: 2.0.20
+ eventemitter3: 5.0.1
+ log-update: 6.0.0
+ rfdc: 1.4.1
+ wrap-ansi: 9.0.0
+
lit-element@4.0.4:
dependencies:
'@lit-labs/ssr-dom-shim': 1.2.0
@@ -21342,6 +23350,36 @@ snapshots:
lit-element: 4.0.4
lit-html: 3.1.4
+ lmdb@3.0.12:
+ dependencies:
+ msgpackr: 1.10.2
+ node-addon-api: 6.1.0
+ node-gyp-build-optional-packages: 5.2.2
+ ordered-binary: 1.5.1
+ weak-lru-cache: 1.2.2
+ optionalDependencies:
+ '@lmdb/lmdb-darwin-arm64': 3.0.12
+ '@lmdb/lmdb-darwin-x64': 3.0.12
+ '@lmdb/lmdb-linux-arm': 3.0.12
+ '@lmdb/lmdb-linux-arm64': 3.0.12
+ '@lmdb/lmdb-linux-x64': 3.0.12
+ '@lmdb/lmdb-win32-x64': 3.0.12
+
+ lmdb@3.0.8:
+ dependencies:
+ msgpackr: 1.10.2
+ node-addon-api: 6.1.0
+ node-gyp-build-optional-packages: 5.1.1
+ ordered-binary: 1.5.1
+ weak-lru-cache: 1.2.2
+ optionalDependencies:
+ '@lmdb/lmdb-darwin-arm64': 3.0.8
+ '@lmdb/lmdb-darwin-x64': 3.0.8
+ '@lmdb/lmdb-linux-arm': 3.0.8
+ '@lmdb/lmdb-linux-arm64': 3.0.8
+ '@lmdb/lmdb-linux-x64': 3.0.8
+ '@lmdb/lmdb-win32-x64': 3.0.8
+
load-json-file@4.0.0:
dependencies:
graceful-fs: 4.2.11
@@ -21371,6 +23409,8 @@ snapshots:
loader-utils@3.2.1: {}
+ loader-utils@3.3.1: {}
+
locate-path@3.0.0:
dependencies:
p-locate: 3.0.0
@@ -21420,6 +23460,14 @@ snapshots:
slice-ansi: 4.0.0
wrap-ansi: 6.2.0
+ log-update@6.0.0:
+ dependencies:
+ ansi-escapes: 6.2.1
+ cli-cursor: 4.0.0
+ slice-ansi: 7.1.0
+ strip-ansi: 7.1.0
+ wrap-ansi: 9.0.0
+
log4js@6.9.1:
dependencies:
date-format: 4.0.14
@@ -21470,6 +23518,10 @@ snapshots:
dependencies:
sourcemap-codec: 1.4.8
+ magic-string@0.30.10:
+ dependencies:
+ '@jridgewell/sourcemap-codec': 1.4.15
+
magic-string@0.30.8:
dependencies:
'@jridgewell/sourcemap-codec': 1.4.15
@@ -21622,11 +23674,7 @@ snapshots:
mdn-data@2.0.30: {}
- media-typer@0.3.0: {}
-
- memfs@3.5.1:
- dependencies:
- fs-monkey: 1.0.3
+ media-typer@0.3.0: {}
memfs@4.9.3:
dependencies:
@@ -21888,11 +23936,17 @@ snapshots:
mimic-fn@2.1.0: {}
- mini-css-extract-plugin@2.8.1(webpack@5.90.3(esbuild@0.20.1)):
+ mini-css-extract-plugin@2.9.0(webpack@5.91.0(esbuild@0.21.3)):
dependencies:
- schema-utils: 4.0.1
+ schema-utils: 4.2.0
+ tapable: 2.2.1
+ webpack: 5.91.0(esbuild@0.21.3)
+
+ mini-css-extract-plugin@2.9.0(webpack@5.92.1):
+ dependencies:
+ schema-utils: 4.2.0
tapable: 2.2.1
- webpack: 5.90.3(esbuild@0.20.1)
+ webpack: 5.92.1(esbuild@0.21.5)
minimalistic-assert@1.0.1: {}
@@ -21900,10 +23954,6 @@ snapshots:
dependencies:
brace-expansion: 2.0.1
- minimatch@3.0.5:
- dependencies:
- brace-expansion: 1.1.11
-
minimatch@3.1.2:
dependencies:
brace-expansion: 1.1.11
@@ -21938,11 +23988,6 @@ snapshots:
dependencies:
minipass: 3.3.6
- minipass-json-stream@1.0.1:
- dependencies:
- jsonparse: 1.3.1
- minipass: 3.3.6
-
minipass-pipeline@1.2.4:
dependencies:
minipass: 3.3.6
@@ -21984,6 +24029,22 @@ snapshots:
ms@2.1.3: {}
+ msgpackr-extract@3.0.3:
+ dependencies:
+ node-gyp-build-optional-packages: 5.2.2
+ optionalDependencies:
+ '@msgpackr-extract/msgpackr-extract-darwin-arm64': 3.0.3
+ '@msgpackr-extract/msgpackr-extract-darwin-x64': 3.0.3
+ '@msgpackr-extract/msgpackr-extract-linux-arm': 3.0.3
+ '@msgpackr-extract/msgpackr-extract-linux-arm64': 3.0.3
+ '@msgpackr-extract/msgpackr-extract-linux-x64': 3.0.3
+ '@msgpackr-extract/msgpackr-extract-win32-x64': 3.0.3
+ optional: true
+
+ msgpackr@1.10.2:
+ optionalDependencies:
+ msgpackr-extract: 3.0.3
+
multicast-dns@7.2.5:
dependencies:
dns-packet: 5.6.0
@@ -22044,13 +24105,13 @@ snapshots:
- '@babel/core'
- babel-plugin-macros
- ng-packagr@17.3.0(@angular/compiler-cli@17.3.11(@angular/compiler@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4)))(typescript@5.3.3))(tailwindcss@3.4.4)(tslib@2.6.2)(typescript@5.3.3):
+ ng-packagr@18.1.0(@angular/compiler-cli@18.1.0(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.4.5))(tailwindcss@3.4.4(ts-node@10.9.2(@types/node@20.12.7)(typescript@5.4.5)))(tslib@2.6.3)(typescript@5.4.5):
dependencies:
- '@angular/compiler-cli': 17.3.11(@angular/compiler@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4)))(typescript@5.3.3)
- '@rollup/plugin-json': 6.1.0(rollup@4.13.0)
- '@rollup/plugin-node-resolve': 15.2.3(rollup@4.13.0)
- '@rollup/wasm-node': 4.13.0
- ajv: 8.13.0
+ '@angular/compiler-cli': 18.1.0(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.4.5)
+ '@rollup/plugin-json': 6.1.0(rollup@4.18.1)
+ '@rollup/plugin-node-resolve': 15.2.3(rollup@4.18.1)
+ '@rollup/wasm-node': 4.18.1
+ ajv: 8.16.0
ansi-colors: 4.1.3
browserslist: 4.23.0
cacache: 18.0.0
@@ -22058,33 +24119,33 @@ snapshots:
commander: 12.0.0
convert-source-map: 2.0.0
dependency-graph: 1.0.0
- esbuild-wasm: 0.20.1
+ esbuild: 0.23.0
fast-glob: 3.3.2
find-cache-dir: 3.3.2
injection-js: 2.4.0
- jsonc-parser: 3.2.1
+ jsonc-parser: 3.3.1
less: 4.2.0
ora: 5.4.1
- piscina: 4.4.0
+ piscina: 4.6.1
postcss: 8.4.39
rxjs: 7.8.1
sass: 1.77.6
- tslib: 2.6.2
- typescript: 5.3.3
+ tslib: 2.6.3
+ typescript: 5.4.5
optionalDependencies:
- esbuild: 0.20.1
- rollup: 4.13.0
- tailwindcss: 3.4.4(ts-node@10.9.2(@types/node@20.14.9)(typescript@5.2.2))
+ rollup: 4.18.1
+ tailwindcss: 3.4.4(ts-node@10.9.2(@types/node@20.12.7)(typescript@5.4.5))
transitivePeerDependencies:
- supports-color
+ optional: true
- ng-packagr@17.3.0(@angular/compiler-cli@17.3.11(@angular/compiler@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.3.3))(tailwindcss@3.4.4(ts-node@10.9.2(@types/node@20.12.7)(typescript@5.3.3)))(tslib@2.6.3)(typescript@5.3.3):
+ ng-packagr@18.1.0(@angular/compiler-cli@18.1.0(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.4.5))(tailwindcss@3.4.4)(tslib@2.6.3)(typescript@5.4.5):
dependencies:
- '@angular/compiler-cli': 17.3.11(@angular/compiler@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.3.3)
- '@rollup/plugin-json': 6.1.0(rollup@4.13.0)
- '@rollup/plugin-node-resolve': 15.2.3(rollup@4.13.0)
- '@rollup/wasm-node': 4.13.0
- ajv: 8.13.0
+ '@angular/compiler-cli': 18.1.0(@angular/compiler@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.4.5)
+ '@rollup/plugin-json': 6.1.0(rollup@4.18.1)
+ '@rollup/plugin-node-resolve': 15.2.3(rollup@4.18.1)
+ '@rollup/wasm-node': 4.18.1
+ ajv: 8.16.0
ansi-colors: 4.1.3
browserslist: 4.23.0
cacache: 18.0.0
@@ -22092,34 +24153,32 @@ snapshots:
commander: 12.0.0
convert-source-map: 2.0.0
dependency-graph: 1.0.0
- esbuild-wasm: 0.20.1
+ esbuild: 0.23.0
fast-glob: 3.3.2
find-cache-dir: 3.3.2
injection-js: 2.4.0
- jsonc-parser: 3.2.1
+ jsonc-parser: 3.3.1
less: 4.2.0
ora: 5.4.1
- piscina: 4.4.0
+ piscina: 4.6.1
postcss: 8.4.39
rxjs: 7.8.1
sass: 1.77.6
tslib: 2.6.3
- typescript: 5.3.3
+ typescript: 5.4.5
optionalDependencies:
- esbuild: 0.20.1
- rollup: 4.13.0
- tailwindcss: 3.4.4(ts-node@10.9.2(@types/node@20.12.7)(typescript@5.3.3))
+ rollup: 4.18.1
+ tailwindcss: 3.4.4(ts-node@10.9.2(@types/node@20.14.9)(typescript@5.2.2))
transitivePeerDependencies:
- supports-color
- optional: true
- ng-packagr@17.3.0(@angular/compiler-cli@17.3.11(@angular/compiler@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.3.3))(tailwindcss@3.4.4)(tslib@2.6.3)(typescript@5.3.3):
+ ng-packagr@18.1.0(@angular/compiler-cli@18.1.1(@angular/compiler@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4)))(typescript@5.5.3))(tailwindcss@3.4.4)(tslib@2.6.2)(typescript@5.5.3):
dependencies:
- '@angular/compiler-cli': 17.3.11(@angular/compiler@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(typescript@5.3.3)
- '@rollup/plugin-json': 6.1.0(rollup@4.13.0)
- '@rollup/plugin-node-resolve': 15.2.3(rollup@4.13.0)
- '@rollup/wasm-node': 4.13.0
- ajv: 8.13.0
+ '@angular/compiler-cli': 18.1.1(@angular/compiler@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4)))(typescript@5.5.3)
+ '@rollup/plugin-json': 6.1.0(rollup@4.18.1)
+ '@rollup/plugin-node-resolve': 15.2.3(rollup@4.18.1)
+ '@rollup/wasm-node': 4.18.1
+ ajv: 8.16.0
ansi-colors: 4.1.3
browserslist: 4.23.0
cacache: 18.0.0
@@ -22127,39 +24186,38 @@ snapshots:
commander: 12.0.0
convert-source-map: 2.0.0
dependency-graph: 1.0.0
- esbuild-wasm: 0.20.1
+ esbuild: 0.23.0
fast-glob: 3.3.2
find-cache-dir: 3.3.2
injection-js: 2.4.0
- jsonc-parser: 3.2.1
+ jsonc-parser: 3.3.1
less: 4.2.0
ora: 5.4.1
- piscina: 4.4.0
+ piscina: 4.6.1
postcss: 8.4.39
rxjs: 7.8.1
sass: 1.77.6
- tslib: 2.6.3
- typescript: 5.3.3
+ tslib: 2.6.2
+ typescript: 5.5.3
optionalDependencies:
- esbuild: 0.20.1
- rollup: 4.13.0
+ rollup: 4.18.1
tailwindcss: 3.4.4(ts-node@10.9.2(@types/node@20.14.9)(typescript@5.2.2))
transitivePeerDependencies:
- supports-color
- ngx-highlightjs@10.0.0(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1):
+ ngx-highlightjs@10.0.0(@angular/common@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1):
dependencies:
- '@angular/common': 17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1)
- '@angular/core': 17.3.11(rxjs@7.8.1)(zone.js@0.14.7)
+ '@angular/common': 18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1)
+ '@angular/core': 18.1.0(rxjs@7.8.1)(zone.js@0.14.7)
highlight.js: 11.9.0
rxjs: 7.8.1
tslib: 2.6.3
- ngx-toastr@18.0.0(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(@angular/platform-browser@17.3.11(@angular/animations@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))):
+ ngx-toastr@18.0.0(@angular/common@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(@angular/platform-browser@18.1.0(@angular/animations@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(@angular/common@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))):
dependencies:
- '@angular/common': 17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1)
- '@angular/core': 17.3.11(rxjs@7.8.1)(zone.js@0.14.7)
- '@angular/platform-browser': 17.3.11(@angular/animations@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))
+ '@angular/common': 18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1)
+ '@angular/core': 18.1.0(rxjs@7.8.1)(zone.js@0.14.7)
+ '@angular/platform-browser': 18.1.0(@angular/animations@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7)))(@angular/common@18.1.0(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@18.1.0(rxjs@7.8.1)(zone.js@0.14.7))
tslib: 2.6.3
nice-napi@1.0.2:
@@ -22173,6 +24231,8 @@ snapshots:
node-addon-api@3.2.1:
optional: true
+ node-addon-api@6.1.0: {}
+
node-dir@0.1.17:
dependencies:
minimatch: 3.1.2
@@ -22187,6 +24247,14 @@ snapshots:
node-forge@1.3.1: {}
+ node-gyp-build-optional-packages@5.1.1:
+ dependencies:
+ detect-libc: 2.0.3
+
+ node-gyp-build-optional-packages@5.2.2:
+ dependencies:
+ detect-libc: 2.0.3
+
node-gyp-build@4.6.0:
optional: true
@@ -22199,7 +24267,7 @@ snapshots:
make-fetch-happen: 13.0.0
nopt: 7.2.1
proc-log: 3.0.0
- semver: 7.6.0
+ semver: 7.6.2
tar: 6.1.14
which: 4.0.0
transitivePeerDependencies:
@@ -22231,7 +24299,7 @@ snapshots:
dependencies:
hosted-git-info: 7.0.1
is-core-module: 2.13.1
- semver: 7.6.0
+ semver: 7.6.2
validate-npm-package-license: 3.0.4
normalize-path@3.0.0: {}
@@ -22250,37 +24318,38 @@ snapshots:
npm-install-checks@6.1.1:
dependencies:
- semver: 7.6.0
+ semver: 7.6.2
npm-normalize-package-bin@3.0.1: {}
- npm-package-arg@11.0.1:
+ npm-package-arg@11.0.2:
dependencies:
hosted-git-info: 7.0.1
- proc-log: 3.0.0
- semver: 7.6.0
+ proc-log: 4.2.0
+ semver: 7.6.2
validate-npm-package-name: 5.0.0
npm-packlist@8.0.2:
dependencies:
ignore-walk: 6.0.4
- npm-pick-manifest@9.0.0:
+ npm-pick-manifest@9.0.1:
dependencies:
npm-install-checks: 6.1.1
npm-normalize-package-bin: 3.0.1
- npm-package-arg: 11.0.1
- semver: 7.6.0
+ npm-package-arg: 11.0.2
+ semver: 7.6.2
- npm-registry-fetch@16.1.0:
+ npm-registry-fetch@17.1.0:
dependencies:
+ '@npmcli/redact': 2.0.1
+ jsonparse: 1.3.1
make-fetch-happen: 13.0.0
minipass: 7.1.2
minipass-fetch: 3.0.3
- minipass-json-stream: 1.0.1
minizlib: 2.1.2
- npm-package-arg: 11.0.1
- proc-log: 3.0.0
+ npm-package-arg: 11.0.2
+ proc-log: 4.2.0
transitivePeerDependencies:
- supports-color
@@ -22306,53 +24375,54 @@ snapshots:
nwsapi@2.2.4: {}
- nx@17.2.8:
+ nx@19.5.1:
dependencies:
- '@nrwl/tao': 17.2.8
+ '@napi-rs/wasm-runtime': 0.2.4
+ '@nrwl/tao': 19.5.1
'@yarnpkg/lockfile': 1.1.0
'@yarnpkg/parsers': 3.0.0-rc.46
- '@zkochan/js-yaml': 0.0.6
+ '@zkochan/js-yaml': 0.0.7
axios: 1.6.2(debug@4.3.5)
chalk: 4.1.2
cli-cursor: 3.1.0
cli-spinners: 2.6.1
cliui: 8.0.1
- dotenv: 16.3.2
- dotenv-expand: 10.0.0
+ dotenv: 16.4.5
+ dotenv-expand: 11.0.6
enquirer: 2.3.6
figures: 3.2.0
flat: 5.0.2
+ front-matter: 4.0.2
fs-extra: 11.1.1
- glob: 7.1.4
ignore: 5.3.1
jest-diff: 29.7.0
- js-yaml: 4.1.0
jsonc-parser: 3.2.0
- lines-and-columns: 2.0.3
- minimatch: 3.0.5
+ lines-and-columns: 2.0.4
+ minimatch: 9.0.3
node-machine-id: 1.1.12
npm-run-path: 4.0.1
open: 8.4.2
- semver: 7.5.3
+ ora: 5.3.0
+ semver: 7.6.2
string-width: 4.2.3
strong-log-transformer: 2.1.0
tar-stream: 2.2.0
- tmp: 0.2.1
+ tmp: 0.2.3
tsconfig-paths: 4.2.0
tslib: 2.6.3
yargs: 17.7.2
yargs-parser: 21.1.1
optionalDependencies:
- '@nx/nx-darwin-arm64': 17.2.8
- '@nx/nx-darwin-x64': 17.2.8
- '@nx/nx-freebsd-x64': 17.2.8
- '@nx/nx-linux-arm-gnueabihf': 17.2.8
- '@nx/nx-linux-arm64-gnu': 17.2.8
- '@nx/nx-linux-arm64-musl': 17.2.8
- '@nx/nx-linux-x64-gnu': 17.2.8
- '@nx/nx-linux-x64-musl': 17.2.8
- '@nx/nx-win32-arm64-msvc': 17.2.8
- '@nx/nx-win32-x64-msvc': 17.2.8
+ '@nx/nx-darwin-arm64': 19.5.1
+ '@nx/nx-darwin-x64': 19.5.1
+ '@nx/nx-freebsd-x64': 19.5.1
+ '@nx/nx-linux-arm-gnueabihf': 19.5.1
+ '@nx/nx-linux-arm64-gnu': 19.5.1
+ '@nx/nx-linux-arm64-musl': 19.5.1
+ '@nx/nx-linux-x64-gnu': 19.5.1
+ '@nx/nx-linux-x64-musl': 19.5.1
+ '@nx/nx-win32-arm64-msvc': 19.5.1
+ '@nx/nx-win32-x64-msvc': 19.5.1
transitivePeerDependencies:
- debug
@@ -22453,6 +24523,13 @@ snapshots:
dependencies:
mimic-fn: 2.1.0
+ open@10.1.0:
+ dependencies:
+ default-browser: 5.2.1
+ define-lazy-prop: 3.0.0
+ is-inside-container: 1.0.0
+ is-wsl: 3.1.0
+
open@7.4.2:
dependencies:
is-docker: 2.2.1
@@ -22475,18 +24552,31 @@ snapshots:
type-check: 0.4.0
word-wrap: 1.2.5
+ ora@5.3.0:
+ dependencies:
+ bl: 4.1.0
+ chalk: 4.1.2
+ cli-cursor: 3.1.0
+ cli-spinners: 2.9.2
+ is-interactive: 1.0.0
+ log-symbols: 4.1.0
+ strip-ansi: 6.0.1
+ wcwidth: 1.0.1
+
ora@5.4.1:
dependencies:
bl: 4.1.0
chalk: 4.1.2
cli-cursor: 3.1.0
- cli-spinners: 2.9.0
+ cli-spinners: 2.9.2
is-interactive: 1.0.0
is-unicode-supported: 0.1.0
log-symbols: 4.1.0
strip-ansi: 6.0.1
wcwidth: 1.0.1
+ ordered-binary@1.5.1: {}
+
os-tmpdir@1.0.2: {}
ospath@1.2.2: {}
@@ -22538,9 +24628,10 @@ snapshots:
eventemitter3: 4.0.7
p-timeout: 3.2.0
- p-retry@4.6.2:
+ p-retry@6.2.0:
dependencies:
- '@types/retry': 0.12.0
+ '@types/retry': 0.12.2
+ is-network-error: 1.1.0
retry: 0.13.1
p-timeout@3.2.0:
@@ -22551,23 +24642,22 @@ snapshots:
package-json-from-dist@1.0.0: {}
- pacote@17.0.6:
+ pacote@18.0.6:
dependencies:
'@npmcli/git': 5.0.4
'@npmcli/installed-package-contents': 2.0.2
+ '@npmcli/package-json': 5.2.0
'@npmcli/promise-spawn': 7.0.1
- '@npmcli/run-script': 7.0.4
+ '@npmcli/run-script': 8.1.0
cacache: 18.0.0
fs-minipass: 3.0.2
minipass: 7.1.2
- npm-package-arg: 11.0.1
+ npm-package-arg: 11.0.2
npm-packlist: 8.0.2
- npm-pick-manifest: 9.0.0
- npm-registry-fetch: 16.1.0
- proc-log: 3.0.0
+ npm-pick-manifest: 9.0.1
+ npm-registry-fetch: 17.1.0
+ proc-log: 4.2.0
promise-retry: 2.0.1
- read-package-json: 7.0.0
- read-package-json-fast: 3.0.2
sigstore: 2.2.2
ssri: 10.0.4
tar: 6.1.14
@@ -22616,7 +24706,7 @@ snapshots:
parse-json@5.2.0:
dependencies:
- '@babel/code-frame': 7.24.2
+ '@babel/code-frame': 7.24.7
error-ex: 1.3.2
json-parse-even-better-errors: 2.3.1
lines-and-columns: 1.2.4
@@ -22667,7 +24757,7 @@ snapshots:
minimist: 1.2.8
open: 7.4.2
rimraf: 2.7.1
- semver: 7.6.0
+ semver: 7.6.2
slash: 2.0.0
tmp: 0.0.33
yaml: 2.4.5
@@ -22743,7 +24833,7 @@ snapshots:
picomatch@2.3.1: {}
- picomatch@4.0.1: {}
+ picomatch@4.0.2: {}
pidtree@0.3.1: {}
@@ -22759,7 +24849,11 @@ snapshots:
pirates@4.0.6: {}
- piscina@4.4.0:
+ piscina@4.5.0:
+ optionalDependencies:
+ nice-napi: 1.0.2
+
+ piscina@4.6.1:
optionalDependencies:
nice-napi: 1.0.2
@@ -22802,7 +24896,7 @@ snapshots:
polished@4.2.2:
dependencies:
- '@babel/runtime': 7.24.0
+ '@babel/runtime': 7.24.7
portfinder@1.0.32:
dependencies:
@@ -22874,13 +24968,13 @@ snapshots:
postcss: 8.4.39
ts-node: 10.9.2(@types/node@20.14.9)(typescript@5.3.3)
- postcss-load-config@4.0.2(postcss@8.4.39)(ts-node@10.9.2(@types/node@20.12.7)(typescript@5.3.3)):
+ postcss-load-config@4.0.2(postcss@8.4.39)(ts-node@10.9.2(@types/node@20.12.7)(typescript@5.4.5)):
dependencies:
lilconfig: 3.1.2
yaml: 2.4.5
optionalDependencies:
postcss: 8.4.39
- ts-node: 10.9.2(@types/node@20.12.7)(typescript@5.3.3)
+ ts-node: 10.9.2(@types/node@20.12.7)(typescript@5.4.5)
optional: true
postcss-load-config@4.0.2(postcss@8.4.39)(ts-node@10.9.2(@types/node@20.14.9)(typescript@5.2.2)):
@@ -22899,14 +24993,25 @@ snapshots:
jiti: 1.21.6
postcss: 8.4.39
- postcss-loader@8.1.1(postcss@8.4.35)(typescript@5.3.3)(webpack@5.90.3(esbuild@0.20.1)):
+ postcss-loader@8.1.1(postcss@8.4.38)(typescript@5.4.5)(webpack@5.91.0(esbuild@0.21.3)):
dependencies:
- cosmiconfig: 9.0.0(typescript@5.3.3)
+ cosmiconfig: 9.0.0(typescript@5.4.5)
jiti: 1.21.6
- postcss: 8.4.35
- semver: 7.6.0
+ postcss: 8.4.38
+ semver: 7.6.2
+ optionalDependencies:
+ webpack: 5.91.0(esbuild@0.21.3)
+ transitivePeerDependencies:
+ - typescript
+
+ postcss-loader@8.1.1(postcss@8.4.38)(typescript@5.5.3)(webpack@5.92.1):
+ dependencies:
+ cosmiconfig: 9.0.0(typescript@5.5.3)
+ jiti: 1.21.6
+ postcss: 8.4.38
+ semver: 7.6.2
optionalDependencies:
- webpack: 5.90.3(esbuild@0.20.1)
+ webpack: 5.92.1(esbuild@0.21.5)
transitivePeerDependencies:
- typescript
@@ -22954,6 +25059,10 @@ snapshots:
dependencies:
postcss: 8.4.39
+ postcss-modules-extract-imports@3.1.0(postcss@8.4.39):
+ dependencies:
+ postcss: 8.4.39
+
postcss-modules-local-by-default@4.0.4(postcss@8.4.39):
dependencies:
icss-utils: 5.1.0(postcss@8.4.39)
@@ -22961,11 +25070,23 @@ snapshots:
postcss-selector-parser: 6.1.0
postcss-value-parser: 4.2.0
+ postcss-modules-local-by-default@4.0.5(postcss@8.4.39):
+ dependencies:
+ icss-utils: 5.1.0(postcss@8.4.39)
+ postcss: 8.4.39
+ postcss-selector-parser: 6.1.0
+ postcss-value-parser: 4.2.0
+
postcss-modules-scope@3.1.1(postcss@8.4.39):
dependencies:
postcss: 8.4.39
postcss-selector-parser: 6.1.0
+ postcss-modules-scope@3.2.0(postcss@8.4.39):
+ dependencies:
+ postcss: 8.4.39
+ postcss-selector-parser: 6.1.0
+
postcss-modules-values@4.0.0(postcss@8.4.39):
dependencies:
icss-utils: 5.1.0(postcss@8.4.39)
@@ -23087,7 +25208,7 @@ snapshots:
picocolors: 1.0.1
source-map-js: 1.2.0
- postcss@8.4.35:
+ postcss@8.4.38:
dependencies:
nanoid: 3.3.7
picocolors: 1.0.1
@@ -23116,6 +25237,8 @@ snapshots:
prettier@3.3.2: {}
+ prettier@3.3.3: {}
+
pretty-bytes@5.6.0: {}
pretty-format@27.5.1:
@@ -23132,20 +25255,20 @@ snapshots:
pretty-hrtime@1.0.3: {}
- primeng@17.18.4(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4))(rxjs@7.8.1))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4))(@angular/forms@17.3.11(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4))(rxjs@7.8.1))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4))(@angular/platform-browser@17.3.11(@angular/animations@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4)))(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4))(rxjs@7.8.1))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4)))(rxjs@7.8.1))(rxjs@7.8.1)(zone.js@0.14.4):
+ primeng@17.18.4(@angular/common@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4))(rxjs@7.8.1))(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4))(@angular/forms@18.1.1(@angular/common@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4))(rxjs@7.8.1))(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4))(@angular/platform-browser@18.1.1(@angular/animations@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4)))(@angular/common@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4))(rxjs@7.8.1))(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4)))(rxjs@7.8.1))(rxjs@7.8.1)(zone.js@0.14.4):
dependencies:
- '@angular/common': 17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4))(rxjs@7.8.1)
- '@angular/core': 17.3.11(rxjs@7.8.1)(zone.js@0.14.4)
- '@angular/forms': 17.3.11(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4))(rxjs@7.8.1))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4))(@angular/platform-browser@17.3.11(@angular/animations@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4)))(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4))(rxjs@7.8.1))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.4)))(rxjs@7.8.1)
+ '@angular/common': 18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4))(rxjs@7.8.1)
+ '@angular/core': 18.1.1(rxjs@7.8.1)(zone.js@0.14.4)
+ '@angular/forms': 18.1.1(@angular/common@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4))(rxjs@7.8.1))(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4))(@angular/platform-browser@18.1.1(@angular/animations@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4)))(@angular/common@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4))(rxjs@7.8.1))(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.4)))(rxjs@7.8.1)
rxjs: 7.8.1
tslib: 2.6.3
zone.js: 0.14.4
- primeng@17.18.4(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(@angular/forms@17.3.11(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(@angular/platform-browser@17.3.11(@angular/animations@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(rxjs@7.8.1))(rxjs@7.8.1)(zone.js@0.14.7):
+ primeng@17.18.4(@angular/common@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.7))(@angular/forms@18.1.1(@angular/common@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.7))(@angular/platform-browser@18.1.1(@angular/animations@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.7)))(@angular/common@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.7)))(rxjs@7.8.1))(rxjs@7.8.1)(zone.js@0.14.7):
dependencies:
- '@angular/common': 17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1)
- '@angular/core': 17.3.11(rxjs@7.8.1)(zone.js@0.14.7)
- '@angular/forms': 17.3.11(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(@angular/platform-browser@17.3.11(@angular/animations@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(rxjs@7.8.1)
+ '@angular/common': 18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1)
+ '@angular/core': 18.1.1(rxjs@7.8.1)(zone.js@0.14.7)
+ '@angular/forms': 18.1.1(@angular/common@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.7))(@angular/platform-browser@18.1.1(@angular/animations@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.7)))(@angular/common@18.1.1(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@18.1.1(rxjs@7.8.1)(zone.js@0.14.7)))(rxjs@7.8.1)
rxjs: 7.8.1
tslib: 2.6.3
zone.js: 0.14.7
@@ -23347,13 +25470,6 @@ snapshots:
json-parse-even-better-errors: 3.0.0
npm-normalize-package-bin: 3.0.1
- read-package-json@7.0.0:
- dependencies:
- glob: 10.4.2
- json-parse-even-better-errors: 3.0.0
- normalize-package-data: 6.0.0
- npm-normalize-package-bin: 3.0.1
-
read-pkg-up@7.0.1:
dependencies:
find-up: 4.1.0
@@ -23449,7 +25565,7 @@ snapshots:
regenerator-transform@0.15.2:
dependencies:
- '@babel/runtime': 7.24.0
+ '@babel/runtime': 7.24.7
regex-parser@2.2.11: {}
@@ -23585,6 +25701,11 @@ snapshots:
onetime: 5.1.2
signal-exit: 3.0.7
+ restore-cursor@4.0.0:
+ dependencies:
+ onetime: 5.1.2
+ signal-exit: 3.0.7
+
retry@0.12.0: {}
retry@0.13.1: {}
@@ -23593,6 +25714,8 @@ snapshots:
rfdc@1.3.0: {}
+ rfdc@1.4.1: {}
+
rimraf@2.6.3:
dependencies:
glob: 7.2.3
@@ -23605,6 +25728,10 @@ snapshots:
dependencies:
glob: 7.2.3
+ rimraf@5.0.9:
+ dependencies:
+ glob: 10.4.2
+
rimraf@6.0.1:
dependencies:
glob: 11.0.0
@@ -23643,40 +25770,67 @@ snapshots:
dependencies:
rollup-pluginutils: 2.8.2
- rollup-plugin-visualizer@5.12.0(rollup@4.13.0):
+ rollup-plugin-visualizer@5.12.0(rollup@4.18.1):
dependencies:
open: 8.4.2
picomatch: 2.3.1
source-map: 0.7.4
yargs: 17.7.2
optionalDependencies:
- rollup: 4.13.0
+ rollup: 4.18.1
rollup-pluginutils@2.8.2:
dependencies:
estree-walker: 0.6.1
- rollup@4.13.0:
+ rollup@4.18.0:
+ dependencies:
+ '@types/estree': 1.0.5
+ optionalDependencies:
+ '@rollup/rollup-android-arm-eabi': 4.18.0
+ '@rollup/rollup-android-arm64': 4.18.0
+ '@rollup/rollup-darwin-arm64': 4.18.0
+ '@rollup/rollup-darwin-x64': 4.18.0
+ '@rollup/rollup-linux-arm-gnueabihf': 4.18.0
+ '@rollup/rollup-linux-arm-musleabihf': 4.18.0
+ '@rollup/rollup-linux-arm64-gnu': 4.18.0
+ '@rollup/rollup-linux-arm64-musl': 4.18.0
+ '@rollup/rollup-linux-powerpc64le-gnu': 4.18.0
+ '@rollup/rollup-linux-riscv64-gnu': 4.18.0
+ '@rollup/rollup-linux-s390x-gnu': 4.18.0
+ '@rollup/rollup-linux-x64-gnu': 4.18.0
+ '@rollup/rollup-linux-x64-musl': 4.18.0
+ '@rollup/rollup-win32-arm64-msvc': 4.18.0
+ '@rollup/rollup-win32-ia32-msvc': 4.18.0
+ '@rollup/rollup-win32-x64-msvc': 4.18.0
+ fsevents: 2.3.3
+
+ rollup@4.18.1:
dependencies:
'@types/estree': 1.0.5
optionalDependencies:
- '@rollup/rollup-android-arm-eabi': 4.13.0
- '@rollup/rollup-android-arm64': 4.13.0
- '@rollup/rollup-darwin-arm64': 4.13.0
- '@rollup/rollup-darwin-x64': 4.13.0
- '@rollup/rollup-linux-arm-gnueabihf': 4.13.0
- '@rollup/rollup-linux-arm64-gnu': 4.13.0
- '@rollup/rollup-linux-arm64-musl': 4.13.0
- '@rollup/rollup-linux-riscv64-gnu': 4.13.0
- '@rollup/rollup-linux-x64-gnu': 4.13.0
- '@rollup/rollup-linux-x64-musl': 4.13.0
- '@rollup/rollup-win32-arm64-msvc': 4.13.0
- '@rollup/rollup-win32-ia32-msvc': 4.13.0
- '@rollup/rollup-win32-x64-msvc': 4.13.0
+ '@rollup/rollup-android-arm-eabi': 4.18.1
+ '@rollup/rollup-android-arm64': 4.18.1
+ '@rollup/rollup-darwin-arm64': 4.18.1
+ '@rollup/rollup-darwin-x64': 4.18.1
+ '@rollup/rollup-linux-arm-gnueabihf': 4.18.1
+ '@rollup/rollup-linux-arm-musleabihf': 4.18.1
+ '@rollup/rollup-linux-arm64-gnu': 4.18.1
+ '@rollup/rollup-linux-arm64-musl': 4.18.1
+ '@rollup/rollup-linux-powerpc64le-gnu': 4.18.1
+ '@rollup/rollup-linux-riscv64-gnu': 4.18.1
+ '@rollup/rollup-linux-s390x-gnu': 4.18.1
+ '@rollup/rollup-linux-x64-gnu': 4.18.1
+ '@rollup/rollup-linux-x64-musl': 4.18.1
+ '@rollup/rollup-win32-arm64-msvc': 4.18.1
+ '@rollup/rollup-win32-ia32-msvc': 4.18.1
+ '@rollup/rollup-win32-x64-msvc': 4.18.1
fsevents: 2.3.3
rrweb-cssom@0.6.0: {}
+ run-applescript@7.0.0: {}
+
run-async@3.0.0: {}
run-parallel@1.2.0:
@@ -23722,14 +25876,21 @@ snapshots:
safer-buffer@2.1.2: {}
- sass-loader@14.1.1(sass@1.71.1)(webpack@5.90.3(esbuild@0.20.1)):
+ sass-loader@14.2.1(sass@1.77.2)(webpack@5.91.0(esbuild@0.21.3)):
+ dependencies:
+ neo-async: 2.6.2
+ optionalDependencies:
+ sass: 1.77.2
+ webpack: 5.91.0(esbuild@0.21.3)
+
+ sass-loader@14.2.1(sass@1.77.6)(webpack@5.92.1):
dependencies:
neo-async: 2.6.2
optionalDependencies:
- sass: 1.71.1
- webpack: 5.90.3(esbuild@0.20.1)
+ sass: 1.77.6
+ webpack: 5.92.1(esbuild@0.21.5)
- sass@1.71.1:
+ sass@1.77.2:
dependencies:
chokidar: 3.6.0
immutable: 4.3.0
@@ -23771,12 +25932,20 @@ snapshots:
ajv-formats: 2.1.1(ajv@8.13.0)
ajv-keywords: 5.1.0(ajv@8.13.0)
+ schema-utils@4.2.0:
+ dependencies:
+ '@types/json-schema': 7.0.15
+ ajv: 8.16.0
+ ajv-formats: 2.1.1(ajv@8.16.0)
+ ajv-keywords: 5.1.0(ajv@8.16.0)
+
secure-compare@3.0.1: {}
select-hose@2.0.0: {}
- selfsigned@2.1.1:
+ selfsigned@2.4.1:
dependencies:
+ '@types/node-forge': 1.3.11
node-forge: 1.3.1
semver-greatest-satisfied-range@2.0.0:
@@ -23787,10 +25956,6 @@ snapshots:
semver@6.3.1: {}
- semver@7.5.3:
- dependencies:
- lru-cache: 6.0.0
-
semver@7.5.4:
dependencies:
lru-cache: 6.0.0
@@ -23799,6 +25964,8 @@ snapshots:
dependencies:
lru-cache: 6.0.0
+ semver@7.6.2: {}
+
send@0.18.0:
dependencies:
debug: 2.6.9
@@ -23821,6 +25988,10 @@ snapshots:
dependencies:
randombytes: 2.1.0
+ serialize-javascript@6.0.2:
+ dependencies:
+ randombytes: 2.1.0
+
serve-index@1.9.1:
dependencies:
accepts: 1.3.8
@@ -23891,6 +26062,8 @@ snapshots:
signal-exit@4.0.2: {}
+ signal-exit@4.1.0: {}
+
sigstore@2.2.2:
dependencies:
'@sigstore/bundle': 2.2.0
@@ -23924,6 +26097,16 @@ snapshots:
astral-regex: 2.0.0
is-fullwidth-code-point: 3.0.0
+ slice-ansi@5.0.0:
+ dependencies:
+ ansi-styles: 6.2.1
+ is-fullwidth-code-point: 4.0.0
+
+ slice-ansi@7.1.0:
+ dependencies:
+ ansi-styles: 6.2.1
+ is-fullwidth-code-point: 5.0.0
+
smart-buffer@4.2.0: {}
socket.io-adapter@2.5.2:
@@ -23975,11 +26158,17 @@ snapshots:
source-map-js@1.2.0: {}
- source-map-loader@5.0.0(webpack@5.90.3(esbuild@0.20.1)):
+ source-map-loader@5.0.0(webpack@5.91.0(esbuild@0.21.3)):
+ dependencies:
+ iconv-lite: 0.6.3
+ source-map-js: 1.2.0
+ webpack: 5.91.0(esbuild@0.21.3)
+
+ source-map-loader@5.0.0(webpack@5.92.1):
dependencies:
iconv-lite: 0.6.3
source-map-js: 1.2.0
- webpack: 5.90.3(esbuild@0.20.1)
+ webpack: 5.92.1(esbuild@0.21.5)
source-map-support@0.5.13:
dependencies:
@@ -24171,6 +26360,12 @@ snapshots:
emoji-regex: 10.3.0
strip-ansi: 7.1.0
+ string-width@7.2.0:
+ dependencies:
+ emoji-regex: 10.3.0
+ get-east-asian-width: 1.2.0
+ strip-ansi: 7.1.0
+
string.prototype.matchall@4.0.11:
dependencies:
call-bind: 1.0.7
@@ -24295,60 +26490,60 @@ snapshots:
postcss: 8.4.39
postcss-selector-parser: 6.1.0
- stylelint-config-sass-guidelines@11.1.0(postcss@8.4.39)(stylelint@16.3.1(typescript@5.3.3)):
+ stylelint-config-sass-guidelines@11.1.0(postcss@8.4.39)(stylelint@16.3.1(typescript@5.5.3)):
dependencies:
postcss: 8.4.39
postcss-scss: 4.0.9(postcss@8.4.39)
- stylelint: 16.3.1(typescript@5.3.3)
- stylelint-scss: 6.3.2(stylelint@16.3.1(typescript@5.3.3))
+ stylelint: 16.3.1(typescript@5.5.3)
+ stylelint-scss: 6.3.2(stylelint@16.3.1(typescript@5.5.3))
- stylelint-config-sass-guidelines@11.1.0(postcss@8.4.39)(stylelint@16.6.1(typescript@5.3.3)):
+ stylelint-config-sass-guidelines@11.1.0(postcss@8.4.39)(stylelint@16.6.1(typescript@5.4.5)):
dependencies:
postcss: 8.4.39
postcss-scss: 4.0.9(postcss@8.4.39)
- stylelint: 16.6.1(typescript@5.3.3)
- stylelint-scss: 6.3.2(stylelint@16.6.1(typescript@5.3.3))
+ stylelint: 16.6.1(typescript@5.4.5)
+ stylelint-scss: 6.3.2(stylelint@16.6.1(typescript@5.4.5))
- stylelint-prettier@5.0.0(prettier@3.3.2)(stylelint@16.3.1(typescript@5.3.3)):
+ stylelint-prettier@5.0.0(prettier@3.3.2)(stylelint@16.6.1(typescript@5.4.5)):
dependencies:
prettier: 3.3.2
prettier-linter-helpers: 1.0.0
- stylelint: 16.3.1(typescript@5.3.3)
+ stylelint: 16.6.1(typescript@5.4.5)
- stylelint-prettier@5.0.0(prettier@3.3.2)(stylelint@16.6.1(typescript@5.3.3)):
+ stylelint-prettier@5.0.0(prettier@3.3.3)(stylelint@16.3.1(typescript@5.5.3)):
dependencies:
- prettier: 3.3.2
+ prettier: 3.3.3
prettier-linter-helpers: 1.0.0
- stylelint: 16.6.1(typescript@5.3.3)
+ stylelint: 16.3.1(typescript@5.5.3)
- stylelint-scss@6.2.1(stylelint@16.3.1(typescript@5.3.3)):
+ stylelint-scss@6.2.1(stylelint@16.3.1(typescript@5.5.3)):
dependencies:
known-css-properties: 0.29.0
postcss-media-query-parser: 0.2.3
postcss-resolve-nested-selector: 0.1.1
postcss-selector-parser: 6.1.0
postcss-value-parser: 4.2.0
- stylelint: 16.3.1(typescript@5.3.3)
+ stylelint: 16.3.1(typescript@5.5.3)
- stylelint-scss@6.3.2(stylelint@16.3.1(typescript@5.3.3)):
+ stylelint-scss@6.3.2(stylelint@16.3.1(typescript@5.5.3)):
dependencies:
known-css-properties: 0.31.0
postcss-media-query-parser: 0.2.3
postcss-resolve-nested-selector: 0.1.1
postcss-selector-parser: 6.1.0
postcss-value-parser: 4.2.0
- stylelint: 16.3.1(typescript@5.3.3)
+ stylelint: 16.3.1(typescript@5.5.3)
- stylelint-scss@6.3.2(stylelint@16.6.1(typescript@5.3.3)):
+ stylelint-scss@6.3.2(stylelint@16.6.1(typescript@5.4.5)):
dependencies:
known-css-properties: 0.31.0
postcss-media-query-parser: 0.2.3
postcss-resolve-nested-selector: 0.1.1
postcss-selector-parser: 6.1.0
postcss-value-parser: 4.2.0
- stylelint: 16.6.1(typescript@5.3.3)
+ stylelint: 16.6.1(typescript@5.4.5)
- stylelint@16.3.1(typescript@5.3.3):
+ stylelint@16.3.1(typescript@5.5.3):
dependencies:
'@csstools/css-parser-algorithms': 2.6.3(@csstools/css-tokenizer@2.3.1)
'@csstools/css-tokenizer': 2.3.1
@@ -24357,7 +26552,7 @@ snapshots:
'@dual-bundle/import-meta-resolve': 4.1.0
balanced-match: 2.0.0
colord: 2.9.3
- cosmiconfig: 9.0.0(typescript@5.3.3)
+ cosmiconfig: 9.0.0(typescript@5.5.3)
css-functions-list: 3.2.2
css-tree: 2.3.1
debug: 4.3.5(supports-color@8.1.1)
@@ -24393,7 +26588,7 @@ snapshots:
- supports-color
- typescript
- stylelint@16.6.1(typescript@5.3.3):
+ stylelint@16.6.1(typescript@5.4.5):
dependencies:
'@csstools/css-parser-algorithms': 2.6.3(@csstools/css-tokenizer@2.3.1)
'@csstools/css-tokenizer': 2.3.1
@@ -24402,7 +26597,7 @@ snapshots:
'@dual-bundle/import-meta-resolve': 4.1.0
balanced-match: 2.0.0
colord: 2.9.3
- cosmiconfig: 9.0.0(typescript@5.3.3)
+ cosmiconfig: 9.0.0(typescript@5.4.5)
css-functions-list: 3.2.2
css-tree: 2.3.1
debug: 4.3.4
@@ -24514,7 +26709,7 @@ snapshots:
string-width: 4.2.3
strip-ansi: 6.0.1
- tailwindcss@3.4.4(ts-node@10.9.2(@types/node@20.12.7)(typescript@5.3.3)):
+ tailwindcss@3.4.4(ts-node@10.9.2(@types/node@20.12.7)(typescript@5.4.5)):
dependencies:
'@alloc/quick-lru': 5.2.0
arg: 5.0.2
@@ -24533,7 +26728,7 @@ snapshots:
postcss: 8.4.39
postcss-import: 15.1.0(postcss@8.4.39)
postcss-js: 4.0.1(postcss@8.4.39)
- postcss-load-config: 4.0.2(postcss@8.4.39)(ts-node@10.9.2(@types/node@20.12.7)(typescript@5.3.3))
+ postcss-load-config: 4.0.2(postcss@8.4.39)(ts-node@10.9.2(@types/node@20.12.7)(typescript@5.4.5))
postcss-nested: 6.0.1(postcss@8.4.39)
postcss-selector-parser: 6.1.0
resolve: 1.22.8
@@ -24618,16 +26813,27 @@ snapshots:
term-size@2.2.1: {}
- terser-webpack-plugin@5.3.10(esbuild@0.20.1)(webpack@5.90.3(esbuild@0.20.1)):
+ terser-webpack-plugin@5.3.10(esbuild@0.21.3)(webpack@5.91.0):
dependencies:
'@jridgewell/trace-mapping': 0.3.25
jest-worker: 27.5.1
schema-utils: 3.3.0
serialize-javascript: 6.0.1
- terser: 5.29.1
- webpack: 5.90.3(esbuild@0.20.1)
+ terser: 5.29.2
+ webpack: 5.91.0(esbuild@0.21.3)
optionalDependencies:
- esbuild: 0.20.1
+ esbuild: 0.21.3
+
+ terser-webpack-plugin@5.3.10(esbuild@0.21.5)(webpack@5.92.1):
+ dependencies:
+ '@jridgewell/trace-mapping': 0.3.25
+ jest-worker: 27.5.1
+ schema-utils: 3.3.0
+ serialize-javascript: 6.0.1
+ terser: 5.29.2
+ webpack: 5.92.1(esbuild@0.21.5)
+ optionalDependencies:
+ esbuild: 0.21.5
terser-webpack-plugin@5.3.10(webpack@5.92.1):
dependencies:
@@ -24635,10 +26841,10 @@ snapshots:
jest-worker: 27.5.1
schema-utils: 3.3.0
serialize-javascript: 6.0.1
- terser: 5.29.1
+ terser: 5.29.2
webpack: 5.92.1
- terser@5.29.1:
+ terser@5.29.2:
dependencies:
'@jridgewell/source-map': 0.3.3
acorn: 8.11.3
@@ -24741,9 +26947,9 @@ snapshots:
dependencies:
typescript: 4.9.5
- ts-api-utils@1.0.2(typescript@5.3.3):
+ ts-api-utils@1.0.2(typescript@5.4.5):
dependencies:
- typescript: 5.3.3
+ typescript: 5.4.5
ts-api-utils@1.3.0(typescript@4.9.5):
dependencies:
@@ -24753,9 +26959,9 @@ snapshots:
dependencies:
typescript: 5.2.2
- ts-api-utils@1.3.0(typescript@5.3.3):
+ ts-api-utils@1.3.0(typescript@5.4.5):
dependencies:
- typescript: 5.3.3
+ typescript: 5.4.5
ts-dedent@2.2.0: {}
@@ -24815,7 +27021,7 @@ snapshots:
'@jest/types': 29.6.3
babel-jest: 29.7.0(@babel/core@7.24.7)
- ts-node@10.9.2(@types/node@20.12.7)(typescript@5.3.3):
+ ts-node@10.9.2(@types/node@20.12.7)(typescript@5.4.5):
dependencies:
'@cspotcode/source-map-support': 0.8.1
'@tsconfig/node10': 1.0.9
@@ -24829,7 +27035,7 @@ snapshots:
create-require: 1.1.1
diff: 4.0.2
make-error: 1.3.6
- typescript: 5.3.3
+ typescript: 5.4.5
v8-compile-cache-lib: 3.0.1
yn: 3.1.1
@@ -25014,6 +27220,10 @@ snapshots:
typescript@5.3.3: {}
+ typescript@5.4.5: {}
+
+ typescript@5.5.3: {}
+
ua-parser-js@0.7.35: {}
uglify-js@3.17.4:
@@ -25041,7 +27251,9 @@ snapshots:
undici-types@6.19.2: {}
- undici@6.11.1: {}
+ undici@6.18.0: {}
+
+ undici@6.19.2: {}
unicode-canonical-property-names-ecmascript@2.0.0: {}
@@ -25331,41 +27543,53 @@ snapshots:
replace-ext: 2.0.0
teex: 1.0.1
- vite@5.1.7(@types/node@20.12.7)(less@4.2.0)(sass@1.71.1)(terser@5.29.1):
+ vite@5.2.11(@types/node@20.12.7)(less@4.2.0)(sass@1.77.2)(terser@5.29.2):
dependencies:
- esbuild: 0.19.12
+ esbuild: 0.20.1
postcss: 8.4.39
- rollup: 4.13.0
+ rollup: 4.18.1
optionalDependencies:
'@types/node': 20.12.7
fsevents: 2.3.3
less: 4.2.0
- sass: 1.71.1
- terser: 5.29.1
+ sass: 1.77.2
+ terser: 5.29.2
- vite@5.1.7(@types/node@20.14.9)(less@4.2.0)(sass@1.71.1)(terser@5.29.1):
+ vite@5.2.11(@types/node@20.14.11)(less@4.2.0)(sass@1.77.2)(terser@5.29.2):
dependencies:
- esbuild: 0.19.12
+ esbuild: 0.20.1
postcss: 8.4.39
- rollup: 4.13.0
+ rollup: 4.18.1
optionalDependencies:
- '@types/node': 20.14.9
+ '@types/node': 20.14.11
fsevents: 2.3.3
less: 4.2.0
- sass: 1.71.1
- terser: 5.29.1
+ sass: 1.77.2
+ terser: 5.29.2
- vite@5.1.7(@types/node@20.14.9)(less@4.2.0)(sass@1.77.6)(terser@5.29.1):
+ vite@5.2.11(@types/node@20.14.9)(less@4.2.0)(sass@1.77.2)(terser@5.29.2):
dependencies:
- esbuild: 0.19.12
+ esbuild: 0.20.1
postcss: 8.4.39
- rollup: 4.13.0
+ rollup: 4.18.1
optionalDependencies:
'@types/node': 20.14.9
fsevents: 2.3.3
less: 4.2.0
+ sass: 1.77.2
+ terser: 5.29.2
+
+ vite@5.3.2(@types/node@20.14.11)(less@4.2.0)(sass@1.77.6)(terser@5.29.2):
+ dependencies:
+ esbuild: 0.21.5
+ postcss: 8.4.39
+ rollup: 4.18.1
+ optionalDependencies:
+ '@types/node': 20.14.11
+ fsevents: 2.3.3
+ less: 4.2.0
sass: 1.77.6
- terser: 5.29.1
+ terser: 5.29.2
void-elements@2.0.1: {}
@@ -25398,11 +27622,6 @@ snapshots:
exec-sh: 0.2.2
minimist: 1.2.8
- watchpack@2.4.0:
- dependencies:
- glob-to-regexp: 0.4.1
- graceful-fs: 4.2.11
-
watchpack@2.4.1:
dependencies:
glob-to-regexp: 0.4.1
@@ -25416,40 +27635,45 @@ snapshots:
dependencies:
defaults: 1.0.4
+ weak-lru-cache@1.2.2: {}
+
webidl-conversions@3.0.1: {}
webidl-conversions@7.0.0: {}
- webpack-dev-middleware@5.3.3(webpack@5.90.3(esbuild@0.20.1)):
+ webpack-dev-middleware@7.2.1(webpack@5.91.0):
dependencies:
colorette: 2.0.20
- memfs: 3.5.1
+ memfs: 4.9.3
mime-types: 2.1.35
+ on-finished: 2.4.1
range-parser: 1.2.1
- schema-utils: 4.0.1
- webpack: 5.90.3(esbuild@0.20.1)
+ schema-utils: 4.2.0
+ optionalDependencies:
+ webpack: 5.91.0(esbuild@0.21.3)
- webpack-dev-middleware@6.1.2(webpack@5.90.3(esbuild@0.20.1)):
+ webpack-dev-middleware@7.2.1(webpack@5.92.1):
dependencies:
colorette: 2.0.20
- memfs: 3.5.1
+ memfs: 4.9.3
mime-types: 2.1.35
+ on-finished: 2.4.1
range-parser: 1.2.1
- schema-utils: 4.0.1
+ schema-utils: 4.2.0
optionalDependencies:
- webpack: 5.90.3(esbuild@0.20.1)
+ webpack: 5.92.1(esbuild@0.21.5)
- webpack-dev-server@4.15.1(webpack@5.90.3(esbuild@0.20.1)):
+ webpack-dev-server@5.0.4(webpack@5.91.0):
dependencies:
- '@types/bonjour': 3.5.10
- '@types/connect-history-api-fallback': 1.5.0
- '@types/express': 4.17.17
- '@types/serve-index': 1.9.1
- '@types/serve-static': 1.15.1
- '@types/sockjs': 0.3.33
- '@types/ws': 8.5.5
+ '@types/bonjour': 3.5.13
+ '@types/connect-history-api-fallback': 1.5.4
+ '@types/express': 4.17.21
+ '@types/serve-index': 1.9.4
+ '@types/serve-static': 1.15.7
+ '@types/sockjs': 0.3.36
+ '@types/ws': 8.5.10
ansi-html-community: 0.0.8
- bonjour-service: 1.1.1
+ bonjour-service: 1.2.1
chokidar: 3.6.0
colorette: 2.0.20
compression: 1.7.4
@@ -25457,22 +27681,62 @@ snapshots:
default-gateway: 6.0.3
express: 4.18.2
graceful-fs: 4.2.11
- html-entities: 2.3.3
- http-proxy-middleware: 2.0.6(@types/express@4.17.17)
- ipaddr.js: 2.0.1
- launch-editor: 2.6.0
- open: 8.4.2
- p-retry: 4.6.2
- rimraf: 3.0.2
- schema-utils: 4.0.1
- selfsigned: 2.1.1
+ html-entities: 2.5.2
+ http-proxy-middleware: 2.0.6(@types/express@4.17.21)
+ ipaddr.js: 2.2.0
+ launch-editor: 2.8.0
+ open: 10.1.0
+ p-retry: 6.2.0
+ rimraf: 5.0.9
+ schema-utils: 4.2.0
+ selfsigned: 2.4.1
+ serve-index: 1.9.1
+ sockjs: 0.3.24
+ spdy: 4.0.2
+ webpack-dev-middleware: 7.2.1(webpack@5.91.0)
+ ws: 8.17.1
+ optionalDependencies:
+ webpack: 5.91.0(esbuild@0.21.3)
+ transitivePeerDependencies:
+ - bufferutil
+ - debug
+ - supports-color
+ - utf-8-validate
+
+ webpack-dev-server@5.0.4(webpack@5.92.1):
+ dependencies:
+ '@types/bonjour': 3.5.13
+ '@types/connect-history-api-fallback': 1.5.4
+ '@types/express': 4.17.21
+ '@types/serve-index': 1.9.4
+ '@types/serve-static': 1.15.7
+ '@types/sockjs': 0.3.36
+ '@types/ws': 8.5.10
+ ansi-html-community: 0.0.8
+ bonjour-service: 1.2.1
+ chokidar: 3.6.0
+ colorette: 2.0.20
+ compression: 1.7.4
+ connect-history-api-fallback: 2.0.0
+ default-gateway: 6.0.3
+ express: 4.18.2
+ graceful-fs: 4.2.11
+ html-entities: 2.5.2
+ http-proxy-middleware: 2.0.6(@types/express@4.17.21)
+ ipaddr.js: 2.2.0
+ launch-editor: 2.8.0
+ open: 10.1.0
+ p-retry: 6.2.0
+ rimraf: 5.0.9
+ schema-utils: 4.2.0
+ selfsigned: 2.4.1
serve-index: 1.9.1
sockjs: 0.3.24
spdy: 4.0.2
- webpack-dev-middleware: 5.3.3(webpack@5.90.3(esbuild@0.20.1))
+ webpack-dev-middleware: 7.2.1(webpack@5.92.1)
ws: 8.17.1
optionalDependencies:
- webpack: 5.90.3(esbuild@0.20.1)
+ webpack: 5.92.1(esbuild@0.21.5)
transitivePeerDependencies:
- bufferutil
- debug
@@ -25487,14 +27751,19 @@ snapshots:
webpack-sources@3.2.3: {}
- webpack-subresource-integrity@5.1.0(webpack@5.90.3(esbuild@0.20.1)):
+ webpack-subresource-integrity@5.1.0(webpack@5.91.0(esbuild@0.21.3)):
+ dependencies:
+ typed-assert: 1.0.9
+ webpack: 5.91.0(esbuild@0.21.3)
+
+ webpack-subresource-integrity@5.1.0(webpack@5.92.1):
dependencies:
typed-assert: 1.0.9
- webpack: 5.90.3(esbuild@0.20.1)
+ webpack: 5.92.1(esbuild@0.21.5)
webpack-virtual-modules@0.5.0: {}
- webpack@5.90.3(esbuild@0.20.1):
+ webpack@5.91.0(esbuild@0.21.3):
dependencies:
'@types/eslint-scope': 3.7.4
'@types/estree': 1.0.5
@@ -25517,7 +27786,7 @@ snapshots:
neo-async: 2.6.2
schema-utils: 3.3.0
tapable: 2.2.1
- terser-webpack-plugin: 5.3.10(esbuild@0.20.1)(webpack@5.90.3(esbuild@0.20.1))
+ terser-webpack-plugin: 5.3.10(esbuild@0.21.3)(webpack@5.91.0)
watchpack: 2.4.1
webpack-sources: 3.2.3
transitivePeerDependencies:
@@ -25556,6 +27825,37 @@ snapshots:
- esbuild
- uglify-js
+ webpack@5.92.1(esbuild@0.21.5):
+ dependencies:
+ '@types/eslint-scope': 3.7.4
+ '@types/estree': 1.0.5
+ '@webassemblyjs/ast': 1.12.1
+ '@webassemblyjs/wasm-edit': 1.12.1
+ '@webassemblyjs/wasm-parser': 1.12.1
+ acorn: 8.11.3
+ acorn-import-attributes: 1.9.5(acorn@8.11.3)
+ browserslist: 4.23.0
+ chrome-trace-event: 1.0.3
+ enhanced-resolve: 5.17.0
+ es-module-lexer: 1.5.3
+ eslint-scope: 5.1.1
+ events: 3.3.0
+ glob-to-regexp: 0.4.1
+ graceful-fs: 4.2.11
+ json-parse-even-better-errors: 2.3.1
+ loader-runner: 4.3.0
+ mime-types: 2.1.35
+ neo-async: 2.6.2
+ schema-utils: 3.3.0
+ tapable: 2.2.1
+ terser-webpack-plugin: 5.3.10(esbuild@0.21.5)(webpack@5.92.1)
+ watchpack: 2.4.1
+ webpack-sources: 3.2.3
+ transitivePeerDependencies:
+ - '@swc/core'
+ - esbuild
+ - uglify-js
+
websocket-driver@0.7.4:
dependencies:
http-parser-js: 0.5.8
@@ -25670,6 +27970,12 @@ snapshots:
string-width: 5.1.2
strip-ansi: 7.1.0
+ wrap-ansi@9.0.0:
+ dependencies:
+ ansi-styles: 6.2.1
+ string-width: 7.2.0
+ strip-ansi: 7.1.0
+
wrappy@1.0.2: {}
write-file-atomic@2.4.3:
@@ -25753,6 +28059,8 @@ snapshots:
yocto-queue@1.0.0: {}
+ yoctocolors-cjs@2.1.2: {}
+
zone.js@0.14.4:
dependencies:
tslib: 2.6.3