diff --git a/package-lock.json b/package-lock.json index a373944..38095bf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "portfolio-app", "version": "0.0.0", "dependencies": { - "@angular/animations": "^17.2.0", + "@angular/animations": "^17.2.3", "@angular/common": "^17.2.0", "@angular/compiler": "^17.2.0", "@angular/core": "^17.2.0", @@ -292,9 +292,9 @@ } }, "node_modules/@angular/animations": { - "version": "17.2.2", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-17.2.2.tgz", - "integrity": "sha512-ENr35pDVslioJO8zBLo1QClzC7NqTc0Du36UMtWkw3cg+QRLnAZ7zfju5w0O8K7Z3omDtFzgVSPfyS0VDkrXPQ==", + "version": "17.2.3", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-17.2.3.tgz", + "integrity": "sha512-eQcN6hC/dXISEYC/TjRuQJgfdZieBROBlXrS+BxRbsy9T4/QeKxChC3yiNxTmdxl5mvjLKvQTXHR8X0AWc07/Q==", "dependencies": { "tslib": "^2.3.0" }, @@ -302,7 +302,7 @@ "node": "^18.13.0 || >=20.9.0" }, "peerDependencies": { - "@angular/core": "17.2.2" + "@angular/core": "17.2.3" } }, "node_modules/@angular/cli": { diff --git a/package.json b/package.json index fcdced0..03fe59d 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "private": true, "dependencies": { - "@angular/animations": "^17.2.0", + "@angular/animations": "^17.2.3", "@angular/common": "^17.2.0", "@angular/compiler": "^17.2.0", "@angular/core": "^17.2.0",