diff --git a/src-ui/package-lock.json b/src-ui/package-lock.json index 722526088..b72b02f6b 100644 --- a/src-ui/package-lock.json +++ b/src-ui/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@angular/animations": "~13.2.6", "@angular/common": "~13.2.6", - "@angular/compiler": "~13.2.4", + "@angular/compiler": "~13.3.0", "@angular/core": "~13.2.4", "@angular/forms": "~13.2.6", "@angular/localize": "~13.2.6", @@ -412,9 +412,9 @@ } }, "node_modules/@angular/compiler": { - "version": "13.2.5", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-13.2.5.tgz", - "integrity": "sha512-OF7xqs/7HPyRJXWiP8ZLwcgT+O/pyBdTjubrVNUPmzeKWPFyE9ZVKEg8MLGLbGHRtw1omhU9Mq4b12NqI1B/gA==", + "version": "13.3.0", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-13.3.0.tgz", + "integrity": "sha512-oeUvaBOVpey2G1I5fWZa3JcyRuBQ3dAeRay5UtQhu1Xw2L8jd2tYkbZb1XOgP9J1/Ma4LO62pjSaOpR2EtO5ww==", "dependencies": { "tslib": "^2.3.0" }, @@ -13495,9 +13495,9 @@ } }, "@angular/compiler": { - "version": "13.2.5", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-13.2.5.tgz", - "integrity": "sha512-OF7xqs/7HPyRJXWiP8ZLwcgT+O/pyBdTjubrVNUPmzeKWPFyE9ZVKEg8MLGLbGHRtw1omhU9Mq4b12NqI1B/gA==", + "version": "13.3.0", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-13.3.0.tgz", + "integrity": "sha512-oeUvaBOVpey2G1I5fWZa3JcyRuBQ3dAeRay5UtQhu1Xw2L8jd2tYkbZb1XOgP9J1/Ma4LO62pjSaOpR2EtO5ww==", "requires": { "tslib": "^2.3.0" } diff --git a/src-ui/package.json b/src-ui/package.json index a1691f8a4..d7e743bb6 100644 --- a/src-ui/package.json +++ b/src-ui/package.json @@ -13,7 +13,7 @@ "dependencies": { "@angular/animations": "~13.2.6", "@angular/common": "~13.2.6", - "@angular/compiler": "~13.2.4", + "@angular/compiler": "~13.3.0", "@angular/core": "~13.2.4", "@angular/forms": "~13.2.6", "@angular/localize": "~13.2.6",