From b2778cb4278167e54c44bc9b6608b3c81d0b157c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 19:18:30 -0500 Subject: [PATCH] build(deps-dev): bump scratch-vm from `dff3c2f` to `30a614d` (#868) Bumps [scratch-vm](https://github.com/TurboWarp/scratch-vm) from `dff3c2f` to `30a614d`. - [Commits](https://github.com/TurboWarp/scratch-vm/compare/dff3c2f6bab2fec3c9cebbdb91fae75f9a50af51...30a614dfc4885385c5aff6d64a778cb5077904b2) --- updated-dependencies: - dependency-name: scratch-vm dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index 75b51b47..ba873ed4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12872,8 +12872,10 @@ }, "node_modules/scratch-vm": { "version": "2.1.46", - "resolved": "git+ssh://git@github.com/TurboWarp/scratch-vm.git#dff3c2f6bab2fec3c9cebbdb91fae75f9a50af51", + "resolved": "git+ssh://git@github.com/TurboWarp/scratch-vm.git#30a614dfc4885385c5aff6d64a778cb5077904b2", + "integrity": "sha512-WRvSytyvGNNpmTOI3jNpWbhAE6k8ktGxeoTA/3y9Qqt/oHV0dnn2Bh86/aSuVRoyKx+zoWI2mvpi7NGA2xegqQ==", "dev": true, + "license": "MPL-2.0", "dependencies": { "@turbowarp/json": "^0.1.2", "@turbowarp/jszip": "^3.11.0",