diff --git a/package-lock.json b/package-lock.json index 20b0c8d..1fc7487 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "react-dom": "^18.3.1", "smplr": "^0.16.1", "swr": "^2.3.3", - "vexflow": "^4.2.5", + "vexflow": "^5.0.0", "whatwg-fetch": "^3.6.20" }, "devDependencies": { @@ -12428,9 +12428,10 @@ "dev": true }, "node_modules/vexflow": { - "version": "4.2.5", - "resolved": "https://registry.npmjs.org/vexflow/-/vexflow-4.2.5.tgz", - "integrity": "sha512-+P+V2VWFyKcpW4Pwbs0p7nwICRQCzLWvkiPi4RpFlMXh/MRsiN1r7X6yvl1WauoJ4J6pVsnCzTAhC4m1ASlTng==" + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/vexflow/-/vexflow-5.0.0.tgz", + "integrity": "sha512-rjB7TV4ygKE5Fl3W5OlG+0dHv22CFufUJdMG6oNgvcn0zp34u+sOboZsadQXnF1O3tZ3myXThaUIaLkJlpNM2Q==", + "license": "MIT" }, "node_modules/w3c-xmlserializer": { "version": "4.0.0", diff --git a/package.json b/package.json index 284f416..ae215ae 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "react-dom": "^18.3.1", "smplr": "^0.16.1", "swr": "^2.3.3", - "vexflow": "^4.2.5", + "vexflow": "^5.0.0", "whatwg-fetch": "^3.6.20" }, "devDependencies": {