diff --git a/package-lock.json b/package-lock.json index 58452d8..9ff39c9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,15 +6,15 @@ "packages": { "": { "name": "@voxpelli/tsconfig", - "version": "7.0.0", + "version": "8.0.0", "license": "MIT", "devDependencies": { "husky": "^8.0.3", - "typescript": "~5.1.3", + "typescript": "~5.2.2", "validate-conventional-commit": "^1.0.2" }, "peerDependencies": { - "typescript": "~5.1.3" + "typescript": "~5.2.2" } }, "node_modules/husky": { @@ -33,9 +33,9 @@ } }, "node_modules/typescript": { - "version": "5.1.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.3.tgz", - "integrity": "sha512-XH627E9vkeqhlZFQuL+UsyAXEnibT0kWR2FWONlr4sTjvxyJYnyefgrkyECLzM5NenmKzRAy2rR/OlYLA1HkZw==", + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz", + "integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==", "dev": true, "bin": { "tsc": "bin/tsc", diff --git a/package.json b/package.json index 9fab6c9..c6f47c4 100644 --- a/package.json +++ b/package.json @@ -24,10 +24,10 @@ }, "devDependencies": { "husky": "^8.0.3", - "typescript": "~5.1.3", + "typescript": "~5.2.2", "validate-conventional-commit": "^1.0.2" }, "peerDependencies": { - "typescript": "~5.1.3" + "typescript": "~5.2.2" } }