From 8fe758a4c8f52c201f65017ca08f93ebfa984dae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 08:45:30 +0100 Subject: [PATCH] build(deps-dev): bump vite-plugin-static-copy from 1.0.0 to 1.0.1 (#43) Bumps [vite-plugin-static-copy](https://github.com/sapphi-red/vite-plugin-static-copy) from 1.0.0 to 1.0.1. - [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.0...vite-plugin-static-copy@1.0.1) --- updated-dependencies: - dependency-name: vite-plugin-static-copy dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 e50a6022..24dc9109 100644 --- a/package-lock.json +++ b/package-lock.json @@ -56,7 +56,7 @@ "typescript": "^5.0.2", "vite": "^5.0.12", "vite-plugin-dts": "^3.7.2", - "vite-plugin-static-copy": "^1.0.0" + "vite-plugin-static-copy": "^1.0.1" }, "peerDependencies": { "react": "^18.2.0", @@ -7455,9 +7455,9 @@ } }, "node_modules/vite-plugin-static-copy": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/vite-plugin-static-copy/-/vite-plugin-static-copy-1.0.0.tgz", - "integrity": "sha512-kMlrB3WDtC5GzFedNIPkpjnOAr8M11PfWOiUaONrUZ3AqogTsOmIhTt6w7Fh311wl8pN81ld7sfuOEogFJ9N8A==", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/vite-plugin-static-copy/-/vite-plugin-static-copy-1.0.1.tgz", + "integrity": "sha512-3eGL4mdZoPJMDBT68pv/XKIHR4MgVolStIxxv1gIBP4R8TpHn9C9EnaU0hesqlseJ4ycLGUxckFTu/jpuJXQlA==", "dev": true, "dependencies": { "chokidar": "^3.5.3", diff --git a/package.json b/package.json index a8db2d68..df56aa25 100644 --- a/package.json +++ b/package.json @@ -86,6 +86,6 @@ "typescript": "^5.0.2", "vite": "^5.0.12", "vite-plugin-dts": "^3.7.2", - "vite-plugin-static-copy": "^1.0.0" + "vite-plugin-static-copy": "^1.0.1" } }