diff --git a/package-lock.json b/package-lock.json index cf7ce26..c224e4f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1441,9 +1441,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.3", + "resolved": "https://registry.npmjs.org/tsc-alias/-/tsc-alias-1.9.3.tgz", + "integrity": "sha512-GKrkA/K5hwae80rlfJRazukMMMIUsIHRyb75lbEp+qaUP57sYmur2Z05dosZNBspByX3ZrxbLHkMRgLfVuUcYg==", "dev": true, "license": "MIT", "dependencies": { @@ -1460,6 +1460,10 @@ }, "engines": { "node": ">=16.20.2" + }, + "funding": { + "type": "github", + "url": "https://github.com" } }, "node_modules/tsc-alias/node_modules/commander": {