From f0394b7ad130eb1111ace1a6ca49171e031309d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jul 2024 01:31:05 +0000 Subject: [PATCH] chore(deps-dev): bump vite-plugin-static-copy from 1.0.5 to 1.0.6 Bumps [vite-plugin-static-copy](https://github.com/sapphi-red/vite-plugin-static-copy) from 1.0.5 to 1.0.6. - [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.5...vite-plugin-static-copy@1.0.6) --- updated-dependencies: - dependency-name: vite-plugin-static-copy dependency-type: direct:development update-type: version-update:semver-patch ... 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 790f62e0..22aa3891 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "@nextcloud/vite-config": "github:nextcloud-libraries/nextcloud-vite-config#vue3", "@vue/test-utils": "^2.4.6", "happy-dom": "^14.12.3", - "vite-plugin-static-copy": "^1.0.5", + "vite-plugin-static-copy": "^1.0.6", "vitest": "^1.6.0" }, "engines": { @@ -13781,9 +13781,9 @@ } }, "node_modules/vite-plugin-static-copy": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/vite-plugin-static-copy/-/vite-plugin-static-copy-1.0.5.tgz", - "integrity": "sha512-02k0Rox+buYdEOfeilKZSgs1gXfPf9RjVztZEIYZgVIxjsVZi6AXssjzdi+qW6zYt00d3bq+tpP2voVXN2fKLw==", + "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==", "dev": true, "dependencies": { "chokidar": "^3.5.3", diff --git a/package.json b/package.json index f5581340..c9f22268 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "@nextcloud/vite-config": "github:nextcloud-libraries/nextcloud-vite-config#vue3", "@vue/test-utils": "^2.4.6", "happy-dom": "^14.12.3", - "vite-plugin-static-copy": "^1.0.5", + "vite-plugin-static-copy": "^1.0.6", "vitest": "^1.6.0" }, "engines": {