diff --git a/package-lock.json b/package-lock.json index afc8482..292bbf7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "transrally.github.io", "version": "0.9.9", "dependencies": { - "@angular/animations": "^18.0.2", + "@angular/animations": "^18.1.1", "@angular/common": "^18.0.2", "@angular/compiler": "^18.0.2", "@angular/core": "^18.0.2", @@ -298,9 +298,9 @@ } }, "node_modules/@angular/animations": { - "version": "18.0.2", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-18.0.2.tgz", - "integrity": "sha512-WhsotLl74UlRZZE9R7X3BXeNm1YOD1hUMOuGCa20pvUZ8X6ayz5c8B7tc/BZ0ua/9UkyZzbdMTEDi8JPDPPTew==", + "version": "18.1.1", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-18.1.1.tgz", + "integrity": "sha512-3BdB6lB7TT1BQFb8C3XyJ5A9YSrOx951NzcXnzFfTNiq1C+VeR455LtdNiDTPa9Vf5Df1cJb6ReJ1z17ztx+6Q==", "dependencies": { "tslib": "^2.3.0" }, @@ -308,7 +308,7 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "18.0.2" + "@angular/core": "18.1.1" } }, "node_modules/@angular/build": { diff --git a/package.json b/package.json index 2b8e552..169da4a 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ }, "private": true, "dependencies": { - "@angular/animations": "^18.0.2", + "@angular/animations": "^18.1.1", "@angular/common": "^18.0.2", "@angular/compiler": "^18.0.2", "@angular/core": "^18.0.2",