diff --git a/package.json b/package.json index 7548f5e..ca49fc7 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "release-it": "14.8.0", "tsdx": "0.14.1", "tslib": "2.2.0", - "typescript": "4.3.2" + "typescript": "5.0.2" }, "dependencies": { "@ask-utils/core": "^3.9.0", diff --git a/yarn.lock b/yarn.lock index a86296c..871184e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8167,10 +8167,10 @@ typedarray@^0.0.6: resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= -typescript@4.3.2: - version "4.3.2" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.2.tgz#399ab18aac45802d6f2498de5054fcbbe716a805" - integrity sha512-zZ4hShnmnoVnAHpVHWpTcxdv7dWP60S2FsydQLV8V5PbS3FifjWFFRiHSWpDJahly88PRyV5teTSLoq4eG7mKw== +typescript@5.0.2: + version "5.0.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.2.tgz#891e1a90c5189d8506af64b9ef929fca99ba1ee5" + integrity sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw== typescript@^3.7.3: version "3.9.9"