diff --git a/package-lock.json b/package-lock.json index 88e88aa..6e48f5a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@abacritt/angularx-social-login": "^2.2.0", "@angular/animations": "^17.1.0", "@angular/cdk": "^17.1.1", - "@angular/common": "^17.1.0", + "@angular/common": "^17.3.12", "@angular/compiler": "^17.1.0", "@angular/core": "^17.1.0", "@angular/forms": "^17.1.0", @@ -389,9 +389,10 @@ } }, "node_modules/@angular/common": { - "version": "17.1.1", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-17.1.1.tgz", - "integrity": "sha512-YMM2vImWJg7H3Yaej7ncGpFKT28V2Y6X9/rLpRdSKAiUbcbj7GeWtX/upfZGR9KmD08baYZw0YTNMR03Ubv/mg==", + "version": "17.3.12", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-17.3.12.tgz", + "integrity": "sha512-vabJzvrx76XXFrm1RJZ6o/CyG32piTB/1sfFfKHdlH1QrmArb8It4gyk9oEjZ1IkAD0HvBWlfWmn+T6Vx3pdUw==", + "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, @@ -399,7 +400,7 @@ "node": "^18.13.0 || >=20.9.0" }, "peerDependencies": { - "@angular/core": "17.1.1", + "@angular/core": "17.3.12", "rxjs": "^6.5.3 || ^7.4.0" } }, @@ -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..d044555 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@abacritt/angularx-social-login": "^2.2.0", "@angular/animations": "^17.1.0", "@angular/cdk": "^17.1.1", - "@angular/common": "^17.1.0", + "@angular/common": "^17.3.12", "@angular/compiler": "^17.1.0", "@angular/core": "^17.1.0", "@angular/forms": "^17.1.0",