diff --git a/package-lock.json b/package-lock.json index 641f86a9..b328ca22 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "11.0.0", "license": "MIT", "dependencies": { - "@angular/animations": "^17.0.0", + "@angular/animations": "^17.0.9", "@angular/common": "^17.0.0", "@angular/compiler": "^17.0.0", "@angular/core": "^17.0.0", @@ -900,9 +900,9 @@ } }, "node_modules/@angular/animations": { - "version": "17.0.0", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-17.0.0.tgz", - "integrity": "sha512-DNr4IlRxtcNsaUxmF2/aPU9K6jXCdODXbbk2hTnZhAhpA9lLof3MN8/9MmNjc2nxeL6/oovyXP3SCY8Y8ZJACw==", + "version": "17.0.9", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-17.0.9.tgz", + "integrity": "sha512-TcAdBQyGqglgbxdiJcaHc7FcDNkzTXGRtZuPOcr4sYmBvryBu2q18edwzo6+QDYFaoGredFhE5RnOIw+M4A3Xw==", "dependencies": { "tslib": "^2.3.0" }, @@ -910,7 +910,7 @@ "node": "^18.13.0 || >=20.9.0" }, "peerDependencies": { - "@angular/core": "17.0.0" + "@angular/core": "17.0.9" } }, "node_modules/@angular/cli": { @@ -18617,9 +18617,9 @@ } }, "@angular/animations": { - "version": "17.0.0", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-17.0.0.tgz", - "integrity": "sha512-DNr4IlRxtcNsaUxmF2/aPU9K6jXCdODXbbk2hTnZhAhpA9lLof3MN8/9MmNjc2nxeL6/oovyXP3SCY8Y8ZJACw==", + "version": "17.0.9", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-17.0.9.tgz", + "integrity": "sha512-TcAdBQyGqglgbxdiJcaHc7FcDNkzTXGRtZuPOcr4sYmBvryBu2q18edwzo6+QDYFaoGredFhE5RnOIw+M4A3Xw==", "requires": { "tslib": "^2.3.0" } diff --git a/package.json b/package.json index b562db9c..ec287424 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "angular password strength meter" ], "dependencies": { - "@angular/animations": "^17.0.0", + "@angular/animations": "^17.0.9", "@angular/common": "^17.0.0", "@angular/compiler": "^17.0.0", "@angular/core": "^17.0.0",