diff --git a/test/runtimes/fastly/package-lock.json b/test/runtimes/fastly/package-lock.json index edbdbd4..3a1184b 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.0" }, "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.0", + "resolved": "https://registry.npmjs.org/@fastly/js-compute/-/js-compute-3.35.0.tgz", + "integrity": "sha512-4UUjqp272+b3d9zTJv55LBhtO+rcr0sdCuYyupwfK0qA5dL+6tWhNPGQzGk9+hxe4d2acYmZ6gcjqWoR9g0oHA==", "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..c409b2e 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.0" } }