From 17c4ec9f93c7208fe1a9f363de127226dd8d1dba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2025 14:50:15 +0000 Subject: [PATCH] fix(deps): update dependency scratch-storage to ^4.0.62 --- 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 011b806813c..5176e7b4324 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "react-twitter-embed": "3.0.3", "react-use": "17.6.0", "scratch-parser": "6.0.0", - "scratch-storage": "^4.0.61" + "scratch-storage": "^4.0.62" }, "devDependencies": { "@babel/cli": "7.26.4", @@ -22959,9 +22959,9 @@ } }, "node_modules/scratch-storage": { - "version": "4.0.62", - "resolved": "https://registry.npmjs.org/scratch-storage/-/scratch-storage-4.0.62.tgz", - "integrity": "sha512-FoIToWq1IOfIs9NH4i323dE7mSlUkbQctPwrX3xvo6fSi/w71QujJbd+dpik7U693Jg2Ze3JhE46CzOJchkWVQ==", + "version": "4.0.63", + "resolved": "https://registry.npmjs.org/scratch-storage/-/scratch-storage-4.0.63.tgz", + "integrity": "sha512-MyR0AP9b+KhUqKo6Q70TYH3VqhU5/SoDCGr4+FVmkoNBPGkLGPyUWhCKDxriXT2e0fRqDzawwNOsHPeiLQCnXQ==", "license": "AGPL-3.0-only", "dependencies": { "@babel/runtime": "^7.21.0", diff --git a/package.json b/package.json index f6971730726..abb013bf08c 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "react-twitter-embed": "3.0.3", "react-use": "17.6.0", "scratch-parser": "6.0.0", - "scratch-storage": "^4.0.61" + "scratch-storage": "^4.0.62" }, "devDependencies": { "@babel/cli": "7.26.4",