From 4ba6720db96453d07000f095f3a5f889c472f44b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 03:02:42 +0000 Subject: [PATCH] chore(deps-dev): bump vite-plugin-static-copy from 3.0.2 to 3.1.2 Bumps [vite-plugin-static-copy](https://github.com/sapphi-red/vite-plugin-static-copy) from 3.0.2 to 3.1.2. - [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@3.0.2...vite-plugin-static-copy@3.1.2) --- updated-dependencies: - dependency-name: vite-plugin-static-copy dependency-version: 3.1.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 95f7160..26e4566 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "tsx": "^4.20.3", "typescript": "^5.6.2", "vite": "^6.3.5", - "vite-plugin-static-copy": "^3.0.2" + "vite-plugin-static-copy": "^3.1.2" } }, "node_modules/@ampproject/remapping": { @@ -3515,13 +3515,13 @@ } }, "node_modules/vite-plugin-static-copy": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/vite-plugin-static-copy/-/vite-plugin-static-copy-3.0.2.tgz", - "integrity": "sha512-/seLvhUg44s1oU9RhjTZZy/0NPbfNctozdysKcvPovxxXZdI5l19mGq6Ri3IaTf1Dy/qChS4BSR7ayxeu8o9aQ==", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/vite-plugin-static-copy/-/vite-plugin-static-copy-3.1.2.tgz", + "integrity": "sha512-aVmYOzptLVOI2b1jL+cmkF7O6uhRv1u5fvOkQgbohWZp2CbR22kn9ZqkCUIt9umKF7UhdbsEpshn1rf4720QFg==", "dev": true, "license": "MIT", "dependencies": { - "chokidar": "^3.5.3", + "chokidar": "^3.6.0", "fs-extra": "^11.3.0", "p-map": "^7.0.3", "picocolors": "^1.1.1", @@ -3531,7 +3531,7 @@ "node": "^18.0.0 || >=20.0.0" }, "peerDependencies": { - "vite": "^5.0.0 || ^6.0.0" + "vite": "^5.0.0 || ^6.0.0 || ^7.0.0" } }, "node_modules/vite/node_modules/fdir": { diff --git a/package.json b/package.json index 36698b1..fc232f3 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "tsx": "^4.20.3", "typescript": "^5.6.2", "vite": "^6.3.5", - "vite-plugin-static-copy": "^3.0.2" + "vite-plugin-static-copy": "^3.1.2" }, "dependencies": { "playwright-core": "^1.53.0",