From d4063c81f59d381ead60b612e633de428a4e2e4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 17:22:19 +0000 Subject: [PATCH] build(deps): bump @angular/compiler from 21.2.17 to 21.2.19 in /ui Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 21.2.17 to 21.2.19. - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md) - [Commits](https://github.com/angular/angular/commits/v21.2.19/packages/compiler) --- updated-dependencies: - dependency-name: "@angular/compiler" dependency-version: 21.2.19 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ui/package-lock.json | 14 +++++++------- ui/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index 165942dff1..7f453958bf 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -1,18 +1,18 @@ { "name": "geoengine", - "version": "0.9.2", + "version": "0.9.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "geoengine", - "version": "0.9.2", + "version": "0.9.3", "license": "MIT", "dependencies": { "@angular/animations": "^21.2.0", "@angular/cdk": "^21.2.0", "@angular/common": "^21.2.0", - "@angular/compiler": "^21.2.0", + "@angular/compiler": "^21.2.19", "@angular/core": "^21.2.0", "@angular/forms": "^21.2.0", "@angular/material": "^21.2.0", @@ -86,7 +86,7 @@ }, "../api-clients/typescript": { "name": "@geoengine/api-client", - "version": "0.9.2", + "version": "0.9.3", "devDependencies": { "typescript": "^4.0 || ^5.0" } @@ -680,9 +680,9 @@ } }, "node_modules/@angular/compiler": { - "version": "21.2.17", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.2.17.tgz", - "integrity": "sha512-p+NdjYiwAz9Zmu2yul0LlMXaFjMISVVa24+/MVMoKFeQeI82QE8jDywPlnOSHQHvdCcQVpS7saeEriZzX3JuBQ==", + "version": "21.2.19", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.2.19.tgz", + "integrity": "sha512-vuF5i1t14ftJiHXVVLgDYLWkT99QuajphcUHy1VZaMX3FiqSGXRV62g+R2RMxL0OJ5C1ai8xTHKPx9n1lQFyFg==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" diff --git a/ui/package.json b/ui/package.json index 1b1610ebae..8910c402d8 100644 --- a/ui/package.json +++ b/ui/package.json @@ -54,7 +54,7 @@ "@angular/animations": "^21.2.0", "@angular/cdk": "^21.2.0", "@angular/common": "^21.2.0", - "@angular/compiler": "^21.2.0", + "@angular/compiler": "^21.2.19", "@angular/core": "^21.2.0", "@angular/forms": "^21.2.0", "@angular/material": "^21.2.0",