diff --git a/integration/project/package.json b/integration/project/package.json index 0cd007752f..f68753ee53 100644 --- a/integration/project/package.json +++ b/integration/project/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "ng-packagr": "^18.0.0-next.0", - "typescript": "~5.5.3" + "typescript": "~5.7.0" }, "scripts": { "build": "ng-packagr -p libs/post/ng-package.json -c libs/post/tsconfig.json" diff --git a/integration/project/yarn.lock b/integration/project/yarn.lock index b1de68f639..1e5e42e365 100644 --- a/integration/project/yarn.lock +++ b/integration/project/yarn.lock @@ -1991,10 +1991,10 @@ tslib@^2.1.0, tslib@^2.3.0: resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01" integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw== -typescript@~5.5.3: - version "5.5.3" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.3.tgz#e1b0a3c394190838a0b168e771b0ad56a0af0faa" - integrity sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ== +typescript@~5.7.0: + version "5.7.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.2.tgz#3169cf8c4c8a828cde53ba9ecb3d2b1d5dd67be6" + integrity sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg== unique-filename@^3.0.0: version "3.0.0" diff --git a/package.json b/package.json index 9cec35bc97..599418fcca 100644 --- a/package.json +++ b/package.json @@ -246,7 +246,7 @@ }, "dependencies": { "@angular/language-service": "~19.0.0-rc.3", - "typescript": "5.6.2", + "typescript": "5.7.2", "vscode-html-languageservice": "^4.2.5", "vscode-jsonrpc": "6.0.0", "vscode-languageclient": "7.0.0", diff --git a/yarn.lock b/yarn.lock index 022e06e3ad..3b8e3c24ee 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7258,10 +7258,10 @@ typed-rest-client@^1.8.4: tunnel "0.0.6" underscore "^1.12.1" -typescript@5.6.2: - version "5.6.2" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.2.tgz#d1de67b6bef77c41823f822df8f0b3bcff60a5a0" - integrity sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw== +typescript@5.7.2: + version "5.7.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.2.tgz#3169cf8c4c8a828cde53ba9ecb3d2b1d5dd67be6" + integrity sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg== typescript@~4.6.3: version "4.6.4"