diff --git a/samples/client/others/typescript-angular/package-lock.json b/samples/client/others/typescript-angular/package-lock.json index 187139362e95..4fd5756bb4ea 100644 --- a/samples/client/others/typescript-angular/package-lock.json +++ b/samples/client/others/typescript-angular/package-lock.json @@ -9,11 +9,11 @@ "version": "0.0.0", "dependencies": { "@angular/animations": "^17.0.0", - "@angular/common": "^17.0.0", + "@angular/common": "^22.1.0", "@angular/compiler": "^17.0.0", "@angular/core": "^17.0.0", - "@angular/platform-browser": "^17.0.0", - "@angular/platform-browser-dynamic": "^17.0.0", + "@angular/platform-browser": "^22.1.0", + "@angular/platform-browser-dynamic": "^22.1.0", "rxjs": "^7.8.1", "tslib": "^2.5.3" }, @@ -295,17 +295,18 @@ } }, "node_modules/@angular/common": { - "version": "17.1.0", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-17.1.0.tgz", - "integrity": "sha512-0Zg62iSynyRr2QslC8dVwSo46mkKrVENnwcBvsgTJ8rfGiuRdKMX8nWm5EUEm3ohKmYLfHvyEjsKDRn//UefVw==", + "version": "22.1.0", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-22.1.0.tgz", + "integrity": "sha512-67L8AS00egxwEKnoMhNDxy+TY+eKOwvwa+os0Odq8nLm7+Qh7JnMVeub8hfncpenOFqlC/RUjO2W9H7Gd2veNA==", + "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^18.13.0 || >=20.9.0" + "node": "^22.22.3 || ^24.15.0 || >=26.0.0" }, "peerDependencies": { - "@angular/core": "17.1.0", + "@angular/core": "22.1.0", "rxjs": "^6.5.3 || ^7.4.0" } }, @@ -417,19 +418,20 @@ } }, "node_modules/@angular/platform-browser": { - "version": "17.1.0", - "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-17.1.0.tgz", - "integrity": "sha512-Klq92ZUX0+ZsxLvbYtIEP3GtVEfMLYPxmBP0pWNZyYIeJCg/YxPS76QSvEhBaMqFelk4RzkDQEIfixC16UIgOA==", + "version": "22.1.0", + "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-22.1.0.tgz", + "integrity": "sha512-gqUYDUiPfwbaLYdH8WLnOLl3feo3OcNpnMO08HBHaUdi4TLNkC28xwa9fC6ANyYD22QZ5A3abSg8fmR6upWMwg==", + "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^18.13.0 || >=20.9.0" + "node": "^22.22.3 || ^24.15.0 || >=26.0.0" }, "peerDependencies": { - "@angular/animations": "17.1.0", - "@angular/common": "17.1.0", - "@angular/core": "17.1.0" + "@angular/animations": "22.1.0", + "@angular/common": "22.1.0", + "@angular/core": "22.1.0" }, "peerDependenciesMeta": { "@angular/animations": { @@ -438,20 +440,22 @@ } }, "node_modules/@angular/platform-browser-dynamic": { - "version": "17.1.0", - "resolved": "https://registry.npmjs.org/@angular/platform-browser-dynamic/-/platform-browser-dynamic-17.1.0.tgz", - "integrity": "sha512-rqPRZZx6VcSx81HIQr1XMBgb7fYSj6pOZNTJGZkn2KNxrz6hyU3A3qaom1VSVRK5vvNb1cFn35mg/zyOIliTIg==", + "version": "22.1.0", + "resolved": "https://registry.npmjs.org/@angular/platform-browser-dynamic/-/platform-browser-dynamic-22.1.0.tgz", + "integrity": "sha512-iLn9vCk6HhxQZhFJIEBjHH1CbyOLEABw0Do3VAzly2YimemitgQEmTLJ5a96qd70rYmpJH6zudhnYqUjyaI6Ig==", + "deprecated": "@angular/platform-browser-dynamic is deprecated. Use `@angular/platform-browser` instead.", + "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^18.13.0 || >=20.9.0" + "node": "^22.22.3 || ^24.15.0 || >=26.0.0" }, "peerDependencies": { - "@angular/common": "17.1.0", - "@angular/compiler": "17.1.0", - "@angular/core": "17.1.0", - "@angular/platform-browser": "17.1.0" + "@angular/common": "22.1.0", + "@angular/compiler": "22.1.0", + "@angular/core": "22.1.0", + "@angular/platform-browser": "22.1.0" } }, "node_modules/@assemblyscript/loader": { diff --git a/samples/client/others/typescript-angular/package.json b/samples/client/others/typescript-angular/package.json index 9be30da01f8e..97fcf9213cba 100644 --- a/samples/client/others/typescript-angular/package.json +++ b/samples/client/others/typescript-angular/package.json @@ -7,11 +7,11 @@ "private": true, "dependencies": { "@angular/animations": "^17.0.0", - "@angular/common": "^17.0.0", + "@angular/common": "^22.1.0", "@angular/compiler": "^17.0.0", "@angular/core": "^17.0.0", - "@angular/platform-browser": "^17.0.0", - "@angular/platform-browser-dynamic": "^17.0.0", + "@angular/platform-browser": "^22.1.0", + "@angular/platform-browser-dynamic": "^22.1.0", "rxjs": "^7.8.1", "tslib": "^2.5.3" },