From 17b4a9da2d381045bea1a36ea06f302c40a1fe8c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Jul 2024 12:08:58 +0000 Subject: [PATCH] fix(deps): update dependency scratch-storage to v2.3.187 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1718ca953..2be1606bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "react-twitter-embed": "3.0.3", "react-use": "17.5.0", "scratch-parser": "5.2.1", - "scratch-storage": "2.3.186" + "scratch-storage": "2.3.187" }, "devDependencies": { "@babel/cli": "7.24.8", @@ -23292,9 +23292,9 @@ } }, "node_modules/scratch-storage": { - "version": "2.3.186", - "resolved": "https://registry.npmjs.org/scratch-storage/-/scratch-storage-2.3.186.tgz", - "integrity": "sha512-gureofoWDBFhiCRxxzPgy0peHcKad9qV/KPSUZzPoRyA1Ybwv6eI2eVu1bc1Y1SEW8Qgjz1UEtkGpCVrMGZiYg==", + "version": "2.3.187", + "resolved": "https://registry.npmjs.org/scratch-storage/-/scratch-storage-2.3.187.tgz", + "integrity": "sha512-J9iDkgTxhHwhIzlI9uNFcHvbjUdWE2ya7cblliUQu/3Z8fF0kjpsWIr1Yuofo1PjySGA0cbCnMQS41lusqVfYA==", "license": "BSD-3-Clause", "dependencies": { "@babel/runtime": "^7.21.0", diff --git a/package.json b/package.json index d59e133c1..5d6c8b93c 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "react-twitter-embed": "3.0.3", "react-use": "17.5.0", "scratch-parser": "5.2.1", - "scratch-storage": "2.3.186" + "scratch-storage": "2.3.187" }, "devDependencies": { "@babel/cli": "7.24.8",