From 81f411209a562dc859d2ff4e6b2bf41663bae245 Mon Sep 17 00:00:00 2001 From: Muffin Date: Tue, 16 Jul 2024 18:05:30 -0500 Subject: [PATCH] Update scratch-paint --- package-lock.json | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index a80c1b32c9f..73f713fdf94 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2183,14 +2183,6 @@ "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/@scratch/paper": { - "version": "0.11.20221201200345", - "resolved": "https://registry.npmjs.org/@scratch/paper/-/paper-0.11.20221201200345.tgz", - "integrity": "sha512-I3BZNrHeaQJt2H6TD7HGsuBKJPDDF/BIDOaRvnN7Gj/QBRvpSaRK8JAmzcrRHZ+AqNtKrG50eOkS/acMjTw3rw==", - "engines": { - "node": ">=8.0.0" - } - }, "node_modules/@sindresorhus/is": { "version": "0.7.0", "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-0.7.0.tgz", @@ -2248,6 +2240,14 @@ "resolved": "https://registry.npmjs.org/@turbowarp/nanolog/-/nanolog-0.2.0.tgz", "integrity": "sha512-texcM9oxfEsADVlVDR5UhLkYclPKsV9mytJh+9pHHonNcUrxRVGF6FkJTzWO/Hl5NafU1crSdw737nqKE3atSA==" }, + "node_modules/@turbowarp/paper": { + "version": "0.12.202407161743", + "resolved": "https://registry.npmjs.org/@turbowarp/paper/-/paper-0.12.202407161743.tgz", + "integrity": "sha512-1RRB5t3majOxkftiSr15P+aYaCDdW6vfpKAofgEz/o7b46teChqGeTC8ZQKvXmfldfomUX9jowid33xafszJnA==", + "engines": { + "node": ">=8.0.0" + } + }, "node_modules/@turbowarp/sb3fix": { "version": "0.3.0", "resolved": "https://registry.npmjs.org/@turbowarp/sb3fix/-/sb3fix-0.3.0.tgz", @@ -16352,10 +16352,11 @@ }, "node_modules/scratch-paint": { "version": "2.1.61", - "resolved": "git+ssh://git@github.com/TurboWarp/scratch-paint.git#449ca966587c92bae6f42de62836a5192af85264", + "resolved": "git+ssh://git@github.com/TurboWarp/scratch-paint.git#614f334935d81b7bb86beeb2b011e2a564796915", + "license": "GPL-3.0", "dependencies": { - "@scratch/paper": "0.11.20221201200345", "@turbowarp/nanolog": "^0.2.0", + "@turbowarp/paper": "^0.12.202407161743", "classnames": "2.2.5", "keymirror": "0.1.1", "lodash.bindall": "4.4.0",