diff --git a/package-lock.json b/package-lock.json index e121a64..9ebbea2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -57,7 +57,7 @@ "pretty-quick": "^4.2.2", "rimraf": "^6.1.3", "supertest": "^7.2.2", - "tsc-alias": "^1.9.2", + "tsc-alias": "^1.9.4", "typescript": "^5.9.3", "vitest": "^4.1.10" } @@ -11705,9 +11705,9 @@ } }, "node_modules/tsc-alias": { - "version": "1.9.2", - "resolved": "https://registry.npmjs.org/tsc-alias/-/tsc-alias-1.9.2.tgz", - "integrity": "sha512-VTWQGMv0xXCEyHDLpmV2DEvGYHMxwsyx87dZeou2ynkM0+WOFdHe+KWiRucavMPUEdQysr7xSu60Y/WY0R4YKA==", + "version": "1.9.4", + "resolved": "https://registry.npmjs.org/tsc-alias/-/tsc-alias-1.9.4.tgz", + "integrity": "sha512-vfhh/N9xQ6oRgdAvuXVbhHSsNtbk+D4LFbJ9YrFPTTP9evGAvf2Xc3MQ7lTVmnJNN+FnuoKHn3524CKDzFYOag==", "dev": true, "license": "MIT", "dependencies": { @@ -11724,6 +11724,10 @@ }, "engines": { "node": ">=16.20.2" + }, + "funding": { + "type": "github", + "url": "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/sponsors/justkey007" } }, "node_modules/tsc-alias/node_modules/commander": { diff --git a/package.json b/package.json index 748467e..914ff35 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "pretty-quick": "^4.2.2", "rimraf": "^6.1.3", "supertest": "^7.2.2", - "tsc-alias": "^1.9.2", + "tsc-alias": "^1.9.4", "typescript": "^5.9.3", "vitest": "^4.1.10" }