From 88b7ba9b02e9edc3760caa870005475e299ed036 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Wed, 24 Jul 2024 11:15:55 +0000
Subject: [PATCH 1/7] fix(deps): update dependency scratch-render-fonts to
 v1.0.77

---
 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 2992a303..2a4d3369 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -35,7 +35,7 @@
         "jsdoc": "3.6.11",
         "json": "9.0.6",
         "playwright-chromium": "1.45.2",
-        "scratch-render-fonts": "1.0.76",
+        "scratch-render-fonts": "1.0.77",
         "scratch-semantic-release-config": "1.0.14",
         "scratch-storage": "2.3.190",
         "scratch-vm": "3.0.21",
@@ -19664,9 +19664,9 @@
       }
     },
     "node_modules/scratch-render-fonts": {
-      "version": "1.0.76",
-      "resolved": "https://registry.npmjs.org/scratch-render-fonts/-/scratch-render-fonts-1.0.76.tgz",
-      "integrity": "sha512-ZqFJXq8umCHMApaNvrVs8ykgTg8EDxpphGchtLQRC4JlrRmhGfn0dgZoKOa9MViqLB/mjSZo3xXXBCdtmxhgNg==",
+      "version": "1.0.77",
+      "resolved": "https://registry.npmjs.org/scratch-render-fonts/-/scratch-render-fonts-1.0.77.tgz",
+      "integrity": "sha512-t2ozmu4kyoQ2YNEF6SmZyFbFTs1i3HuizIdPpVpewgYonTH8MF5dcf3XXbsnW76vtigmkChSrupOvAbKBC/tAw==",
       "dependencies": {
         "base64-loader": "^1.0.0"
       }
diff --git a/package.json b/package.json
index 43de0bee..687af13f 100644
--- a/package.json
+++ b/package.json
@@ -55,7 +55,7 @@
     "jsdoc": "3.6.11",
     "json": "9.0.6",
     "playwright-chromium": "1.45.2",
-    "scratch-render-fonts": "1.0.76",
+    "scratch-render-fonts": "1.0.77",
     "scratch-semantic-release-config": "1.0.14",
     "scratch-storage": "2.3.190",
     "scratch-vm": "3.0.21",

From 83033dd1a5a03283e9eaa5e19dfe0c64df213dc2 Mon Sep 17 00:00:00 2001
From: semantic-release-bot <semantic-release-bot@martynus.net>
Date: Wed, 24 Jul 2024 14:46:32 +0000
Subject: [PATCH 2/7] chore(release): 1.0.226 [skip ci]

## [1.0.226](https://github.com/scratchfoundation/scratch-render/compare/v1.0.225...v1.0.226) (2024-07-24)

### Bug Fixes

* **deps:** update dependency scratch-render-fonts to v1.0.77 ([88b7ba9](https://github.com/scratchfoundation/scratch-render/commit/88b7ba9b02e9edc3760caa870005475e299ed036))
---
 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 013772dc..c079822c 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.
 
+## [1.0.226](https://github.com/scratchfoundation/scratch-render/compare/v1.0.225...v1.0.226) (2024-07-24)
+
+
+### Bug Fixes
+
+* **deps:** update dependency scratch-render-fonts to v1.0.77 ([88b7ba9](https://github.com/scratchfoundation/scratch-render/commit/88b7ba9b02e9edc3760caa870005475e299ed036))
+
 ## [1.0.225](https://github.com/scratchfoundation/scratch-render/compare/v1.0.224...v1.0.225) (2024-07-23)
 
 
diff --git a/package-lock.json b/package-lock.json
index 2a4d3369..8b1cc56f 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "scratch-render",
-  "version": "1.0.225",
+  "version": "1.0.226",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "scratch-render",
-      "version": "1.0.225",
+      "version": "1.0.226",
       "license": "BSD-3-Clause",
       "dependencies": {
         "grapheme-breaker": "^0.3.2",
diff --git a/package.json b/package.json
index 687af13f..0d68ec5f 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "scratch-render",
-  "version": "1.0.225",
+  "version": "1.0.226",
   "description": "WebGL Renderer for Scratch 3.0",
   "author": "Massachusetts Institute of Technology",
   "license": "BSD-3-Clause",
@@ -8,7 +8,7 @@
   "repository": {
     "type": "git",
     "url": "https://github.com/scratchfoundation/scratch-render.git",
-    "sha": "3aed1c7c28512bf1d9f54a1d13d2b12eecb79b53"
+    "sha": "9918e49bbe73142a090867c760d2e7dad99cde31"
   },
   "main": "./dist/node/scratch-render.js",
   "browser": "./src/index.js",

From 90a62c0e007db30e3dd329426dde1901eae692d5 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Wed, 24 Jul 2024 14:47:00 +0000
Subject: [PATCH 3/7] fix(deps): update dependency scratch-storage to v2.3.192

---
 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 8b1cc56f..690c6bb1 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -37,7 +37,7 @@
         "playwright-chromium": "1.45.2",
         "scratch-render-fonts": "1.0.77",
         "scratch-semantic-release-config": "1.0.14",
-        "scratch-storage": "2.3.190",
+        "scratch-storage": "2.3.192",
         "scratch-vm": "3.0.21",
         "semantic-release": "19.0.5",
         "tap": "11.1.5",
@@ -19700,9 +19700,9 @@
       }
     },
     "node_modules/scratch-storage": {
-      "version": "2.3.190",
-      "resolved": "https://registry.npmjs.org/scratch-storage/-/scratch-storage-2.3.190.tgz",
-      "integrity": "sha512-72Je3oTM6QQMEAAu15C7I9eOy4ZoRdo1nkR39mNQt01LHLsUvGO/mkyL6EkZOxbIdv6EpQUI364bvvvLzdwoIg==",
+      "version": "2.3.192",
+      "resolved": "https://registry.npmjs.org/scratch-storage/-/scratch-storage-2.3.192.tgz",
+      "integrity": "sha512-hkK7Anx+yTTDPgIPgz9YTREsJQNPb5UGk6ksaDJgmLsHAWi0u2gWF5S9i7ni8036Tl4U1VmIIO8jS42v8uzpkQ==",
       "dev": true,
       "license": "BSD-3-Clause",
       "dependencies": {
diff --git a/package.json b/package.json
index 0d68ec5f..21a9978c 100644
--- a/package.json
+++ b/package.json
@@ -57,7 +57,7 @@
     "playwright-chromium": "1.45.2",
     "scratch-render-fonts": "1.0.77",
     "scratch-semantic-release-config": "1.0.14",
-    "scratch-storage": "2.3.190",
+    "scratch-storage": "2.3.192",
     "scratch-vm": "3.0.21",
     "semantic-release": "19.0.5",
     "tap": "11.1.5",

From af2fdedc30d29506a12a62d05d136530e7f38ffd Mon Sep 17 00:00:00 2001
From: semantic-release-bot <semantic-release-bot@martynus.net>
Date: Wed, 24 Jul 2024 15:23:08 +0000
Subject: [PATCH 4/7] chore(release): 1.0.227 [skip ci]

## [1.0.227](https://github.com/scratchfoundation/scratch-render/compare/v1.0.226...v1.0.227) (2024-07-24)

### Bug Fixes

* **deps:** update dependency scratch-storage to v2.3.192 ([90a62c0](https://github.com/scratchfoundation/scratch-render/commit/90a62c0e007db30e3dd329426dde1901eae692d5))
---
 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 c079822c..6f8e41bf 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.
 
+## [1.0.227](https://github.com/scratchfoundation/scratch-render/compare/v1.0.226...v1.0.227) (2024-07-24)
+
+
+### Bug Fixes
+
+* **deps:** update dependency scratch-storage to v2.3.192 ([90a62c0](https://github.com/scratchfoundation/scratch-render/commit/90a62c0e007db30e3dd329426dde1901eae692d5))
+
 ## [1.0.226](https://github.com/scratchfoundation/scratch-render/compare/v1.0.225...v1.0.226) (2024-07-24)
 
 
diff --git a/package-lock.json b/package-lock.json
index 690c6bb1..3d695c50 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "scratch-render",
-  "version": "1.0.226",
+  "version": "1.0.227",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "scratch-render",
-      "version": "1.0.226",
+      "version": "1.0.227",
       "license": "BSD-3-Clause",
       "dependencies": {
         "grapheme-breaker": "^0.3.2",
diff --git a/package.json b/package.json
index 21a9978c..80cb665f 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "scratch-render",
-  "version": "1.0.226",
+  "version": "1.0.227",
   "description": "WebGL Renderer for Scratch 3.0",
   "author": "Massachusetts Institute of Technology",
   "license": "BSD-3-Clause",
@@ -8,7 +8,7 @@
   "repository": {
     "type": "git",
     "url": "https://github.com/scratchfoundation/scratch-render.git",
-    "sha": "9918e49bbe73142a090867c760d2e7dad99cde31"
+    "sha": "57a661881f1165225e651057749fbbba93142a3b"
   },
   "main": "./dist/node/scratch-render.js",
   "browser": "./src/index.js",

From bab162ef62943864d822df23320c22b766c58b4e Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Thu, 25 Jul 2024 11:59:53 +0000
Subject: [PATCH 5/7] fix(deps): update dependency scratch-storage to v2.3.193

---
 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 3d695c50..6a56d898 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -37,7 +37,7 @@
         "playwright-chromium": "1.45.2",
         "scratch-render-fonts": "1.0.77",
         "scratch-semantic-release-config": "1.0.14",
-        "scratch-storage": "2.3.192",
+        "scratch-storage": "2.3.193",
         "scratch-vm": "3.0.21",
         "semantic-release": "19.0.5",
         "tap": "11.1.5",
@@ -19700,9 +19700,9 @@
       }
     },
     "node_modules/scratch-storage": {
-      "version": "2.3.192",
-      "resolved": "https://registry.npmjs.org/scratch-storage/-/scratch-storage-2.3.192.tgz",
-      "integrity": "sha512-hkK7Anx+yTTDPgIPgz9YTREsJQNPb5UGk6ksaDJgmLsHAWi0u2gWF5S9i7ni8036Tl4U1VmIIO8jS42v8uzpkQ==",
+      "version": "2.3.193",
+      "resolved": "https://registry.npmjs.org/scratch-storage/-/scratch-storage-2.3.193.tgz",
+      "integrity": "sha512-A3TJxf7H2HIyXaJ3lHb/AOQuun8KFyvAg8P/R3TANObrFqCiCO+WoAkQGbONHdWAgmyoMBox+ApRqlrStg6QIg==",
       "dev": true,
       "license": "BSD-3-Clause",
       "dependencies": {
diff --git a/package.json b/package.json
index 80cb665f..1a9a4621 100644
--- a/package.json
+++ b/package.json
@@ -57,7 +57,7 @@
     "playwright-chromium": "1.45.2",
     "scratch-render-fonts": "1.0.77",
     "scratch-semantic-release-config": "1.0.14",
-    "scratch-storage": "2.3.192",
+    "scratch-storage": "2.3.193",
     "scratch-vm": "3.0.21",
     "semantic-release": "19.0.5",
     "tap": "11.1.5",

From c8d46a4b85f543a0955fcd236f8fd93cf6ec7346 Mon Sep 17 00:00:00 2001
From: semantic-release-bot <semantic-release-bot@martynus.net>
Date: Thu, 25 Jul 2024 13:30:56 +0000
Subject: [PATCH 6/7] chore(release): 1.0.228 [skip ci]

## [1.0.228](https://github.com/scratchfoundation/scratch-render/compare/v1.0.227...v1.0.228) (2024-07-25)

### Bug Fixes

* **deps:** update dependency scratch-storage to v2.3.193 ([bab162e](https://github.com/scratchfoundation/scratch-render/commit/bab162ef62943864d822df23320c22b766c58b4e))
---
 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 6f8e41bf..4eb9f5ff 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.
 
+## [1.0.228](https://github.com/scratchfoundation/scratch-render/compare/v1.0.227...v1.0.228) (2024-07-25)
+
+
+### Bug Fixes
+
+* **deps:** update dependency scratch-storage to v2.3.193 ([bab162e](https://github.com/scratchfoundation/scratch-render/commit/bab162ef62943864d822df23320c22b766c58b4e))
+
 ## [1.0.227](https://github.com/scratchfoundation/scratch-render/compare/v1.0.226...v1.0.227) (2024-07-24)
 
 
diff --git a/package-lock.json b/package-lock.json
index 6a56d898..812e3820 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "scratch-render",
-  "version": "1.0.227",
+  "version": "1.0.228",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "scratch-render",
-      "version": "1.0.227",
+      "version": "1.0.228",
       "license": "BSD-3-Clause",
       "dependencies": {
         "grapheme-breaker": "^0.3.2",
diff --git a/package.json b/package.json
index 1a9a4621..58e39441 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "scratch-render",
-  "version": "1.0.227",
+  "version": "1.0.228",
   "description": "WebGL Renderer for Scratch 3.0",
   "author": "Massachusetts Institute of Technology",
   "license": "BSD-3-Clause",
@@ -8,7 +8,7 @@
   "repository": {
     "type": "git",
     "url": "https://github.com/scratchfoundation/scratch-render.git",
-    "sha": "57a661881f1165225e651057749fbbba93142a3b"
+    "sha": "6ffbeed055e1736097a6d0a450002b30dfdd90da"
   },
   "main": "./dist/node/scratch-render.js",
   "browser": "./src/index.js",

From 5f668ab70683f0df6c51835401fa8635d4702662 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Thu, 25 Jul 2024 20:07:12 +0000
Subject: [PATCH 7/7] chore(deps): update dependency playwright-chromium to
 v1.45.3

---
 package-lock.json | 16 ++++++++--------
 package.json      |  2 +-
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index 812e3820..190f6f03 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -34,7 +34,7 @@
         "husky": "8.0.3",
         "jsdoc": "3.6.11",
         "json": "9.0.6",
-        "playwright-chromium": "1.45.2",
+        "playwright-chromium": "1.45.3",
         "scratch-render-fonts": "1.0.77",
         "scratch-semantic-release-config": "1.0.14",
         "scratch-storage": "2.3.193",
@@ -18404,14 +18404,14 @@
       }
     },
     "node_modules/playwright-chromium": {
-      "version": "1.45.2",
-      "resolved": "https://registry.npmjs.org/playwright-chromium/-/playwright-chromium-1.45.2.tgz",
-      "integrity": "sha512-9p7UKy+Nm7mozk/5uk6f1SoDMqrrphYLheVPS2LhYQvep9pRjJJEVpGAO0ULN3uFuxnWA7Y2lbaDxFJykeavHA==",
+      "version": "1.45.3",
+      "resolved": "https://registry.npmjs.org/playwright-chromium/-/playwright-chromium-1.45.3.tgz",
+      "integrity": "sha512-GXY/+1HScU5soR06lu8sc7cnXWBnfWDGH2JV+D3wqxApb9qJbSxDK40H8loOok+naxMO7x6yhgPHwpRSCV9dug==",
       "dev": true,
       "hasInstallScript": true,
       "license": "Apache-2.0",
       "dependencies": {
-        "playwright-core": "1.45.2"
+        "playwright-core": "1.45.3"
       },
       "bin": {
         "playwright": "cli.js"
@@ -18421,9 +18421,9 @@
       }
     },
     "node_modules/playwright-core": {
-      "version": "1.45.2",
-      "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.45.2.tgz",
-      "integrity": "sha512-ha175tAWb0dTK0X4orvBIqi3jGEt701SMxMhyujxNrgd8K0Uy5wMSwwcQHtyB4om7INUkfndx02XnQ2p6dvLDw==",
+      "version": "1.45.3",
+      "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.45.3.tgz",
+      "integrity": "sha512-+ym0jNbcjikaOwwSZycFbwkWgfruWvYlJfThKYAlImbxUgdWFO2oW70ojPm4OpE4t6TAo2FY/smM+hpVTtkhDA==",
       "dev": true,
       "license": "Apache-2.0",
       "bin": {
diff --git a/package.json b/package.json
index 58e39441..9291d774 100644
--- a/package.json
+++ b/package.json
@@ -54,7 +54,7 @@
     "husky": "8.0.3",
     "jsdoc": "3.6.11",
     "json": "9.0.6",
-    "playwright-chromium": "1.45.2",
+    "playwright-chromium": "1.45.3",
     "scratch-render-fonts": "1.0.77",
     "scratch-semantic-release-config": "1.0.14",
     "scratch-storage": "2.3.193",