From 87d168012b2a6750808977cc14fb340eb288187a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 13:01:14 +0000 Subject: [PATCH] fix(deps): update dependency scratch-storage to v2.3.147 --- 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 11f547d82..eb989b269 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.145" + "scratch-storage": "2.3.147" }, "devDependencies": { "@babel/cli": "7.24.7", @@ -23297,9 +23297,9 @@ } }, "node_modules/scratch-storage": { - "version": "2.3.145", - "resolved": "https://registry.npmjs.org/scratch-storage/-/scratch-storage-2.3.145.tgz", - "integrity": "sha512-CvY4QGsGht4nw4U1xNj1duU/12BW05NeYS0X29IekRP1TKDoBetalqLbJwh0Q+tw9VbT1+XcRj4qUwmHD5Kyqg==", + "version": "2.3.147", + "resolved": "https://registry.npmjs.org/scratch-storage/-/scratch-storage-2.3.147.tgz", + "integrity": "sha512-T8+9jZGibXLH+Yj+U+g9RjXIWKuDICb+BMIRzlQdaVlE0jjccthd5USLhmOjqJbVIVKhWCJrJstQk+34UiKyDw==", "license": "BSD-3-Clause", "dependencies": { "@babel/runtime": "^7.21.0", diff --git a/package.json b/package.json index acd13169c..fc4199d0e 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.145" + "scratch-storage": "2.3.147" }, "devDependencies": { "@babel/cli": "7.24.7",