From 40da5179eef04c5fb1f768426d42959f44fae6e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 10:18:31 +0000 Subject: [PATCH] build(deps-dev): bump vite-plugin-static-copy from 3.3.0 to 4.0.0 Bumps [vite-plugin-static-copy](https://github.com/sapphi-red/vite-plugin-static-copy) from 3.3.0 to 4.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@3.3.0...vite-plugin-static-copy@4.0.0) --- updated-dependencies: - dependency-name: vite-plugin-static-copy dependency-version: 4.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ packages/alphatab/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 74ac3b9a3..28aa96f82 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6656,9 +6656,9 @@ } }, "node_modules/vite-plugin-static-copy": { - "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==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/vite-plugin-static-copy/-/vite-plugin-static-copy-4.0.0.tgz", + "integrity": "sha512-TTf6cVTV4M2pH2Wfr3zhevdRsIQezfm2ltDkSfkjqvvdryJHYQyNoPISvuytX3r9jFZV0yVeMYyGTsAvAH2XLw==", "dev": true, "license": "MIT", "dependencies": { @@ -6668,14 +6668,14 @@ "tinyglobby": "^0.2.15" }, "engines": { - "node": "^18.0.0 || >=20.0.0" + "node": "^22.0.0 || >=24.0.0" }, "funding": { "type": "github", "url": "https://github.com/sponsors/sapphi-red" }, "peerDependencies": { - "vite": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0" + "vite": "^6.0.0 || ^7.0.0 || ^8.0.0" } }, "node_modules/vite-plugin-static-copy/node_modules/chokidar": { @@ -7249,7 +7249,7 @@ "tsx": "^4.21.0", "typescript": "^5.9.3", "vite": "^7.3.1", - "vite-plugin-static-copy": "^3.3.0" + "vite-plugin-static-copy": "^4.0.0" }, "engines": { "node": ">=6.0.0" diff --git a/packages/alphatab/package.json b/packages/alphatab/package.json index 6a47b59bc..977c80aa4 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.3.0" + "vite-plugin-static-copy": "^4.0.0" }, "files": [ "/dist/alphaTab*.js",