diff --git a/package-lock.json b/package-lock.json index 88e88aa..e7c1bf0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "@abacritt/angularx-social-login": "^2.2.0", - "@angular/animations": "^17.1.0", + "@angular/animations": "^17.3.12", "@angular/cdk": "^17.1.1", "@angular/common": "^17.1.0", "@angular/compiler": "^17.1.0", @@ -325,9 +325,10 @@ } }, "node_modules/@angular/animations": { - "version": "17.1.1", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-17.1.1.tgz", - "integrity": "sha512-85qm8b4fNKa5zx4YlvCvAb3lWGlRsEcClnpCuwSVP8pXG7n/cW8MsJOh8i/wOkQTr9Ac7vvAE+yFWMi2A/qlTg==", + "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" }, @@ -335,7 +336,7 @@ "node": "^18.13.0 || >=20.9.0" }, "peerDependencies": { - "@angular/core": "17.1.1" + "@angular/core": "17.3.12" } }, "node_modules/@angular/cdk": { @@ -862,9 +863,10 @@ } }, "node_modules/@ant-design/colors": { - "version": "7.0.2", - "resolved": "https://registry.npmjs.org/@ant-design/colors/-/colors-7.0.2.tgz", - "integrity": "sha512-7KJkhTiPiLHSu+LmMJnehfJ6242OCxSlR3xHVBecYxnMW8MS/878NXct1GqYARyL59fyeFdKRxXTfvR9SnDgJg==", + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/@ant-design/colors/-/colors-7.1.0.tgz", + "integrity": "sha512-MMoDGWn1y9LdQJQSHiCC20x3uZ3CwQnv9QMz6pCmJOrqdgM9YxsoVVY0wtrdXbmfSgnV0KNk6zi09NAhMR2jvg==", + "license": "MIT", "dependencies": { "@ctrl/tinycolor": "^3.6.1" } @@ -873,6 +875,7 @@ "version": "17.0.0", "resolved": "https://registry.npmjs.org/@ant-design/icons-angular/-/icons-angular-17.0.0.tgz", "integrity": "sha512-MNEh3UbkSl6gkdb5MQRNHEuWI1DnU1dME9zSymnWCipEXN7MB0mcYHSfyYTqKL1j45ftp6l1UnsLvhokRYyhXA==", + "license": "MIT", "dependencies": { "@ant-design/colors": "^7.0.0", "tslib": "^2.0.0" @@ -2647,6 +2650,7 @@ "version": "3.6.1", "resolved": "https://registry.npmjs.org/@ctrl/tinycolor/-/tinycolor-3.6.1.tgz", "integrity": "sha512-SITSV6aIXsuVNV3f3O0f2n/cgyEDWoSqtZMYiAmcsYHydcKrOz3gUxB/iXd/Qf08+IZX4KpgNbvUdMBmWz+kcA==", + "license": "MIT", "engines": { "node": ">=10" } diff --git a/package.json b/package.json index 7769bcc..931dc53 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "private": true, "dependencies": { "@abacritt/angularx-social-login": "^2.2.0", - "@angular/animations": "^17.1.0", + "@angular/animations": "^17.3.12", "@angular/cdk": "^17.1.1", "@angular/common": "^17.1.0", "@angular/compiler": "^17.1.0",