diff --git a/chargebee-js-angular/package-lock.json b/chargebee-js-angular/package-lock.json index 0c17d83..eaadf19 100644 --- a/chargebee-js-angular/package-lock.json +++ b/chargebee-js-angular/package-lock.json @@ -1,15 +1,15 @@ { "name": "chargebee-js-angular-wrapper", - "version": "5.0.0", + "version": "5.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "chargebee-js-angular-wrapper", - "version": "5.0.0", + "version": "5.0.1", "dependencies": { "@angular/animations": "^18.2.13", - "@angular/common": "^18.2.13", + "@angular/common": "^19.2.16", "@angular/compiler": "^18.2.13", "@angular/core": "^18.2.13", "@angular/forms": "^18.2.13", @@ -513,9 +513,10 @@ } }, "node_modules/@angular/common": { - "version": "18.2.13", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-18.2.13.tgz", - "integrity": "sha512-4ZqrNp1PoZo7VNvW+sbSc2CB2axP1sCH2wXl8B0wdjsj8JY1hF1OhuugwhpAHtGxqewed2kCXayE+ZJqSTV4jw==", + "version": "19.2.16", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-19.2.16.tgz", + "integrity": "sha512-sugztO7XIiLRoVjn0WJK9ooBm9zejsqlE5k4ZGvy1zFafM8LMjFHwD4KymN8JB3AOb7Ad4lJHVq1IvwWnpqeWw==", + "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, @@ -523,7 +524,7 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "18.2.13", + "@angular/core": "19.2.16", "rxjs": "^6.5.3 || ^7.4.0" } }, @@ -14589,9 +14590,9 @@ } }, "@angular/common": { - "version": "18.2.13", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-18.2.13.tgz", - "integrity": "sha512-4ZqrNp1PoZo7VNvW+sbSc2CB2axP1sCH2wXl8B0wdjsj8JY1hF1OhuugwhpAHtGxqewed2kCXayE+ZJqSTV4jw==", + "version": "19.2.16", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-19.2.16.tgz", + "integrity": "sha512-sugztO7XIiLRoVjn0WJK9ooBm9zejsqlE5k4ZGvy1zFafM8LMjFHwD4KymN8JB3AOb7Ad4lJHVq1IvwWnpqeWw==", "requires": { "tslib": "^2.3.0" } diff --git a/chargebee-js-angular/package.json b/chargebee-js-angular/package.json index 6a5d938..9aae6c6 100644 --- a/chargebee-js-angular/package.json +++ b/chargebee-js-angular/package.json @@ -13,7 +13,7 @@ "description": "Angular wrapper for Chargebee.js Components", "dependencies": { "@angular/animations": "^18.2.13", - "@angular/common": "^18.2.13", + "@angular/common": "^19.2.16", "@angular/compiler": "^18.2.13", "@angular/core": "^18.2.13", "@angular/forms": "^18.2.13",