From 52363f7fbf02b9bc4bca7aee75a76fd4849b9362 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 02:03:28 +0000 Subject: [PATCH] build(deps): bump vite-tsconfig-paths from 6.0.5 to 6.1.1 Bumps [vite-tsconfig-paths](https://github.com/aleclarson/vite-tsconfig-paths) from 6.0.5 to 6.1.1. - [Release notes](https://github.com/aleclarson/vite-tsconfig-paths/releases) - [Commits](https://github.com/aleclarson/vite-tsconfig-paths/compare/v6.0.5...v6.1.1) --- updated-dependencies: - dependency-name: vite-tsconfig-paths dependency-version: 6.1.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/package.json | 2 +- package-lock.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/package.json b/app/package.json index cf28739d..08d2373d 100644 --- a/app/package.json +++ b/app/package.json @@ -23,7 +23,7 @@ "react-rnd": "^10.4.1", "react-router-dom": "^7.13.0", "utopia-ui": "^3.0.112", - "vite-tsconfig-paths": "^6.0.5" + "vite-tsconfig-paths": "^6.1.1" }, "devDependencies": { "@eslint-community/eslint-plugin-eslint-comments": "^4.6.0", diff --git a/package-lock.json b/package-lock.json index 1f61ba53..f89d71ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "react-rnd": "^10.4.1", "react-router-dom": "^7.13.0", "utopia-ui": "^3.0.112", - "vite-tsconfig-paths": "^6.0.5" + "vite-tsconfig-paths": "^6.1.1" }, "devDependencies": { "@eslint-community/eslint-plugin-eslint-comments": "^4.6.0", @@ -15957,9 +15957,9 @@ } }, "node_modules/vite-tsconfig-paths": { - "version": "6.0.5", - "resolved": "https://registry.npmjs.org/vite-tsconfig-paths/-/vite-tsconfig-paths-6.0.5.tgz", - "integrity": "sha512-f/WvY6ekHykUF1rWJUAbCU7iS/5QYDIugwpqJA+ttwKbxSbzNlqlE8vZSrsnxNQciUW+z6lvhlXMaEyZn9MSig==", + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/vite-tsconfig-paths/-/vite-tsconfig-paths-6.1.1.tgz", + "integrity": "sha512-2cihq7zliibCCZ8P9cKJrQBkfgdvcFkOOc3Y02o3GWUDLgqjWsZudaoiuOwO/gzTzy17cS5F7ZPo4bsnS4DGkg==", "license": "MIT", "dependencies": { "debug": "^4.1.1",