diff --git a/src-ui/package-lock.json b/src-ui/package-lock.json index fb7be8cb2..d9decae59 100644 --- a/src-ui/package-lock.json +++ b/src-ui/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "@angular/common": "~14.2.0", - "@angular/compiler": "~14.2.0", + "@angular/compiler": "~14.2.4", "@angular/core": "~14.2.0", "@angular/forms": "~14.2.0", "@angular/localize": "~14.2.0", @@ -588,9 +588,9 @@ } }, "node_modules/@angular/compiler": { - "version": "14.2.0", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-14.2.0.tgz", - "integrity": "sha512-csnvopy5a6ctdT7sHgwgn3wRni+UIk2zvs7WYsx+gtLTdH7SPg78CN0XZR/KQ142qLtuMnmkVON3D3ejmqC9xg==", + "version": "14.2.4", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-14.2.4.tgz", + "integrity": "sha512-fBvTPPWBYA65bAmrqKcnzUHAhZ/tfs+nG+IeDukn4TeyQplVjDYOlqjf84jYQubSIx8WTicZzRFn0dIGsPaSNw==", "dependencies": { "tslib": "^2.3.0" }, @@ -598,7 +598,7 @@ "node": "^14.15.0 || >=16.10.0" }, "peerDependencies": { - "@angular/core": "14.2.0" + "@angular/core": "14.2.4" }, "peerDependenciesMeta": { "@angular/core": { @@ -18032,9 +18032,9 @@ } }, "@angular/compiler": { - "version": "14.2.0", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-14.2.0.tgz", - "integrity": "sha512-csnvopy5a6ctdT7sHgwgn3wRni+UIk2zvs7WYsx+gtLTdH7SPg78CN0XZR/KQ142qLtuMnmkVON3D3ejmqC9xg==", + "version": "14.2.4", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-14.2.4.tgz", + "integrity": "sha512-fBvTPPWBYA65bAmrqKcnzUHAhZ/tfs+nG+IeDukn4TeyQplVjDYOlqjf84jYQubSIx8WTicZzRFn0dIGsPaSNw==", "requires": { "tslib": "^2.3.0" } diff --git a/src-ui/package.json b/src-ui/package.json index ef7361785..e822d6732 100644 --- a/src-ui/package.json +++ b/src-ui/package.json @@ -14,7 +14,7 @@ "private": true, "dependencies": { "@angular/common": "~14.2.0", - "@angular/compiler": "~14.2.0", + "@angular/compiler": "~14.2.4", "@angular/core": "~14.2.0", "@angular/forms": "~14.2.0", "@angular/localize": "~14.2.0",