diff --git a/package-lock.json b/package-lock.json index d3279be..2417968 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "devDependencies": { "@binden/commitlint-config": "^2.1.0", "@binden/semantic-release-config": "^3.0.0", - "@binden/tsconfig": "^2.0.0", + "@binden/tsconfig": "^3.0.0", "c8": "^10.1.2", "eslint-config-binden-ts": "^4.0.3", "husky": "^9.1.7", @@ -226,21 +226,20 @@ } }, "node_modules/@binden/tsconfig": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@binden/tsconfig/-/tsconfig-2.0.0.tgz", - "integrity": "sha512-SsYkxeFBXMXvma11ajvwNf/52DPXE4NEwVfl20RV+AUd7AjiInao8mnLia9OAFosa5iJir/aaXRSi9w/OtMCnA==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@binden/tsconfig/-/tsconfig-3.0.0.tgz", + "integrity": "sha512-A9sGUveZ0QWxNHkNzQPOlEnL1ZN9KtDdCYh7x/Q3v7AvmgdSOCHC34vT7Rl0uJk+h2RLt3NPYBi7ShCxNQuweA==", "dev": true, - "license": "MIT", "engines": { - "node": ">=20.11.0", - "npm": ">=10.2.4" + "node": ">=22.12.0", + "npm": ">=10.9.0" }, "funding": { "type": "Coinbase Commerce", "url": "https://commerce.coinbase.com/checkout/eddfb0f7-20e7-4e0d-8e04-232bbdf0b397" }, "peerDependencies": { - "typescript": "^5.3.3" + "typescript": "^5.7.2" } }, "node_modules/@colors/colors": { @@ -12322,11 +12321,10 @@ } }, "node_modules/typescript": { - "version": "5.4.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz", - "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==", + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz", + "integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==", "dev": true, - "license": "Apache-2.0", "peer": true, "bin": { "tsc": "bin/tsc", diff --git a/package.json b/package.json index 43018a5..a5c4068 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "devDependencies": { "@binden/commitlint-config": "^2.1.0", "@binden/semantic-release-config": "^3.0.0", - "@binden/tsconfig": "^2.0.0", + "@binden/tsconfig": "^3.0.0", "c8": "^10.1.2", "eslint-config-binden-ts": "^4.0.3", "husky": "^9.1.7",