From 18dab3190e7117ed1812ae7b44990416c375c91f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Dec 2023 17:51:54 +0000 Subject: [PATCH] build(deps-dev): bump vite-tsconfig-paths from 4.2.1 to 4.2.3 Bumps [vite-tsconfig-paths](https://github.com/aleclarson/vite-tsconfig-paths) from 4.2.1 to 4.2.3. - [Release notes](https://github.com/aleclarson/vite-tsconfig-paths/releases) - [Commits](https://github.com/aleclarson/vite-tsconfig-paths/compare/v4.2.1...v4.2.3) --- updated-dependencies: - dependency-name: vite-tsconfig-paths dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index bf6e36e0e..a69fbc9d1 100644 --- a/package.json +++ b/package.json @@ -108,7 +108,7 @@ "snyk": "^1.1253.0", "source-map-explorer": "^2.5.3", "vite": "^3.2.7", - "vite-tsconfig-paths": "^4.2.1", + "vite-tsconfig-paths": "^4.2.3", "vitest": "^0.25.x", "vitest-fetch-mock": "^0.2.2", "wait-for-expect": "^3.0.2" diff --git a/yarn.lock b/yarn.lock index 2a6b2ca0b..2e4775c43 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12831,10 +12831,10 @@ vfile@^4.0.0: unist-util-stringify-position "^2.0.0" vfile-message "^2.0.0" -vite-tsconfig-paths@^4.2.1: - version "4.2.1" - resolved "https://registry.yarnpkg.com/vite-tsconfig-paths/-/vite-tsconfig-paths-4.2.1.tgz#e53b89096b91d31a6d1e26f75999ea8c336a89ed" - integrity sha512-GNUI6ZgPqT3oervkvzU+qtys83+75N/OuDaQl7HmOqFTb0pjZsuARrRipsyJhJ3enqV8beI1xhGbToR4o78nSQ== +vite-tsconfig-paths@^4.2.3: + version "4.2.3" + resolved "https://registry.yarnpkg.com/vite-tsconfig-paths/-/vite-tsconfig-paths-4.2.3.tgz#af31ba11e828c0b2b5426304294c88edd7a1071a" + integrity sha512-xVsA2xe6QSlzBujtWF8q2NYexh7PAUYfzJ4C8Axpe/7d2pcERYxuxGgph9F4f0iQO36g5tyGq6eBUYIssdUrVw== dependencies: debug "^4.1.1" globrex "^0.1.2"