diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3b4785f..dc9767f 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.117](https://github.com/scratchfoundation/scratch-storage/compare/v4.0.116...v4.0.117) (2025-04-23)
+
+
+### Bug Fixes
+
+* **deps:** lock file maintenance ([b576388](https://github.com/scratchfoundation/scratch-storage/commit/b5763881b11e5981843b8e05419840a1d137d17c))
+
 ## [4.0.116](https://github.com/scratchfoundation/scratch-storage/compare/v4.0.115...v4.0.116) (2025-04-22)
 
 
diff --git a/package-lock.json b/package-lock.json
index 76851ae..84f09e9 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "scratch-storage",
-  "version": "4.0.116",
+  "version": "4.0.117",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "scratch-storage",
-      "version": "4.0.116",
+      "version": "4.0.117",
       "license": "AGPL-3.0-only",
       "dependencies": {
         "@babel/runtime": "^7.21.0",
diff --git a/package.json b/package.json
index b0e345b..4eb4b45 100644
--- a/package.json
+++ b/package.json
@@ -1,13 +1,13 @@
 {
   "name": "scratch-storage",
-  "version": "4.0.116",
+  "version": "4.0.117",
   "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": "a339230c96fe6645bf468635305300f481719107"
+    "sha": "b5763881b11e5981843b8e05419840a1d137d17c"
   },
   "main": "./dist/node/scratch-storage.js",
   "browser": "./dist/web/scratch-storage.js",