From b0f64fc7abcaf317683a868722ce8ab77e633858 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 16:29:57 +0000 Subject: [PATCH] build(deps-dev): bump scratch-storage from `81fe718` to `c18d7df` Bumps [scratch-storage](https://github.com/TurboWarp/scratch-storage) from `81fe718` to `c18d7df`. - [Commits](https://github.com/TurboWarp/scratch-storage/compare/81fe718894995cc5765e583a2f3d40408cc71cdd...c18d7df831b003d392eb5949864355790820eed1) --- updated-dependencies: - dependency-name: scratch-storage dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package-lock.json | 39 +++++++++++++++++++++++++++++++++++++-- 1 file changed, 37 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4ee0fc1d..3065c2de 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9909,23 +9909,58 @@ } }, "scratch-storage": { - "version": "git+https://github.com/TurboWarp/scratch-storage.git#81fe718894995cc5765e583a2f3d40408cc71cdd", - "from": "git+https://github.com/TurboWarp/scratch-storage.git#81fe718894995cc5765e583a2f3d40408cc71cdd", + "version": "git+https://github.com/TurboWarp/scratch-storage.git#c18d7df831b003d392eb5949864355790820eed1", + "from": "git+https://github.com/TurboWarp/scratch-storage.git#c18d7df831b003d392eb5949864355790820eed1", "dev": true, "requires": { + "@babel/runtime": "7.21.0", "arraybuffer-loader": "^1.0.3", "base64-js": "1.3.0", + "cross-fetch": "3.1.5", "fastestsmallesttextencoderdecoder": "^1.0.7", "js-md5": "0.7.3", "minilog": "3.1.0", "worker-loader": "^2.0.0" }, "dependencies": { + "@babel/runtime": { + "version": "7.21.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.21.0.tgz", + "integrity": "sha512-xwII0//EObnq89Ji5AKYQaRYiW/nZ3llSv29d49IuxPhKbtJoLP+9QUUZ4nVragQVtaVGeZrpB+ZtG/Pdy/POw==", + "dev": true, + "requires": { + "regenerator-runtime": "^0.13.11" + } + }, "base64-js": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.3.0.tgz", "integrity": "sha512-ccav/yGvoa80BQDljCxsmmQ3Xvx60/UpBIij5QN21W3wBi/hhIC9OoO+KLpu9IJTS9j4DRVJ3aDDF9cMSoa2lw==", "dev": true + }, + "cross-fetch": { + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.5.tgz", + "integrity": "sha512-lvb1SBsI0Z7GDwmuid+mU3kWVBwTVUbe7S0H52yaaAdQOXq2YktTCZdlAcNKFzE6QtRz0snpw9bNiPeOIkkQvw==", + "dev": true, + "requires": { + "node-fetch": "2.6.7" + } + }, + "node-fetch": { + "version": "2.6.7", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz", + "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==", + "dev": true, + "requires": { + "whatwg-url": "^5.0.0" + } + }, + "regenerator-runtime": { + "version": "0.13.11", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz", + "integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==", + "dev": true } } },