From 19e188233f59c0c6ee55462ec137bf94fb9d944f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Dec 2022 16:38:58 +0100 Subject: [PATCH] build(deps-dev): bump tsc-alias from 1.8.1 to 1.8.2 (#5) Bumps [tsc-alias](https://github.com/justkey007/tsc-alias) from 1.8.1 to 1.8.2. - [Release notes](https://github.com/justkey007/tsc-alias/releases) - [Commits](https://github.com/justkey007/tsc-alias/compare/v1.8.1...v1.8.2) --- updated-dependencies: - dependency-name: tsc-alias dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 97ce4e6..895b79a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "jest-sonar-reporter": "^2.0.0", "ts-jest": "^29.0.3", "ts-node": "^10.8.1", - "tsc-alias": "^1.7.1", + "tsc-alias": "^1.8.2", "tsconfig-paths": "^4.1.0", "typescript": "^4.9.3" } @@ -6910,9 +6910,9 @@ } }, "node_modules/tsc-alias": { - "version": "1.8.1", - "resolved": "https://registry.npmjs.org/tsc-alias/-/tsc-alias-1.8.1.tgz", - "integrity": "sha512-d8Oc3y/XI9OvpdbdjzOWNYskEvFxqtobitHcTszmQr9iVt/tHL7pwV0WHKuCQ4uXHcHh+oDMx+uTlvMQBlpYcw==", + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/tsc-alias/-/tsc-alias-1.8.2.tgz", + "integrity": "sha512-ukBkcNekOgwtnSWYLD5QsMX3yQWg7JviAs8zg3qJGgu4LGtY3tsV4G6vnqvOXIDkbC+XL9vbhObWSpRA5/6wbg==", "dev": true, "dependencies": { "chokidar": "^3.5.3", @@ -12515,9 +12515,9 @@ } }, "tsc-alias": { - "version": "1.8.1", - "resolved": "https://registry.npmjs.org/tsc-alias/-/tsc-alias-1.8.1.tgz", - "integrity": "sha512-d8Oc3y/XI9OvpdbdjzOWNYskEvFxqtobitHcTszmQr9iVt/tHL7pwV0WHKuCQ4uXHcHh+oDMx+uTlvMQBlpYcw==", + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/tsc-alias/-/tsc-alias-1.8.2.tgz", + "integrity": "sha512-ukBkcNekOgwtnSWYLD5QsMX3yQWg7JviAs8zg3qJGgu4LGtY3tsV4G6vnqvOXIDkbC+XL9vbhObWSpRA5/6wbg==", "dev": true, "requires": { "chokidar": "^3.5.3", diff --git a/package.json b/package.json index b255200..5b12626 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "jest-sonar-reporter": "^2.0.0", "ts-jest": "^29.0.3", "ts-node": "^10.8.1", - "tsc-alias": "^1.7.1", + "tsc-alias": "^1.8.2", "tsconfig-paths": "^4.1.0", "typescript": "^4.9.3" },