From a065e95c0fcb1fd5e13640c30232a147eba5d88f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 23:47:02 +0000 Subject: [PATCH] build(deps): bump @fastly/js-compute in /examples/fastly Bumps [@fastly/js-compute](https://github.com/fastly/js-compute-runtime) from 0.5.15 to 3.26.0. - [Release notes](https://github.com/fastly/js-compute-runtime/releases) - [Changelog](https://github.com/fastly/js-compute-runtime/blob/main/CHANGELOG.md) - [Commits](https://github.com/fastly/js-compute-runtime/compare/v0.5.15...v3.26.0) --- updated-dependencies: - dependency-name: "@fastly/js-compute" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- examples/fastly/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/fastly/package.json b/examples/fastly/package.json index 608b0c06..81bf5100 100644 --- a/examples/fastly/package.json +++ b/examples/fastly/package.json @@ -10,7 +10,7 @@ "webpack-cli": "^5.0.0" }, "dependencies": { - "@fastly/js-compute": "^0.5.5", + "@fastly/js-compute": "^3.26.0", "@upstash/redis": "latest", "flight-path": "^1.0.10" },