From 561e16112833eab22fb7047dd9ab5e6af164afc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 11:08:26 +0000 Subject: [PATCH] Bump @fastly/js-compute from 3.34.0 to 3.35.1 in /test/runtimes/fastly Bumps [@fastly/js-compute](https://github.com/fastly/js-compute-runtime) from 3.34.0 to 3.35.1. - [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/v3.34.0...v3.35.1) --- updated-dependencies: - dependency-name: "@fastly/js-compute" dependency-version: 3.35.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- test/runtimes/fastly/package-lock.json | 8 ++++---- test/runtimes/fastly/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/test/runtimes/fastly/package-lock.json b/test/runtimes/fastly/package-lock.json index edbdbd4..aa7be75 100644 --- a/test/runtimes/fastly/package-lock.json +++ b/test/runtimes/fastly/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "license": "MIT", "dependencies": { - "@fastly/js-compute": "^3.34.0" + "@fastly/js-compute": "^3.35.1" }, "engines": { "node": ">=18.0.0" @@ -601,9 +601,9 @@ } }, "node_modules/@fastly/js-compute": { - "version": "3.34.0", - "resolved": "https://registry.npmjs.org/@fastly/js-compute/-/js-compute-3.34.0.tgz", - "integrity": "sha512-gHAj6MMzZkQWk6uXCipLnH+hluMTdlsNdvS59M7MMkM6gCcfF3xkglX9NB4i7Gv6T4lCwVCT5+bacS85699jVg==", + "version": "3.35.1", + "resolved": "https://registry.npmjs.org/@fastly/js-compute/-/js-compute-3.35.1.tgz", + "integrity": "sha512-ZUC5AlA74d8qKtKo5jmKUY2yTHIM3QmqeiBIgzwoWJO3ljtBPb/CzSmD+E/XXFjDG6h2rTt6X6HsQkTT+jKCbA==", "license": "Apache-2.0", "dependencies": { "@bytecodealliance/jco": "^1.7.0", diff --git a/test/runtimes/fastly/package.json b/test/runtimes/fastly/package.json index 5676c7a..150d39f 100644 --- a/test/runtimes/fastly/package.json +++ b/test/runtimes/fastly/package.json @@ -8,6 +8,6 @@ "node": ">=18.0.0" }, "dependencies": { - "@fastly/js-compute": "^3.34.0" + "@fastly/js-compute": "^3.35.1" } }