From 7c431248ffc99e3a59688264ec4c2876ab113000 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 14:11:16 +0000 Subject: [PATCH] deps(dev): Bump @bytecodealliance/jco from 1.2.2 to 1.2.4 (#725) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [@bytecodealliance/jco](https://github.com/bytecodealliance/jco) from 1.2.2 to 1.2.4.
Release notes

Sourced from @​bytecodealliance/jco's releases.

1.2.4

What's Changed

New Contributors

Full Changelog: https://github.com/bytecodealliance/jco/compare/1.2.3...1.2.4

1.2.3

What's Changed

Full Changelog: https://github.com/bytecodealliance/jco/compare/1.2.2...1.2.3

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@bytecodealliance/jco&package-manager=npm_and_yarn&previous-version=1.2.2&new-version=1.2.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
--- analyze/package.json | 2 +- analyze/wasm/arcjet_analyze_js_req.component.js | 1 + package-lock.json | 8 ++++---- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/analyze/package.json b/analyze/package.json index 8b5490f29..c1493180f 100644 --- a/analyze/package.json +++ b/analyze/package.json @@ -52,7 +52,7 @@ "@arcjet/eslint-config": "1.0.0-alpha.12", "@arcjet/rollup-config": "1.0.0-alpha.12", "@arcjet/tsconfig": "1.0.0-alpha.12", - "@bytecodealliance/jco": "1.2.2", + "@bytecodealliance/jco": "1.2.4", "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.17.2", "@types/node": "18.18.0", diff --git a/analyze/wasm/arcjet_analyze_js_req.component.js b/analyze/wasm/arcjet_analyze_js_req.component.js index 6fa68a597..943482e8d 100644 --- a/analyze/wasm/arcjet_analyze_js_req.component.js +++ b/analyze/wasm/arcjet_analyze_js_req.component.js @@ -45,6 +45,7 @@ function utf8Encode(s, realloc, memory) { return ptr; } + async function instantiate(getCoreModule, imports, instantiateCore = WebAssembly.instantiate) { const module0 = getCoreModule('arcjet_analyze_js_req.component.core.wasm'); const module1 = getCoreModule('arcjet_analyze_js_req.component.core2.wasm'); diff --git a/package-lock.json b/package-lock.json index d29551427..047e349cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "@arcjet/eslint-config": "1.0.0-alpha.12", "@arcjet/rollup-config": "1.0.0-alpha.12", "@arcjet/tsconfig": "1.0.0-alpha.12", - "@bytecodealliance/jco": "1.2.2", + "@bytecodealliance/jco": "1.2.4", "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.17.2", "@types/node": "18.18.0", @@ -937,9 +937,9 @@ "integrity": "sha512-W7gp8Q/v1NlCZLsv8pQ3Y0uCu/SHgXOVFK+eUluUKWXmsb6VHkpNx0apdOWWcDbB9sJoKeP8uPrjmehJz6xETQ==" }, "node_modules/@bytecodealliance/jco": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/@bytecodealliance/jco/-/jco-1.2.2.tgz", - "integrity": "sha512-lwbA4GXYRoq6ogyiM1wOUE6t4dm963B5YOwgWkJxYw8bBDzNEoaWn+MQoYqgvVY1F+SPvK17EBKBFgG1yOFu7Q==", + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/@bytecodealliance/jco/-/jco-1.2.4.tgz", + "integrity": "sha512-uuOm9UkYqWp5uElYDNzlhjbdrAmczEvETgQdI1hFTk79h+mrmHPRV32pgRP5o1eHVwMIpuk4XQkDIhFbksurUw==", "dev": true, "dependencies": { "@bytecodealliance/preview2-shim": "^0.16.2",