From 7c53cb44d575ec8b6ecbbe10d462667da5fcfa7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 10:20:21 +0000 Subject: [PATCH] build(deps-dev): bump vite-plugin-static-copy from 3.2.0 to 3.3.0 Bumps [vite-plugin-static-copy](https://github.com/sapphi-red/vite-plugin-static-copy) from 3.2.0 to 3.3.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@3.2.0...vite-plugin-static-copy@3.3.0) --- updated-dependencies: - dependency-name: vite-plugin-static-copy dependency-version: 3.3.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- packages/alphatab/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 35ad1f98b..f2bd837f3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6561,9 +6561,9 @@ } }, "node_modules/vite-plugin-static-copy": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/vite-plugin-static-copy/-/vite-plugin-static-copy-3.2.0.tgz", - "integrity": "sha512-g2k9z8B/1Bx7D4wnFjPLx9dyYGrqWMLTpwTtPHhcU+ElNZP2O4+4OsyaficiDClus0dzVhdGvoGFYMJxoXZ12Q==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/vite-plugin-static-copy/-/vite-plugin-static-copy-3.3.0.tgz", + "integrity": "sha512-XiAtZcev7nppxNFgKoD55rfL+ukVp/RtrnTJONRwRuzv/B2FK2h2ZRCYjvxhwBV/Oarse83SiyXBSxMTfeEM0Q==", "dev": true, "license": "MIT", "dependencies": { @@ -6580,7 +6580,7 @@ "url": "https://github.com/sponsors/sapphi-red" }, "peerDependencies": { - "vite": "^5.0.0 || ^6.0.0 || ^7.0.0" + "vite": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0" } }, "node_modules/vite-plugin-static-copy/node_modules/chokidar": { @@ -7148,7 +7148,7 @@ "tsx": "^4.21.0", "typescript": "^5.9.3", "vite": "^7.3.1", - "vite-plugin-static-copy": "^3.2.0" + "vite-plugin-static-copy": "^3.3.0" }, "engines": { "node": ">=6.0.0" diff --git a/packages/alphatab/package.json b/packages/alphatab/package.json index 51b5c4a5f..567f95b3c 100644 --- a/packages/alphatab/package.json +++ b/packages/alphatab/package.json @@ -75,7 +75,7 @@ "tsx": "^4.21.0", "typescript": "^5.9.3", "vite": "^7.3.1", - "vite-plugin-static-copy": "^3.2.0" + "vite-plugin-static-copy": "^3.3.0" }, "files": [ "/dist/alphaTab*.js",