From 1fe60f2f79fe8f332b6c3bbf87c295faac0a81fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 02:09:58 +0000 Subject: [PATCH] build(deps-dev): bump vite-plugin-static-copy Bumps [vite-plugin-static-copy](https://github.com/sapphi-red/vite-plugin-static-copy) from 2.1.0 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@2.1.0...vite-plugin-static-copy@2.2.0) --- updated-dependencies: - dependency-name: vite-plugin-static-copy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- generators/vue/resources/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generators/vue/resources/package.json b/generators/vue/resources/package.json index 3f950aa3b43..bf41f7d739a 100644 --- a/generators/vue/resources/package.json +++ b/generators/vue/resources/package.json @@ -58,7 +58,7 @@ "typescript": "5.7.2", "typescript-eslint": "8.16.0", "vite": "5.4.11", - "vite-plugin-static-copy": "2.1.0", + "vite-plugin-static-copy": "2.2.0", "vitest": "2.1.6", "vitest-sonar-reporter": "2.0.0", "vue-loader": "17.4.2",