From 78c4f631ca010afa57a4212c42b5e3f65e2a2c2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 19:39:51 -0500 Subject: [PATCH] build(deps-dev): bump tsconfig-paths from 3.14.2 to 3.15.0 (#235) Bumps [tsconfig-paths](https://github.com/dividab/tsconfig-paths) from 3.14.2 to 3.15.0. - [Changelog](https://github.com/dividab/tsconfig-paths/blob/v3.15.0/CHANGELOG.md) - [Commits](https://github.com/dividab/tsconfig-paths/compare/v3.14.2...v3.15.0) --- updated-dependencies: - dependency-name: tsconfig-paths dependency-type: indirect 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 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 83070ff4..d59c453a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13621,9 +13621,9 @@ "dev": true }, "node_modules/tsconfig-paths": { - "version": "3.14.2", - "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.14.2.tgz", - "integrity": "sha512-o/9iXgCYc5L/JxCHPe3Hvh8Q/2xm5Z+p18PESBU6Ff33695QnCHBEjcytY2q19ua7Mbl/DavtBOLq+oG0RCL+g==", + "version": "3.15.0", + "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz", + "integrity": "sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==", "dev": true, "dependencies": { "@types/json5": "^0.0.29",