diff --git a/package-lock.json b/package-lock.json index add967a..14db0f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "efaps-angular-fe", "version": "0.0.0", "dependencies": { - "@angular/animations": "^21.1.1", + "@angular/animations": "^21.1.2", "@angular/common": "^21.1.1", "@angular/compiler": "^21.1.1", "@angular/core": "^21.1.1", @@ -351,9 +351,9 @@ } }, "node_modules/@angular/animations": { - "version": "21.1.1", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-21.1.1.tgz", - "integrity": "sha512-OQRyNbFBCkuihdCegrpN/Np5YQ7uV9if48LAoXxT68tYhK3S/Qbyx2MzJpOMFEFNfpjXRg1BZr8hVcZVFnArpg==", + "version": "21.1.2", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-21.1.2.tgz", + "integrity": "sha512-8lVSH3y/Pq22ND9ng80UQwQRiIPIE7oD3vuV98Wufld59+s5g4PdJNqPhEVD5dkYD0gYQcm3jTIXSeYuOfpsUg==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -362,7 +362,7 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/core": "21.1.1" + "@angular/core": "21.1.2" } }, "node_modules/@angular/build": { diff --git a/package.json b/package.json index 94745d8..d2f2964 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ }, "private": true, "dependencies": { - "@angular/animations": "^21.1.1", + "@angular/animations": "^21.1.2", "@angular/common": "^21.1.1", "@angular/compiler": "^21.1.1", "@angular/core": "^21.1.1",