From fd3f93411c51411670325faaca7f380120a53635 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2020 19:09:52 +0000 Subject: [PATCH] Bump scratch-storage from 1.1.0 to 1.3.3 Bumps [scratch-storage](https://github.com/LLK/scratch-storage) from 1.1.0 to 1.3.3. - [Release notes](https://github.com/LLK/scratch-storage/releases) - [Commits](https://github.com/LLK/scratch-storage/compare/v1.1.0...v1.3.3) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1a46abdaa..f1d96ebad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12526,9 +12526,9 @@ } }, "scratch-storage": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/scratch-storage/-/scratch-storage-1.1.0.tgz", - "integrity": "sha512-4gtQW5ST5RDIWjfflK6k7Jxq7rQWgvhfM+oqL2Ld+eyQIbhZ4BwX0R3aRtwhupntv3tCa+2lBhRm+CGnaCijvA==", + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/scratch-storage/-/scratch-storage-1.3.3.tgz", + "integrity": "sha512-7uJJ8X7gjtjKfJv5vGElFBW07Twpd+ZQHVsWDb5uOHqZSoAMbxuH5gHB6JMt479M7UqDlvy4TylJoEOE+1t4Wg==", "dev": true, "requires": { "arraybuffer-loader": "^1.0.3", @@ -12536,14 +12536,19 @@ "js-md5": "0.7.3", "minilog": "3.1.0", "nets": "3.2.0", - "text-encoding": "0.7.0" + "text-encoding": "0.7.0", + "worker-loader": "^2.0.0" }, "dependencies": { - "js-md5": { - "version": "0.7.3", - "resolved": "https://registry.npmjs.org/js-md5/-/js-md5-0.7.3.tgz", - "integrity": "sha512-ZC41vPSTLKGwIRjqDh8DfXoCrdQIyBgspJVPXHBGu4nZlAEvG3nf+jO9avM9RmLiGakg7vz974ms99nEV0tmTQ==", - "dev": true + "worker-loader": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/worker-loader/-/worker-loader-2.0.0.tgz", + "integrity": "sha512-tnvNp4K3KQOpfRnD20m8xltE3eWh89Ye+5oj7wXEEHKac1P4oZ6p9oTj8/8ExqoSBnk9nu5Pr4nKfQ1hn2APJw==", + "dev": true, + "requires": { + "loader-utils": "^1.0.0", + "schema-utils": "^0.4.0" + } } } },