From ba8dffa7ab5039f50d273c11af30795b692e0188 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2024 10:00:48 +0000 Subject: [PATCH] fix(deps): update dependency scratch-storage to v2.3.214 --- 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 f1370b511..e6616bf2c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "react-twitter-embed": "3.0.3", "react-use": "17.5.1", "scratch-parser": "5.2.1", - "scratch-storage": "2.3.213" + "scratch-storage": "2.3.214" }, "devDependencies": { "@babel/cli": "7.24.8", @@ -22946,9 +22946,9 @@ } }, "node_modules/scratch-storage": { - "version": "2.3.213", - "resolved": "https://registry.npmjs.org/scratch-storage/-/scratch-storage-2.3.213.tgz", - "integrity": "sha512-euVX/2dUlFEbF0D+7EXKMn3ouuod0vRLc5I1VlKypx7A1cchSu4Nq1yqJbvUpcD+/0qXh0aOVi282gPL11j1jg==", + "version": "2.3.214", + "resolved": "https://registry.npmjs.org/scratch-storage/-/scratch-storage-2.3.214.tgz", + "integrity": "sha512-p4vNBhhBP/vyW1DNprJMGI9clScykPJbeD0cc4vEyE7wvGBDo0EDnuDNcfXdHjzJzy6bdMuN0yT+YFX++wGM5g==", "license": "BSD-3-Clause", "dependencies": { "@babel/runtime": "^7.21.0", diff --git a/package.json b/package.json index 165bc8ec5..386a2ac10 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "react-twitter-embed": "3.0.3", "react-use": "17.5.1", "scratch-parser": "5.2.1", - "scratch-storage": "2.3.213" + "scratch-storage": "2.3.214" }, "devDependencies": { "@babel/cli": "7.24.8",