diff --git a/ui/package-lock.json b/ui/package-lock.json index 8b69bfe..7e24f0a 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "@angular/common": "22.0.6", - "@angular/compiler": "22.0.6", + "@angular/compiler": "22.1.0", "@angular/core": "22.0.6", "@angular/forms": "^22.0.6", "@angular/platform-browser": "22.0.6", @@ -479,9 +479,9 @@ } }, "node_modules/@angular/compiler": { - "version": "22.0.6", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-22.0.6.tgz", - "integrity": "sha512-iFHsXOA14TsxK4jowmGfogI9Jb0ApL3z8EGTGvKMialqtw088HYjwJP1LT4OlO/wgmjSTq2peZ19jLPuhevNvw==", + "version": "22.1.0", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-22.1.0.tgz", + "integrity": "sha512-WCmuPnuXgqnqrkbrwqQRyldi1k3rlzNLVDl8ntINF7XWuJh0KfQLEkRK0FCCmBztWJkbGug4RBVnKTWlKhRzCQ==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" diff --git a/ui/package.json b/ui/package.json index 1ce7977..17839fe 100644 --- a/ui/package.json +++ b/ui/package.json @@ -21,7 +21,7 @@ }, "dependencies": { "@angular/common": "22.0.6", - "@angular/compiler": "22.0.6", + "@angular/compiler": "22.1.0", "@angular/core": "22.0.6", "@angular/forms": "^22.0.6", "@angular/platform-browser": "22.0.6",