From 2919629362a27b4cc8f0b638cded015cbbaaa250 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Jun 2024 07:43:29 +0000 Subject: [PATCH] fix(deps): update dependency scratch-storage to v2.3.150 --- 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 3bb943a49..1f59256d7 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.149" + "scratch-storage": "2.3.150" }, "devDependencies": { "@babel/cli": "7.24.7", @@ -23297,9 +23297,9 @@ } }, "node_modules/scratch-storage": { - "version": "2.3.149", - "resolved": "https://registry.npmjs.org/scratch-storage/-/scratch-storage-2.3.149.tgz", - "integrity": "sha512-oe6GZOxB3JNk1v2GR2Z4nqY6qsOSRz1Jab80cYMsClQlFzCnbuJg1ECWVDFgjsZAKwQtGaee9/P4FmMTeRwEGA==", + "version": "2.3.150", + "resolved": "https://registry.npmjs.org/scratch-storage/-/scratch-storage-2.3.150.tgz", + "integrity": "sha512-6CIRVOVLC26XFMoffjzjA/ExIYP8e9FROx8sg33Tn44ckws/C4Ln0vI5Aq59x1C8fyhbGlLPs6VatFi6/FhcTA==", "license": "BSD-3-Clause", "dependencies": { "@babel/runtime": "^7.21.0", diff --git a/package.json b/package.json index 3c1e8ff78..f56026cce 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.149" + "scratch-storage": "2.3.150" }, "devDependencies": { "@babel/cli": "7.24.7",