From 790555052528e37918f459a6e2a90bab1a2e2c92 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Dec 2024 15:13:28 +0000 Subject: [PATCH] fix(deps): update dependency scratch-storage to v4.0.19 --- 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 cad1a7725..99e976433 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "react-twitter-embed": "3.0.3", "react-use": "17.5.1", "scratch-parser": "6.0.0", - "scratch-storage": "4.0.17" + "scratch-storage": "4.0.19" }, "devDependencies": { "@babel/cli": "7.25.9", @@ -22637,9 +22637,9 @@ } }, "node_modules/scratch-storage": { - "version": "4.0.17", - "resolved": "https://registry.npmjs.org/scratch-storage/-/scratch-storage-4.0.17.tgz", - "integrity": "sha512-VokvWg7ZcV9GSXdDRBZEiGz/2L5A0+lBOHu6px/jMJCXl2kz/7UBvOCWP4+qEVHoW+e6CjVTpJgQmquegHRjTg==", + "version": "4.0.19", + "resolved": "https://registry.npmjs.org/scratch-storage/-/scratch-storage-4.0.19.tgz", + "integrity": "sha512-3bFjdWqivhRYwOtQ3LZlOoCG3gTGRRIlBFmbXLhSjOH3mKjh7E3xeA9GCnck8E0q4+adU0GJdeE4+hh/2babHw==", "license": "AGPL-3.0-only", "dependencies": { "@babel/runtime": "^7.21.0", diff --git a/package.json b/package.json index 31bc96e19..85fd419a9 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "react-twitter-embed": "3.0.3", "react-use": "17.5.1", "scratch-parser": "6.0.0", - "scratch-storage": "4.0.17" + "scratch-storage": "4.0.19" }, "devDependencies": { "@babel/cli": "7.25.9",