Skip to content

Commit

Permalink
Bump @fastly/js-compute from 3.8.1 to 3.8.2
Browse files Browse the repository at this point in the history
Bumps [@fastly/js-compute](https://github.com/fastly/js-compute-runtime) from 3.8.1 to 3.8.2.
- [Release notes](https://github.com/fastly/js-compute-runtime/releases)
- [Changelog](https://github.com/fastly/js-compute-runtime/blob/main/CHANGELOG.md)
- [Commits](fastly/js-compute-runtime@v3.8.1...v3.8.2)

---
updated-dependencies:
- dependency-name: "@fastly/js-compute"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 26, 2024
1 parent 07570c8 commit 56ebda7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"test:integration": "mocha test/**/*.test.js --recursive --timeout 30000 --exit"
},
"devDependencies": {
"@fastly/js-compute": "^3.8.0",
"@fastly/js-compute": "^3.8.2",
"@worker-tools/html": "^2.0.0-pre.13",
"@worker-tools/response-creators": "^1.0.8",
"eslint": "^8.56.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -214,10 +214,10 @@
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.56.0.tgz#ef20350fec605a7f7035a01764731b2de0f3782b"
integrity sha512-gMsVel9D7f2HLkBma9VbtzZRehRogVRfbr++f06nL2vnCGCNlzOD+/MUov/F4p8myyAHspEhVobgjpX64q5m6A==

"@fastly/js-compute@^3.8.0":
version "3.8.1"
resolved "https://registry.yarnpkg.com/@fastly/js-compute/-/js-compute-3.8.1.tgz#d05ad2f388334de676d5b6a3d895acadd8db4b0c"
integrity sha512-dLlKLf5YR2qxBAJei4+zJEgGDkDH11aaJiy6aKx7XHg5p0cET879kvHu/Cp8V66mrlKeCfqXW9OHlgW0AjGoWA==
"@fastly/js-compute@^3.8.2":
version "3.8.2"
resolved "https://registry.yarnpkg.com/@fastly/js-compute/-/js-compute-3.8.2.tgz#2ccfb4fddebbf32733973a4b8f1c2d195deb0f4a"
integrity sha512-KvVVXVEAYJseprmh9AFuCHCgVC0gf9O/Nl1uA4VY4Tbn3PtWJlerze6Cvm6uE8uilp8ng9Y9LNBkZsxutb9mWQ==
dependencies:
"@bytecodealliance/jco" "^0.10.0"
"@bytecodealliance/wizer" "^3.0.1"
Expand Down

0 comments on commit 56ebda7

Please sign in to comment.