diff --git a/package-lock.json b/package-lock.json index 9a290b6..916e459 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1507,9 +1507,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": { @@ -1526,6 +1526,10 @@ }, "engines": { "node": ">=16.20.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/justkey007" } }, "node_modules/typescript": {