diff --git a/integration/typings_test_ts53/package.json b/integration/typings_test_ts53/package.json index a06d293ef24f8..c7b539ec02bf8 100644 --- a/integration/typings_test_ts53/package.json +++ b/integration/typings_test_ts53/package.json @@ -20,7 +20,7 @@ "@angular/upgrade": "file:../../dist/packages-dist/upgrade", "@types/jasmine": "file:../../node_modules/@types/jasmine", "rxjs": "file:../../node_modules/rxjs", - "typescript": "5.3.1-rc", + "typescript": "5.3.2", "zone.js": "file:../../dist/zone.js-dist/archive/zone.js.tgz" }, "scripts": { diff --git a/integration/typings_test_ts53/yarn.lock b/integration/typings_test_ts53/yarn.lock index 22508712a5f6a..9aefa52441ab5 100644 --- a/integration/typings_test_ts53/yarn.lock +++ b/integration/typings_test_ts53/yarn.lock @@ -722,10 +722,10 @@ tslib@^2.3.0: resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae" integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q== -typescript@5.3.1-rc: - version "5.3.1-rc" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.1-rc.tgz#c307d4b69ea0c1c2cd17d4dd7700d30f7197f829" - integrity sha512-NVq/AufFc6KVjmVPcuVwdCkhTQlTcMEyRYJPvaGhPvj+X80MYUF+90qf0//uvINPb2ULg9m91/gbdIOhN2cZqA== +typescript@5.3.2: + version "5.3.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.2.tgz#00d1c7c1c46928c5845c1ee8d0cc2791031d4c43" + integrity sha512-6l+RyNy7oAHDfxC4FzSJcz9vnjTKxrLpDG5M2Vu4SHRVNg6xzqZp6LYSR9zjqQTu8DU/f5xwxUdADOkbrIX2gQ== update-browserslist-db@^1.0.13: version "1.0.13" diff --git a/package.json b/package.json index 3c799c06f3e1a..f648e202db2b9 100644 --- a/package.json +++ b/package.json @@ -152,7 +152,7 @@ "todomvc-common": "^1.0.5", "tslib": "^2.3.0", "tslint": "6.1.3", - "typescript": "5.3.1-rc", + "typescript": "5.3.2", "webtreemap": "^2.0.1", "xhr2": "0.2.1", "yargs": "^17.2.1" diff --git a/yarn.lock b/yarn.lock index 4784f0b4d53ee..1a46dc83451ec 100644 --- a/yarn.lock +++ b/yarn.lock @@ -14817,10 +14817,10 @@ typescript@5.2.2: resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.2.tgz#5ebb5e5a5b75f085f22bc3f8460fba308310fa78" integrity sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w== -typescript@5.3.1-rc: - version "5.3.1-rc" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.1-rc.tgz#c307d4b69ea0c1c2cd17d4dd7700d30f7197f829" - integrity sha512-NVq/AufFc6KVjmVPcuVwdCkhTQlTcMEyRYJPvaGhPvj+X80MYUF+90qf0//uvINPb2ULg9m91/gbdIOhN2cZqA== +typescript@5.3.2: + version "5.3.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.2.tgz#00d1c7c1c46928c5845c1ee8d0cc2791031d4c43" + integrity sha512-6l+RyNy7oAHDfxC4FzSJcz9vnjTKxrLpDG5M2Vu4SHRVNg6xzqZp6LYSR9zjqQTu8DU/f5xwxUdADOkbrIX2gQ== typescript@^3.9.10, typescript@^3.9.7: version "3.9.10"