From eb40137dea9902ec9622ac839e92c277c48b537f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 03:40:14 +0000 Subject: [PATCH] Bump vite-plugin-static-copy from 1.0.6 to 2.0.0 Bumps [vite-plugin-static-copy](https://github.com/sapphi-red/vite-plugin-static-copy) from 1.0.6 to 2.0.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.0.0) --- updated-dependencies: - dependency-name: vite-plugin-static-copy dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5894b882..e8ca802b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "": { "dependencies": { "preline": "^2.4.1", - "vite-plugin-static-copy": "^1.0.6" + "vite-plugin-static-copy": "^2.0.0" }, "devDependencies": { "@tailwindcss/forms": "^0.5.7", @@ -2503,10 +2503,9 @@ } }, "node_modules/vite-plugin-static-copy": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/vite-plugin-static-copy/-/vite-plugin-static-copy-1.0.6.tgz", - "integrity": "sha512-3uSvsMwDVFZRitqoWHj0t4137Kz7UynnJeq1EZlRW7e25h2068fyIZX4ORCCOAkfp1FklGxJNVJBkBOD+PZIew==", - "license": "MIT", + "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==", "dependencies": { "chokidar": "^3.5.3", "fast-glob": "^3.2.11", diff --git a/package.json b/package.json index 9bc4f1ae..c2dfc2d0 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,6 @@ }, "dependencies": { "preline": "^2.4.1", - "vite-plugin-static-copy": "^1.0.6" + "vite-plugin-static-copy": "^2.0.0" } }