From edfc807f7a5daccd006363f44e516ba7e8ada79f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 02:12:46 +0000 Subject: [PATCH] Bump tsc-alias from 1.9.2 to 1.9.3 Bumps [tsc-alias](https://github.com/justkey007/tsc-alias) from 1.9.2 to 1.9.3. - [Release notes](https://github.com/justkey007/tsc-alias/releases) - [Commits](https://github.com/justkey007/tsc-alias/compare/v1.9.2...v1.9.3) --- updated-dependencies: - dependency-name: tsc-alias dependency-version: 1.9.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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": {