diff --git a/CHANGELOG.md b/CHANGELOG.md
index f535d9e2..b7eb3801 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.
 
+## [2.0.360](https://github.com/scratchfoundation/scratch-render/compare/v2.0.359...v2.0.360) (2025-05-16)
+
+
+### Bug Fixes
+
+* **deps:** lock file maintenance ([5105b72](https://github.com/scratchfoundation/scratch-render/commit/5105b72b70e8e0916782294c53864a2c854147a2))
+
 ## [2.0.359](https://github.com/scratchfoundation/scratch-render/compare/v2.0.358...v2.0.359) (2025-05-15)
 
 
diff --git a/package-lock.json b/package-lock.json
index 0278a80a..0a388aff 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "scratch-render",
-  "version": "2.0.359",
+  "version": "2.0.360",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "scratch-render",
-      "version": "2.0.359",
+      "version": "2.0.360",
       "license": "AGPL-3.0-only",
       "dependencies": {
         "grapheme-breaker": "^0.3.2",
diff --git a/package.json b/package.json
index 3ad83154..36edc6d9 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "scratch-render",
-  "version": "2.0.359",
+  "version": "2.0.360",
   "description": "WebGL Renderer for Scratch 3.0",
   "author": "Massachusetts Institute of Technology",
   "license": "AGPL-3.0-only",
@@ -8,7 +8,7 @@
   "repository": {
     "type": "git",
     "url": "https://github.com/scratchfoundation/scratch-render.git",
-    "sha": "36e2160d468be744a7264f0735d8f225f18acdc9"
+    "sha": "5105b72b70e8e0916782294c53864a2c854147a2"
   },
   "exports": {
     "webpack": "./src/index.js",