From d45398cbbd5b17c2dc7a0b67a874917d297f045c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 03:49:49 +0000 Subject: [PATCH] ci(deps-dev): 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] --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 3edb3c5a..b20e9ee5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8198,9 +8198,9 @@ ts-node@^9.0.0: yn "3.1.1" tsc-alias@^1.6.7: - version "1.8.8" - resolved "https://registry.yarnpkg.com/tsc-alias/-/tsc-alias-1.8.8.tgz#48696af442b7656dd7905e37ae0bc332d80be3fe" - integrity sha512-OYUOd2wl0H858NvABWr/BoSKNERw3N9GTi3rHPK8Iv4O1UyUXIrTTOAZNHsjlVpXFOhpJBVARI1s+rzwLivN3Q== + version "1.8.9" + resolved "https://registry.yarnpkg.com/tsc-alias/-/tsc-alias-1.8.9.tgz#9688b8fe1ba7267d2982140d45f72a3d32825450" + integrity sha512-Bkxu+LlUp/VG2qkcXGmj9wBkJuJID0mEC9t+bZaEbl9kyk/QJX6uo8/+z8DxTqUoqKPcbSApO2Ep42bsIVm9DA== dependencies: chokidar "^3.5.3" commander "^9.0.0"