From 2ac9288ca806567bda7801a93c0c8e432f7758dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 11:44:03 +0000 Subject: [PATCH] Bump tsc-alias from 1.8.8 to 1.8.9 Bumps [tsc-alias](https://github.com/justkey007/tsc-alias) from 1.8.8 to 1.8.9. - [Release notes](https://github.com/justkey007/tsc-alias/releases) - [Commits](https://github.com/justkey007/tsc-alias/compare/v1.8.8...v1.8.9) --- updated-dependencies: - dependency-name: tsc-alias dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 98336a5..4c26e47 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "prettier": "^3.2.5", "ts-jest": "^29.1.1", "ts-node": "^10.9.2", - "tsc-alias": "^1.8.8", + "tsc-alias": "^1.8.9", "tsconfig-paths": "^4.2.0", "tsconfig-paths-jest": "^0.0.1", "typescript": "^5.4.5" @@ -5729,9 +5729,9 @@ } }, "node_modules/tsc-alias": { - "version": "1.8.8", - "resolved": "https://registry.npmjs.org/tsc-alias/-/tsc-alias-1.8.8.tgz", - "integrity": "sha512-OYUOd2wl0H858NvABWr/BoSKNERw3N9GTi3rHPK8Iv4O1UyUXIrTTOAZNHsjlVpXFOhpJBVARI1s+rzwLivN3Q==", + "version": "1.8.9", + "resolved": "https://registry.npmjs.org/tsc-alias/-/tsc-alias-1.8.9.tgz", + "integrity": "sha512-Bkxu+LlUp/VG2qkcXGmj9wBkJuJID0mEC9t+bZaEbl9kyk/QJX6uo8/+z8DxTqUoqKPcbSApO2Ep42bsIVm9DA==", "dev": true, "dependencies": { "chokidar": "^3.5.3", diff --git a/package.json b/package.json index a053b42..5dd29c7 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "prettier": "^3.2.5", "ts-jest": "^29.1.1", "ts-node": "^10.9.2", - "tsc-alias": "^1.8.8", + "tsc-alias": "^1.8.9", "tsconfig-paths": "^4.2.0", "tsconfig-paths-jest": "^0.0.1", "typescript": "^5.4.5"