diff --git a/5-AccessControl/2-call-api-groups/SPA/package-lock.json b/5-AccessControl/2-call-api-groups/SPA/package-lock.json index f8ced862..b485bdd3 100644 --- a/5-AccessControl/2-call-api-groups/SPA/package-lock.json +++ b/5-AccessControl/2-call-api-groups/SPA/package-lock.json @@ -489,9 +489,9 @@ } }, "@angular/common": { - "version": "14.0.4", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-14.0.4.tgz", - "integrity": "sha512-CvlFa2lCxen0LB3N45IzZDdMIqpcasXfVUhiAkLxZgT+kSTunc/rg8hMoLHVfmFpkQKCQmPVyuzNXnSwIFhYkQ==", + "version": "19.2.16", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-19.2.16.tgz", + "integrity": "sha512-sugztO7XIiLRoVjn0WJK9ooBm9zejsqlE5k4ZGvy1zFafM8LMjFHwD4KymN8JB3AOb7Ad4lJHVq1IvwWnpqeWw==", "requires": { "tslib": "^2.3.0" } @@ -8683,17 +8683,6 @@ "fs-extra": "^10.1.0" } }, - "string-width": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", - "dev": true, - "requires": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" - } - }, "string_decoder": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", @@ -8711,6 +8700,17 @@ } } }, + "string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, + "requires": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + } + }, "strip-ansi": { "version": "6.0.1", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", diff --git a/5-AccessControl/2-call-api-groups/SPA/package.json b/5-AccessControl/2-call-api-groups/SPA/package.json index 99dc752b..17356c4a 100644 --- a/5-AccessControl/2-call-api-groups/SPA/package.json +++ b/5-AccessControl/2-call-api-groups/SPA/package.json @@ -12,7 +12,7 @@ "dependencies": { "@angular/animations": "^14.0.0", "@angular/cdk": "^14.0.4", - "@angular/common": "^14.0.0", + "@angular/common": "^19.2.16", "@angular/compiler": "^14.0.0", "@angular/core": "^14.0.0", "@angular/forms": "^14.0.0",