diff --git a/package.json b/package.json index 8623558fbb..66258ec118 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "jest": "^27.3.1", "prettier": "2.5.1", "semantic-release": "^19.0.0", - "typescript": "^4.5.4" + "typescript": "^5.0.0" }, "engines": { "node": ">= v14.18.2" diff --git a/yarn.lock b/yarn.lock index 4be6fbaefa..7868e5aee1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5893,10 +5893,10 @@ typedarray-to-buffer@^3.1.5: dependencies: is-typedarray "^1.0.0" -typescript@^4.5.4: - version "4.5.4" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.4.tgz#a17d3a0263bf5c8723b9c52f43c5084edf13c2e8" - integrity sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg== +typescript@^5.0.0: + version "5.0.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.3.tgz#fe976f0c826a88d0a382007681cbb2da44afdedf" + integrity sha512-xv8mOEDnigb/tN9PSMTwSEqAnUvkoXMQlicOb0IUVDBSQCgBSaAAROUZYy2IcUy5qU6XajK5jjjO7TMWqBTKZA== uglify-js@^3.1.4: version "3.16.0"