From 964c316d3a7913028f2e828b1a3a0db8776a7531 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 09:39:56 +0000 Subject: [PATCH] dependency: (deps-dev): bump vite-plugin-static-copy in /frontend Bumps [vite-plugin-static-copy](https://github.com/sapphi-red/vite-plugin-static-copy) from 1.0.6 to 2.2.0. - [Release notes](https://github.com/sapphi-red/vite-plugin-static-copy/releases) - [Changelog](https://github.com/sapphi-red/vite-plugin-static-copy/blob/main/CHANGELOG.md) - [Commits](https://github.com/sapphi-red/vite-plugin-static-copy/compare/vite-plugin-static-copy@1.0.6...vite-plugin-static-copy@2.2.0) --- updated-dependencies: - dependency-name: vite-plugin-static-copy dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 52563a28..b72bb601 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -38,7 +38,7 @@ "tailwindcss": "^3.4.0", "typescript": "^5.2.2", "vite": "^5.0.8", - "vite-plugin-static-copy": "^1.0.0", + "vite-plugin-static-copy": "^2.2.0", "vitest": "^1.1.1" } }