From ffeb8730a130cbc26afd6bbcffea57ffda562c42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 10:44:32 +0000 Subject: [PATCH] Bump scratch-gui from `a1862f8` to `5f2c5f0` Bumps [scratch-gui](https://github.com/TurboWarp/scratch-gui) from `a1862f8` to `5f2c5f0`. - [Commits](https://github.com/TurboWarp/scratch-gui/compare/a1862f8aec0411f204cfdee941b12ffcffa63319...5f2c5f0fadcaf689fe34f69cdd1c6ef6e13972d9) --- updated-dependencies: - dependency-name: scratch-gui dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3d956054..65886a3e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1878,9 +1878,9 @@ }, "dependencies": { "core-js": { - "version": "3.32.2", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.32.2.tgz", - "integrity": "sha512-pxXSw1mYZPDGvTQqEc5vgIb83jGQKFGYWY76z4a7weZXUolw3G+OvpZqSRcfYOoOVUQJYEPsWeQK8pKEnUtWxQ==", + "version": "3.33.0", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.33.0.tgz", + "integrity": "sha512-HoZr92+ZjFEKar5HS6MC776gYslNOKHt75mEBKWKnPeFDpZ6nH5OeF3S6HFT1mUAUZKrzkez05VboaX8myjSuw==", "dev": true } } @@ -9339,8 +9339,8 @@ } }, "scratch-gui": { - "version": "git+https://github.com/TurboWarp/scratch-gui.git#a1862f8aec0411f204cfdee941b12ffcffa63319", - "from": "git+https://github.com/TurboWarp/scratch-gui.git#develop", + "version": "git+https://github.com/TurboWarp/scratch-gui.git#5f2c5f0fadcaf689fe34f69cdd1c6ef6e13972d9", + "from": "git+https://github.com/TurboWarp/scratch-gui.git#5f2c5f0fadcaf689fe34f69cdd1c6ef6e13972d9", "dev": true, "requires": { "@turbowarp/scratch-l10n": "^3.1000.20230326022803", @@ -9729,7 +9729,7 @@ "dev": true }, "scratch-vm": { - "version": "git+https://github.com/TurboWarp/scratch-vm.git#d386082d5bcc110a2c0ba67c06a2a6544728886b", + "version": "git+https://github.com/TurboWarp/scratch-vm.git#b90d1bc7efd6340566bd061cbf465a5de1e86f79", "from": "git+https://github.com/TurboWarp/scratch-vm.git#develop", "dev": true, "requires": { @@ -10271,9 +10271,9 @@ } }, "spdx-license-ids": { - "version": "3.0.15", - "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.15.tgz", - "integrity": "sha512-lpT8hSQp9jAKp9mhtBU4Xjon8LPGBvLIuBiSVhMEtmLecTh2mO0tlqrAMp47tBXzMr13NJMQ2lf7RpQGLJ3HsQ==", + "version": "3.0.16", + "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.16.tgz", + "integrity": "sha512-eWN+LnM3GR6gPu35WxNgbGl8rmY1AEmoMDvL/QD6zYmPWgywxWqJWNdLGT+ke8dKNWrcYgYjPpG5gbTfghP8rw==", "dev": true }, "split-string": {