From acb8a1bc02a9ccfac9496b99fc36a0a49ed15a47 Mon Sep 17 00:00:00 2001 From: Lucas Holmquist Date: Thu, 14 May 2026 11:00:13 -0400 Subject: [PATCH 1/2] chore(main): release 3.1.0 --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9f6f2e..9afd576 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [3.1.0](https://github.com/nodeshift/faas-js-runtime/compare/v3.0.2...v3.1.0) (2026-05-14) + + +### Features + +* Adding dependabot for updating github actions ([#440](https://github.com/nodeshift/faas-js-runtime/issues/440)) ([714b93e](https://github.com/nodeshift/faas-js-runtime/commit/714b93e1b3b0fe5305879b28b2765a440e43c913)) + + +### Bug Fixes + +* package.json & package-lock.json to reduce vulnerabilities ([#439](https://github.com/nodeshift/faas-js-runtime/issues/439)) ([18de2b2](https://github.com/nodeshift/faas-js-runtime/commit/18de2b2974615581e934c04ac9003e72c251e133)) +* upgrade tsd from 0.28.1 to 0.32.0 ([#423](https://github.com/nodeshift/faas-js-runtime/issues/423)) ([3bb3df0](https://github.com/nodeshift/faas-js-runtime/commit/3bb3df089447cc8bf61d5a35e2f0e538959803c9)) + ## [3.0.2](https://github.com/nodeshift/faas-js-runtime/compare/v3.0.1...v3.0.2) (2025-07-15) diff --git a/package-lock.json b/package-lock.json index d81dfe2..0b9ed60 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "faas-js-runtime", - "version": "3.0.2", + "version": "3.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "faas-js-runtime", - "version": "3.0.2", + "version": "3.1.0", "license": "Apache-2.0", "dependencies": { "cloudevents": "^8.0.2", diff --git a/package.json b/package.json index 65f66e4..6cbbad2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "faas-js-runtime", - "version": "3.0.2", + "version": "3.1.0", "repository": { "type": "git", "url": "git+https://github.com/nodeshift/faas-js-runtime.git" From 256f333de3cde099fb9872969ddeeb0932a5b4cc Mon Sep 17 00:00:00 2001 From: "NodeShift Bot (As Luke Holmquist)" Date: Thu, 14 May 2026 15:00:26 +0000 Subject: [PATCH 2/2] chore: update SBOM Signed-off-by: NodeShift Bot (As Luke Holmquist) --- sbom.json | 1540 ++++++++++++++++++++++++++++++----------------------- 1 file changed, 883 insertions(+), 657 deletions(-) diff --git a/sbom.json b/sbom.json index 883d885..a3c7ab2 100644 --- a/sbom.json +++ b/sbom.json @@ -3,9 +3,9 @@ "bomFormat": "CycloneDX", "specVersion": "1.6", "version": 1, - "serialNumber": "urn:uuid:9f6174fc-bc6a-49fa-a04c-f30e19406b18", + "serialNumber": "urn:uuid:43b1c332-fbd3-410a-8324-37e3f339349b", "metadata": { - "timestamp": "2025-07-15T10:34:57.570Z", + "timestamp": "2026-05-14T15:00:26.282Z", "tools": { "components": [ { @@ -17,7 +17,7 @@ "type": "application", "name": "cyclonedx-npm", "group": "@cyclonedx", - "version": "4.0.0", + "version": "4.2.1", "author": "Jan Kowalleck", "description": "Create CycloneDX Software Bill of Materials (SBOM) from NPM projects.", "licenses": [ @@ -49,7 +49,7 @@ "type": "library", "name": "cyclonedx-library", "group": "@cyclonedx", - "version": "8.5.0", + "version": "10.0.0", "author": "Jan Kowalleck", "description": "Core functionality of CycloneDX for JavaScript (Node.js or WebBrowser).", "licenses": [ @@ -82,8 +82,8 @@ "component": { "type": "application", "name": "faas-js-runtime", - "version": "3.0.2", - "bom-ref": "faas-js-runtime@3.0.2", + "version": "3.1.0", + "bom-ref": "faas-js-runtime@3.1.0", "author": "Red Hat, Inc.", "description": "A Node.js framework for executing arbitrary functions in response to HTTP or cloud events", "licenses": [ @@ -94,7 +94,7 @@ } } ], - "purl": "pkg:npm/faas-js-runtime@3.0.2?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Fnodeshift%2Ffaas-js-runtime.git", + "purl": "pkg:npm/faas-js-runtime@3.1.0?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Fnodeshift%2Ffaas-js-runtime.git", "externalReferences": [ { "url": "git+https://github.com/nodeshift/faas-js-runtime.git", @@ -125,7 +125,7 @@ "type": "library", "name": "cloudevents", "version": "8.0.2", - "bom-ref": "faas-js-runtime@3.0.2|cloudevents@8.0.2", + "bom-ref": "faas-js-runtime@3.1.0|cloudevents@8.0.2", "licenses": [ { "license": { @@ -159,7 +159,7 @@ "type": "library", "name": "ajv", "version": "8.11.0", - "bom-ref": "faas-js-runtime@3.0.2|cloudevents@8.0.2|ajv@8.11.0", + "bom-ref": "faas-js-runtime@3.1.0|cloudevents@8.0.2|ajv@8.11.0", "licenses": [ { "license": { @@ -180,7 +180,7 @@ "type": "library", "name": "uuid", "version": "8.3.2", - "bom-ref": "faas-js-runtime@3.0.2|cloudevents@8.0.2|uuid@8.3.2", + "bom-ref": "faas-js-runtime@3.1.0|cloudevents@8.0.2|uuid@8.3.2", "licenses": [ { "license": { @@ -201,7 +201,7 @@ "type": "library", "name": "json-schema-traverse", "version": "1.0.0", - "bom-ref": "faas-js-runtime@3.0.2|cloudevents@8.0.2|json-schema-traverse@1.0.0", + "bom-ref": "faas-js-runtime@3.1.0|cloudevents@8.0.2|json-schema-traverse@1.0.0", "licenses": [ { "license": { @@ -224,7 +224,7 @@ "type": "library", "name": "commander", "version": "13.1.0", - "bom-ref": "faas-js-runtime@3.0.2|commander@13.1.0", + "bom-ref": "faas-js-runtime@3.1.0|commander@13.1.0", "licenses": [ { "license": { @@ -258,7 +258,7 @@ "type": "library", "name": "death", "version": "1.1.0", - "bom-ref": "faas-js-runtime@3.0.2|death@1.1.0", + "bom-ref": "faas-js-runtime@3.1.0|death@1.1.0", "purl": "pkg:npm/death@1.1.0", "properties": [ { @@ -271,7 +271,7 @@ "type": "library", "name": "fastify-raw-body", "version": "4.3.0", - "bom-ref": "faas-js-runtime@3.0.2|fastify-raw-body@4.3.0", + "bom-ref": "faas-js-runtime@3.1.0|fastify-raw-body@4.3.0", "purl": "pkg:npm/fastify-raw-body@4.3.0", "externalReferences": [ { @@ -297,7 +297,7 @@ "type": "library", "name": "fastify", "version": "4.21.0", - "bom-ref": "faas-js-runtime@3.0.2|fastify@4.21.0", + "bom-ref": "faas-js-runtime@3.1.0|fastify@4.21.0", "purl": "pkg:npm/fastify@4.21.0", "externalReferences": [ { @@ -323,7 +323,7 @@ "type": "library", "name": "semver", "version": "7.5.3", - "bom-ref": "faas-js-runtime@3.0.2|fastify@4.21.0|semver@7.5.3", + "bom-ref": "faas-js-runtime@3.1.0|fastify@4.21.0|semver@7.5.3", "purl": "pkg:npm/semver@7.5.3", "externalReferences": [ { @@ -351,7 +351,7 @@ "type": "library", "name": "js-yaml", "version": "4.1.0", - "bom-ref": "faas-js-runtime@3.0.2|js-yaml@4.1.0", + "bom-ref": "faas-js-runtime@3.1.0|js-yaml@4.1.0", "licenses": [ { "license": { @@ -372,7 +372,7 @@ "type": "library", "name": "node-os-utils", "version": "1.3.7", - "bom-ref": "faas-js-runtime@3.0.2|node-os-utils@1.3.7", + "bom-ref": "faas-js-runtime@3.1.0|node-os-utils@1.3.7", "licenses": [ { "license": { @@ -393,7 +393,7 @@ "type": "library", "name": "overload-protection", "version": "1.2.3", - "bom-ref": "faas-js-runtime@3.0.2|overload-protection@1.2.3", + "bom-ref": "faas-js-runtime@3.1.0|overload-protection@1.2.3", "licenses": [ { "license": { @@ -414,7 +414,7 @@ "type": "library", "name": "prom-client", "version": "15.1.3", - "bom-ref": "faas-js-runtime@3.0.2|prom-client@15.1.3", + "bom-ref": "faas-js-runtime@3.1.0|prom-client@15.1.3", "licenses": [ { "license": { @@ -447,17 +447,25 @@ { "type": "library", "name": "qs", - "version": "6.11.2", - "bom-ref": "faas-js-runtime@3.0.2|qs@6.11.2", - "purl": "pkg:npm/qs@6.11.2", + "version": "6.14.2", + "bom-ref": "faas-js-runtime@3.1.0|qs@6.14.2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "acknowledgement": "declared" + } + } + ], + "purl": "pkg:npm/qs@6.14.2", "externalReferences": [ { - "url": "https://registry.npmjs.org/qs/-/qs-6.11.2.tgz", + "url": "https://registry.npmjs.org/qs/-/qs-6.14.2.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "b43348cf6d9a073083c4bb551fef959d37f3c657de2b909baa88694aaa49823d5683f7106d2b4d033dcdbaa0ace6f57ea6306c2b8c78a4df4795587badc61188" + "content": "57fc825934c5ed527d848875f1482bdb384930fd35318edce6487827cef42fb8a69bafc323306c34b4d7cccc14037c99e5bfca06a2f1f0aa77b91bddef149edd" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -474,7 +482,7 @@ "type": "library", "name": "ajv-formats", "version": "2.1.1", - "bom-ref": "faas-js-runtime@3.0.2|ajv-formats@2.1.1", + "bom-ref": "faas-js-runtime@3.1.0|ajv-formats@2.1.1", "licenses": [ { "license": { @@ -495,7 +503,7 @@ "type": "library", "name": "ajv", "version": "8.11.0", - "bom-ref": "faas-js-runtime@3.0.2|ajv-formats@2.1.1|ajv@8.11.0", + "bom-ref": "faas-js-runtime@3.1.0|ajv-formats@2.1.1|ajv@8.11.0", "licenses": [ { "license": { @@ -516,7 +524,7 @@ "type": "library", "name": "json-schema-traverse", "version": "1.0.0", - "bom-ref": "faas-js-runtime@3.0.2|ajv-formats@2.1.1|json-schema-traverse@1.0.0", + "bom-ref": "faas-js-runtime@3.1.0|ajv-formats@2.1.1|json-schema-traverse@1.0.0", "licenses": [ { "license": { @@ -539,7 +547,7 @@ "type": "library", "name": "json-bigint", "version": "1.0.0", - "bom-ref": "faas-js-runtime@3.0.2|json-bigint@1.0.0", + "bom-ref": "faas-js-runtime@3.1.0|json-bigint@1.0.0", "purl": "pkg:npm/json-bigint@1.0.0", "externalReferences": [ { @@ -565,7 +573,7 @@ "type": "library", "name": "process", "version": "0.11.10", - "bom-ref": "faas-js-runtime@3.0.2|process@0.11.10", + "bom-ref": "faas-js-runtime@3.1.0|process@0.11.10", "licenses": [ { "license": { @@ -586,7 +594,7 @@ "type": "library", "name": "util", "version": "0.12.5", - "bom-ref": "faas-js-runtime@3.0.2|util@0.12.5", + "bom-ref": "faas-js-runtime@3.1.0|util@0.12.5", "licenses": [ { "license": { @@ -607,7 +615,7 @@ "type": "library", "name": "fastify-plugin", "version": "4.5.0", - "bom-ref": "faas-js-runtime@3.0.2|fastify-plugin@4.5.0", + "bom-ref": "faas-js-runtime@3.1.0|fastify-plugin@4.5.0", "purl": "pkg:npm/fastify-plugin@4.5.0", "externalReferences": [ { @@ -633,7 +641,7 @@ "type": "library", "name": "raw-body", "version": "2.5.2", - "bom-ref": "faas-js-runtime@3.0.2|raw-body@2.5.2", + "bom-ref": "faas-js-runtime@3.1.0|raw-body@2.5.2", "purl": "pkg:npm/raw-body@2.5.2", "externalReferences": [ { @@ -659,7 +667,7 @@ "type": "library", "name": "secure-json-parse", "version": "2.5.0", - "bom-ref": "faas-js-runtime@3.0.2|secure-json-parse@2.5.0", + "bom-ref": "faas-js-runtime@3.1.0|secure-json-parse@2.5.0", "licenses": [ { "license": { @@ -681,7 +689,7 @@ "name": "ajv-compiler", "group": "@fastify", "version": "3.5.0", - "bom-ref": "faas-js-runtime@3.0.2|@fastify/ajv-compiler@3.5.0", + "bom-ref": "faas-js-runtime@3.1.0|@fastify/ajv-compiler@3.5.0", "purl": "pkg:npm/%40fastify/ajv-compiler@3.5.0", "externalReferences": [ { @@ -707,7 +715,7 @@ "type": "library", "name": "ajv", "version": "8.12.0", - "bom-ref": "faas-js-runtime@3.0.2|@fastify/ajv-compiler@3.5.0|ajv@8.12.0", + "bom-ref": "faas-js-runtime@3.1.0|@fastify/ajv-compiler@3.5.0|ajv@8.12.0", "purl": "pkg:npm/ajv@8.12.0", "externalReferences": [ { @@ -733,7 +741,7 @@ "type": "library", "name": "json-schema-traverse", "version": "1.0.0", - "bom-ref": "faas-js-runtime@3.0.2|@fastify/ajv-compiler@3.5.0|json-schema-traverse@1.0.0", + "bom-ref": "faas-js-runtime@3.1.0|@fastify/ajv-compiler@3.5.0|json-schema-traverse@1.0.0", "purl": "pkg:npm/json-schema-traverse@1.0.0", "externalReferences": [ { @@ -762,7 +770,7 @@ "name": "error", "group": "@fastify", "version": "3.3.0", - "bom-ref": "faas-js-runtime@3.0.2|@fastify/error@3.3.0", + "bom-ref": "faas-js-runtime@3.1.0|@fastify/error@3.3.0", "purl": "pkg:npm/%40fastify/error@3.3.0", "externalReferences": [ { @@ -789,7 +797,7 @@ "name": "fast-json-stringify-compiler", "group": "@fastify", "version": "4.3.0", - "bom-ref": "faas-js-runtime@3.0.2|@fastify/fast-json-stringify-compiler@4.3.0", + "bom-ref": "faas-js-runtime@3.1.0|@fastify/fast-json-stringify-compiler@4.3.0", "purl": "pkg:npm/%40fastify/fast-json-stringify-compiler@4.3.0", "externalReferences": [ { @@ -815,7 +823,7 @@ "type": "library", "name": "abstract-logging", "version": "2.0.1", - "bom-ref": "faas-js-runtime@3.0.2|abstract-logging@2.0.1", + "bom-ref": "faas-js-runtime@3.1.0|abstract-logging@2.0.1", "licenses": [ { "license": { @@ -836,7 +844,7 @@ "type": "library", "name": "avvio", "version": "8.2.1", - "bom-ref": "faas-js-runtime@3.0.2|avvio@8.2.1", + "bom-ref": "faas-js-runtime@3.1.0|avvio@8.2.1", "purl": "pkg:npm/avvio@8.2.1", "externalReferences": [ { @@ -862,7 +870,7 @@ "type": "library", "name": "fast-content-type-parse", "version": "1.0.0", - "bom-ref": "faas-js-runtime@3.0.2|fast-content-type-parse@1.0.0", + "bom-ref": "faas-js-runtime@3.1.0|fast-content-type-parse@1.0.0", "purl": "pkg:npm/fast-content-type-parse@1.0.0", "externalReferences": [ { @@ -888,7 +896,7 @@ "type": "library", "name": "fast-json-stringify", "version": "5.7.0", - "bom-ref": "faas-js-runtime@3.0.2|fast-json-stringify@5.7.0", + "bom-ref": "faas-js-runtime@3.1.0|fast-json-stringify@5.7.0", "purl": "pkg:npm/fast-json-stringify@5.7.0", "externalReferences": [ { @@ -914,7 +922,7 @@ "type": "library", "name": "ajv", "version": "8.12.0", - "bom-ref": "faas-js-runtime@3.0.2|fast-json-stringify@5.7.0|ajv@8.12.0", + "bom-ref": "faas-js-runtime@3.1.0|fast-json-stringify@5.7.0|ajv@8.12.0", "purl": "pkg:npm/ajv@8.12.0", "externalReferences": [ { @@ -940,7 +948,7 @@ "type": "library", "name": "json-schema-traverse", "version": "1.0.0", - "bom-ref": "faas-js-runtime@3.0.2|fast-json-stringify@5.7.0|json-schema-traverse@1.0.0", + "bom-ref": "faas-js-runtime@3.1.0|fast-json-stringify@5.7.0|json-schema-traverse@1.0.0", "purl": "pkg:npm/json-schema-traverse@1.0.0", "externalReferences": [ { @@ -968,7 +976,7 @@ "type": "library", "name": "find-my-way", "version": "7.6.0", - "bom-ref": "faas-js-runtime@3.0.2|find-my-way@7.6.0", + "bom-ref": "faas-js-runtime@3.1.0|find-my-way@7.6.0", "purl": "pkg:npm/find-my-way@7.6.0", "externalReferences": [ { @@ -994,7 +1002,7 @@ "type": "library", "name": "light-my-request", "version": "5.10.0", - "bom-ref": "faas-js-runtime@3.0.2|light-my-request@5.10.0", + "bom-ref": "faas-js-runtime@3.1.0|light-my-request@5.10.0", "purl": "pkg:npm/light-my-request@5.10.0", "externalReferences": [ { @@ -1020,7 +1028,7 @@ "type": "library", "name": "pino", "version": "8.14.1", - "bom-ref": "faas-js-runtime@3.0.2|pino@8.14.1", + "bom-ref": "faas-js-runtime@3.1.0|pino@8.14.1", "purl": "pkg:npm/pino@8.14.1", "externalReferences": [ { @@ -1046,7 +1054,7 @@ "type": "library", "name": "process-warning", "version": "2.2.0", - "bom-ref": "faas-js-runtime@3.0.2|process-warning@2.2.0", + "bom-ref": "faas-js-runtime@3.1.0|process-warning@2.2.0", "purl": "pkg:npm/process-warning@2.2.0", "externalReferences": [ { @@ -1072,7 +1080,7 @@ "type": "library", "name": "proxy-addr", "version": "2.0.7", - "bom-ref": "faas-js-runtime@3.0.2|proxy-addr@2.0.7", + "bom-ref": "faas-js-runtime@3.1.0|proxy-addr@2.0.7", "licenses": [ { "license": { @@ -1093,7 +1101,7 @@ "type": "library", "name": "rfdc", "version": "1.3.0", - "bom-ref": "faas-js-runtime@3.0.2|rfdc@1.3.0", + "bom-ref": "faas-js-runtime@3.1.0|rfdc@1.3.0", "purl": "pkg:npm/rfdc@1.3.0", "externalReferences": [ { @@ -1119,7 +1127,7 @@ "type": "library", "name": "tiny-lru", "version": "11.0.1", - "bom-ref": "faas-js-runtime@3.0.2|tiny-lru@11.0.1", + "bom-ref": "faas-js-runtime@3.1.0|tiny-lru@11.0.1", "purl": "pkg:npm/tiny-lru@11.0.1", "externalReferences": [ { @@ -1145,7 +1153,7 @@ "type": "library", "name": "argparse", "version": "2.0.1", - "bom-ref": "faas-js-runtime@3.0.2|argparse@2.0.1", + "bom-ref": "faas-js-runtime@3.1.0|argparse@2.0.1", "licenses": [ { "license": { @@ -1166,7 +1174,7 @@ "type": "library", "name": "loopbench", "version": "1.2.0", - "bom-ref": "faas-js-runtime@3.0.2|loopbench@1.2.0", + "bom-ref": "faas-js-runtime@3.1.0|loopbench@1.2.0", "licenses": [ { "license": { @@ -1188,7 +1196,7 @@ "name": "api", "group": "@opentelemetry", "version": "1.6.0", - "bom-ref": "faas-js-runtime@3.0.2|@opentelemetry/api@1.6.0", + "bom-ref": "faas-js-runtime@3.1.0|@opentelemetry/api@1.6.0", "purl": "pkg:npm/%40opentelemetry/api@1.6.0", "externalReferences": [ { @@ -1214,7 +1222,7 @@ "type": "library", "name": "tdigest", "version": "0.1.1", - "bom-ref": "faas-js-runtime@3.0.2|tdigest@0.1.1", + "bom-ref": "faas-js-runtime@3.1.0|tdigest@0.1.1", "licenses": [ { "license": { @@ -1234,8 +1242,8 @@ { "type": "library", "name": "side-channel", - "version": "1.0.4", - "bom-ref": "faas-js-runtime@3.0.2|side-channel@1.0.4", + "version": "1.1.0", + "bom-ref": "faas-js-runtime@3.1.0|side-channel@1.1.0", "licenses": [ { "license": { @@ -1244,7 +1252,20 @@ } } ], - "purl": "pkg:npm/side-channel@1.0.4", + "purl": "pkg:npm/side-channel@1.1.0", + "externalReferences": [ + { + "url": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "657f7d7bab51c1ea145ea47e541aec96175ae75361e4c4d0c28bb9b6750381bb723347418268440ed5863ffc5b2a7ea1a9f3d11ee8d4370cf97f2ff06db867a7" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], "properties": [ { "name": "cdx:npm:package:path", @@ -1256,7 +1277,7 @@ "type": "library", "name": "fast-deep-equal", "version": "3.1.3", - "bom-ref": "faas-js-runtime@3.0.2|fast-deep-equal@3.1.3", + "bom-ref": "faas-js-runtime@3.1.0|fast-deep-equal@3.1.3", "licenses": [ { "license": { @@ -1277,7 +1298,7 @@ "type": "library", "name": "require-from-string", "version": "2.0.2", - "bom-ref": "faas-js-runtime@3.0.2|require-from-string@2.0.2", + "bom-ref": "faas-js-runtime@3.1.0|require-from-string@2.0.2", "licenses": [ { "license": { @@ -1298,7 +1319,7 @@ "type": "library", "name": "uri-js", "version": "4.4.1", - "bom-ref": "faas-js-runtime@3.0.2|uri-js@4.4.1", + "bom-ref": "faas-js-runtime@3.1.0|uri-js@4.4.1", "purl": "pkg:npm/uri-js@4.4.1", "externalReferences": [ { @@ -1324,7 +1345,7 @@ "type": "library", "name": "bignumber.js", "version": "9.1.1", - "bom-ref": "faas-js-runtime@3.0.2|bignumber.js@9.1.1", + "bom-ref": "faas-js-runtime@3.1.0|bignumber.js@9.1.1", "purl": "pkg:npm/bignumber.js@9.1.1", "externalReferences": [ { @@ -1350,7 +1371,7 @@ "type": "library", "name": "inherits", "version": "2.0.4", - "bom-ref": "faas-js-runtime@3.0.2|inherits@2.0.4", + "bom-ref": "faas-js-runtime@3.1.0|inherits@2.0.4", "licenses": [ { "license": { @@ -1371,7 +1392,7 @@ "type": "library", "name": "is-arguments", "version": "1.1.1", - "bom-ref": "faas-js-runtime@3.0.2|is-arguments@1.1.1", + "bom-ref": "faas-js-runtime@3.1.0|is-arguments@1.1.1", "licenses": [ { "license": { @@ -1392,7 +1413,7 @@ "type": "library", "name": "is-generator-function", "version": "1.0.10", - "bom-ref": "faas-js-runtime@3.0.2|is-generator-function@1.0.10", + "bom-ref": "faas-js-runtime@3.1.0|is-generator-function@1.0.10", "licenses": [ { "license": { @@ -1413,7 +1434,7 @@ "type": "library", "name": "is-typed-array", "version": "1.1.13", - "bom-ref": "faas-js-runtime@3.0.2|is-typed-array@1.1.13", + "bom-ref": "faas-js-runtime@3.1.0|is-typed-array@1.1.13", "purl": "pkg:npm/is-typed-array@1.1.13", "externalReferences": [ { @@ -1439,7 +1460,7 @@ "type": "library", "name": "which-typed-array", "version": "1.1.14", - "bom-ref": "faas-js-runtime@3.0.2|which-typed-array@1.1.14", + "bom-ref": "faas-js-runtime@3.1.0|which-typed-array@1.1.14", "purl": "pkg:npm/which-typed-array@1.1.14", "externalReferences": [ { @@ -1465,7 +1486,7 @@ "type": "library", "name": "bytes", "version": "3.1.2", - "bom-ref": "faas-js-runtime@3.0.2|bytes@3.1.2", + "bom-ref": "faas-js-runtime@3.1.0|bytes@3.1.2", "purl": "pkg:npm/bytes@3.1.2", "externalReferences": [ { @@ -1491,7 +1512,7 @@ "type": "library", "name": "http-errors", "version": "2.0.0", - "bom-ref": "faas-js-runtime@3.0.2|http-errors@2.0.0", + "bom-ref": "faas-js-runtime@3.1.0|http-errors@2.0.0", "purl": "pkg:npm/http-errors@2.0.0", "externalReferences": [ { @@ -1517,7 +1538,7 @@ "type": "library", "name": "iconv-lite", "version": "0.4.24", - "bom-ref": "faas-js-runtime@3.0.2|iconv-lite@0.4.24", + "bom-ref": "faas-js-runtime@3.1.0|iconv-lite@0.4.24", "purl": "pkg:npm/iconv-lite@0.4.24", "externalReferences": [ { @@ -1543,7 +1564,7 @@ "type": "library", "name": "unpipe", "version": "1.0.0", - "bom-ref": "faas-js-runtime@3.0.2|unpipe@1.0.0", + "bom-ref": "faas-js-runtime@3.1.0|unpipe@1.0.0", "purl": "pkg:npm/unpipe@1.0.0", "externalReferences": [ { @@ -1569,7 +1590,7 @@ "type": "library", "name": "fast-uri", "version": "2.1.0", - "bom-ref": "faas-js-runtime@3.0.2|fast-uri@2.1.0", + "bom-ref": "faas-js-runtime@3.1.0|fast-uri@2.1.0", "licenses": [ { "license": { @@ -1590,7 +1611,7 @@ "type": "library", "name": "archy", "version": "1.0.0", - "bom-ref": "faas-js-runtime@3.0.2|archy@1.0.0", + "bom-ref": "faas-js-runtime@3.1.0|archy@1.0.0", "licenses": [ { "license": { @@ -1610,8 +1631,8 @@ { "type": "library", "name": "debug", - "version": "4.3.4", - "bom-ref": "faas-js-runtime@3.0.2|debug@4.3.4", + "version": "4.4.3", + "bom-ref": "faas-js-runtime@3.1.0|debug@4.4.3", "licenses": [ { "license": { @@ -1620,7 +1641,20 @@ } } ], - "purl": "pkg:npm/debug@4.3.4", + "purl": "pkg:npm/debug@4.4.3", + "externalReferences": [ + { + "url": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "446c305a7c10be455f6af295b76d8518bc3ec5849dcc04709b4aeee83853540dee994e6165cdbc57790ee2cb6062bcab4e52e9baf808f468a28e5b408cd6dca8" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], "properties": [ { "name": "cdx:npm:package:path", @@ -1632,7 +1666,7 @@ "type": "library", "name": "fastq", "version": "1.8.0", - "bom-ref": "faas-js-runtime@3.0.2|fastq@1.8.0", + "bom-ref": "faas-js-runtime@3.1.0|fastq@1.8.0", "licenses": [ { "license": { @@ -1654,7 +1688,7 @@ "name": "deepmerge", "group": "@fastify", "version": "1.3.0", - "bom-ref": "faas-js-runtime@3.0.2|@fastify/deepmerge@1.3.0", + "bom-ref": "faas-js-runtime@3.1.0|@fastify/deepmerge@1.3.0", "purl": "pkg:npm/%40fastify/deepmerge@1.3.0", "externalReferences": [ { @@ -1680,7 +1714,7 @@ "type": "library", "name": "fast-querystring", "version": "1.1.1", - "bom-ref": "faas-js-runtime@3.0.2|fast-querystring@1.1.1", + "bom-ref": "faas-js-runtime@3.1.0|fast-querystring@1.1.1", "purl": "pkg:npm/fast-querystring@1.1.1", "externalReferences": [ { @@ -1706,7 +1740,7 @@ "type": "library", "name": "safe-regex2", "version": "2.0.0", - "bom-ref": "faas-js-runtime@3.0.2|safe-regex2@2.0.0", + "bom-ref": "faas-js-runtime@3.1.0|safe-regex2@2.0.0", "purl": "pkg:npm/safe-regex2@2.0.0", "externalReferences": [ { @@ -1732,7 +1766,7 @@ "type": "library", "name": "cookie", "version": "0.5.0", - "bom-ref": "faas-js-runtime@3.0.2|cookie@0.5.0", + "bom-ref": "faas-js-runtime@3.1.0|cookie@0.5.0", "purl": "pkg:npm/cookie@0.5.0", "externalReferences": [ { @@ -1758,7 +1792,7 @@ "type": "library", "name": "set-cookie-parser", "version": "2.6.0", - "bom-ref": "faas-js-runtime@3.0.2|set-cookie-parser@2.6.0", + "bom-ref": "faas-js-runtime@3.1.0|set-cookie-parser@2.6.0", "purl": "pkg:npm/set-cookie-parser@2.6.0", "externalReferences": [ { @@ -1784,7 +1818,7 @@ "type": "library", "name": "atomic-sleep", "version": "1.0.0", - "bom-ref": "faas-js-runtime@3.0.2|atomic-sleep@1.0.0", + "bom-ref": "faas-js-runtime@3.1.0|atomic-sleep@1.0.0", "purl": "pkg:npm/atomic-sleep@1.0.0", "externalReferences": [ { @@ -1810,7 +1844,7 @@ "type": "library", "name": "fast-redact", "version": "3.2.0", - "bom-ref": "faas-js-runtime@3.0.2|fast-redact@3.2.0", + "bom-ref": "faas-js-runtime@3.1.0|fast-redact@3.2.0", "purl": "pkg:npm/fast-redact@3.2.0", "externalReferences": [ { @@ -1836,7 +1870,7 @@ "type": "library", "name": "on-exit-leak-free", "version": "2.1.0", - "bom-ref": "faas-js-runtime@3.0.2|on-exit-leak-free@2.1.0", + "bom-ref": "faas-js-runtime@3.1.0|on-exit-leak-free@2.1.0", "purl": "pkg:npm/on-exit-leak-free@2.1.0", "externalReferences": [ { @@ -1862,7 +1896,7 @@ "type": "library", "name": "pino-abstract-transport", "version": "1.0.0", - "bom-ref": "faas-js-runtime@3.0.2|pino-abstract-transport@1.0.0", + "bom-ref": "faas-js-runtime@3.1.0|pino-abstract-transport@1.0.0", "purl": "pkg:npm/pino-abstract-transport@1.0.0", "externalReferences": [ { @@ -1888,7 +1922,7 @@ "type": "library", "name": "readable-stream", "version": "4.4.2", - "bom-ref": "faas-js-runtime@3.0.2|pino-abstract-transport@1.0.0|readable-stream@4.4.2", + "bom-ref": "faas-js-runtime@3.1.0|pino-abstract-transport@1.0.0|readable-stream@4.4.2", "purl": "pkg:npm/readable-stream@4.4.2", "externalReferences": [ { @@ -1916,7 +1950,7 @@ "type": "library", "name": "pino-std-serializers", "version": "6.2.2", - "bom-ref": "faas-js-runtime@3.0.2|pino-std-serializers@6.2.2", + "bom-ref": "faas-js-runtime@3.1.0|pino-std-serializers@6.2.2", "purl": "pkg:npm/pino-std-serializers@6.2.2", "externalReferences": [ { @@ -1942,7 +1976,7 @@ "type": "library", "name": "quick-format-unescaped", "version": "4.0.4", - "bom-ref": "faas-js-runtime@3.0.2|quick-format-unescaped@4.0.4", + "bom-ref": "faas-js-runtime@3.1.0|quick-format-unescaped@4.0.4", "purl": "pkg:npm/quick-format-unescaped@4.0.4", "externalReferences": [ { @@ -1968,7 +2002,7 @@ "type": "library", "name": "real-require", "version": "0.2.0", - "bom-ref": "faas-js-runtime@3.0.2|real-require@0.2.0", + "bom-ref": "faas-js-runtime@3.1.0|real-require@0.2.0", "purl": "pkg:npm/real-require@0.2.0", "externalReferences": [ { @@ -1994,7 +2028,7 @@ "type": "library", "name": "safe-stable-stringify", "version": "2.4.3", - "bom-ref": "faas-js-runtime@3.0.2|safe-stable-stringify@2.4.3", + "bom-ref": "faas-js-runtime@3.1.0|safe-stable-stringify@2.4.3", "purl": "pkg:npm/safe-stable-stringify@2.4.3", "externalReferences": [ { @@ -2020,7 +2054,7 @@ "type": "library", "name": "sonic-boom", "version": "3.3.0", - "bom-ref": "faas-js-runtime@3.0.2|sonic-boom@3.3.0", + "bom-ref": "faas-js-runtime@3.1.0|sonic-boom@3.3.0", "purl": "pkg:npm/sonic-boom@3.3.0", "externalReferences": [ { @@ -2046,7 +2080,7 @@ "type": "library", "name": "thread-stream", "version": "2.3.0", - "bom-ref": "faas-js-runtime@3.0.2|thread-stream@2.3.0", + "bom-ref": "faas-js-runtime@3.1.0|thread-stream@2.3.0", "purl": "pkg:npm/thread-stream@2.3.0", "externalReferences": [ { @@ -2072,7 +2106,7 @@ "type": "library", "name": "forwarded", "version": "0.2.0", - "bom-ref": "faas-js-runtime@3.0.2|forwarded@0.2.0", + "bom-ref": "faas-js-runtime@3.1.0|forwarded@0.2.0", "licenses": [ { "license": { @@ -2093,7 +2127,7 @@ "type": "library", "name": "ipaddr.js", "version": "1.9.1", - "bom-ref": "faas-js-runtime@3.0.2|ipaddr.js@1.9.1", + "bom-ref": "faas-js-runtime@3.1.0|ipaddr.js@1.9.1", "licenses": [ { "license": { @@ -2114,7 +2148,7 @@ "type": "library", "name": "lru-cache", "version": "6.0.0", - "bom-ref": "faas-js-runtime@3.0.2|lru-cache@6.0.0", + "bom-ref": "faas-js-runtime@3.1.0|lru-cache@6.0.0", "licenses": [ { "license": { @@ -2135,7 +2169,7 @@ "type": "library", "name": "xtend", "version": "4.0.2", - "bom-ref": "faas-js-runtime@3.0.2|xtend@4.0.2", + "bom-ref": "faas-js-runtime@3.1.0|xtend@4.0.2", "licenses": [ { "license": { @@ -2156,7 +2190,7 @@ "type": "library", "name": "bintrees", "version": "1.0.1", - "bom-ref": "faas-js-runtime@3.0.2|bintrees@1.0.1", + "bom-ref": "faas-js-runtime@3.1.0|bintrees@1.0.1", "purl": "pkg:npm/bintrees@1.0.1", "properties": [ { @@ -2167,18 +2201,18 @@ }, { "type": "library", - "name": "call-bind", - "version": "1.0.7", - "bom-ref": "faas-js-runtime@3.0.2|call-bind@1.0.7", - "purl": "pkg:npm/call-bind@1.0.7", + "name": "es-errors", + "version": "1.3.0", + "bom-ref": "faas-js-runtime@3.1.0|es-errors@1.3.0", + "purl": "pkg:npm/es-errors@1.3.0", "externalReferences": [ { - "url": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.7.tgz", + "url": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "1874d2352608090eec707eec67e336ac5a294682e1f2dd9b2d25ba05b82bb4bb1a84e201e62c805497fd1a358addc6130da323e17741a4cd5c03aa484b42afdb" + "content": "65fe47d8ac6ddb18d3bdb26f3f66562c4202c40ea3fa1026333225ca9cb8c5c060d6f2959f1f3d5b2d066d2fa47f9730095145cdd0858765d20853542d2e9cb3" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -2187,15 +2221,15 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/call-bind" + "value": "node_modules/es-errors" } ] }, { "type": "library", - "name": "get-intrinsic", - "version": "1.3.0", - "bom-ref": "faas-js-runtime@3.0.2|get-intrinsic@1.3.0", + "name": "object-inspect", + "version": "1.13.4", + "bom-ref": "faas-js-runtime@3.1.0|object-inspect@1.13.4", "licenses": [ { "license": { @@ -2204,15 +2238,15 @@ } } ], - "purl": "pkg:npm/get-intrinsic@1.3.0", + "purl": "pkg:npm/object-inspect@1.13.4", "externalReferences": [ { - "url": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz", + "url": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "f5f4a349aa2cfdf448548a7ec5226513a95fc21112ecb36d29a08121a987b23af69dad418800493e8d263a38f3f062435116ab9823c6a9a89583999f8dbf7c09" + "content": "5baee22e5e09d845c41936df78709f7eb8c37e2b6f2c0360d14957df01545124f1f762974457a0307515812a84fb0be101b8b85aa8c683d733cac4d5d84a5b7b" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -2221,24 +2255,32 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/get-intrinsic" + "value": "node_modules/object-inspect" } ] }, { "type": "library", - "name": "object-inspect", - "version": "1.13.1", - "bom-ref": "faas-js-runtime@3.0.2|object-inspect@1.13.1", - "purl": "pkg:npm/object-inspect@1.13.1", + "name": "side-channel-list", + "version": "1.0.0", + "bom-ref": "faas-js-runtime@3.1.0|side-channel-list@1.0.0", + "licenses": [ + { + "license": { + "id": "MIT", + "acknowledgement": "declared" + } + } + ], + "purl": "pkg:npm/side-channel-list@1.0.0", "externalReferences": [ { - "url": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.1.tgz", + "url": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.0.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "e6aa23d5152228e32c08234b57508188f604d74b33893b2798dc64008feb661883eb7085ec8a9d1460bf5f38d68e94a02dfd0bc575f76c3148874135f1fe9485" + "content": "1422c7b510ff827a428821c48892cec1d9853fec330a60c491cf72ecdb18c5e178bbb06db27d59bb0830246c4898898789c240acb3f8474c97e1cd8a0ab32b4c" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -2247,7 +2289,75 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/object-inspect" + "value": "node_modules/side-channel-list" + } + ] + }, + { + "type": "library", + "name": "side-channel-map", + "version": "1.0.1", + "bom-ref": "faas-js-runtime@3.1.0|side-channel-map@1.0.1", + "licenses": [ + { + "license": { + "id": "MIT", + "acknowledgement": "declared" + } + } + ], + "purl": "pkg:npm/side-channel-map@1.0.1", + "externalReferences": [ + { + "url": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "5428c235f80cb1bcb7b53768d369db8ed33f7b0adaea33c79a94e17a7913621f291bdb9c67fd4ff12a38bb814605e93f063a4e56c0c23282c0fe2b8128815744" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/side-channel-map" + } + ] + }, + { + "type": "library", + "name": "side-channel-weakmap", + "version": "1.0.2", + "bom-ref": "faas-js-runtime@3.1.0|side-channel-weakmap@1.0.2", + "licenses": [ + { + "license": { + "id": "MIT", + "acknowledgement": "declared" + } + } + ], + "purl": "pkg:npm/side-channel-weakmap@1.0.2", + "externalReferences": [ + { + "url": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "58f4bf1ef1d04d89c78ac2e8f4c72a0473899361641cefed969be5772ae77a6e1a790a7885a8b7832b61b3083aa74d684a84e5e7cadca621408c5d9baf6024d8" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/side-channel-weakmap" } ] }, @@ -2255,7 +2365,7 @@ "type": "library", "name": "punycode", "version": "2.1.1", - "bom-ref": "faas-js-runtime@3.0.2|punycode@2.1.1", + "bom-ref": "faas-js-runtime@3.1.0|punycode@2.1.1", "licenses": [ { "license": { @@ -2272,11 +2382,37 @@ } ] }, + { + "type": "library", + "name": "call-bind", + "version": "1.0.7", + "bom-ref": "faas-js-runtime@3.1.0|call-bind@1.0.7", + "purl": "pkg:npm/call-bind@1.0.7", + "externalReferences": [ + { + "url": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.7.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "1874d2352608090eec707eec67e336ac5a294682e1f2dd9b2d25ba05b82bb4bb1a84e201e62c805497fd1a358addc6130da323e17741a4cd5c03aa484b42afdb" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/call-bind" + } + ] + }, { "type": "library", "name": "has-tostringtag", "version": "1.0.2", - "bom-ref": "faas-js-runtime@3.0.2|has-tostringtag@1.0.2", + "bom-ref": "faas-js-runtime@3.1.0|has-tostringtag@1.0.2", "purl": "pkg:npm/has-tostringtag@1.0.2", "externalReferences": [ { @@ -2302,7 +2438,7 @@ "type": "library", "name": "available-typed-arrays", "version": "1.0.7", - "bom-ref": "faas-js-runtime@3.0.2|available-typed-arrays@1.0.7", + "bom-ref": "faas-js-runtime@3.1.0|available-typed-arrays@1.0.7", "purl": "pkg:npm/available-typed-arrays@1.0.7", "externalReferences": [ { @@ -2328,7 +2464,7 @@ "type": "library", "name": "for-each", "version": "0.3.3", - "bom-ref": "faas-js-runtime@3.0.2|for-each@0.3.3", + "bom-ref": "faas-js-runtime@3.1.0|for-each@0.3.3", "licenses": [ { "license": { @@ -2349,7 +2485,7 @@ "type": "library", "name": "gopd", "version": "1.2.0", - "bom-ref": "faas-js-runtime@3.0.2|gopd@1.2.0", + "bom-ref": "faas-js-runtime@3.1.0|gopd@1.2.0", "licenses": [ { "license": { @@ -2383,7 +2519,7 @@ "type": "library", "name": "depd", "version": "2.0.0", - "bom-ref": "faas-js-runtime@3.0.2|depd@2.0.0", + "bom-ref": "faas-js-runtime@3.1.0|depd@2.0.0", "purl": "pkg:npm/depd@2.0.0", "externalReferences": [ { @@ -2409,7 +2545,7 @@ "type": "library", "name": "setprototypeof", "version": "1.2.0", - "bom-ref": "faas-js-runtime@3.0.2|setprototypeof@1.2.0", + "bom-ref": "faas-js-runtime@3.1.0|setprototypeof@1.2.0", "purl": "pkg:npm/setprototypeof@1.2.0", "externalReferences": [ { @@ -2435,7 +2571,7 @@ "type": "library", "name": "statuses", "version": "2.0.1", - "bom-ref": "faas-js-runtime@3.0.2|statuses@2.0.1", + "bom-ref": "faas-js-runtime@3.1.0|statuses@2.0.1", "purl": "pkg:npm/statuses@2.0.1", "externalReferences": [ { @@ -2461,7 +2597,7 @@ "type": "library", "name": "toidentifier", "version": "1.0.1", - "bom-ref": "faas-js-runtime@3.0.2|toidentifier@1.0.1", + "bom-ref": "faas-js-runtime@3.1.0|toidentifier@1.0.1", "purl": "pkg:npm/toidentifier@1.0.1", "externalReferences": [ { @@ -2487,7 +2623,7 @@ "type": "library", "name": "safer-buffer", "version": "2.1.2", - "bom-ref": "faas-js-runtime@3.0.2|safer-buffer@2.1.2", + "bom-ref": "faas-js-runtime@3.1.0|safer-buffer@2.1.2", "purl": "pkg:npm/safer-buffer@2.1.2", "externalReferences": [ { @@ -2512,8 +2648,8 @@ { "type": "library", "name": "ms", - "version": "2.1.2", - "bom-ref": "faas-js-runtime@3.0.2|ms@2.1.2", + "version": "2.1.3", + "bom-ref": "faas-js-runtime@3.1.0|ms@2.1.3", "licenses": [ { "license": { @@ -2522,7 +2658,20 @@ } } ], - "purl": "pkg:npm/ms@2.1.2", + "purl": "pkg:npm/ms@2.1.3", + "externalReferences": [ + { + "url": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "e85973b9b4cb646dc9d9afcd542025784863ceae68c601f268253dc985ef70bb2fa1568726afece715c8ebf5d73fab73ed1f7100eb479d23bfb57b45dd645394" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], "properties": [ { "name": "cdx:npm:package:path", @@ -2534,7 +2683,7 @@ "type": "library", "name": "reusify", "version": "1.0.4", - "bom-ref": "faas-js-runtime@3.0.2|reusify@1.0.4", + "bom-ref": "faas-js-runtime@3.1.0|reusify@1.0.4", "licenses": [ { "license": { @@ -2555,7 +2704,7 @@ "type": "library", "name": "fast-decode-uri-component", "version": "1.0.1", - "bom-ref": "faas-js-runtime@3.0.2|fast-decode-uri-component@1.0.1", + "bom-ref": "faas-js-runtime@3.1.0|fast-decode-uri-component@1.0.1", "purl": "pkg:npm/fast-decode-uri-component@1.0.1", "externalReferences": [ { @@ -2581,7 +2730,7 @@ "type": "library", "name": "ret", "version": "0.2.2", - "bom-ref": "faas-js-runtime@3.0.2|ret@0.2.2", + "bom-ref": "faas-js-runtime@3.1.0|ret@0.2.2", "purl": "pkg:npm/ret@0.2.2", "externalReferences": [ { @@ -2607,7 +2756,7 @@ "type": "library", "name": "split2", "version": "4.2.0", - "bom-ref": "faas-js-runtime@3.0.2|split2@4.2.0", + "bom-ref": "faas-js-runtime@3.1.0|split2@4.2.0", "purl": "pkg:npm/split2@4.2.0", "externalReferences": [ { @@ -2633,7 +2782,7 @@ "type": "library", "name": "yallist", "version": "4.0.0", - "bom-ref": "faas-js-runtime@3.0.2|yallist@4.0.0", + "bom-ref": "faas-js-runtime@3.1.0|yallist@4.0.0", "licenses": [ { "license": { @@ -2652,9 +2801,9 @@ }, { "type": "library", - "name": "es-define-property", - "version": "1.0.1", - "bom-ref": "faas-js-runtime@3.0.2|es-define-property@1.0.1", + "name": "call-bound", + "version": "1.0.4", + "bom-ref": "faas-js-runtime@3.1.0|call-bound@1.0.4", "licenses": [ { "license": { @@ -2663,15 +2812,15 @@ } } ], - "purl": "pkg:npm/es-define-property@1.0.1", + "purl": "pkg:npm/call-bound@1.0.4", "externalReferences": [ { - "url": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz", + "url": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "7b79d17e07d4678acd18bdb7da05205f4e90372c9ecf4e0a76316b17e2d34683979ab3a014a0e0e0109db235bc1274faf5ea9d606991a49c223d560dac2696de" + "content": "fb2b3df7b53dea9a382b1fc0069042aa103d12ec49690583420ef6f791f8841a61bf72198346e804abb0629b78617a7a319e4099942753fb72313951a5a49e8e" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -2680,24 +2829,32 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/es-define-property" + "value": "node_modules/call-bound" } ] }, { "type": "library", - "name": "es-errors", + "name": "get-intrinsic", "version": "1.3.0", - "bom-ref": "faas-js-runtime@3.0.2|es-errors@1.3.0", - "purl": "pkg:npm/es-errors@1.3.0", + "bom-ref": "faas-js-runtime@3.1.0|get-intrinsic@1.3.0", + "licenses": [ + { + "license": { + "id": "MIT", + "acknowledgement": "declared" + } + } + ], + "purl": "pkg:npm/get-intrinsic@1.3.0", "externalReferences": [ { - "url": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", + "url": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "65fe47d8ac6ddb18d3bdb26f3f66562c4202c40ea3fa1026333225ca9cb8c5c060d6f2959f1f3d5b2d066d2fa47f9730095145cdd0858765d20853542d2e9cb3" + "content": "f5f4a349aa2cfdf448548a7ec5226513a95fc21112ecb36d29a08121a987b23af69dad418800493e8d263a38f3f062435116ab9823c6a9a89583999f8dbf7c09" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -2706,7 +2863,41 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/es-errors" + "value": "node_modules/get-intrinsic" + } + ] + }, + { + "type": "library", + "name": "es-define-property", + "version": "1.0.1", + "bom-ref": "faas-js-runtime@3.1.0|es-define-property@1.0.1", + "licenses": [ + { + "license": { + "id": "MIT", + "acknowledgement": "declared" + } + } + ], + "purl": "pkg:npm/es-define-property@1.0.1", + "externalReferences": [ + { + "url": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "7b79d17e07d4678acd18bdb7da05205f4e90372c9ecf4e0a76316b17e2d34683979ab3a014a0e0e0109db235bc1274faf5ea9d606991a49c223d560dac2696de" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/es-define-property" } ] }, @@ -2714,7 +2905,7 @@ "type": "library", "name": "function-bind", "version": "1.1.2", - "bom-ref": "faas-js-runtime@3.0.2|function-bind@1.1.2", + "bom-ref": "faas-js-runtime@3.1.0|function-bind@1.1.2", "purl": "pkg:npm/function-bind@1.1.2", "externalReferences": [ { @@ -2740,7 +2931,7 @@ "type": "library", "name": "set-function-length", "version": "1.2.1", - "bom-ref": "faas-js-runtime@3.0.2|set-function-length@1.2.1", + "bom-ref": "faas-js-runtime@3.1.0|set-function-length@1.2.1", "purl": "pkg:npm/set-function-length@1.2.1", "externalReferences": [ { @@ -2764,9 +2955,9 @@ }, { "type": "library", - "name": "call-bind-apply-helpers", - "version": "1.0.2", - "bom-ref": "faas-js-runtime@3.0.2|call-bind-apply-helpers@1.0.2", + "name": "has-symbols", + "version": "1.1.0", + "bom-ref": "faas-js-runtime@3.1.0|has-symbols@1.1.0", "licenses": [ { "license": { @@ -2775,15 +2966,15 @@ } } ], - "purl": "pkg:npm/call-bind-apply-helpers@1.0.2", + "purl": "pkg:npm/has-symbols@1.1.0", "externalReferences": [ { - "url": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", + "url": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "4a9d5a6e52748af0e44b38dc68977112e9cde7f5ef92c149dac30115fabac74af285057fd9bfcac057b6d5c329987b4f3928a3f0af7dff049fa04b9339b9ae31" + "content": "d5c0cd77027625aa2199bdec8383a629a301c2e0b8f2c6278b91d4c360efb02f0b8c64cb2bd87e79bd57e91cae3877b8853d142c25baf22a26863528294aa53d" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -2792,32 +2983,24 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/call-bind-apply-helpers" + "value": "node_modules/has-symbols" } ] }, { "type": "library", - "name": "es-object-atoms", - "version": "1.1.1", - "bom-ref": "faas-js-runtime@3.0.2|es-object-atoms@1.1.1", - "licenses": [ - { - "license": { - "id": "MIT", - "acknowledgement": "declared" - } - } - ], - "purl": "pkg:npm/es-object-atoms@1.1.1", + "name": "possible-typed-array-names", + "version": "1.0.0", + "bom-ref": "faas-js-runtime@3.1.0|possible-typed-array-names@1.0.0", + "purl": "pkg:npm/possible-typed-array-names@1.0.0", "externalReferences": [ { - "url": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz", + "url": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.0.0.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "146807da1f3328d8a6f658e3edd6a79053dc20220af42a796e6f9cda041261e3e1a5a1b9f9eb2b2ce0e2848a2b9fe3dee85189cd6857428b4fbfbde34da95d5c" + "content": "77b530f9e6689687b41070c86287be6d0e565e718c3a99a26454ee3160b0a63cf390bda74e370a880938861f138e71b27b64f058e937517b9c67edeb6e605af1" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -2826,15 +3009,15 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/es-object-atoms" + "value": "node_modules/possible-typed-array-names" } ] }, { "type": "library", - "name": "get-proto", - "version": "1.0.1", - "bom-ref": "faas-js-runtime@3.0.2|get-proto@1.0.1", + "name": "is-callable", + "version": "1.2.7", + "bom-ref": "faas-js-runtime@3.1.0|is-callable@1.2.7", "licenses": [ { "license": { @@ -2843,15 +3026,28 @@ } } ], - "purl": "pkg:npm/get-proto@1.0.1", - "externalReferences": [ + "purl": "pkg:npm/is-callable@1.2.7", + "properties": [ { - "url": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz", - "type": "distribution", + "name": "cdx:npm:package:path", + "value": "node_modules/is-callable" + } + ] + }, + { + "type": "library", + "name": "abort-controller", + "version": "3.0.0", + "bom-ref": "faas-js-runtime@3.1.0|abort-controller@3.0.0", + "purl": "pkg:npm/abort-controller@3.0.0", + "externalReferences": [ + { + "url": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz", + "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "b1349f063a17069f3d26f20a21e7eac3b53608279bb1cef892263a6b0886a202ada1219b823604fc6ffe97db05dcc5853cd73d21ca0e0b83837ca1dfc459a9d2" + "content": "87c950f2d69c6589d1def3504e089b8feb4e0c7239ffe974e80bb63dcae2bff1a67add1e6a3e13c161f8d6c3bdc271c3890b048f5f6ad1daf375675e007b707a" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -2860,32 +3056,24 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/get-proto" + "value": "node_modules/abort-controller" } ] }, { "type": "library", - "name": "has-symbols", - "version": "1.1.0", - "bom-ref": "faas-js-runtime@3.0.2|has-symbols@1.1.0", - "licenses": [ - { - "license": { - "id": "MIT", - "acknowledgement": "declared" - } - } - ], - "purl": "pkg:npm/has-symbols@1.1.0", + "name": "buffer", + "version": "6.0.3", + "bom-ref": "faas-js-runtime@3.1.0|buffer@6.0.3", + "purl": "pkg:npm/buffer@6.0.3", "externalReferences": [ { - "url": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz", + "url": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "d5c0cd77027625aa2199bdec8383a629a301c2e0b8f2c6278b91d4c360efb02f0b8c64cb2bd87e79bd57e91cae3877b8853d142c25baf22a26863528294aa53d" + "content": "153882a4dc6dc226591c465b71b4c87198c44552029fdcaafe90c591397de7f031cc3d6768172d37b60eebcae233f80b48363bb1dacc6f2f21a1f00362ebaa38" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -2894,32 +3082,24 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/has-symbols" + "value": "node_modules/buffer" } ] }, { "type": "library", - "name": "hasown", - "version": "2.0.2", - "bom-ref": "faas-js-runtime@3.0.2|hasown@2.0.2", - "licenses": [ - { - "license": { - "id": "MIT", - "acknowledgement": "declared" - } - } - ], - "purl": "pkg:npm/hasown@2.0.2", + "name": "events", + "version": "3.3.0", + "bom-ref": "faas-js-runtime@3.1.0|events@3.3.0", + "purl": "pkg:npm/events@3.3.0", "externalReferences": [ { - "url": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", + "url": "https://registry.npmjs.org/events/-/events-3.3.0.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "d21254f5208fbe633320175916a34f5d66ba76a87b59d1f470823dcbe0b24bcac6de72f8f01725adaf4798a8555541f23d6347e58ef10f0001edb7e04a391431" + "content": "990c3ed9f9106c02f343b574318d08a9d9d734e793b4fe2bd2537dcfb0006b009782a79aedb0e28b6d0062b201ac577f1f1d0cd8e733e92d75d4268591471bd1" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -2928,32 +3108,24 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/hasown" + "value": "node_modules/events" } ] }, { "type": "library", - "name": "math-intrinsics", - "version": "1.1.0", - "bom-ref": "faas-js-runtime@3.0.2|math-intrinsics@1.1.0", - "licenses": [ - { - "license": { - "id": "MIT", - "acknowledgement": "declared" - } - } - ], - "purl": "pkg:npm/math-intrinsics@1.1.0", + "name": "string_decoder", + "version": "1.3.0", + "bom-ref": "faas-js-runtime@3.1.0|string_decoder@1.3.0", + "purl": "pkg:npm/string_decoder@1.3.0", "externalReferences": [ { - "url": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz", + "url": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "fc85ed6f0124e474cfc84c32297ea11a4617c4cf676e3eb807e8a55499c2fd1e81d291f91b85776f4a556cbec3063e2d921040a696d05257fa17a5e5f4b1eed6" + "content": "864457f14d568c915df0bb03276c90ff0596c5aa2912c0015355df90cf00fa3d3ef392401a9a6dd7a72bd56860e8a21b6f8a2453a32a97a04e8febaea7fc0a78" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -2962,24 +3134,60 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/math-intrinsics" + "value": "node_modules/string_decoder" + } + ], + "components": [ + { + "type": "library", + "name": "safe-buffer", + "version": "5.2.1", + "bom-ref": "faas-js-runtime@3.1.0|string_decoder@1.3.0|safe-buffer@5.2.1", + "purl": "pkg:npm/safe-buffer@5.2.1", + "externalReferences": [ + { + "url": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "ae9dd2a34eca71d9a629b1af81a37141226bedb1954959394bd12ad45fa9a5b468ef4f9879a0f1930e4377c34f37e183e9b8e7626d95b8fb825e6a6e62f9825d" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/string_decoder/node_modules/safe-buffer" + } + ] } ] }, { "type": "library", - "name": "possible-typed-array-names", - "version": "1.0.0", - "bom-ref": "faas-js-runtime@3.0.2|possible-typed-array-names@1.0.0", - "purl": "pkg:npm/possible-typed-array-names@1.0.0", + "name": "call-bind-apply-helpers", + "version": "1.0.2", + "bom-ref": "faas-js-runtime@3.1.0|call-bind-apply-helpers@1.0.2", + "licenses": [ + { + "license": { + "id": "MIT", + "acknowledgement": "declared" + } + } + ], + "purl": "pkg:npm/call-bind-apply-helpers@1.0.2", "externalReferences": [ { - "url": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.0.0.tgz", + "url": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "77b530f9e6689687b41070c86287be6d0e565e718c3a99a26454ee3160b0a63cf390bda74e370a880938861f138e71b27b64f058e937517b9c67edeb6e605af1" + "content": "4a9d5a6e52748af0e44b38dc68977112e9cde7f5ef92c149dac30115fabac74af285057fd9bfcac057b6d5c329987b4f3928a3f0af7dff049fa04b9339b9ae31" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -2988,15 +3196,15 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/possible-typed-array-names" + "value": "node_modules/call-bind-apply-helpers" } ] }, { "type": "library", - "name": "is-callable", - "version": "1.2.7", - "bom-ref": "faas-js-runtime@3.0.2|is-callable@1.2.7", + "name": "es-object-atoms", + "version": "1.1.1", + "bom-ref": "faas-js-runtime@3.1.0|es-object-atoms@1.1.1", "licenses": [ { "license": { @@ -3005,28 +3213,15 @@ } } ], - "purl": "pkg:npm/is-callable@1.2.7", - "properties": [ - { - "name": "cdx:npm:package:path", - "value": "node_modules/is-callable" - } - ] - }, - { - "type": "library", - "name": "abort-controller", - "version": "3.0.0", - "bom-ref": "faas-js-runtime@3.0.2|abort-controller@3.0.0", - "purl": "pkg:npm/abort-controller@3.0.0", + "purl": "pkg:npm/es-object-atoms@1.1.1", "externalReferences": [ { - "url": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz", + "url": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "87c950f2d69c6589d1def3504e089b8feb4e0c7239ffe974e80bb63dcae2bff1a67add1e6a3e13c161f8d6c3bdc271c3890b048f5f6ad1daf375675e007b707a" + "content": "146807da1f3328d8a6f658e3edd6a79053dc20220af42a796e6f9cda041261e3e1a5a1b9f9eb2b2ce0e2848a2b9fe3dee85189cd6857428b4fbfbde34da95d5c" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -3035,24 +3230,32 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/abort-controller" + "value": "node_modules/es-object-atoms" } ] }, { "type": "library", - "name": "buffer", - "version": "6.0.3", - "bom-ref": "faas-js-runtime@3.0.2|buffer@6.0.3", - "purl": "pkg:npm/buffer@6.0.3", + "name": "get-proto", + "version": "1.0.1", + "bom-ref": "faas-js-runtime@3.1.0|get-proto@1.0.1", + "licenses": [ + { + "license": { + "id": "MIT", + "acknowledgement": "declared" + } + } + ], + "purl": "pkg:npm/get-proto@1.0.1", "externalReferences": [ { - "url": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz", + "url": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "153882a4dc6dc226591c465b71b4c87198c44552029fdcaafe90c591397de7f031cc3d6768172d37b60eebcae233f80b48363bb1dacc6f2f21a1f00362ebaa38" + "content": "b1349f063a17069f3d26f20a21e7eac3b53608279bb1cef892263a6b0886a202ada1219b823604fc6ffe97db05dcc5853cd73d21ca0e0b83837ca1dfc459a9d2" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -3061,24 +3264,32 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/buffer" + "value": "node_modules/get-proto" } ] }, { "type": "library", - "name": "events", - "version": "3.3.0", - "bom-ref": "faas-js-runtime@3.0.2|events@3.3.0", - "purl": "pkg:npm/events@3.3.0", + "name": "hasown", + "version": "2.0.2", + "bom-ref": "faas-js-runtime@3.1.0|hasown@2.0.2", + "licenses": [ + { + "license": { + "id": "MIT", + "acknowledgement": "declared" + } + } + ], + "purl": "pkg:npm/hasown@2.0.2", "externalReferences": [ { - "url": "https://registry.npmjs.org/events/-/events-3.3.0.tgz", + "url": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "990c3ed9f9106c02f343b574318d08a9d9d734e793b4fe2bd2537dcfb0006b009782a79aedb0e28b6d0062b201ac577f1f1d0cd8e733e92d75d4268591471bd1" + "content": "d21254f5208fbe633320175916a34f5d66ba76a87b59d1f470823dcbe0b24bcac6de72f8f01725adaf4798a8555541f23d6347e58ef10f0001edb7e04a391431" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -3087,24 +3298,32 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/events" + "value": "node_modules/hasown" } ] }, { "type": "library", - "name": "string_decoder", - "version": "1.3.0", - "bom-ref": "faas-js-runtime@3.0.2|string_decoder@1.3.0", - "purl": "pkg:npm/string_decoder@1.3.0", + "name": "math-intrinsics", + "version": "1.1.0", + "bom-ref": "faas-js-runtime@3.1.0|math-intrinsics@1.1.0", + "licenses": [ + { + "license": { + "id": "MIT", + "acknowledgement": "declared" + } + } + ], + "purl": "pkg:npm/math-intrinsics@1.1.0", "externalReferences": [ { - "url": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", + "url": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "864457f14d568c915df0bb03276c90ff0596c5aa2912c0015355df90cf00fa3d3ef392401a9a6dd7a72bd56860e8a21b6f8a2453a32a97a04e8febaea7fc0a78" + "content": "fc85ed6f0124e474cfc84c32297ea11a4617c4cf676e3eb807e8a55499c2fd1e81d291f91b85776f4a556cbec3063e2d921040a696d05257fa17a5e5f4b1eed6" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -3113,35 +3332,7 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/string_decoder" - } - ], - "components": [ - { - "type": "library", - "name": "safe-buffer", - "version": "5.2.1", - "bom-ref": "faas-js-runtime@3.0.2|string_decoder@1.3.0|safe-buffer@5.2.1", - "purl": "pkg:npm/safe-buffer@5.2.1", - "externalReferences": [ - { - "url": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", - "type": "distribution", - "hashes": [ - { - "alg": "SHA-512", - "content": "ae9dd2a34eca71d9a629b1af81a37141226bedb1954959394bd12ad45fa9a5b468ef4f9879a0f1930e4377c34f37e183e9b8e7626d95b8fb825e6a6e62f9825d" - } - ], - "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" - } - ], - "properties": [ - { - "name": "cdx:npm:package:path", - "value": "node_modules/string_decoder/node_modules/safe-buffer" - } - ] + "value": "node_modules/math-intrinsics" } ] }, @@ -3149,7 +3340,7 @@ "type": "library", "name": "define-data-property", "version": "1.1.4", - "bom-ref": "faas-js-runtime@3.0.2|define-data-property@1.1.4", + "bom-ref": "faas-js-runtime@3.1.0|define-data-property@1.1.4", "purl": "pkg:npm/define-data-property@1.1.4", "externalReferences": [ { @@ -3175,7 +3366,7 @@ "type": "library", "name": "has-property-descriptors", "version": "1.0.2", - "bom-ref": "faas-js-runtime@3.0.2|has-property-descriptors@1.0.2", + "bom-ref": "faas-js-runtime@3.1.0|has-property-descriptors@1.0.2", "purl": "pkg:npm/has-property-descriptors@1.0.2", "externalReferences": [ { @@ -3199,26 +3390,18 @@ }, { "type": "library", - "name": "dunder-proto", - "version": "1.0.1", - "bom-ref": "faas-js-runtime@3.0.2|dunder-proto@1.0.1", - "licenses": [ - { - "license": { - "id": "MIT", - "acknowledgement": "declared" - } - } - ], - "purl": "pkg:npm/dunder-proto@1.0.1", + "name": "event-target-shim", + "version": "5.0.1", + "bom-ref": "faas-js-runtime@3.1.0|event-target-shim@5.0.1", + "purl": "pkg:npm/event-target-shim@5.0.1", "externalReferences": [ { - "url": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz", + "url": "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "28837f9c3241411717c3430b561644f62407986ebca80548060f42aa65188e64088608a3f54e4c16faea9142f915bb72cb366e39e3add3375e45ee1463b72df8" + "content": "8bfd976e74b3feec51094ebe35d54980a5834cce36efe32a61b910cc3df6d43b8240952a3ae24a200d08336f96db1b581dd28e999e1d47a7c4c6c7784972fe59" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -3227,24 +3410,24 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/dunder-proto" + "value": "node_modules/event-target-shim" } ] }, { "type": "library", - "name": "event-target-shim", - "version": "5.0.1", - "bom-ref": "faas-js-runtime@3.0.2|event-target-shim@5.0.1", - "purl": "pkg:npm/event-target-shim@5.0.1", + "name": "base64-js", + "version": "1.5.1", + "bom-ref": "faas-js-runtime@3.1.0|base64-js@1.5.1", + "purl": "pkg:npm/base64-js@1.5.1", "externalReferences": [ { - "url": "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz", + "url": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "8bfd976e74b3feec51094ebe35d54980a5834cce36efe32a61b910cc3df6d43b8240952a3ae24a200d08336f96db1b581dd28e999e1d47a7c4c6c7784972fe59" + "content": "00aa5a6251e7f2de1255b3870b2f9be7e28a82f478bebb03f2f6efadb890269b3b7ca0d3923903af2ea38b4ad42630b49336cd78f2f0cf1abc8b2a68e35a9e58" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -3253,24 +3436,24 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/event-target-shim" + "value": "node_modules/base64-js" } ] }, { "type": "library", - "name": "base64-js", - "version": "1.5.1", - "bom-ref": "faas-js-runtime@3.0.2|base64-js@1.5.1", - "purl": "pkg:npm/base64-js@1.5.1", + "name": "ieee754", + "version": "1.2.1", + "bom-ref": "faas-js-runtime@3.1.0|ieee754@1.2.1", + "purl": "pkg:npm/ieee754@1.2.1", "externalReferences": [ { - "url": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", + "url": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "00aa5a6251e7f2de1255b3870b2f9be7e28a82f478bebb03f2f6efadb890269b3b7ca0d3923903af2ea38b4ad42630b49336cd78f2f0cf1abc8b2a68e35a9e58" + "content": "75ccaa843bd7d42e3a95765c56a0a92be16d31141574830debf0dfe63b36ce8b94b2a1bb23ab05c62b480beeca60adbd29d5ce2c776ef732f8b059e85509ea68" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -3279,24 +3462,32 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/base64-js" + "value": "node_modules/ieee754" } ] }, { "type": "library", - "name": "ieee754", - "version": "1.2.1", - "bom-ref": "faas-js-runtime@3.0.2|ieee754@1.2.1", - "purl": "pkg:npm/ieee754@1.2.1", + "name": "dunder-proto", + "version": "1.0.1", + "bom-ref": "faas-js-runtime@3.1.0|dunder-proto@1.0.1", + "licenses": [ + { + "license": { + "id": "MIT", + "acknowledgement": "declared" + } + } + ], + "purl": "pkg:npm/dunder-proto@1.0.1", "externalReferences": [ { - "url": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", + "url": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "75ccaa843bd7d42e3a95765c56a0a92be16d31141574830debf0dfe63b36ce8b94b2a1bb23ab05c62b480beeca60adbd29d5ce2c776ef732f8b059e85509ea68" + "content": "28837f9c3241411717c3430b561644f62407986ebca80548060f42aa65188e64088608a3f54e4c16faea9142f915bb72cb366e39e3add3375e45ee1463b72df8" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -3305,688 +3496,723 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/ieee754" + "value": "node_modules/dunder-proto" } ] } ], "dependencies": [ { - "ref": "faas-js-runtime@3.0.2", + "ref": "faas-js-runtime@3.1.0", "dependsOn": [ - "faas-js-runtime@3.0.2|cloudevents@8.0.2", - "faas-js-runtime@3.0.2|commander@13.1.0", - "faas-js-runtime@3.0.2|death@1.1.0", - "faas-js-runtime@3.0.2|fastify-raw-body@4.3.0", - "faas-js-runtime@3.0.2|fastify@4.21.0", - "faas-js-runtime@3.0.2|js-yaml@4.1.0", - "faas-js-runtime@3.0.2|node-os-utils@1.3.7", - "faas-js-runtime@3.0.2|overload-protection@1.2.3", - "faas-js-runtime@3.0.2|prom-client@15.1.3", - "faas-js-runtime@3.0.2|qs@6.11.2" + "faas-js-runtime@3.1.0|cloudevents@8.0.2", + "faas-js-runtime@3.1.0|commander@13.1.0", + "faas-js-runtime@3.1.0|death@1.1.0", + "faas-js-runtime@3.1.0|fastify-raw-body@4.3.0", + "faas-js-runtime@3.1.0|fastify@4.21.0", + "faas-js-runtime@3.1.0|js-yaml@4.1.0", + "faas-js-runtime@3.1.0|node-os-utils@1.3.7", + "faas-js-runtime@3.1.0|overload-protection@1.2.3", + "faas-js-runtime@3.1.0|prom-client@15.1.3", + "faas-js-runtime@3.1.0|qs@6.14.2" ] }, { - "ref": "faas-js-runtime@3.0.2|cloudevents@8.0.2", + "ref": "faas-js-runtime@3.1.0|cloudevents@8.0.2", "dependsOn": [ - "faas-js-runtime@3.0.2|ajv-formats@2.1.1", - "faas-js-runtime@3.0.2|cloudevents@8.0.2|ajv@8.11.0", - "faas-js-runtime@3.0.2|json-bigint@1.0.0", - "faas-js-runtime@3.0.2|process@0.11.10", - "faas-js-runtime@3.0.2|util@0.12.5", - "faas-js-runtime@3.0.2|cloudevents@8.0.2|uuid@8.3.2" + "faas-js-runtime@3.1.0|ajv-formats@2.1.1", + "faas-js-runtime@3.1.0|cloudevents@8.0.2|ajv@8.11.0", + "faas-js-runtime@3.1.0|json-bigint@1.0.0", + "faas-js-runtime@3.1.0|process@0.11.10", + "faas-js-runtime@3.1.0|util@0.12.5", + "faas-js-runtime@3.1.0|cloudevents@8.0.2|uuid@8.3.2" ] }, { - "ref": "faas-js-runtime@3.0.2|cloudevents@8.0.2|ajv@8.11.0", + "ref": "faas-js-runtime@3.1.0|cloudevents@8.0.2|ajv@8.11.0", "dependsOn": [ - "faas-js-runtime@3.0.2|fast-deep-equal@3.1.3", - "faas-js-runtime@3.0.2|cloudevents@8.0.2|json-schema-traverse@1.0.0", - "faas-js-runtime@3.0.2|require-from-string@2.0.2", - "faas-js-runtime@3.0.2|uri-js@4.4.1" + "faas-js-runtime@3.1.0|fast-deep-equal@3.1.3", + "faas-js-runtime@3.1.0|cloudevents@8.0.2|json-schema-traverse@1.0.0", + "faas-js-runtime@3.1.0|require-from-string@2.0.2", + "faas-js-runtime@3.1.0|uri-js@4.4.1" ] }, { - "ref": "faas-js-runtime@3.0.2|cloudevents@8.0.2|uuid@8.3.2" + "ref": "faas-js-runtime@3.1.0|cloudevents@8.0.2|uuid@8.3.2" }, { - "ref": "faas-js-runtime@3.0.2|cloudevents@8.0.2|json-schema-traverse@1.0.0" + "ref": "faas-js-runtime@3.1.0|cloudevents@8.0.2|json-schema-traverse@1.0.0" }, { - "ref": "faas-js-runtime@3.0.2|commander@13.1.0" + "ref": "faas-js-runtime@3.1.0|commander@13.1.0" }, { - "ref": "faas-js-runtime@3.0.2|death@1.1.0" + "ref": "faas-js-runtime@3.1.0|death@1.1.0" }, { - "ref": "faas-js-runtime@3.0.2|fastify-raw-body@4.3.0", + "ref": "faas-js-runtime@3.1.0|fastify-raw-body@4.3.0", "dependsOn": [ - "faas-js-runtime@3.0.2|fastify-plugin@4.5.0", - "faas-js-runtime@3.0.2|raw-body@2.5.2", - "faas-js-runtime@3.0.2|secure-json-parse@2.5.0" + "faas-js-runtime@3.1.0|fastify-plugin@4.5.0", + "faas-js-runtime@3.1.0|raw-body@2.5.2", + "faas-js-runtime@3.1.0|secure-json-parse@2.5.0" ] }, { - "ref": "faas-js-runtime@3.0.2|fastify@4.21.0", + "ref": "faas-js-runtime@3.1.0|fastify@4.21.0", "dependsOn": [ - "faas-js-runtime@3.0.2|@fastify/ajv-compiler@3.5.0", - "faas-js-runtime@3.0.2|@fastify/error@3.3.0", - "faas-js-runtime@3.0.2|@fastify/fast-json-stringify-compiler@4.3.0", - "faas-js-runtime@3.0.2|abstract-logging@2.0.1", - "faas-js-runtime@3.0.2|avvio@8.2.1", - "faas-js-runtime@3.0.2|fast-content-type-parse@1.0.0", - "faas-js-runtime@3.0.2|fast-json-stringify@5.7.0", - "faas-js-runtime@3.0.2|find-my-way@7.6.0", - "faas-js-runtime@3.0.2|light-my-request@5.10.0", - "faas-js-runtime@3.0.2|pino@8.14.1", - "faas-js-runtime@3.0.2|process-warning@2.2.0", - "faas-js-runtime@3.0.2|proxy-addr@2.0.7", - "faas-js-runtime@3.0.2|rfdc@1.3.0", - "faas-js-runtime@3.0.2|secure-json-parse@2.5.0", - "faas-js-runtime@3.0.2|fastify@4.21.0|semver@7.5.3", - "faas-js-runtime@3.0.2|tiny-lru@11.0.1" - ] - }, - { - "ref": "faas-js-runtime@3.0.2|fastify@4.21.0|semver@7.5.3", + "faas-js-runtime@3.1.0|@fastify/ajv-compiler@3.5.0", + "faas-js-runtime@3.1.0|@fastify/error@3.3.0", + "faas-js-runtime@3.1.0|@fastify/fast-json-stringify-compiler@4.3.0", + "faas-js-runtime@3.1.0|abstract-logging@2.0.1", + "faas-js-runtime@3.1.0|avvio@8.2.1", + "faas-js-runtime@3.1.0|fast-content-type-parse@1.0.0", + "faas-js-runtime@3.1.0|fast-json-stringify@5.7.0", + "faas-js-runtime@3.1.0|find-my-way@7.6.0", + "faas-js-runtime@3.1.0|light-my-request@5.10.0", + "faas-js-runtime@3.1.0|pino@8.14.1", + "faas-js-runtime@3.1.0|process-warning@2.2.0", + "faas-js-runtime@3.1.0|proxy-addr@2.0.7", + "faas-js-runtime@3.1.0|rfdc@1.3.0", + "faas-js-runtime@3.1.0|secure-json-parse@2.5.0", + "faas-js-runtime@3.1.0|fastify@4.21.0|semver@7.5.3", + "faas-js-runtime@3.1.0|tiny-lru@11.0.1" + ] + }, + { + "ref": "faas-js-runtime@3.1.0|fastify@4.21.0|semver@7.5.3", "dependsOn": [ - "faas-js-runtime@3.0.2|lru-cache@6.0.0" + "faas-js-runtime@3.1.0|lru-cache@6.0.0" ] }, { - "ref": "faas-js-runtime@3.0.2|js-yaml@4.1.0", + "ref": "faas-js-runtime@3.1.0|js-yaml@4.1.0", "dependsOn": [ - "faas-js-runtime@3.0.2|argparse@2.0.1" + "faas-js-runtime@3.1.0|argparse@2.0.1" ] }, { - "ref": "faas-js-runtime@3.0.2|node-os-utils@1.3.7" + "ref": "faas-js-runtime@3.1.0|node-os-utils@1.3.7" }, { - "ref": "faas-js-runtime@3.0.2|overload-protection@1.2.3", + "ref": "faas-js-runtime@3.1.0|overload-protection@1.2.3", "dependsOn": [ - "faas-js-runtime@3.0.2|loopbench@1.2.0" + "faas-js-runtime@3.1.0|loopbench@1.2.0" ] }, { - "ref": "faas-js-runtime@3.0.2|prom-client@15.1.3", + "ref": "faas-js-runtime@3.1.0|prom-client@15.1.3", "dependsOn": [ - "faas-js-runtime@3.0.2|@opentelemetry/api@1.6.0", - "faas-js-runtime@3.0.2|tdigest@0.1.1" + "faas-js-runtime@3.1.0|@opentelemetry/api@1.6.0", + "faas-js-runtime@3.1.0|tdigest@0.1.1" ] }, { - "ref": "faas-js-runtime@3.0.2|qs@6.11.2", + "ref": "faas-js-runtime@3.1.0|qs@6.14.2", "dependsOn": [ - "faas-js-runtime@3.0.2|side-channel@1.0.4" + "faas-js-runtime@3.1.0|side-channel@1.1.0" ] }, { - "ref": "faas-js-runtime@3.0.2|ajv-formats@2.1.1", + "ref": "faas-js-runtime@3.1.0|ajv-formats@2.1.1", "dependsOn": [ - "faas-js-runtime@3.0.2|ajv-formats@2.1.1|ajv@8.11.0" + "faas-js-runtime@3.1.0|ajv-formats@2.1.1|ajv@8.11.0" ] }, { - "ref": "faas-js-runtime@3.0.2|ajv-formats@2.1.1|ajv@8.11.0", + "ref": "faas-js-runtime@3.1.0|ajv-formats@2.1.1|ajv@8.11.0", "dependsOn": [ - "faas-js-runtime@3.0.2|fast-deep-equal@3.1.3", - "faas-js-runtime@3.0.2|ajv-formats@2.1.1|json-schema-traverse@1.0.0", - "faas-js-runtime@3.0.2|require-from-string@2.0.2", - "faas-js-runtime@3.0.2|uri-js@4.4.1" + "faas-js-runtime@3.1.0|fast-deep-equal@3.1.3", + "faas-js-runtime@3.1.0|ajv-formats@2.1.1|json-schema-traverse@1.0.0", + "faas-js-runtime@3.1.0|require-from-string@2.0.2", + "faas-js-runtime@3.1.0|uri-js@4.4.1" ] }, { - "ref": "faas-js-runtime@3.0.2|ajv-formats@2.1.1|json-schema-traverse@1.0.0" + "ref": "faas-js-runtime@3.1.0|ajv-formats@2.1.1|json-schema-traverse@1.0.0" }, { - "ref": "faas-js-runtime@3.0.2|json-bigint@1.0.0", + "ref": "faas-js-runtime@3.1.0|json-bigint@1.0.0", "dependsOn": [ - "faas-js-runtime@3.0.2|bignumber.js@9.1.1" + "faas-js-runtime@3.1.0|bignumber.js@9.1.1" ] }, { - "ref": "faas-js-runtime@3.0.2|process@0.11.10" + "ref": "faas-js-runtime@3.1.0|process@0.11.10" }, { - "ref": "faas-js-runtime@3.0.2|util@0.12.5", + "ref": "faas-js-runtime@3.1.0|util@0.12.5", "dependsOn": [ - "faas-js-runtime@3.0.2|inherits@2.0.4", - "faas-js-runtime@3.0.2|is-arguments@1.1.1", - "faas-js-runtime@3.0.2|is-generator-function@1.0.10", - "faas-js-runtime@3.0.2|is-typed-array@1.1.13", - "faas-js-runtime@3.0.2|which-typed-array@1.1.14" + "faas-js-runtime@3.1.0|inherits@2.0.4", + "faas-js-runtime@3.1.0|is-arguments@1.1.1", + "faas-js-runtime@3.1.0|is-generator-function@1.0.10", + "faas-js-runtime@3.1.0|is-typed-array@1.1.13", + "faas-js-runtime@3.1.0|which-typed-array@1.1.14" ] }, { - "ref": "faas-js-runtime@3.0.2|fastify-plugin@4.5.0" + "ref": "faas-js-runtime@3.1.0|fastify-plugin@4.5.0" }, { - "ref": "faas-js-runtime@3.0.2|raw-body@2.5.2", + "ref": "faas-js-runtime@3.1.0|raw-body@2.5.2", "dependsOn": [ - "faas-js-runtime@3.0.2|bytes@3.1.2", - "faas-js-runtime@3.0.2|http-errors@2.0.0", - "faas-js-runtime@3.0.2|iconv-lite@0.4.24", - "faas-js-runtime@3.0.2|unpipe@1.0.0" + "faas-js-runtime@3.1.0|bytes@3.1.2", + "faas-js-runtime@3.1.0|http-errors@2.0.0", + "faas-js-runtime@3.1.0|iconv-lite@0.4.24", + "faas-js-runtime@3.1.0|unpipe@1.0.0" ] }, { - "ref": "faas-js-runtime@3.0.2|secure-json-parse@2.5.0" + "ref": "faas-js-runtime@3.1.0|secure-json-parse@2.5.0" }, { - "ref": "faas-js-runtime@3.0.2|@fastify/ajv-compiler@3.5.0", + "ref": "faas-js-runtime@3.1.0|@fastify/ajv-compiler@3.5.0", "dependsOn": [ - "faas-js-runtime@3.0.2|ajv-formats@2.1.1", - "faas-js-runtime@3.0.2|@fastify/ajv-compiler@3.5.0|ajv@8.12.0", - "faas-js-runtime@3.0.2|fast-uri@2.1.0" + "faas-js-runtime@3.1.0|ajv-formats@2.1.1", + "faas-js-runtime@3.1.0|@fastify/ajv-compiler@3.5.0|ajv@8.12.0", + "faas-js-runtime@3.1.0|fast-uri@2.1.0" ] }, { - "ref": "faas-js-runtime@3.0.2|@fastify/ajv-compiler@3.5.0|ajv@8.12.0", + "ref": "faas-js-runtime@3.1.0|@fastify/ajv-compiler@3.5.0|ajv@8.12.0", "dependsOn": [ - "faas-js-runtime@3.0.2|fast-deep-equal@3.1.3", - "faas-js-runtime@3.0.2|@fastify/ajv-compiler@3.5.0|json-schema-traverse@1.0.0", - "faas-js-runtime@3.0.2|require-from-string@2.0.2", - "faas-js-runtime@3.0.2|uri-js@4.4.1" + "faas-js-runtime@3.1.0|fast-deep-equal@3.1.3", + "faas-js-runtime@3.1.0|@fastify/ajv-compiler@3.5.0|json-schema-traverse@1.0.0", + "faas-js-runtime@3.1.0|require-from-string@2.0.2", + "faas-js-runtime@3.1.0|uri-js@4.4.1" ] }, { - "ref": "faas-js-runtime@3.0.2|@fastify/ajv-compiler@3.5.0|json-schema-traverse@1.0.0" + "ref": "faas-js-runtime@3.1.0|@fastify/ajv-compiler@3.5.0|json-schema-traverse@1.0.0" }, { - "ref": "faas-js-runtime@3.0.2|@fastify/error@3.3.0" + "ref": "faas-js-runtime@3.1.0|@fastify/error@3.3.0" }, { - "ref": "faas-js-runtime@3.0.2|@fastify/fast-json-stringify-compiler@4.3.0", + "ref": "faas-js-runtime@3.1.0|@fastify/fast-json-stringify-compiler@4.3.0", "dependsOn": [ - "faas-js-runtime@3.0.2|fast-json-stringify@5.7.0" + "faas-js-runtime@3.1.0|fast-json-stringify@5.7.0" ] }, { - "ref": "faas-js-runtime@3.0.2|abstract-logging@2.0.1" + "ref": "faas-js-runtime@3.1.0|abstract-logging@2.0.1" }, { - "ref": "faas-js-runtime@3.0.2|avvio@8.2.1", + "ref": "faas-js-runtime@3.1.0|avvio@8.2.1", "dependsOn": [ - "faas-js-runtime@3.0.2|archy@1.0.0", - "faas-js-runtime@3.0.2|debug@4.3.4", - "faas-js-runtime@3.0.2|fastq@1.8.0" + "faas-js-runtime@3.1.0|archy@1.0.0", + "faas-js-runtime@3.1.0|debug@4.4.3", + "faas-js-runtime@3.1.0|fastq@1.8.0" ] }, { - "ref": "faas-js-runtime@3.0.2|fast-content-type-parse@1.0.0" + "ref": "faas-js-runtime@3.1.0|fast-content-type-parse@1.0.0" }, { - "ref": "faas-js-runtime@3.0.2|fast-json-stringify@5.7.0", + "ref": "faas-js-runtime@3.1.0|fast-json-stringify@5.7.0", "dependsOn": [ - "faas-js-runtime@3.0.2|@fastify/deepmerge@1.3.0", - "faas-js-runtime@3.0.2|ajv-formats@2.1.1", - "faas-js-runtime@3.0.2|fast-json-stringify@5.7.0|ajv@8.12.0", - "faas-js-runtime@3.0.2|fast-deep-equal@3.1.3", - "faas-js-runtime@3.0.2|fast-uri@2.1.0", - "faas-js-runtime@3.0.2|rfdc@1.3.0" + "faas-js-runtime@3.1.0|@fastify/deepmerge@1.3.0", + "faas-js-runtime@3.1.0|ajv-formats@2.1.1", + "faas-js-runtime@3.1.0|fast-json-stringify@5.7.0|ajv@8.12.0", + "faas-js-runtime@3.1.0|fast-deep-equal@3.1.3", + "faas-js-runtime@3.1.0|fast-uri@2.1.0", + "faas-js-runtime@3.1.0|rfdc@1.3.0" ] }, { - "ref": "faas-js-runtime@3.0.2|fast-json-stringify@5.7.0|ajv@8.12.0", + "ref": "faas-js-runtime@3.1.0|fast-json-stringify@5.7.0|ajv@8.12.0", "dependsOn": [ - "faas-js-runtime@3.0.2|fast-deep-equal@3.1.3", - "faas-js-runtime@3.0.2|fast-json-stringify@5.7.0|json-schema-traverse@1.0.0", - "faas-js-runtime@3.0.2|require-from-string@2.0.2", - "faas-js-runtime@3.0.2|uri-js@4.4.1" + "faas-js-runtime@3.1.0|fast-deep-equal@3.1.3", + "faas-js-runtime@3.1.0|fast-json-stringify@5.7.0|json-schema-traverse@1.0.0", + "faas-js-runtime@3.1.0|require-from-string@2.0.2", + "faas-js-runtime@3.1.0|uri-js@4.4.1" ] }, { - "ref": "faas-js-runtime@3.0.2|fast-json-stringify@5.7.0|json-schema-traverse@1.0.0" + "ref": "faas-js-runtime@3.1.0|fast-json-stringify@5.7.0|json-schema-traverse@1.0.0" }, { - "ref": "faas-js-runtime@3.0.2|find-my-way@7.6.0", + "ref": "faas-js-runtime@3.1.0|find-my-way@7.6.0", "dependsOn": [ - "faas-js-runtime@3.0.2|fast-deep-equal@3.1.3", - "faas-js-runtime@3.0.2|fast-querystring@1.1.1", - "faas-js-runtime@3.0.2|safe-regex2@2.0.0" + "faas-js-runtime@3.1.0|fast-deep-equal@3.1.3", + "faas-js-runtime@3.1.0|fast-querystring@1.1.1", + "faas-js-runtime@3.1.0|safe-regex2@2.0.0" ] }, { - "ref": "faas-js-runtime@3.0.2|light-my-request@5.10.0", + "ref": "faas-js-runtime@3.1.0|light-my-request@5.10.0", "dependsOn": [ - "faas-js-runtime@3.0.2|cookie@0.5.0", - "faas-js-runtime@3.0.2|process-warning@2.2.0", - "faas-js-runtime@3.0.2|set-cookie-parser@2.6.0" + "faas-js-runtime@3.1.0|cookie@0.5.0", + "faas-js-runtime@3.1.0|process-warning@2.2.0", + "faas-js-runtime@3.1.0|set-cookie-parser@2.6.0" ] }, { - "ref": "faas-js-runtime@3.0.2|pino@8.14.1", + "ref": "faas-js-runtime@3.1.0|pino@8.14.1", "dependsOn": [ - "faas-js-runtime@3.0.2|atomic-sleep@1.0.0", - "faas-js-runtime@3.0.2|fast-redact@3.2.0", - "faas-js-runtime@3.0.2|on-exit-leak-free@2.1.0", - "faas-js-runtime@3.0.2|pino-abstract-transport@1.0.0", - "faas-js-runtime@3.0.2|pino-std-serializers@6.2.2", - "faas-js-runtime@3.0.2|process-warning@2.2.0", - "faas-js-runtime@3.0.2|quick-format-unescaped@4.0.4", - "faas-js-runtime@3.0.2|real-require@0.2.0", - "faas-js-runtime@3.0.2|safe-stable-stringify@2.4.3", - "faas-js-runtime@3.0.2|sonic-boom@3.3.0", - "faas-js-runtime@3.0.2|thread-stream@2.3.0" + "faas-js-runtime@3.1.0|atomic-sleep@1.0.0", + "faas-js-runtime@3.1.0|fast-redact@3.2.0", + "faas-js-runtime@3.1.0|on-exit-leak-free@2.1.0", + "faas-js-runtime@3.1.0|pino-abstract-transport@1.0.0", + "faas-js-runtime@3.1.0|pino-std-serializers@6.2.2", + "faas-js-runtime@3.1.0|process-warning@2.2.0", + "faas-js-runtime@3.1.0|quick-format-unescaped@4.0.4", + "faas-js-runtime@3.1.0|real-require@0.2.0", + "faas-js-runtime@3.1.0|safe-stable-stringify@2.4.3", + "faas-js-runtime@3.1.0|sonic-boom@3.3.0", + "faas-js-runtime@3.1.0|thread-stream@2.3.0" ] }, { - "ref": "faas-js-runtime@3.0.2|process-warning@2.2.0" + "ref": "faas-js-runtime@3.1.0|process-warning@2.2.0" }, { - "ref": "faas-js-runtime@3.0.2|proxy-addr@2.0.7", + "ref": "faas-js-runtime@3.1.0|proxy-addr@2.0.7", "dependsOn": [ - "faas-js-runtime@3.0.2|forwarded@0.2.0", - "faas-js-runtime@3.0.2|ipaddr.js@1.9.1" + "faas-js-runtime@3.1.0|forwarded@0.2.0", + "faas-js-runtime@3.1.0|ipaddr.js@1.9.1" ] }, { - "ref": "faas-js-runtime@3.0.2|rfdc@1.3.0" + "ref": "faas-js-runtime@3.1.0|rfdc@1.3.0" }, { - "ref": "faas-js-runtime@3.0.2|tiny-lru@11.0.1" + "ref": "faas-js-runtime@3.1.0|tiny-lru@11.0.1" }, { - "ref": "faas-js-runtime@3.0.2|argparse@2.0.1" + "ref": "faas-js-runtime@3.1.0|argparse@2.0.1" }, { - "ref": "faas-js-runtime@3.0.2|loopbench@1.2.0", + "ref": "faas-js-runtime@3.1.0|loopbench@1.2.0", "dependsOn": [ - "faas-js-runtime@3.0.2|xtend@4.0.2" + "faas-js-runtime@3.1.0|xtend@4.0.2" ] }, { - "ref": "faas-js-runtime@3.0.2|@opentelemetry/api@1.6.0" + "ref": "faas-js-runtime@3.1.0|@opentelemetry/api@1.6.0" }, { - "ref": "faas-js-runtime@3.0.2|tdigest@0.1.1", + "ref": "faas-js-runtime@3.1.0|tdigest@0.1.1", "dependsOn": [ - "faas-js-runtime@3.0.2|bintrees@1.0.1" + "faas-js-runtime@3.1.0|bintrees@1.0.1" ] }, { - "ref": "faas-js-runtime@3.0.2|side-channel@1.0.4", + "ref": "faas-js-runtime@3.1.0|side-channel@1.1.0", "dependsOn": [ - "faas-js-runtime@3.0.2|call-bind@1.0.7", - "faas-js-runtime@3.0.2|get-intrinsic@1.3.0", - "faas-js-runtime@3.0.2|object-inspect@1.13.1" + "faas-js-runtime@3.1.0|es-errors@1.3.0", + "faas-js-runtime@3.1.0|object-inspect@1.13.4", + "faas-js-runtime@3.1.0|side-channel-list@1.0.0", + "faas-js-runtime@3.1.0|side-channel-map@1.0.1", + "faas-js-runtime@3.1.0|side-channel-weakmap@1.0.2" ] }, { - "ref": "faas-js-runtime@3.0.2|fast-deep-equal@3.1.3" + "ref": "faas-js-runtime@3.1.0|fast-deep-equal@3.1.3" }, { - "ref": "faas-js-runtime@3.0.2|require-from-string@2.0.2" + "ref": "faas-js-runtime@3.1.0|require-from-string@2.0.2" }, { - "ref": "faas-js-runtime@3.0.2|uri-js@4.4.1", + "ref": "faas-js-runtime@3.1.0|uri-js@4.4.1", "dependsOn": [ - "faas-js-runtime@3.0.2|punycode@2.1.1" + "faas-js-runtime@3.1.0|punycode@2.1.1" ] }, { - "ref": "faas-js-runtime@3.0.2|bignumber.js@9.1.1" + "ref": "faas-js-runtime@3.1.0|bignumber.js@9.1.1" }, { - "ref": "faas-js-runtime@3.0.2|inherits@2.0.4" + "ref": "faas-js-runtime@3.1.0|inherits@2.0.4" }, { - "ref": "faas-js-runtime@3.0.2|is-arguments@1.1.1", + "ref": "faas-js-runtime@3.1.0|is-arguments@1.1.1", "dependsOn": [ - "faas-js-runtime@3.0.2|call-bind@1.0.7", - "faas-js-runtime@3.0.2|has-tostringtag@1.0.2" + "faas-js-runtime@3.1.0|call-bind@1.0.7", + "faas-js-runtime@3.1.0|has-tostringtag@1.0.2" ] }, { - "ref": "faas-js-runtime@3.0.2|is-generator-function@1.0.10", + "ref": "faas-js-runtime@3.1.0|is-generator-function@1.0.10", "dependsOn": [ - "faas-js-runtime@3.0.2|has-tostringtag@1.0.2" + "faas-js-runtime@3.1.0|has-tostringtag@1.0.2" ] }, { - "ref": "faas-js-runtime@3.0.2|is-typed-array@1.1.13", + "ref": "faas-js-runtime@3.1.0|is-typed-array@1.1.13", "dependsOn": [ - "faas-js-runtime@3.0.2|which-typed-array@1.1.14" + "faas-js-runtime@3.1.0|which-typed-array@1.1.14" ] }, { - "ref": "faas-js-runtime@3.0.2|which-typed-array@1.1.14", + "ref": "faas-js-runtime@3.1.0|which-typed-array@1.1.14", "dependsOn": [ - "faas-js-runtime@3.0.2|available-typed-arrays@1.0.7", - "faas-js-runtime@3.0.2|call-bind@1.0.7", - "faas-js-runtime@3.0.2|for-each@0.3.3", - "faas-js-runtime@3.0.2|gopd@1.2.0", - "faas-js-runtime@3.0.2|has-tostringtag@1.0.2" + "faas-js-runtime@3.1.0|available-typed-arrays@1.0.7", + "faas-js-runtime@3.1.0|call-bind@1.0.7", + "faas-js-runtime@3.1.0|for-each@0.3.3", + "faas-js-runtime@3.1.0|gopd@1.2.0", + "faas-js-runtime@3.1.0|has-tostringtag@1.0.2" ] }, { - "ref": "faas-js-runtime@3.0.2|bytes@3.1.2" + "ref": "faas-js-runtime@3.1.0|bytes@3.1.2" }, { - "ref": "faas-js-runtime@3.0.2|http-errors@2.0.0", + "ref": "faas-js-runtime@3.1.0|http-errors@2.0.0", "dependsOn": [ - "faas-js-runtime@3.0.2|depd@2.0.0", - "faas-js-runtime@3.0.2|inherits@2.0.4", - "faas-js-runtime@3.0.2|setprototypeof@1.2.0", - "faas-js-runtime@3.0.2|statuses@2.0.1", - "faas-js-runtime@3.0.2|toidentifier@1.0.1" + "faas-js-runtime@3.1.0|depd@2.0.0", + "faas-js-runtime@3.1.0|inherits@2.0.4", + "faas-js-runtime@3.1.0|setprototypeof@1.2.0", + "faas-js-runtime@3.1.0|statuses@2.0.1", + "faas-js-runtime@3.1.0|toidentifier@1.0.1" ] }, { - "ref": "faas-js-runtime@3.0.2|iconv-lite@0.4.24", + "ref": "faas-js-runtime@3.1.0|iconv-lite@0.4.24", "dependsOn": [ - "faas-js-runtime@3.0.2|safer-buffer@2.1.2" + "faas-js-runtime@3.1.0|safer-buffer@2.1.2" ] }, { - "ref": "faas-js-runtime@3.0.2|unpipe@1.0.0" + "ref": "faas-js-runtime@3.1.0|unpipe@1.0.0" }, { - "ref": "faas-js-runtime@3.0.2|fast-uri@2.1.0" + "ref": "faas-js-runtime@3.1.0|fast-uri@2.1.0" }, { - "ref": "faas-js-runtime@3.0.2|archy@1.0.0" + "ref": "faas-js-runtime@3.1.0|archy@1.0.0" }, { - "ref": "faas-js-runtime@3.0.2|debug@4.3.4", + "ref": "faas-js-runtime@3.1.0|debug@4.4.3", "dependsOn": [ - "faas-js-runtime@3.0.2|ms@2.1.2" + "faas-js-runtime@3.1.0|ms@2.1.3" ] }, { - "ref": "faas-js-runtime@3.0.2|fastq@1.8.0", + "ref": "faas-js-runtime@3.1.0|fastq@1.8.0", "dependsOn": [ - "faas-js-runtime@3.0.2|reusify@1.0.4" + "faas-js-runtime@3.1.0|reusify@1.0.4" ] }, { - "ref": "faas-js-runtime@3.0.2|@fastify/deepmerge@1.3.0" + "ref": "faas-js-runtime@3.1.0|@fastify/deepmerge@1.3.0" }, { - "ref": "faas-js-runtime@3.0.2|fast-querystring@1.1.1", + "ref": "faas-js-runtime@3.1.0|fast-querystring@1.1.1", "dependsOn": [ - "faas-js-runtime@3.0.2|fast-decode-uri-component@1.0.1" + "faas-js-runtime@3.1.0|fast-decode-uri-component@1.0.1" ] }, { - "ref": "faas-js-runtime@3.0.2|safe-regex2@2.0.0", + "ref": "faas-js-runtime@3.1.0|safe-regex2@2.0.0", "dependsOn": [ - "faas-js-runtime@3.0.2|ret@0.2.2" + "faas-js-runtime@3.1.0|ret@0.2.2" ] }, { - "ref": "faas-js-runtime@3.0.2|cookie@0.5.0" + "ref": "faas-js-runtime@3.1.0|cookie@0.5.0" }, { - "ref": "faas-js-runtime@3.0.2|set-cookie-parser@2.6.0" + "ref": "faas-js-runtime@3.1.0|set-cookie-parser@2.6.0" }, { - "ref": "faas-js-runtime@3.0.2|atomic-sleep@1.0.0" + "ref": "faas-js-runtime@3.1.0|atomic-sleep@1.0.0" }, { - "ref": "faas-js-runtime@3.0.2|fast-redact@3.2.0" + "ref": "faas-js-runtime@3.1.0|fast-redact@3.2.0" }, { - "ref": "faas-js-runtime@3.0.2|on-exit-leak-free@2.1.0" + "ref": "faas-js-runtime@3.1.0|on-exit-leak-free@2.1.0" }, { - "ref": "faas-js-runtime@3.0.2|pino-abstract-transport@1.0.0", + "ref": "faas-js-runtime@3.1.0|pino-abstract-transport@1.0.0", "dependsOn": [ - "faas-js-runtime@3.0.2|pino-abstract-transport@1.0.0|readable-stream@4.4.2", - "faas-js-runtime@3.0.2|split2@4.2.0" + "faas-js-runtime@3.1.0|pino-abstract-transport@1.0.0|readable-stream@4.4.2", + "faas-js-runtime@3.1.0|split2@4.2.0" ] }, { - "ref": "faas-js-runtime@3.0.2|pino-abstract-transport@1.0.0|readable-stream@4.4.2", + "ref": "faas-js-runtime@3.1.0|pino-abstract-transport@1.0.0|readable-stream@4.4.2", "dependsOn": [ - "faas-js-runtime@3.0.2|abort-controller@3.0.0", - "faas-js-runtime@3.0.2|buffer@6.0.3", - "faas-js-runtime@3.0.2|events@3.3.0", - "faas-js-runtime@3.0.2|process@0.11.10", - "faas-js-runtime@3.0.2|string_decoder@1.3.0" + "faas-js-runtime@3.1.0|abort-controller@3.0.0", + "faas-js-runtime@3.1.0|buffer@6.0.3", + "faas-js-runtime@3.1.0|events@3.3.0", + "faas-js-runtime@3.1.0|process@0.11.10", + "faas-js-runtime@3.1.0|string_decoder@1.3.0" ] }, { - "ref": "faas-js-runtime@3.0.2|pino-std-serializers@6.2.2" + "ref": "faas-js-runtime@3.1.0|pino-std-serializers@6.2.2" }, { - "ref": "faas-js-runtime@3.0.2|quick-format-unescaped@4.0.4" + "ref": "faas-js-runtime@3.1.0|quick-format-unescaped@4.0.4" }, { - "ref": "faas-js-runtime@3.0.2|real-require@0.2.0" + "ref": "faas-js-runtime@3.1.0|real-require@0.2.0" }, { - "ref": "faas-js-runtime@3.0.2|safe-stable-stringify@2.4.3" + "ref": "faas-js-runtime@3.1.0|safe-stable-stringify@2.4.3" }, { - "ref": "faas-js-runtime@3.0.2|sonic-boom@3.3.0", + "ref": "faas-js-runtime@3.1.0|sonic-boom@3.3.0", "dependsOn": [ - "faas-js-runtime@3.0.2|atomic-sleep@1.0.0" + "faas-js-runtime@3.1.0|atomic-sleep@1.0.0" ] }, { - "ref": "faas-js-runtime@3.0.2|thread-stream@2.3.0", + "ref": "faas-js-runtime@3.1.0|thread-stream@2.3.0", "dependsOn": [ - "faas-js-runtime@3.0.2|real-require@0.2.0" + "faas-js-runtime@3.1.0|real-require@0.2.0" ] }, { - "ref": "faas-js-runtime@3.0.2|forwarded@0.2.0" + "ref": "faas-js-runtime@3.1.0|forwarded@0.2.0" }, { - "ref": "faas-js-runtime@3.0.2|ipaddr.js@1.9.1" + "ref": "faas-js-runtime@3.1.0|ipaddr.js@1.9.1" }, { - "ref": "faas-js-runtime@3.0.2|lru-cache@6.0.0", + "ref": "faas-js-runtime@3.1.0|lru-cache@6.0.0", "dependsOn": [ - "faas-js-runtime@3.0.2|yallist@4.0.0" + "faas-js-runtime@3.1.0|yallist@4.0.0" ] }, { - "ref": "faas-js-runtime@3.0.2|xtend@4.0.2" + "ref": "faas-js-runtime@3.1.0|xtend@4.0.2" + }, + { + "ref": "faas-js-runtime@3.1.0|bintrees@1.0.1" }, { - "ref": "faas-js-runtime@3.0.2|bintrees@1.0.1" + "ref": "faas-js-runtime@3.1.0|es-errors@1.3.0" }, { - "ref": "faas-js-runtime@3.0.2|call-bind@1.0.7", + "ref": "faas-js-runtime@3.1.0|object-inspect@1.13.4" + }, + { + "ref": "faas-js-runtime@3.1.0|side-channel-list@1.0.0", "dependsOn": [ - "faas-js-runtime@3.0.2|es-define-property@1.0.1", - "faas-js-runtime@3.0.2|es-errors@1.3.0", - "faas-js-runtime@3.0.2|function-bind@1.1.2", - "faas-js-runtime@3.0.2|get-intrinsic@1.3.0", - "faas-js-runtime@3.0.2|set-function-length@1.2.1" + "faas-js-runtime@3.1.0|es-errors@1.3.0", + "faas-js-runtime@3.1.0|object-inspect@1.13.4" ] }, { - "ref": "faas-js-runtime@3.0.2|get-intrinsic@1.3.0", + "ref": "faas-js-runtime@3.1.0|side-channel-map@1.0.1", "dependsOn": [ - "faas-js-runtime@3.0.2|call-bind-apply-helpers@1.0.2", - "faas-js-runtime@3.0.2|es-define-property@1.0.1", - "faas-js-runtime@3.0.2|es-errors@1.3.0", - "faas-js-runtime@3.0.2|es-object-atoms@1.1.1", - "faas-js-runtime@3.0.2|function-bind@1.1.2", - "faas-js-runtime@3.0.2|get-proto@1.0.1", - "faas-js-runtime@3.0.2|gopd@1.2.0", - "faas-js-runtime@3.0.2|has-symbols@1.1.0", - "faas-js-runtime@3.0.2|hasown@2.0.2", - "faas-js-runtime@3.0.2|math-intrinsics@1.1.0" + "faas-js-runtime@3.1.0|call-bound@1.0.4", + "faas-js-runtime@3.1.0|es-errors@1.3.0", + "faas-js-runtime@3.1.0|get-intrinsic@1.3.0", + "faas-js-runtime@3.1.0|object-inspect@1.13.4" ] }, { - "ref": "faas-js-runtime@3.0.2|object-inspect@1.13.1" + "ref": "faas-js-runtime@3.1.0|side-channel-weakmap@1.0.2", + "dependsOn": [ + "faas-js-runtime@3.1.0|call-bound@1.0.4", + "faas-js-runtime@3.1.0|es-errors@1.3.0", + "faas-js-runtime@3.1.0|get-intrinsic@1.3.0", + "faas-js-runtime@3.1.0|object-inspect@1.13.4", + "faas-js-runtime@3.1.0|side-channel-map@1.0.1" + ] }, { - "ref": "faas-js-runtime@3.0.2|punycode@2.1.1" + "ref": "faas-js-runtime@3.1.0|punycode@2.1.1" }, { - "ref": "faas-js-runtime@3.0.2|has-tostringtag@1.0.2", + "ref": "faas-js-runtime@3.1.0|call-bind@1.0.7", "dependsOn": [ - "faas-js-runtime@3.0.2|has-symbols@1.1.0" + "faas-js-runtime@3.1.0|es-define-property@1.0.1", + "faas-js-runtime@3.1.0|es-errors@1.3.0", + "faas-js-runtime@3.1.0|function-bind@1.1.2", + "faas-js-runtime@3.1.0|get-intrinsic@1.3.0", + "faas-js-runtime@3.1.0|set-function-length@1.2.1" ] }, { - "ref": "faas-js-runtime@3.0.2|available-typed-arrays@1.0.7", + "ref": "faas-js-runtime@3.1.0|has-tostringtag@1.0.2", "dependsOn": [ - "faas-js-runtime@3.0.2|possible-typed-array-names@1.0.0" + "faas-js-runtime@3.1.0|has-symbols@1.1.0" ] }, { - "ref": "faas-js-runtime@3.0.2|for-each@0.3.3", + "ref": "faas-js-runtime@3.1.0|available-typed-arrays@1.0.7", "dependsOn": [ - "faas-js-runtime@3.0.2|is-callable@1.2.7" + "faas-js-runtime@3.1.0|possible-typed-array-names@1.0.0" ] }, { - "ref": "faas-js-runtime@3.0.2|gopd@1.2.0" - }, - { - "ref": "faas-js-runtime@3.0.2|depd@2.0.0" - }, - { - "ref": "faas-js-runtime@3.0.2|setprototypeof@1.2.0" + "ref": "faas-js-runtime@3.1.0|for-each@0.3.3", + "dependsOn": [ + "faas-js-runtime@3.1.0|is-callable@1.2.7" + ] }, { - "ref": "faas-js-runtime@3.0.2|statuses@2.0.1" + "ref": "faas-js-runtime@3.1.0|gopd@1.2.0" }, { - "ref": "faas-js-runtime@3.0.2|toidentifier@1.0.1" + "ref": "faas-js-runtime@3.1.0|depd@2.0.0" }, { - "ref": "faas-js-runtime@3.0.2|safer-buffer@2.1.2" + "ref": "faas-js-runtime@3.1.0|setprototypeof@1.2.0" }, { - "ref": "faas-js-runtime@3.0.2|ms@2.1.2" + "ref": "faas-js-runtime@3.1.0|statuses@2.0.1" }, { - "ref": "faas-js-runtime@3.0.2|reusify@1.0.4" + "ref": "faas-js-runtime@3.1.0|toidentifier@1.0.1" }, { - "ref": "faas-js-runtime@3.0.2|fast-decode-uri-component@1.0.1" + "ref": "faas-js-runtime@3.1.0|safer-buffer@2.1.2" }, { - "ref": "faas-js-runtime@3.0.2|ret@0.2.2" + "ref": "faas-js-runtime@3.1.0|ms@2.1.3" }, { - "ref": "faas-js-runtime@3.0.2|split2@4.2.0" + "ref": "faas-js-runtime@3.1.0|reusify@1.0.4" }, { - "ref": "faas-js-runtime@3.0.2|yallist@4.0.0" + "ref": "faas-js-runtime@3.1.0|fast-decode-uri-component@1.0.1" }, { - "ref": "faas-js-runtime@3.0.2|es-define-property@1.0.1" + "ref": "faas-js-runtime@3.1.0|ret@0.2.2" }, { - "ref": "faas-js-runtime@3.0.2|es-errors@1.3.0" + "ref": "faas-js-runtime@3.1.0|split2@4.2.0" }, { - "ref": "faas-js-runtime@3.0.2|function-bind@1.1.2" + "ref": "faas-js-runtime@3.1.0|yallist@4.0.0" }, { - "ref": "faas-js-runtime@3.0.2|set-function-length@1.2.1", + "ref": "faas-js-runtime@3.1.0|call-bound@1.0.4", "dependsOn": [ - "faas-js-runtime@3.0.2|define-data-property@1.1.4", - "faas-js-runtime@3.0.2|es-errors@1.3.0", - "faas-js-runtime@3.0.2|function-bind@1.1.2", - "faas-js-runtime@3.0.2|get-intrinsic@1.3.0", - "faas-js-runtime@3.0.2|gopd@1.2.0", - "faas-js-runtime@3.0.2|has-property-descriptors@1.0.2" + "faas-js-runtime@3.1.0|call-bind-apply-helpers@1.0.2", + "faas-js-runtime@3.1.0|get-intrinsic@1.3.0" ] }, { - "ref": "faas-js-runtime@3.0.2|call-bind-apply-helpers@1.0.2", + "ref": "faas-js-runtime@3.1.0|get-intrinsic@1.3.0", "dependsOn": [ - "faas-js-runtime@3.0.2|es-errors@1.3.0", - "faas-js-runtime@3.0.2|function-bind@1.1.2" + "faas-js-runtime@3.1.0|call-bind-apply-helpers@1.0.2", + "faas-js-runtime@3.1.0|es-define-property@1.0.1", + "faas-js-runtime@3.1.0|es-errors@1.3.0", + "faas-js-runtime@3.1.0|es-object-atoms@1.1.1", + "faas-js-runtime@3.1.0|function-bind@1.1.2", + "faas-js-runtime@3.1.0|get-proto@1.0.1", + "faas-js-runtime@3.1.0|gopd@1.2.0", + "faas-js-runtime@3.1.0|has-symbols@1.1.0", + "faas-js-runtime@3.1.0|hasown@2.0.2", + "faas-js-runtime@3.1.0|math-intrinsics@1.1.0" ] }, { - "ref": "faas-js-runtime@3.0.2|es-object-atoms@1.1.1", - "dependsOn": [ - "faas-js-runtime@3.0.2|es-errors@1.3.0" - ] + "ref": "faas-js-runtime@3.1.0|es-define-property@1.0.1" }, { - "ref": "faas-js-runtime@3.0.2|get-proto@1.0.1", + "ref": "faas-js-runtime@3.1.0|function-bind@1.1.2" + }, + { + "ref": "faas-js-runtime@3.1.0|set-function-length@1.2.1", "dependsOn": [ - "faas-js-runtime@3.0.2|dunder-proto@1.0.1", - "faas-js-runtime@3.0.2|es-object-atoms@1.1.1" + "faas-js-runtime@3.1.0|define-data-property@1.1.4", + "faas-js-runtime@3.1.0|es-errors@1.3.0", + "faas-js-runtime@3.1.0|function-bind@1.1.2", + "faas-js-runtime@3.1.0|get-intrinsic@1.3.0", + "faas-js-runtime@3.1.0|gopd@1.2.0", + "faas-js-runtime@3.1.0|has-property-descriptors@1.0.2" ] }, { - "ref": "faas-js-runtime@3.0.2|has-symbols@1.1.0" + "ref": "faas-js-runtime@3.1.0|has-symbols@1.1.0" + }, + { + "ref": "faas-js-runtime@3.1.0|possible-typed-array-names@1.0.0" + }, + { + "ref": "faas-js-runtime@3.1.0|is-callable@1.2.7" + }, + { + "ref": "faas-js-runtime@3.1.0|abort-controller@3.0.0", + "dependsOn": [ + "faas-js-runtime@3.1.0|event-target-shim@5.0.1" + ] }, { - "ref": "faas-js-runtime@3.0.2|hasown@2.0.2", + "ref": "faas-js-runtime@3.1.0|buffer@6.0.3", "dependsOn": [ - "faas-js-runtime@3.0.2|function-bind@1.1.2" + "faas-js-runtime@3.1.0|base64-js@1.5.1", + "faas-js-runtime@3.1.0|ieee754@1.2.1" ] }, { - "ref": "faas-js-runtime@3.0.2|math-intrinsics@1.1.0" + "ref": "faas-js-runtime@3.1.0|events@3.3.0" }, { - "ref": "faas-js-runtime@3.0.2|possible-typed-array-names@1.0.0" + "ref": "faas-js-runtime@3.1.0|string_decoder@1.3.0", + "dependsOn": [ + "faas-js-runtime@3.1.0|string_decoder@1.3.0|safe-buffer@5.2.1" + ] }, { - "ref": "faas-js-runtime@3.0.2|is-callable@1.2.7" + "ref": "faas-js-runtime@3.1.0|string_decoder@1.3.0|safe-buffer@5.2.1" }, { - "ref": "faas-js-runtime@3.0.2|abort-controller@3.0.0", + "ref": "faas-js-runtime@3.1.0|call-bind-apply-helpers@1.0.2", "dependsOn": [ - "faas-js-runtime@3.0.2|event-target-shim@5.0.1" + "faas-js-runtime@3.1.0|es-errors@1.3.0", + "faas-js-runtime@3.1.0|function-bind@1.1.2" ] }, { - "ref": "faas-js-runtime@3.0.2|buffer@6.0.3", + "ref": "faas-js-runtime@3.1.0|es-object-atoms@1.1.1", "dependsOn": [ - "faas-js-runtime@3.0.2|base64-js@1.5.1", - "faas-js-runtime@3.0.2|ieee754@1.2.1" + "faas-js-runtime@3.1.0|es-errors@1.3.0" ] }, { - "ref": "faas-js-runtime@3.0.2|events@3.3.0" + "ref": "faas-js-runtime@3.1.0|get-proto@1.0.1", + "dependsOn": [ + "faas-js-runtime@3.1.0|dunder-proto@1.0.1", + "faas-js-runtime@3.1.0|es-object-atoms@1.1.1" + ] }, { - "ref": "faas-js-runtime@3.0.2|string_decoder@1.3.0", + "ref": "faas-js-runtime@3.1.0|hasown@2.0.2", "dependsOn": [ - "faas-js-runtime@3.0.2|string_decoder@1.3.0|safe-buffer@5.2.1" + "faas-js-runtime@3.1.0|function-bind@1.1.2" ] }, { - "ref": "faas-js-runtime@3.0.2|string_decoder@1.3.0|safe-buffer@5.2.1" + "ref": "faas-js-runtime@3.1.0|math-intrinsics@1.1.0" }, { - "ref": "faas-js-runtime@3.0.2|define-data-property@1.1.4", + "ref": "faas-js-runtime@3.1.0|define-data-property@1.1.4", "dependsOn": [ - "faas-js-runtime@3.0.2|es-define-property@1.0.1", - "faas-js-runtime@3.0.2|es-errors@1.3.0", - "faas-js-runtime@3.0.2|gopd@1.2.0" + "faas-js-runtime@3.1.0|es-define-property@1.0.1", + "faas-js-runtime@3.1.0|es-errors@1.3.0", + "faas-js-runtime@3.1.0|gopd@1.2.0" ] }, { - "ref": "faas-js-runtime@3.0.2|has-property-descriptors@1.0.2", + "ref": "faas-js-runtime@3.1.0|has-property-descriptors@1.0.2", "dependsOn": [ - "faas-js-runtime@3.0.2|es-define-property@1.0.1" + "faas-js-runtime@3.1.0|es-define-property@1.0.1" ] }, { - "ref": "faas-js-runtime@3.0.2|dunder-proto@1.0.1", - "dependsOn": [ - "faas-js-runtime@3.0.2|call-bind-apply-helpers@1.0.2", - "faas-js-runtime@3.0.2|es-errors@1.3.0", - "faas-js-runtime@3.0.2|gopd@1.2.0" - ] + "ref": "faas-js-runtime@3.1.0|event-target-shim@5.0.1" }, { - "ref": "faas-js-runtime@3.0.2|event-target-shim@5.0.1" + "ref": "faas-js-runtime@3.1.0|base64-js@1.5.1" }, { - "ref": "faas-js-runtime@3.0.2|base64-js@1.5.1" + "ref": "faas-js-runtime@3.1.0|ieee754@1.2.1" }, { - "ref": "faas-js-runtime@3.0.2|ieee754@1.2.1" + "ref": "faas-js-runtime@3.1.0|dunder-proto@1.0.1", + "dependsOn": [ + "faas-js-runtime@3.1.0|call-bind-apply-helpers@1.0.2", + "faas-js-runtime@3.1.0|es-errors@1.3.0", + "faas-js-runtime@3.1.0|gopd@1.2.0" + ] } ] } \ No newline at end of file