diff --git a/package-lock.json b/package-lock.json index d55bf96..88d64af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.4.0", "license": "MIT", "dependencies": { - "@angular/animations": "^17.0.0", + "@angular/animations": "^17.3.12", "@angular/common": "^17.0.0", "@angular/compiler": "^17.0.0", "@angular/core": "^17.0.0", @@ -5250,9 +5250,10 @@ } }, "node_modules/@angular/animations": { - "version": "17.2.4", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-17.2.4.tgz", - "integrity": "sha512-eTjD8XeioL1Xj+W6iQayOh2JBCfjkg+MG3wzyEW0jhetE/N+wm2xbI1aub2pYplKsu96hOih3lfowYt7qIKGfw==", + "version": "17.3.12", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-17.3.12.tgz", + "integrity": "sha512-9hsdWF4gRRcVJtPcCcYLaX1CIyM9wUu6r+xRl6zU5hq8qhl35hig6ounz7CXFAzLf0WDBdM16bPHouVGaG76lg==", + "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, @@ -5260,7 +5261,7 @@ "node": "^18.13.0 || >=20.9.0" }, "peerDependencies": { - "@angular/core": "17.2.4" + "@angular/core": "17.3.12" } }, "node_modules/@angular/cli": { diff --git a/package.json b/package.json index b814651..132d0ca 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ }, "private": false, "dependencies": { - "@angular/animations": "^17.0.0", + "@angular/animations": "^17.3.12", "@angular/common": "^17.0.0", "@angular/compiler": "^17.0.0", "@angular/core": "^17.0.0",