chore(release): 4.5.387 [skip ci]

## [4.5.387](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.386...v4.5.387) (2024-08-01)

### Bug Fixes

* **deps:** lock file maintenance ([eeca248](eeca248791))
This commit is contained in:
semantic-release-bot 2024-08-01 07:08:25 +00:00
parent cf17a90fe7
commit 7b51602aab
3 changed files with 11 additions and 4 deletions

View file

@ -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.5.387](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.386...v4.5.387) (2024-08-01)
### Bug Fixes
* **deps:** lock file maintenance ([eeca248](https://github.com/scratchfoundation/scratch-vm/commit/eeca24879125c93f44a3c7d7497ea60334cf709e))
## [4.5.386](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.385...v4.5.386) (2024-07-31)

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "scratch-vm",
"version": "4.5.386",
"version": "4.5.387",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "scratch-vm",
"version": "4.5.386",
"version": "4.5.387",
"license": "BSD-3-Clause",
"dependencies": {
"@vernier/godirect": "^1.5.0",

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "4.5.386",
"version": "4.5.387",
"description": "Virtual Machine 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-vm.git",
"sha": "4c6c0aabce39b3c68eeef559f3bdb47361dd8b00"
"sha": "cf17a90fe78d444f2b0b164a1c7f82b1d269c92b"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./dist/web/scratch-vm.js",