diff --git a/package.json b/package.json index 6002dc2..0acb952 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ }, "peerDependencies": { "tslint": "^6.0.0", - "typescript": "^4.4.4" + "typescript": "^5.4.2" }, "dependencies": { "minimatch": "^3.1.2", @@ -42,7 +42,7 @@ "clean-publish": "^2.2.0", "ts-node": "^10.9.2", "tslint": "^6.1.3", - "typescript": "^4.4.4", + "typescript": "^5.4.2", "yarn-deduplicate": "^3.1.0" }, "resolutions": { diff --git a/yarn.lock b/yarn.lock index a2865a2..d42f7af 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2089,10 +2089,10 @@ type-fest@^0.8.1: resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.8.1.tgz#09e249ebde851d3b1e48d27c105444667f17b83d" integrity sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA== -typescript@^4.4.4: - version "4.4.4" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.4.tgz#2cd01a1a1f160704d3101fd5a58ff0f9fcb8030c" - integrity sha512-DqGhF5IKoBl8WNf8C1gu8q0xZSInh9j1kJJMqT3a94w1JzVaBU4EXOSMrz9yDqMT0xt3selp83fuFMQ0uzv6qA== +typescript@^5.4.2: + version "5.4.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.2.tgz#0ae9cebcfae970718474fe0da2c090cad6577372" + integrity sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ== unbox-primitive@^1.0.2: version "1.0.2"