diff --git a/package-lock.json b/package-lock.json index 456557a..55c06a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "devDependencies": { "@binden/commitlint-config": "^1.0.2", "@binden/semantic-release-config": "^3.0.0", - "@binden/tsconfig": "^1.0.2", + "@binden/tsconfig": "^2.0.0", "@types/mocha": "^10.0.6", "c8": "^9.1.0", "eslint-config-binden-ts": "^2.0.0", @@ -287,20 +287,20 @@ } }, "node_modules/@binden/tsconfig": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@binden/tsconfig/-/tsconfig-1.0.2.tgz", - "integrity": "sha512-iABKt3IVpcldxG+uMWYzGsvyxO/Jfslv4gBDMUj5qHUf7wob8vQ7gyw4UtvB4qrclmjxhO00aui4EFy4loozKw==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@binden/tsconfig/-/tsconfig-2.0.0.tgz", + "integrity": "sha512-SsYkxeFBXMXvma11ajvwNf/52DPXE4NEwVfl20RV+AUd7AjiInao8mnLia9OAFosa5iJir/aaXRSi9w/OtMCnA==", "dev": true, "engines": { - "node": ">=18.6.0", - "npm": ">=8.13.2" + "node": ">=20.11.0", + "npm": ">=10.2.4" }, "funding": { "type": "Coinbase Commerce", "url": "https://commerce.coinbase.com/checkout/eddfb0f7-20e7-4e0d-8e04-232bbdf0b397" }, "peerDependencies": { - "typescript": "^5.1.6" + "typescript": "^5.3.3" } }, "node_modules/@colors/colors": { diff --git a/package.json b/package.json index 8ef042b..cae3b7d 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "devDependencies": { "@binden/commitlint-config": "^1.0.2", "@binden/semantic-release-config": "^3.0.0", - "@binden/tsconfig": "^1.0.2", + "@binden/tsconfig": "^2.0.0", "@types/mocha": "^10.0.6", "c8": "^9.1.0", "eslint-config-binden-ts": "^2.0.0",