diff --git a/package-lock.json b/package-lock.json index c738d6f..b159a36 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4,7 +4,6 @@ "requires": true, "packages": { "": { - "name": "client", "hasInstallScript": true, "dependencies": { "@types/lodash-es": "^4.17.12" @@ -19,7 +18,7 @@ "@angular/build": "^21.2.2", "@angular/cli": "^21.2.2", "@angular/common": "^21.2.4", - "@angular/compiler": "^21.2.4", + "@angular/compiler": "^21.2.19", "@angular/compiler-cli": "^21.2.4", "@angular/core": "^21.2.4", "@angular/forms": "^21.2.4", @@ -1261,11 +1260,10 @@ } }, "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==", "dev": true, - "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, @@ -18256,9 +18254,9 @@ } }, "@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==", "dev": true, "requires": { "tslib": "^2.3.0" diff --git a/package.json b/package.json index c6e18e3..7622abb 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "@angular/build": "^21.2.2", "@angular/cli": "^21.2.2", "@angular/common": "^21.2.4", - "@angular/compiler": "^21.2.4", + "@angular/compiler": "^21.2.19", "@angular/compiler-cli": "^21.2.4", "@angular/core": "^21.2.4", "@angular/forms": "^21.2.4",