diff --git a/frontend/src/angular/package-lock.json b/frontend/src/angular/package-lock.json index e67ce39..0206889 100644 --- a/frontend/src/angular/package-lock.json +++ b/frontend/src/angular/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@angular/animations": "^22.0.1", "@angular/common": "^22.0.1", - "@angular/compiler": "^22.0.1", + "@angular/compiler": "^22.1.0", "@angular/core": "^22.0.1", "@angular/forms": "^22.0.1", "@angular/localize": "^22.0.1", @@ -1615,9 +1615,9 @@ } }, "node_modules/@angular/compiler": { - "version": "22.0.1", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-22.0.1.tgz", - "integrity": "sha512-J8lcmYXJCGZn1+CHx3LSgq6rtS5Efc1/Nafcd/v8VZN2NrsFIkIlTbnAIUxcwHwYxzZs4X5CGfX+5ZIB4X9rUw==", + "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" @@ -5982,6 +5982,7 @@ "version": "22.0.1", "resolved": "https://registry.npmjs.org/@ngtools/webpack/-/webpack-22.0.1.tgz", "integrity": "sha512-1dHVpRKsoKVb618GsxWc/Riin898z/QJ3uqrGcALdgY2F2qxlkIQgLH/b3O5vUo6vMydb9iAh+cPqGoeNphL+g==", + "deprecated": "Angular's Webpack support is deprecated. Use the esbuild and Vite-based \"@angular/build\" package instead.", "dev": true, "license": "MIT", "engines": { @@ -16434,9 +16435,9 @@ } }, "node_modules/postcss-safe-parser": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/postcss-safe-parser/-/postcss-safe-parser-7.0.1.tgz", - "integrity": "sha512-0AioNCJZ2DPYz5ABT6bddIqlhgwhpHZ/l65YAYo0BCIn0xiDpsnTHz0gnoTGk0OXZW0JRs+cDwL8u/teRdz+8A==", + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/postcss-safe-parser/-/postcss-safe-parser-7.1.0.tgz", + "integrity": "sha512-1WzZxRLaAFwEh6Do+zyGpjWV3nGJNxxhuh7Ubu/q1ICImMgZJnLwhoaEpRbG4pJppp2Y1ncL9ffA2f+LhrefQg==", "dev": true, "funding": [ { diff --git a/frontend/src/angular/package.json b/frontend/src/angular/package.json index 698cd72..aab2fe7 100644 --- a/frontend/src/angular/package.json +++ b/frontend/src/angular/package.json @@ -22,7 +22,7 @@ "dependencies": { "@angular/animations": "^22.0.1", "@angular/common": "^22.0.1", - "@angular/compiler": "^22.0.1", + "@angular/compiler": "^22.1.0", "@angular/core": "^22.0.1", "@angular/forms": "^22.0.1", "@angular/localize": "^22.0.1",