Skip to content

Commit

Permalink
Bump @fastly/js-compute from 2.5.0 to 3.0.0
Browse files Browse the repository at this point in the history
Bumps [@fastly/js-compute](https://github.com/fastly/js-compute-runtime) from 2.5.0 to 3.0.0.
- [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@v2.5.0...v3.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and JakeChampion committed Jul 10, 2023
1 parent f5c06f8 commit cb4a3ea
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": "2.5.0",
"@fastly/js-compute": "3.0.0",
"@worker-tools/html": "^2.0.0-pre.13",
"@worker-tools/response-creators": "^1.0.8",
"eslint": "^8.44.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.44.0.tgz#961a5903c74139390478bdc808bcde3fc45ab7af"
integrity sha512-Ag+9YM4ocKQx9AarydN0KY2j0ErMHNIocPDrVo8zAE44xLTjEtz81OdR68/cydGtk6m6jDb5Za3r2useMzYmSw==

"@fastly/js-compute@2.5.0":
version "2.5.0"
resolved "https://registry.yarnpkg.com/@fastly/js-compute/-/js-compute-2.5.0.tgz#a8690d1e40adf7edb699adc46ad67b4fb4aaa38d"
integrity sha512-vA9dN8NGObG9yXWeNQHHueD+vWQsmhrx0pp/I53FZSJMWjJ5A5BVusQEQq9cBgV850Vcbsi6xGCr0mNmJJzl+A==
"@fastly/js-compute@3.0.0":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@fastly/js-compute/-/js-compute-3.0.0.tgz#b5940d4f6a4f91f2a005cf63b9ac6ebe2db0e039"
integrity sha512-ydfmUTf0Nln8Tggcwf97Hk7IYHprNr2CHZ8gPRXyVhWCKKC3iVCj6tPrSlT+4W5cVD3R4WiGQg/R0RTFAevxHA==
dependencies:
"@bytecodealliance/jco" "^0.9.1"
"@bytecodealliance/wizer" "^3.0.1"
Expand Down

0 comments on commit cb4a3ea

Please sign in to comment.