From 666de68405ad1bce615f5866118cb81a552d3dcb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 19:28:49 +0000 Subject: [PATCH] chore(deps): bump unimport from 3.13.1 to 4.1.2 in /packages/wxt Bumps [unimport](https://github.com/unjs/unimport) from 3.13.1 to 4.1.2. - [Changelog](https://github.com/unjs/unimport/blob/main/CHANGELOG.md) - [Commits](https://github.com/unjs/unimport/compare/v3.13.1...v4.1.2) --- updated-dependencies: - dependency-name: unimport dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/wxt/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/wxt/package.json b/packages/wxt/package.json index 60720e9b0..1064dd9b7 100644 --- a/packages/wxt/package.json +++ b/packages/wxt/package.json @@ -125,7 +125,7 @@ "prompts": "^2.4.2", "publish-browser-extension": "^2.3.0 || ^3.0.0", "scule": "^1.3.0", - "unimport": "^3.13.1", + "unimport": "^4.1.2", "vite": "^5.0.0 || <=6.0.8", "vite-node": "^2.1.4 || ^3.0.0", "web-ext-run": "^0.2.1",