From 14be546428f8232ba1ba06fcfe15c4c02397d907 Mon Sep 17 00:00:00 2001
From: semantic-release-bot <semantic-release-bot@martynus.net>
Date: Sat, 10 May 2025 06:10:10 +0000
Subject: [PATCH] chore(release): 4.0.134 [skip ci]

## [4.0.134](https://github.com/scratchfoundation/scratch-storage/compare/v4.0.133...v4.0.134) (2025-05-10)

### Bug Fixes

* **deps:** lock file maintenance ([aadf341](https://github.com/scratchfoundation/scratch-storage/commit/aadf3413f76b71d846ba06f4d75d03db86550a05))
---
 CHANGELOG.md      | 7 +++++++
 package-lock.json | 4 ++--
 package.json      | 4 ++--
 3 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index f7d913f..b017950 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,13 @@
 All notable changes to this project will be documented in this file. See
 [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+## [4.0.134](https://github.com/scratchfoundation/scratch-storage/compare/v4.0.133...v4.0.134) (2025-05-10)
+
+
+### Bug Fixes
+
+* **deps:** lock file maintenance ([aadf341](https://github.com/scratchfoundation/scratch-storage/commit/aadf3413f76b71d846ba06f4d75d03db86550a05))
+
 ## [4.0.133](https://github.com/scratchfoundation/scratch-storage/compare/v4.0.132...v4.0.133) (2025-05-09)
 
 
diff --git a/package-lock.json b/package-lock.json
index e287f2b..e8efa98 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "scratch-storage",
-  "version": "4.0.133",
+  "version": "4.0.134",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "scratch-storage",
-      "version": "4.0.133",
+      "version": "4.0.134",
       "license": "AGPL-3.0-only",
       "dependencies": {
         "@babel/runtime": "^7.21.0",
diff --git a/package.json b/package.json
index 6178268..d3866da 100644
--- a/package.json
+++ b/package.json
@@ -1,13 +1,13 @@
 {
   "name": "scratch-storage",
-  "version": "4.0.133",
+  "version": "4.0.134",
   "description": "Load and store project and asset files for Scratch 3.0",
   "license": "AGPL-3.0-only",
   "homepage": "https://github.com/scratchfoundation/scratch-storage#readme",
   "repository": {
     "type": "git",
     "url": "https://github.com/scratchfoundation/scratch-storage.git",
-    "sha": "80c17fc2bbda40486f00c0636b9c3848c90b7241"
+    "sha": "aadf3413f76b71d846ba06f4d75d03db86550a05"
   },
   "main": "./dist/node/scratch-storage.js",
   "browser": "./dist/web/scratch-storage.js",