From 5cb19cb4998f5e89bc1d51daacc25415bd1b39ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 11:06:25 +0000 Subject: [PATCH] Bump @fastly/js-compute from 3.34.0 to 3.37.0 in /test/runtimes/fastly Bumps [@fastly/js-compute](https://github.com/fastly/js-compute-runtime) from 3.34.0 to 3.37.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/v3.34.0...v3.37.0) --- updated-dependencies: - dependency-name: "@fastly/js-compute" dependency-version: 3.37.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- test/runtimes/fastly/package-lock.json | 48 ++++++++++++++++++++++---- test/runtimes/fastly/package.json | 2 +- 2 files changed, 42 insertions(+), 8 deletions(-) diff --git a/test/runtimes/fastly/package-lock.json b/test/runtimes/fastly/package-lock.json index edbdbd4..3b41c97 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.37.0" }, "engines": { "node": ">=18.0.0" @@ -601,23 +601,34 @@ } }, "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.37.0", + "resolved": "https://registry.npmjs.org/@fastly/js-compute/-/js-compute-3.37.0.tgz", + "integrity": "sha512-v6j0dbo9GOoZgVA7V/sN8ur/KzRrvqh0WtF1JRDZ5UWnQ5sZ/BC6SQQ1Q1kdMu8KAtRjHFr/D8v8wEPUWBstFQ==", "license": "Apache-2.0", "dependencies": { "@bytecodealliance/jco": "^1.7.0", "@bytecodealliance/weval": "^0.3.2", "@bytecodealliance/wizer": "^7.0.5", + "@jridgewell/remapping": "^2.3.5", + "@jridgewell/trace-mapping": "^0.3.31", "acorn": "^8.13.0", "acorn-walk": "^8.3.4", "esbuild": "^0.25.0", "magic-string": "^0.30.12", + "picomatch": "^4.0.3", "regexpu-core": "^6.1.1" }, "bin": { "js-compute": "js-compute-runtime-cli.js", "js-compute-runtime": "js-compute-runtime-cli.js" + }, + "peerDependencies": { + "typescript": "^5.9.0" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } } }, "node_modules/@jridgewell/gen-mapping": { @@ -633,6 +644,16 @@ "node": ">=6.0.0" } }, + "node_modules/@jridgewell/remapping": { + "version": "2.3.5", + "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz", + "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==", + "license": "MIT", + "dependencies": { + "@jridgewell/gen-mapping": "^0.3.5", + "@jridgewell/trace-mapping": "^0.3.24" + } + }, "node_modules/@jridgewell/resolve-uri": { "version": "3.1.2", "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", @@ -664,9 +685,10 @@ "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==" }, "node_modules/@jridgewell/trace-mapping": { - "version": "0.3.25", - "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz", - "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==", + "version": "0.3.31", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz", + "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==", + "license": "MIT", "dependencies": { "@jridgewell/resolve-uri": "^3.1.0", "@jridgewell/sourcemap-codec": "^1.4.14" @@ -1527,6 +1549,18 @@ "resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz", "integrity": "sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg==" }, + "node_modules/picomatch": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz", + "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==", + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, "node_modules/pify": { "version": "2.3.0", "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", diff --git a/test/runtimes/fastly/package.json b/test/runtimes/fastly/package.json index 5676c7a..d6ee6a2 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.37.0" } }