diff --git a/package.json b/package.json index 9b5c69f..32b0da2 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "ts-jest": "^29.0.0", "tslint": "^6.0.0", "tslint-eslint-rules": "^5.4.0", - "typescript": "^4.6.2" + "typescript": "^5.0.0" }, "dependencies": { "@types/fs-extra": "^8.0.0", diff --git a/yarn.lock b/yarn.lock index 71996a2..e91b136 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4188,10 +4188,10 @@ typedarray@^0.0.6: resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= -typescript@^4.6.2: - version "4.6.2" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.2.tgz#fe12d2727b708f4eef40f51598b3398baa9611d4" - integrity sha512-HM/hFigTBHZhLXshn9sN37H085+hQGeJHJ/X7LpBWLID/fbc2acUMfU+lGD98X81sKP+pFa9f0DZmCwB9GnbAg== +typescript@^5.0.0: + version "5.6.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.2.tgz#d1de67b6bef77c41823f822df8f0b3bcff60a5a0" + integrity sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw== universalify@^2.0.0: version "2.0.0"