diff --git a/package-lock.json b/package-lock.json index 5dbf3aa..f4703e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "@angular-devkit/architect": "^0.1800.1", - "@angular/animations": "~18.0.1", + "@angular/animations": "~18.0.6", "@angular/common": "~18.0.1", "@angular/core": "~18.0.1", "@angular/forms": "~18.0.1", @@ -391,18 +391,17 @@ } }, "node_modules/@angular/animations": { - "version": "18.0.1", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-18.0.1.tgz", - "integrity": "sha512-QAY/oxfuFY2Bjr3foniWlLAiddXHu8879lZvXHt1NVOsiav+vD15IEEQsnuQbJPy/EHEnAlUh9UptB4zQIBp/Q==", - "license": "MIT", + "version": "18.0.6", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-18.0.6.tgz", + "integrity": "sha512-43FOKRB0+ElHWNt6AGFoBKtYf8YqIc5mUP8jS4R7ff+M5c9KrDbRp1M+lzL3uARcncwfQjttyedKTz4IHRzi0g==", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^18.13.0 || >=20.9.0" + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "18.0.1" + "@angular/core": "18.0.6" } }, "node_modules/@angular/build": { diff --git a/package.json b/package.json index 22b1ac4..82810b0 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "private": true, "dependencies": { "@angular-devkit/architect": "^0.1800.1", - "@angular/animations": "~18.0.1", + "@angular/animations": "~18.0.6", "@angular/common": "~18.0.1", "@angular/core": "~18.0.1", "@angular/forms": "~18.0.1",