diff --git a/package-lock.json b/package-lock.json index 9f996931..1e402338 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ ], "dependencies": { "@bytecodealliance/jco": "^1.9.1", - "@bytecodealliance/weval": "^0.3.3", + "@bytecodealliance/weval": "^0.3.4", "@bytecodealliance/wizer": "^7.0.5", "es-module-lexer": "^1.6.0", "oxc-parser": "^0.76.0" @@ -74,9 +74,9 @@ "license": "(Apache-2.0 WITH LLVM-exception)" }, "node_modules/@bytecodealliance/weval": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/@bytecodealliance/weval/-/weval-0.3.3.tgz", - "integrity": "sha512-hrQI47O1l3ilFscixu0uuSJTj5tbQW0QmCATQWWNW0E8wJxbKH4yo8y57O5gqpRSKk/T+da1sH/GJNrnGHTFNA==", + "version": "0.3.4", + "resolved": "https://registry.npmjs.org/@bytecodealliance/weval/-/weval-0.3.4.tgz", + "integrity": "sha512-+GCKtZXhPj7qyDl5pR0F3PTEk8tWINV8dv1tUbKMjMXvqjHIkvzalkWo5ZL2kCKwh8Bwn8rWpSmyvRC/Nlu9nQ==", "license": "Apache-2.0", "dependencies": { "@napi-rs/lzma": "^1.1.2", diff --git a/package.json b/package.json index 951ff3d1..7ff807c8 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ }, "dependencies": { "@bytecodealliance/jco": "^1.9.1", - "@bytecodealliance/weval": "^0.3.3", + "@bytecodealliance/weval": "^0.3.4", "@bytecodealliance/wizer": "^7.0.5", "es-module-lexer": "^1.6.0", "oxc-parser": "^0.76.0"