From a76907447898bfbf1f8368dcf85fb44e6719281c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Nov 2021 10:41:51 +0000 Subject: [PATCH] Build(deps-dev): Bump tsconfig-paths from 3.11.0 to 3.12.0 (#2357) Bumps [tsconfig-paths](https://github.com/dividab/tsconfig-paths) from 3.11.0 to 3.12.0. - [Release notes](https://github.com/dividab/tsconfig-paths/releases) - [Changelog](https://github.com/dividab/tsconfig-paths/blob/master/CHANGELOG.md) - [Commits](https://github.com/dividab/tsconfig-paths/compare/v3.11.0...v3.12.0) --- updated-dependencies: - dependency-name: tsconfig-paths dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 40e2a8ecf..c7b44501c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16213,9 +16213,9 @@ "dev": true }, "tsconfig-paths": { - "version": "3.11.0", - "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.11.0.tgz", - "integrity": "sha512-7ecdYDnIdmv639mmDwslG6KQg1Z9STTz1j7Gcz0xa+nshh/gKDAHcPxRbWOsA3SPp0tXP2leTcY9Kw+NAkfZzA==", + "version": "3.12.0", + "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.12.0.tgz", + "integrity": "sha512-e5adrnOYT6zqVnWqZu7i/BQ3BnhzvGbjEjejFXO20lKIKpwTaupkCPgEfv4GZK1IBciJUEhYs3J3p75FdaTFVg==", "dev": true, "requires": { "@types/json5": "^0.0.29", diff --git a/package.json b/package.json index 457075b6d..10bc3d201 100644 --- a/package.json +++ b/package.json @@ -104,7 +104,7 @@ "rxjs-tslint-rules": "^4.34.3", "selenium-webdriver": "^4.0.0-alpha.7", "ts-node": "^10.2.1", - "tsconfig-paths": "3.11.0", + "tsconfig-paths": "3.12.0", "tslint": "~6.1.0", "tslint-config-prettier": "^1.18.0", "tslint-plugin-prettier": "^2.3.0",