diff --git a/package-lock.json b/package-lock.json index fd562319..a5e534d7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { - "@angular/animations": "^16.2.2", + "@angular/animations": "^16.2.12", "@angular/common": "^16.2.2", "@angular/compiler": "^16.2.2", "@angular/core": "^16.2.2", @@ -476,9 +476,9 @@ } }, "node_modules/@angular/animations": { - "version": "16.2.2", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-16.2.2.tgz", - "integrity": "sha512-p0QefudkPGXjq9inZDrtW6WJrDcSeL+Nkc8lxubjg5fLQATKWKpsUBb+u2xEVu8OvWqj8BvrZUDnXYLyTdM4vw==", + "version": "16.2.12", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-16.2.12.tgz", + "integrity": "sha512-MD0ElviEfAJY8qMOd6/jjSSvtqER2RDAi0lxe6EtUacC1DHCYkaPrKW4vLqY+tmZBg1yf+6n+uS77pXcHHcA3w==", "dependencies": { "tslib": "^2.3.0" }, @@ -486,7 +486,7 @@ "node": "^16.14.0 || >=18.10.0" }, "peerDependencies": { - "@angular/core": "16.2.2" + "@angular/core": "16.2.12" } }, "node_modules/@angular/cli": { @@ -18449,9 +18449,9 @@ } }, "@angular/animations": { - "version": "16.2.2", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-16.2.2.tgz", - "integrity": "sha512-p0QefudkPGXjq9inZDrtW6WJrDcSeL+Nkc8lxubjg5fLQATKWKpsUBb+u2xEVu8OvWqj8BvrZUDnXYLyTdM4vw==", + "version": "16.2.12", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-16.2.12.tgz", + "integrity": "sha512-MD0ElviEfAJY8qMOd6/jjSSvtqER2RDAi0lxe6EtUacC1DHCYkaPrKW4vLqY+tmZBg1yf+6n+uS77pXcHHcA3w==", "requires": { "tslib": "^2.3.0" } diff --git a/package.json b/package.json index 4e6c729d..8c7289a9 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ }, "private": true, "dependencies": { - "@angular/animations": "^16.2.2", + "@angular/animations": "^16.2.12", "@angular/common": "^16.2.2", "@angular/compiler": "^16.2.2", "@angular/core": "^16.2.2",