From c34c067843541a12ab9dbddb5042dcc9e26e3016 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Sep 2026 12:23:47 +0000 Subject: [PATCH] Bump @bytecodealliance/jco in /src/wasm_sandbox/guests/javascript Bumps [@bytecodealliance/jco](https://github.com/bytecodealliance/jco) from 1.32.1 to 1.33.0. - [Release notes](https://github.com/bytecodealliance/jco/releases) - [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.32.1...jco-v1.33.0) --- updated-dependencies: - dependency-name: "@bytecodealliance/jco" dependency-version: 1.33.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../guests/javascript/package-lock.json | 180 ++++++++++++------ .../guests/javascript/package.json | 2 +- 2 files changed, 125 insertions(+), 57 deletions(-) diff --git a/src/wasm_sandbox/guests/javascript/package-lock.json b/src/wasm_sandbox/guests/javascript/package-lock.json index d5d12fe..446ff33 100644 --- a/src/wasm_sandbox/guests/javascript/package-lock.json +++ b/src/wasm_sandbox/guests/javascript/package-lock.json @@ -9,7 +9,7 @@ "version": "0.7.0", "devDependencies": { "@bytecodealliance/componentize-js": "^0.22.0", - "@bytecodealliance/jco": "^1.32.1" + "@bytecodealliance/jco": "^1.33.0" } }, "node_modules/@andreiltd/componentize-qjs-binding-darwin-arm64": { @@ -199,52 +199,54 @@ } }, "node_modules/@bytecodealliance/jco": { - "version": "1.32.1", - "resolved": "https://registry.npmjs.org/@bytecodealliance/jco/-/jco-1.32.1.tgz", - "integrity": "sha512-9w/AZsF3Kax39KnJso/Y7Xrql4SpBJBs5KnE8m0+N3nrqmq12vvQs2kiNbfeGTMAFsbKo5xgYbO40ldPo933AQ==", + "version": "1.33.0", + "resolved": "https://registry.npmjs.org/@bytecodealliance/jco/-/jco-1.33.0.tgz", + "integrity": "sha512-U/iYtLBmTh4Ksreawazou5GWYW0g7ze8fFrNR3ErehXqS16VuFqqkipR3WsjVhf1/95uFCKcL5Ib2jWYdu8hWw==", "dev": true, "license": "(Apache-2.0 WITH LLVM-exception)", "dependencies": { "@bytecodealliance/componentize-js": "^0.22.0", "@bytecodealliance/componentize-js-0-19-3": "npm:@bytecodealliance/componentize-js@^0.19.3", - "@bytecodealliance/jco-transpile": "^0.12.1", - "@bytecodealliance/preview2-shim": "^0.22.0", + "@bytecodealliance/jco-std": "^0.3.1", + "@bytecodealliance/jco-transpile": "^0.13.0", + "@bytecodealliance/preview2-shim": "^0.24.1", "binaryen": "^130.0.0", "commander": "^14", "componentize-qjs": "^0.4.2", "mkdirp": "^3", "rolldown": "^1.2.4", "typescript": "7.0.2", - "typescript-compiler-api": "npm:typescript@6.0.3" + "typescript-compiler-api": "npm:typescript@6.0.3", + "unenv": "2.0.0-rc.24" }, "bin": { "jco": "dist/jco.js" } }, "node_modules/@bytecodealliance/jco-node-fs": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/@bytecodealliance/jco-node-fs/-/jco-node-fs-0.2.0.tgz", - "integrity": "sha512-AnEbgoANBlFYtrLtiV3Ht6N+uc/8oMA5WFRxPm54tZ161F8FYP00cTqnbB/FQaN6oU8G27zMElpxcQqv8lXuKA==", + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/@bytecodealliance/jco-node-fs/-/jco-node-fs-0.3.2.tgz", + "integrity": "sha512-yxvqQreNcOQdMsEKZomkSqThtkxrAz3f1Cmy8BsV0UHi9saa2/D1KDB14IAXPYwDq/maS6lCzS+MuMQx6QkUgA==", "dev": true, "license": "(Apache-2.0 WITH LLVM-exception)", "engines": { "node": ">=20" }, "optionalDependencies": { - "@bytecodealliance/jco-node-fs-darwin-arm64": "0.2.0", - "@bytecodealliance/jco-node-fs-darwin-x64": "0.2.0", - "@bytecodealliance/jco-node-fs-linux-arm64-gnu": "0.2.0", - "@bytecodealliance/jco-node-fs-linux-arm64-musl": "0.2.0", - "@bytecodealliance/jco-node-fs-linux-x64-gnu": "0.2.0", - "@bytecodealliance/jco-node-fs-linux-x64-musl": "0.2.0", - "@bytecodealliance/jco-node-fs-win32-arm64-msvc": "0.2.0", - "@bytecodealliance/jco-node-fs-win32-x64-msvc": "0.2.0" + "@bytecodealliance/jco-node-fs-darwin-arm64": "0.3.2", + "@bytecodealliance/jco-node-fs-darwin-x64": "0.3.2", + "@bytecodealliance/jco-node-fs-linux-arm64-gnu": "0.3.2", + "@bytecodealliance/jco-node-fs-linux-arm64-musl": "0.3.2", + "@bytecodealliance/jco-node-fs-linux-x64-gnu": "0.3.2", + "@bytecodealliance/jco-node-fs-linux-x64-musl": "0.3.2", + "@bytecodealliance/jco-node-fs-win32-arm64-msvc": "0.3.2", + "@bytecodealliance/jco-node-fs-win32-x64-msvc": "0.3.2" } }, "node_modules/@bytecodealliance/jco-node-fs-darwin-arm64": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/@bytecodealliance/jco-node-fs-darwin-arm64/-/jco-node-fs-darwin-arm64-0.2.0.tgz", - "integrity": "sha512-+Nu0mjp6TiR+QcY1TRbJeG70u4370eM6Kk9BkzeUuAKn920IAJJ8wFU05OKRsCXwiCSHm/A0DDcZM/TVy7gXhw==", + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/@bytecodealliance/jco-node-fs-darwin-arm64/-/jco-node-fs-darwin-arm64-0.3.2.tgz", + "integrity": "sha512-WXQq1tRVUWhbK+ImH0G8Kni2AR0sdokLf/KyXRw5P6n4A9ZbgMHOuPfN/PEsYgw4eosuTAonutK0xILk/hA81A==", "cpu": [ "arm64" ], @@ -259,9 +261,9 @@ } }, "node_modules/@bytecodealliance/jco-node-fs-darwin-x64": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/@bytecodealliance/jco-node-fs-darwin-x64/-/jco-node-fs-darwin-x64-0.2.0.tgz", - "integrity": "sha512-HUF+dPyBBAnIbYuL7EdmdfA7kj0F2ceQ5szNTF0HCPrPCoTtP1oWYtNEx4N6zLC5hZ2hJc01BeRgBfWJ1i6JRw==", + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/@bytecodealliance/jco-node-fs-darwin-x64/-/jco-node-fs-darwin-x64-0.3.2.tgz", + "integrity": "sha512-Fy/OjHnto7hNE5ksewVkmAMXG/uXyj+RAKFZWQFTzFkp73UyT5vuPjKq3nvx9KolUGWBG37BudEMb4ZAoD9TbQ==", "cpu": [ "x64" ], @@ -276,9 +278,9 @@ } }, "node_modules/@bytecodealliance/jco-node-fs-linux-arm64-gnu": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/@bytecodealliance/jco-node-fs-linux-arm64-gnu/-/jco-node-fs-linux-arm64-gnu-0.2.0.tgz", - "integrity": "sha512-OOPNHz8T6gJJjuteRMVpgHuNKDADgTafaelqy2RUj5hSqRHV+18Rf+mvHdL5Ci0fqG3DCwCmlQIqIEC6yJwOcQ==", + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/@bytecodealliance/jco-node-fs-linux-arm64-gnu/-/jco-node-fs-linux-arm64-gnu-0.3.2.tgz", + "integrity": "sha512-OafRtRu3tfOFQARfkia/LDEqSo2R3yAL1xPwzf4RcRW6JqkOY7qKWsUS5+LPVo/aFaSkMX7F7bdFGpFPmcoZJg==", "cpu": [ "arm64" ], @@ -296,9 +298,9 @@ } }, "node_modules/@bytecodealliance/jco-node-fs-linux-arm64-musl": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/@bytecodealliance/jco-node-fs-linux-arm64-musl/-/jco-node-fs-linux-arm64-musl-0.2.0.tgz", - "integrity": "sha512-jPxTJtd5CZkBbSrPLdZMeiAfGgSpI1E5bnJRgEQN7TZ/Ivwt3Ci6cOa+R1szb9owtQ9sqbTFapLJx3iggOEFKQ==", + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/@bytecodealliance/jco-node-fs-linux-arm64-musl/-/jco-node-fs-linux-arm64-musl-0.3.2.tgz", + "integrity": "sha512-JblDiwD7+Y+w0d/tjaNDX4QdGvh5lyuDc+S/jDeT7sYA1caA9yiwIjLa8PC/lm2xudqSxD+Cuy4AosXvl+qI0g==", "cpu": [ "arm64" ], @@ -316,9 +318,9 @@ } }, "node_modules/@bytecodealliance/jco-node-fs-linux-x64-gnu": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/@bytecodealliance/jco-node-fs-linux-x64-gnu/-/jco-node-fs-linux-x64-gnu-0.2.0.tgz", - "integrity": "sha512-IZ6oWJrQc37HOyf0GUJ21g3b1ArHfLEclQQiuTQ23f/Iy4OMVNhWwLV45R6HKQh5Mxqkr4t3k5lGRCcIFhC80g==", + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/@bytecodealliance/jco-node-fs-linux-x64-gnu/-/jco-node-fs-linux-x64-gnu-0.3.2.tgz", + "integrity": "sha512-6FzmHoLOsa6b4X9AuFLsvlpNF66Dt4sRRftZHaT1I1pYzCWrJkkpgNJhRXxf67ZPmOwBZJT4dan/g752Rx4xRw==", "cpu": [ "x64" ], @@ -336,9 +338,9 @@ } }, "node_modules/@bytecodealliance/jco-node-fs-linux-x64-musl": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/@bytecodealliance/jco-node-fs-linux-x64-musl/-/jco-node-fs-linux-x64-musl-0.2.0.tgz", - "integrity": "sha512-ozWEq/79+yp7Anj0qt936DXJUmAS/p/Bf8OJj9Uj5zMOoEnFzyCdvta5u86HbLA8oE4FuU64vf6QjLfRpCvzxw==", + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/@bytecodealliance/jco-node-fs-linux-x64-musl/-/jco-node-fs-linux-x64-musl-0.3.2.tgz", + "integrity": "sha512-SbAJG2PDV8YAHBESHU9sVSckOitJyvlezdF4CGP5/mOp01JnijVkLVXzGK62yVSfa5TpAybbSd1rk+v36NAW/Q==", "cpu": [ "x64" ], @@ -356,9 +358,9 @@ } }, "node_modules/@bytecodealliance/jco-node-fs-win32-arm64-msvc": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/@bytecodealliance/jco-node-fs-win32-arm64-msvc/-/jco-node-fs-win32-arm64-msvc-0.2.0.tgz", - "integrity": "sha512-9NxrGFRmCqRav82PJ0gm9y4KMFtCRti9BykufdEA2GH+R5pAjaBPbCFmlZvaLWfLVover38xcOhn/KL7ZN+xpg==", + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/@bytecodealliance/jco-node-fs-win32-arm64-msvc/-/jco-node-fs-win32-arm64-msvc-0.3.2.tgz", + "integrity": "sha512-nUWYdFysRQJGsIOCk0KAYN2smkNYiHG7rZ7m+0ZXqP+5wqWxKEjkDsORwXiBjdaWFLVww0anZ3SBxrju6P7hXQ==", "cpu": [ "arm64" ], @@ -373,9 +375,9 @@ } }, "node_modules/@bytecodealliance/jco-node-fs-win32-x64-msvc": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/@bytecodealliance/jco-node-fs-win32-x64-msvc/-/jco-node-fs-win32-x64-msvc-0.2.0.tgz", - "integrity": "sha512-kp1pcPZEvgIeoQX9rCkwqrAhfH6ZE6sEvgFwlW0BagNHVzWcCnA2PEFM7UaeycasF6YPhjuc+wK6PsAe0QR1pg==", + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/@bytecodealliance/jco-node-fs-win32-x64-msvc/-/jco-node-fs-win32-x64-msvc-0.3.2.tgz", + "integrity": "sha512-RsPj2t8TvltsMWK7/Z7JcVC/IWPMi07/AJkNLiNTCuGTdT/sseqTThJJwhuz3sjFw7dJdxA+bSGT+23y/KT0fw==", "cpu": [ "x64" ], @@ -389,38 +391,48 @@ "node": ">=20" } }, + "node_modules/@bytecodealliance/jco-std": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/@bytecodealliance/jco-std/-/jco-std-0.3.1.tgz", + "integrity": "sha512-YSazrSuyoAGDNDwR88G85Sch8ZN5swhLXcfUsw8y/AKaQ0ZJVAbbo/67OdbxQqaXYZJ1CfMzfYGXxRXmAPxjKA==", + "dev": true, + "license": "(Apache-2.0 WITH LLVM-exception)", + "dependencies": { + "minimatch": "10.2.6" + } + }, "node_modules/@bytecodealliance/jco-transpile": { - "version": "0.12.1", - "resolved": "https://registry.npmjs.org/@bytecodealliance/jco-transpile/-/jco-transpile-0.12.1.tgz", - "integrity": "sha512-8bAYnPAkuHf8OVDeXfpDyEwymPPN6KUwzAk//cO7ixT8dFgYN1pKxBJRX4SXIKlfCjEYepJe4BVLGtL9v4hsOw==", + "version": "0.13.0", + "resolved": "https://registry.npmjs.org/@bytecodealliance/jco-transpile/-/jco-transpile-0.13.0.tgz", + "integrity": "sha512-9hZ2GMqOlYP1Bf7qQ8v3sCsmkFoXGbgi0HtjHipzrgyk+9GGDzvvbehTGe0oM54rcbKJacvyjpPDn7wtpgzwYA==", "dev": true, "license": "(Apache-2.0 WITH LLVM-exception)", "dependencies": { - "@bytecodealliance/preview2-shim": "^0.22.0", - "@bytecodealliance/preview3-shim": "^0.5.0", + "@bytecodealliance/preview2-shim": "^0.24.1", + "@bytecodealliance/preview3-shim": "^0.6.0", "binaryen": "^130.0.0", "oxc-minify": "^0.136.0" } }, "node_modules/@bytecodealliance/preview2-shim": { - "version": "0.22.0", - "resolved": "https://registry.npmjs.org/@bytecodealliance/preview2-shim/-/preview2-shim-0.22.0.tgz", - "integrity": "sha512-xQclicSPicWpEkCJ7f4JiI1JuxZcktmVExh++fDxerPfP+MknUd7Yx3jjk5R9uYhTD9bdefYHw8J0zehXGQL1A==", + "version": "0.24.1", + "resolved": "https://registry.npmjs.org/@bytecodealliance/preview2-shim/-/preview2-shim-0.24.1.tgz", + "integrity": "sha512-QGZsKD5M76xBhwu3BzLWqYDEpaMX90QWrrfhkQPn2pN9t378koumtdAVH4lr25mqGCZt10YNXkWvyWkw/vJbLQ==", "dev": true, "license": "(Apache-2.0 WITH LLVM-exception)", "dependencies": { - "@bytecodealliance/jco-node-fs": "0.2.0" + "@bytecodealliance/jco-node-fs": "0.3.2" } }, "node_modules/@bytecodealliance/preview3-shim": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/@bytecodealliance/preview3-shim/-/preview3-shim-0.5.0.tgz", - "integrity": "sha512-Tse27SdCca9cNU/GAXyP4cTxjiO681DOCCIrkcPXMu0D0H+VsXk4KtwTMHnbbT4lqmoVsunLZiDUUvyUI0PQBg==", + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/@bytecodealliance/preview3-shim/-/preview3-shim-0.6.0.tgz", + "integrity": "sha512-DCAswwLHjOUUIt8P73dftlD+N+sGKEs0CjO2uYZb6oirRO+w9uXMAGQtxqB5EcCUQu0y5uQeQJjr507uIo1Wmg==", "dev": true, "license": "(Apache-2.0 WITH LLVM-exception)", "dependencies": { - "@bytecodealliance/jco-node-fs": "0.2.0", - "@bytecodealliance/preview2-shim": "^0.22.0" + "@bytecodealliance/jco-node-fs": "0.3.2", + "@bytecodealliance/preview2-shim": "^0.24.1" } }, "node_modules/@bytecodealliance/weval": { @@ -2278,6 +2290,16 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/balanced-match": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz", + "integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==", + "dev": true, + "license": "MIT", + "engines": { + "node": "18 || 20 || >=22" + } + }, "node_modules/base64-js": { "version": "1.5.1", "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", @@ -2328,6 +2350,19 @@ "safe-buffer": "^5.1.1" } }, + "node_modules/brace-expansion": { + "version": "5.0.9", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.9.tgz", + "integrity": "sha512-ScQ4IuvIEF1TMlP7Zt+vjJ//9zlPb2SDcxWxM3bk8s6t6GGdJ7KO1dCcTidOPJKePW30LE/2cT7wCyPho9/Wxg==", + "dev": true, + "license": "MIT", + "dependencies": { + "balanced-match": "^4.0.2" + }, + "engines": { + "node": "20 || >=22" + } + }, "node_modules/buffer": { "version": "5.7.1", "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz", @@ -2959,6 +2994,22 @@ "node": ">= 0.4" } }, + "node_modules/minimatch": { + "version": "10.2.6", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.6.tgz", + "integrity": "sha512-vpLQEs+VLCr1nU0BXS07maYoFwlDAH0gngQuuttxIwutDFEMHq2blX+8vpgxDdK3J1PwjCJiep77OitTZ4Ll1A==", + "dev": true, + "license": "BlueOak-1.0.0", + "dependencies": { + "brace-expansion": "^5.0.8" + }, + "engines": { + "node": "18 || 20 || >=22" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, "node_modules/mkdirp": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-3.0.1.tgz", @@ -3063,6 +3114,13 @@ "@oxc-parser/binding-win32-x64-msvc": "0.76.0" } }, + "node_modules/pathe": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz", + "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==", + "dev": true, + "license": "MIT" + }, "node_modules/pend": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz", @@ -3405,6 +3463,16 @@ "through": "^2.3.8" } }, + "node_modules/unenv": { + "version": "2.0.0-rc.24", + "resolved": "https://registry.npmjs.org/unenv/-/unenv-2.0.0-rc.24.tgz", + "integrity": "sha512-i7qRCmY42zmCwnYlh9H2SvLEypEFGye5iRmEMKjcGi7zk9UquigRjFtTLz0TYqr0ZGLZhaMHl/foy1bZR+Cwlw==", + "dev": true, + "license": "MIT", + "dependencies": { + "pathe": "^2.0.3" + } + }, "node_modules/util-deprecate": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", diff --git a/src/wasm_sandbox/guests/javascript/package.json b/src/wasm_sandbox/guests/javascript/package.json index 9bd5ba8..990d4a0 100644 --- a/src/wasm_sandbox/guests/javascript/package.json +++ b/src/wasm_sandbox/guests/javascript/package.json @@ -8,6 +8,6 @@ }, "devDependencies": { "@bytecodealliance/componentize-js": "^0.22.0", - "@bytecodealliance/jco": "^1.32.1" + "@bytecodealliance/jco": "^1.33.0" } }