From 490ba4d086f588e0595f5195c9ea1ad5583fbfc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2024 02:35:46 +0000 Subject: [PATCH] chore(deps-dev): Bump vite-plugin-static-copy from 2.0.0 to 2.1.0 Bumps [vite-plugin-static-copy](https://github.com/sapphi-red/vite-plugin-static-copy) from 2.0.0 to 2.1.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.0.0...vite-plugin-static-copy@2.1.0) --- updated-dependencies: - dependency-name: vite-plugin-static-copy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index b5c97fa6..c145de13 100644 --- a/package-lock.json +++ b/package-lock.json @@ -54,7 +54,7 @@ "typescript": "^5.6.3", "typescript-plugin-css-modules": "^5.1.0", "vite": "^5.4.10", - "vite-plugin-static-copy": "^2.0.0", + "vite-plugin-static-copy": "^2.1.0", "vitest": "^2.1.4" }, "engines": { @@ -14043,9 +14043,9 @@ } }, "node_modules/vite-plugin-static-copy": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/vite-plugin-static-copy/-/vite-plugin-static-copy-2.0.0.tgz", - "integrity": "sha512-b/quFjTUa/RY9t3geIyeeT2GtWEoRI0GawYFFjys5iMLGgVP638NTGu0RoMjwmi8MoZZ3BQw4OQvb1GpVcXZDA==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/vite-plugin-static-copy/-/vite-plugin-static-copy-2.1.0.tgz", + "integrity": "sha512-n8lEOIVM00Y/zronm0RG8RdPyFd0SAAFR0sii3NWmgG3PSCyYMsvUNRQTlb3onp1XeMrKIDwCrPGxthKvqX9OQ==", "dev": true, "dependencies": { "chokidar": "^3.5.3", diff --git a/package.json b/package.json index 8351e69f..382ce702 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "typescript": "^5.6.3", "typescript-plugin-css-modules": "^5.1.0", "vite": "^5.4.10", - "vite-plugin-static-copy": "^2.0.0", + "vite-plugin-static-copy": "^2.1.0", "vitest": "^2.1.4" }, "prettier": {