From 664028b70e0806b0f7ee990699205b870de55170 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 06:59:02 +0000 Subject: [PATCH] chore(deps): bump vite-tsconfig-paths from 4.2.2 to 4.2.3 in /ui Bumps [vite-tsconfig-paths](https://github.com/aleclarson/vite-tsconfig-paths) from 4.2.2 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.2...v4.2.3) --- updated-dependencies: - dependency-name: vite-tsconfig-paths dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- ui/package-lock.json | 8 ++++---- ui/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index 86549b3c2..6dba1b114 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -52,7 +52,7 @@ "react-transition-group": "4.4.5", "typeface-open-sans": "1.1.13", "vite": "5.0.10", - "vite-tsconfig-paths": "4.2.2" + "vite-tsconfig-paths": "4.2.3" }, "devDependencies": { "@testing-library/jest-dom": "6.1.6", @@ -12529,9 +12529,9 @@ } }, "node_modules/vite-tsconfig-paths": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/vite-tsconfig-paths/-/vite-tsconfig-paths-4.2.2.tgz", - "integrity": "sha512-dq0FjyxHHDnp0uS3P12WEOX2W7NeuLzX9AWP38D7Zw2CTbFErapwQVlCiT5DMJcVWKQ1MMdTe92PZl/rBQ7qcw==", + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/vite-tsconfig-paths/-/vite-tsconfig-paths-4.2.3.tgz", + "integrity": "sha512-xVsA2xe6QSlzBujtWF8q2NYexh7PAUYfzJ4C8Axpe/7d2pcERYxuxGgph9F4f0iQO36g5tyGq6eBUYIssdUrVw==", "dependencies": { "debug": "^4.1.1", "globrex": "^0.1.2", diff --git a/ui/package.json b/ui/package.json index 12c57ed55..8194d7a58 100644 --- a/ui/package.json +++ b/ui/package.json @@ -47,7 +47,7 @@ "react-transition-group": "4.4.5", "typeface-open-sans": "1.1.13", "vite": "5.0.10", - "vite-tsconfig-paths": "4.2.2" + "vite-tsconfig-paths": "4.2.3" }, "devDependencies": { "@testing-library/jest-dom": "6.1.6",