From f3305932f25dfa1aaba79d6e99ea9523d0464e38 Mon Sep 17 00:00:00 2001 From: cpendery Date: Tue, 4 Aug 2026 16:50:53 -0700 Subject: [PATCH 1/3] fix: lockfile Signed-off-by: cpendery --- bindings/js/package-lock.json | 1101 ++++++++++++++++++++++++++++----- 1 file changed, 950 insertions(+), 151 deletions(-) diff --git a/bindings/js/package-lock.json b/bindings/js/package-lock.json index ab73de6..556bc25 100644 --- a/bindings/js/package-lock.json +++ b/bindings/js/package-lock.json @@ -17,12 +17,12 @@ "node": ">=20" } }, - "node_modules/@emnapi/runtime": { - "version": "1.11.2", + "node_modules/@emnapi/wasi-threads": { + "version": "2.0.1", + "integrity": "sha1-HJKRkyi+H2q3n7YKZ8zz0uYs1Is=", "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "tslib": "^2.4.0" } @@ -467,87 +467,73 @@ "@napi-rs/lzma-win32-x64-msvc": "1.5.1" } }, - "node_modules/@napi-rs/lzma-win32-x64-msvc": { + "node_modules/@napi-rs/lzma-android-arm-eabi": { "version": "1.5.1", + "integrity": "sha1-XzWH20jb30KCzbd/FOJXbHWhpe8=", "cpu": [ - "x64" + "arm" ], "dev": true, "license": "MIT", "optional": true, "os": [ - "win32" + "android" ], "engines": { "node": "^22.20 || ^24.12 || >=25" } }, - "node_modules/@napi-rs/tar": { - "version": "1.1.1", + "node_modules/@napi-rs/lzma-android-arm64": { + "version": "1.5.1", + "integrity": "sha1-UP+Jy9DTiSZAkfIcwqiH4y7Ovkk=", + "cpu": [ + "arm64" + ], "dev": true, "license": "MIT", + "optional": true, + "os": [ + "android" + ], "engines": { - "node": ">= 10" - }, - "optionalDependencies": { - "@napi-rs/tar-android-arm-eabi": "1.1.1", - "@napi-rs/tar-android-arm64": "1.1.1", - "@napi-rs/tar-darwin-arm64": "1.1.1", - "@napi-rs/tar-darwin-x64": "1.1.1", - "@napi-rs/tar-freebsd-x64": "1.1.1", - "@napi-rs/tar-linux-arm-gnueabihf": "1.1.1", - "@napi-rs/tar-linux-arm64-gnu": "1.1.1", - "@napi-rs/tar-linux-arm64-musl": "1.1.1", - "@napi-rs/tar-linux-ppc64-gnu": "1.1.1", - "@napi-rs/tar-linux-s390x-gnu": "1.1.1", - "@napi-rs/tar-linux-x64-gnu": "1.1.1", - "@napi-rs/tar-linux-x64-musl": "1.1.1", - "@napi-rs/tar-wasm32-wasi": "1.1.1", - "@napi-rs/tar-win32-arm64-msvc": "1.1.1", - "@napi-rs/tar-win32-ia32-msvc": "1.1.1", - "@napi-rs/tar-win32-x64-msvc": "1.1.1" + "node": "^22.20 || ^24.12 || >=25" } }, - "node_modules/@napi-rs/tar-win32-x64-msvc": { - "version": "1.1.1", + "node_modules/@napi-rs/lzma-darwin-arm64": { + "version": "1.5.1", + "integrity": "sha1-q/VutS95eIiEkm3vqDDUvwxzaKQ=", "cpu": [ - "x64" + "arm64" ], "dev": true, "license": "MIT", "optional": true, "os": [ - "win32" + "darwin" ], "engines": { - "node": ">= 10" + "node": "^22.20 || ^24.12 || >=25" } }, - "node_modules/@napi-rs/wasm-tools": { - "version": "1.1.0", + "node_modules/@napi-rs/lzma-darwin-x64": { + "version": "1.5.1", + "integrity": "sha1-v0L4vcucn/yEDgF+nvO7yVe0mm4=", + "cpu": [ + "x64" + ], "dev": true, "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], "engines": { - "node": ">= 12.22.0" - }, - "optionalDependencies": { - "@napi-rs/wasm-tools-android-arm-eabi": "1.1.0", - "@napi-rs/wasm-tools-android-arm64": "1.1.0", - "@napi-rs/wasm-tools-darwin-arm64": "1.1.0", - "@napi-rs/wasm-tools-darwin-x64": "1.1.0", - "@napi-rs/wasm-tools-freebsd-x64": "1.1.0", - "@napi-rs/wasm-tools-linux-arm64-gnu": "1.1.0", - "@napi-rs/wasm-tools-linux-arm64-musl": "1.1.0", - "@napi-rs/wasm-tools-linux-x64-gnu": "1.1.0", - "@napi-rs/wasm-tools-linux-x64-musl": "1.1.0", - "@napi-rs/wasm-tools-wasm32-wasi": "1.1.0", - "@napi-rs/wasm-tools-win32-arm64-msvc": "1.1.0", - "@napi-rs/wasm-tools-win32-ia32-msvc": "1.1.0", - "@napi-rs/wasm-tools-win32-x64-msvc": "1.1.0" + "node": "^22.20 || ^24.12 || >=25" } }, - "node_modules/@napi-rs/wasm-tools-win32-x64-msvc": { - "version": "1.1.0", + "node_modules/@napi-rs/lzma-freebsd-x64": { + "version": "1.5.1", + "integrity": "sha1-d96u080DIUAFpZh0xWrGXCWE6ew=", "cpu": [ "x64" ], @@ -555,170 +541,984 @@ "license": "MIT", "optional": true, "os": [ - "win32" + "freebsd" ], "engines": { - "node": ">= 12.22.0" + "node": "^22.20 || ^24.12 || >=25" } }, - "node_modules/@octokit/auth-token": { - "version": "6.0.0", + "node_modules/@napi-rs/lzma-linux-arm-gnueabihf": { + "version": "1.5.1", + "integrity": "sha1-vb+yyTUuL00pfssDTtkualOOjD4=", + "cpu": [ + "arm" + ], "dev": true, "license": "MIT", + "optional": true, + "os": [ + "linux" + ], "engines": { - "node": ">= 20" + "node": "^22.20 || ^24.12 || >=25" } }, - "node_modules/@octokit/core": { - "version": "7.0.6", + "node_modules/@napi-rs/lzma-linux-arm64-gnu": { + "version": "1.5.1", + "integrity": "sha1-c4LaFRrOUwioBIdWblZyyTW49d8=", + "cpu": [ + "arm64" + ], "dev": true, "license": "MIT", - "dependencies": { - "@octokit/auth-token": "^6.0.0", - "@octokit/graphql": "^9.0.3", - "@octokit/request": "^10.0.6", - "@octokit/request-error": "^7.0.2", - "@octokit/types": "^16.0.0", - "before-after-hook": "^4.0.0", - "universal-user-agent": "^7.0.0" - }, + "optional": true, + "os": [ + "linux" + ], "engines": { - "node": ">= 20" + "node": "^22.20 || ^24.12 || >=25" } }, - "node_modules/@octokit/endpoint": { - "version": "11.0.3", + "node_modules/@napi-rs/lzma-linux-arm64-musl": { + "version": "1.5.1", + "integrity": "sha1-JuJJbvaxaUEs9izMEf7zJ37P9Gc=", + "cpu": [ + "arm64" + ], "dev": true, "license": "MIT", - "dependencies": { - "@octokit/types": "^16.0.0", - "universal-user-agent": "^7.0.2" - }, + "optional": true, + "os": [ + "linux" + ], "engines": { - "node": ">= 20" + "node": "^22.20 || ^24.12 || >=25" } }, - "node_modules/@octokit/graphql": { - "version": "9.0.3", + "node_modules/@napi-rs/lzma-linux-ppc64-gnu": { + "version": "1.5.1", + "integrity": "sha1-Zz+ALaA/oEmWjvaM8FUzjK74UVw=", + "cpu": [ + "ppc64" + ], "dev": true, "license": "MIT", - "dependencies": { - "@octokit/request": "^10.0.6", - "@octokit/types": "^16.0.0", - "universal-user-agent": "^7.0.0" - }, + "optional": true, + "os": [ + "linux" + ], "engines": { - "node": ">= 20" + "node": "^22.20 || ^24.12 || >=25" } }, - "node_modules/@octokit/openapi-types": { - "version": "27.0.0", - "dev": true, - "license": "MIT" - }, - "node_modules/@octokit/plugin-paginate-rest": { - "version": "14.0.0", + "node_modules/@napi-rs/lzma-linux-riscv64-gnu": { + "version": "1.5.1", + "integrity": "sha1-YepTghqq+QU56tWS0eRdXBtu4Zw=", + "cpu": [ + "riscv64" + ], "dev": true, "license": "MIT", - "dependencies": { - "@octokit/types": "^16.0.0" - }, + "optional": true, + "os": [ + "linux" + ], "engines": { - "node": ">= 20" - }, - "peerDependencies": { - "@octokit/core": ">=6" + "node": "^22.20 || ^24.12 || >=25" } }, - "node_modules/@octokit/plugin-request-log": { - "version": "6.0.0", + "node_modules/@napi-rs/lzma-linux-s390x-gnu": { + "version": "1.5.1", + "integrity": "sha1-at868TE7WSQKKQe2DmOUBHxUybM=", + "cpu": [ + "s390x" + ], "dev": true, "license": "MIT", + "optional": true, + "os": [ + "linux" + ], "engines": { - "node": ">= 20" - }, - "peerDependencies": { - "@octokit/core": ">=6" + "node": "^22.20 || ^24.12 || >=25" } }, - "node_modules/@octokit/plugin-rest-endpoint-methods": { - "version": "17.0.0", + "node_modules/@napi-rs/lzma-linux-x64-gnu": { + "version": "1.5.1", + "integrity": "sha1-5X1DBpZgeGYgOAlPs465FG3Drqk=", + "cpu": [ + "x64" + ], "dev": true, "license": "MIT", - "dependencies": { - "@octokit/types": "^16.0.0" - }, + "optional": true, + "os": [ + "linux" + ], "engines": { - "node": ">= 20" - }, - "peerDependencies": { - "@octokit/core": ">=6" + "node": "^22.20 || ^24.12 || >=25" } }, - "node_modules/@octokit/request": { - "version": "10.0.11", + "node_modules/@napi-rs/lzma-linux-x64-musl": { + "version": "1.5.1", + "integrity": "sha1-Ga78wscV9EImbwasOzNLkq6YfB0=", + "cpu": [ + "x64" + ], "dev": true, "license": "MIT", - "dependencies": { - "@octokit/endpoint": "^11.0.3", - "@octokit/request-error": "^7.0.2", - "@octokit/types": "^16.0.0", - "content-type": "^2.0.0", - "json-with-bigint": "^3.5.3", - "universal-user-agent": "^7.0.2" - }, + "optional": true, + "os": [ + "linux" + ], "engines": { - "node": ">= 20" + "node": "^22.20 || ^24.12 || >=25" } }, - "node_modules/@octokit/request-error": { - "version": "7.1.0", + "node_modules/@napi-rs/lzma-wasm32-wasi": { + "version": "1.5.1", + "integrity": "sha1-pVnFNkqpwso6ykV9m16iH1D8G2I=", + "cpu": [ + "wasm32" + ], "dev": true, "license": "MIT", + "optional": true, "dependencies": { - "@octokit/types": "^16.0.0" + "@emnapi/core": "1.11.2", + "@emnapi/runtime": "1.11.2", + "@napi-rs/wasm-runtime": "^1.1.6" }, "engines": { - "node": ">= 20" + "node": "^22.20 || ^24.12 || >=25" } }, - "node_modules/@octokit/rest": { - "version": "22.0.1", + "node_modules/@napi-rs/lzma-wasm32-wasi/node_modules/@emnapi/core": { + "version": "1.11.2", + "integrity": "sha1-+rCg88SS0R9amskGXQ1zlV7hwck=", "dev": true, "license": "MIT", + "optional": true, "dependencies": { - "@octokit/core": "^7.0.6", - "@octokit/plugin-paginate-rest": "^14.0.0", - "@octokit/plugin-request-log": "^6.0.0", - "@octokit/plugin-rest-endpoint-methods": "^17.0.0" - }, - "engines": { - "node": ">= 20" + "@emnapi/wasi-threads": "1.2.2", + "tslib": "^2.4.0" } }, - "node_modules/@octokit/types": { - "version": "16.0.0", + "node_modules/@napi-rs/lzma-wasm32-wasi/node_modules/@emnapi/wasi-threads": { + "version": "1.2.2", + "integrity": "sha1-TJO+z1v6OxPRu9zAau44MhrYE5o=", "dev": true, "license": "MIT", + "optional": true, "dependencies": { - "@octokit/openapi-types": "^27.0.0" + "tslib": "^2.4.0" } }, - "node_modules/@types/node": { - "version": "20.19.43", + "node_modules/@napi-rs/lzma-win32-arm64-msvc": { + "version": "1.5.1", + "integrity": "sha1-TiTHseNwCeX3gbgvHn3im0RiH6k=", + "cpu": [ + "arm64" + ], "dev": true, "license": "MIT", - "dependencies": { - "undici-types": "~6.21.0" + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": "^22.20 || ^24.12 || >=25" } }, - "node_modules/argparse": { - "version": "2.0.1", + "node_modules/@napi-rs/lzma-win32-ia32-msvc": { + "version": "1.5.1", + "integrity": "sha1-PhEok8WZF/rCJEm5d/a6Yor2FVk=", + "cpu": [ + "ia32" + ], "dev": true, - "license": "Python-2.0" + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": "^22.20 || ^24.12 || >=25" + } }, - "node_modules/before-after-hook": { - "version": "4.0.0", + "node_modules/@napi-rs/lzma-win32-x64-msvc": { + "version": "1.5.1", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": "^22.20 || ^24.12 || >=25" + } + }, + "node_modules/@napi-rs/tar": { + "version": "1.1.1", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 10" + }, + "optionalDependencies": { + "@napi-rs/tar-android-arm-eabi": "1.1.1", + "@napi-rs/tar-android-arm64": "1.1.1", + "@napi-rs/tar-darwin-arm64": "1.1.1", + "@napi-rs/tar-darwin-x64": "1.1.1", + "@napi-rs/tar-freebsd-x64": "1.1.1", + "@napi-rs/tar-linux-arm-gnueabihf": "1.1.1", + "@napi-rs/tar-linux-arm64-gnu": "1.1.1", + "@napi-rs/tar-linux-arm64-musl": "1.1.1", + "@napi-rs/tar-linux-ppc64-gnu": "1.1.1", + "@napi-rs/tar-linux-s390x-gnu": "1.1.1", + "@napi-rs/tar-linux-x64-gnu": "1.1.1", + "@napi-rs/tar-linux-x64-musl": "1.1.1", + "@napi-rs/tar-wasm32-wasi": "1.1.1", + "@napi-rs/tar-win32-arm64-msvc": "1.1.1", + "@napi-rs/tar-win32-ia32-msvc": "1.1.1", + "@napi-rs/tar-win32-x64-msvc": "1.1.1" + } + }, + "node_modules/@napi-rs/tar-android-arm-eabi": { + "version": "1.1.1", + "integrity": "sha1-Ua5AMPcpuCOealLVhx3/rgsg0Qo=", + "cpu": [ + "arm" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@napi-rs/tar-android-arm64": { + "version": "1.1.1", + "integrity": "sha1-yIZYep3CH4mv7mTymXns5rvAuKc=", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@napi-rs/tar-darwin-arm64": { + "version": "1.1.1", + "integrity": "sha1-ayXZaoi1W+EZmWJ7LGU1eMnrSRs=", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@napi-rs/tar-darwin-x64": { + "version": "1.1.1", + "integrity": "sha1-RNxxiCOVlT/nRC4JXOBOsUaydDw=", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@napi-rs/tar-freebsd-x64": { + "version": "1.1.1", + "integrity": "sha1-eooUF2NAYnSclSaG4yBIArXziXQ=", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@napi-rs/tar-linux-arm-gnueabihf": { + "version": "1.1.1", + "integrity": "sha1-G+VW9gjdTzXIgRfEhjZLsMWbHQU=", + "cpu": [ + "arm" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@napi-rs/tar-linux-arm64-gnu": { + "version": "1.1.1", + "integrity": "sha1-ttCzqld6cnve7vO+mjIw2GWR/EE=", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@napi-rs/tar-linux-arm64-musl": { + "version": "1.1.1", + "integrity": "sha1-JjADJAscaTE0Nsk5xAx4GDzpCvA=", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@napi-rs/tar-linux-ppc64-gnu": { + "version": "1.1.1", + "integrity": "sha1-5IAtE4CAkPl41/AC8MqbHvWWD3s=", + "cpu": [ + "ppc64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@napi-rs/tar-linux-s390x-gnu": { + "version": "1.1.1", + "integrity": "sha1-oYAK50Uz/JdnRuepZFKZfgW/C38=", + "cpu": [ + "s390x" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@napi-rs/tar-linux-x64-gnu": { + "version": "1.1.1", + "integrity": "sha1-6vqLauqYHJnvA1v7jIzkYNIaCy4=", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@napi-rs/tar-linux-x64-musl": { + "version": "1.1.1", + "integrity": "sha1-DDsSTj3aUeEhhUG3ntT6xHznXxI=", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@napi-rs/tar-wasm32-wasi": { + "version": "1.1.1", + "integrity": "sha1-pjOVjc3zfc29uoFTP/1Zv9izKSQ=", + "cpu": [ + "wasm32" + ], + "dev": true, + "license": "MIT", + "optional": true, + "dependencies": { + "@emnapi/core": "1.11.2", + "@emnapi/runtime": "1.11.2", + "@napi-rs/wasm-runtime": "^1.1.6" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@napi-rs/tar-wasm32-wasi/node_modules/@emnapi/core": { + "version": "1.11.2", + "integrity": "sha1-+rCg88SS0R9amskGXQ1zlV7hwck=", + "dev": true, + "license": "MIT", + "optional": true, + "dependencies": { + "@emnapi/wasi-threads": "1.2.2", + "tslib": "^2.4.0" + } + }, + "node_modules/@napi-rs/tar-wasm32-wasi/node_modules/@emnapi/wasi-threads": { + "version": "1.2.2", + "integrity": "sha1-TJO+z1v6OxPRu9zAau44MhrYE5o=", + "dev": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@napi-rs/tar-win32-arm64-msvc": { + "version": "1.1.1", + "integrity": "sha1-ZuDIBW3EUN6WqEaeoEO4Y5nZUMI=", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@napi-rs/tar-win32-ia32-msvc": { + "version": "1.1.1", + "integrity": "sha1-Hve4gnu9yKYakb1BCo0tauGSPUw=", + "cpu": [ + "ia32" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@napi-rs/tar-win32-x64-msvc": { + "version": "1.1.1", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@napi-rs/wasm-runtime": { + "version": "1.2.0", + "integrity": "sha1-16o5iEXjqxycj4HqUPUn7TfRZxU=", + "dev": true, + "license": "MIT", + "optional": true, + "dependencies": { + "@tybys/wasm-util": "^0.10.3" + }, + "engines": { + "node": "^20.19.0 || ^22.13.0 || >=23.5.0" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/Brooooooklyn" + }, + "peerDependencies": { + "@emnapi/core": "^2.0.0-alpha.3", + "@emnapi/runtime": "^2.0.0-alpha.3" + } + }, + "node_modules/@napi-rs/wasm-tools": { + "version": "1.1.0", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 12.22.0" + }, + "optionalDependencies": { + "@napi-rs/wasm-tools-android-arm-eabi": "1.1.0", + "@napi-rs/wasm-tools-android-arm64": "1.1.0", + "@napi-rs/wasm-tools-darwin-arm64": "1.1.0", + "@napi-rs/wasm-tools-darwin-x64": "1.1.0", + "@napi-rs/wasm-tools-freebsd-x64": "1.1.0", + "@napi-rs/wasm-tools-linux-arm64-gnu": "1.1.0", + "@napi-rs/wasm-tools-linux-arm64-musl": "1.1.0", + "@napi-rs/wasm-tools-linux-x64-gnu": "1.1.0", + "@napi-rs/wasm-tools-linux-x64-musl": "1.1.0", + "@napi-rs/wasm-tools-wasm32-wasi": "1.1.0", + "@napi-rs/wasm-tools-win32-arm64-msvc": "1.1.0", + "@napi-rs/wasm-tools-win32-ia32-msvc": "1.1.0", + "@napi-rs/wasm-tools-win32-x64-msvc": "1.1.0" + } + }, + "node_modules/@napi-rs/wasm-tools-android-arm-eabi": { + "version": "1.1.0", + "integrity": "sha1-k48Dya/pJskHeqQ8vnasAtqgMKg=", + "cpu": [ + "arm" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">= 12.22.0" + } + }, + "node_modules/@napi-rs/wasm-tools-android-arm64": { + "version": "1.1.0", + "integrity": "sha1-9JFxIa+6pHhxy1Lq9PnnmbZmHo0=", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">= 12.22.0" + } + }, + "node_modules/@napi-rs/wasm-tools-darwin-arm64": { + "version": "1.1.0", + "integrity": "sha1-XW2JdChheaZciE87JJHiWMsjs4I=", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">= 12.22.0" + } + }, + "node_modules/@napi-rs/wasm-tools-darwin-x64": { + "version": "1.1.0", + "integrity": "sha1-OBOMK9qi6+qtyYqp0N2OzV5PYfs=", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">= 12.22.0" + } + }, + "node_modules/@napi-rs/wasm-tools-freebsd-x64": { + "version": "1.1.0", + "integrity": "sha1-oJF0MA2bk+8GA/ca0Wiu1GEJE48=", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">= 12.22.0" + } + }, + "node_modules/@napi-rs/wasm-tools-linux-arm64-gnu": { + "version": "1.1.0", + "integrity": "sha1-SyCJE4wU/c0Ev2NoZWEB0dY9axw=", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 12.22.0" + } + }, + "node_modules/@napi-rs/wasm-tools-linux-arm64-musl": { + "version": "1.1.0", + "integrity": "sha1-Gf4DFOq7FKhJORtYfG9W0NPlunw=", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 12.22.0" + } + }, + "node_modules/@napi-rs/wasm-tools-linux-x64-gnu": { + "version": "1.1.0", + "integrity": "sha1-tK8NO9TT0keOQm3Z18Q0MSNApKw=", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 12.22.0" + } + }, + "node_modules/@napi-rs/wasm-tools-linux-x64-musl": { + "version": "1.1.0", + "integrity": "sha1-QUE6XqeB1miVLNY4qayD3+mH2FI=", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 12.22.0" + } + }, + "node_modules/@napi-rs/wasm-tools-wasm32-wasi": { + "version": "1.1.0", + "integrity": "sha1-OVYKoNNl9nb1HS0hZEIYfksAIy8=", + "cpu": [ + "wasm32" + ], + "dev": true, + "license": "MIT", + "optional": true, + "dependencies": { + "@emnapi/core": "1.9.2", + "@emnapi/runtime": "1.9.2", + "@napi-rs/wasm-runtime": "^1.1.6" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@napi-rs/wasm-tools-wasm32-wasi/node_modules/@emnapi/core": { + "version": "1.9.2", + "integrity": "sha1-OHAmXs/8c1LQHq1i2Ng9g1ii0DQ=", + "dev": true, + "license": "MIT", + "optional": true, + "dependencies": { + "@emnapi/wasi-threads": "1.2.1", + "tslib": "^2.4.0" + } + }, + "node_modules/@napi-rs/wasm-tools-wasm32-wasi/node_modules/@emnapi/runtime": { + "version": "1.9.2", + "integrity": "sha1-i0aaPbFggXytsd6QUCEanR6oT6I=", + "dev": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@napi-rs/wasm-tools-wasm32-wasi/node_modules/@emnapi/wasi-threads": { + "version": "1.2.1", + "integrity": "sha1-KP7SGhuhznl8RKBwq8lNQvOuhUg=", + "dev": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@napi-rs/wasm-tools-win32-arm64-msvc": { + "version": "1.1.0", + "integrity": "sha1-NNXRSfkzxefDsV0mtog5HNCdNvs=", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 12.22.0" + } + }, + "node_modules/@napi-rs/wasm-tools-win32-ia32-msvc": { + "version": "1.1.0", + "integrity": "sha1-lNO6HiaBf102RFErrOxkwyVB2LI=", + "cpu": [ + "ia32" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 12.22.0" + } + }, + "node_modules/@napi-rs/wasm-tools-win32-x64-msvc": { + "version": "1.1.0", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 12.22.0" + } + }, + "node_modules/@octokit/auth-token": { + "version": "6.0.0", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 20" + } + }, + "node_modules/@octokit/core": { + "version": "7.0.6", + "dev": true, + "license": "MIT", + "peer": true, + "dependencies": { + "@octokit/auth-token": "^6.0.0", + "@octokit/graphql": "^9.0.3", + "@octokit/request": "^10.0.6", + "@octokit/request-error": "^7.0.2", + "@octokit/types": "^16.0.0", + "before-after-hook": "^4.0.0", + "universal-user-agent": "^7.0.0" + }, + "engines": { + "node": ">= 20" + } + }, + "node_modules/@octokit/endpoint": { + "version": "11.0.3", + "dev": true, + "license": "MIT", + "dependencies": { + "@octokit/types": "^16.0.0", + "universal-user-agent": "^7.0.2" + }, + "engines": { + "node": ">= 20" + } + }, + "node_modules/@octokit/graphql": { + "version": "9.0.3", + "dev": true, + "license": "MIT", + "dependencies": { + "@octokit/request": "^10.0.6", + "@octokit/types": "^16.0.0", + "universal-user-agent": "^7.0.0" + }, + "engines": { + "node": ">= 20" + } + }, + "node_modules/@octokit/openapi-types": { + "version": "27.0.0", + "dev": true, + "license": "MIT" + }, + "node_modules/@octokit/plugin-paginate-rest": { + "version": "14.0.0", + "dev": true, + "license": "MIT", + "dependencies": { + "@octokit/types": "^16.0.0" + }, + "engines": { + "node": ">= 20" + }, + "peerDependencies": { + "@octokit/core": ">=6" + } + }, + "node_modules/@octokit/plugin-request-log": { + "version": "6.0.0", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 20" + }, + "peerDependencies": { + "@octokit/core": ">=6" + } + }, + "node_modules/@octokit/plugin-rest-endpoint-methods": { + "version": "17.0.0", + "dev": true, + "license": "MIT", + "dependencies": { + "@octokit/types": "^16.0.0" + }, + "engines": { + "node": ">= 20" + }, + "peerDependencies": { + "@octokit/core": ">=6" + } + }, + "node_modules/@octokit/request": { + "version": "10.0.11", + "dev": true, + "license": "MIT", + "dependencies": { + "@octokit/endpoint": "^11.0.3", + "@octokit/request-error": "^7.0.2", + "@octokit/types": "^16.0.0", + "content-type": "^2.0.0", + "json-with-bigint": "^3.5.3", + "universal-user-agent": "^7.0.2" + }, + "engines": { + "node": ">= 20" + } + }, + "node_modules/@octokit/request-error": { + "version": "7.1.0", + "dev": true, + "license": "MIT", + "dependencies": { + "@octokit/types": "^16.0.0" + }, + "engines": { + "node": ">= 20" + } + }, + "node_modules/@octokit/rest": { + "version": "22.0.1", + "dev": true, + "license": "MIT", + "dependencies": { + "@octokit/core": "^7.0.6", + "@octokit/plugin-paginate-rest": "^14.0.0", + "@octokit/plugin-request-log": "^6.0.0", + "@octokit/plugin-rest-endpoint-methods": "^17.0.0" + }, + "engines": { + "node": ">= 20" + } + }, + "node_modules/@octokit/types": { + "version": "16.0.0", + "dev": true, + "license": "MIT", + "dependencies": { + "@octokit/openapi-types": "^27.0.0" + } + }, + "node_modules/@tybys/wasm-util": { + "version": "0.10.3", + "integrity": "sha1-AVy6np3UfOFNA9KoxdVHv7FpZl0=", + "dev": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@types/node": { + "version": "20.19.43", + "dev": true, + "license": "MIT", + "peer": true, + "dependencies": { + "undici-types": "~6.21.0" + } + }, + "node_modules/argparse": { + "version": "2.0.1", + "dev": true, + "license": "Python-2.0" + }, + "node_modules/before-after-hook": { + "version": "4.0.0", "dev": true, "license": "Apache-2.0" }, @@ -923,8 +1723,7 @@ "version": "2.8.1", "dev": true, "license": "0BSD", - "optional": true, - "peer": true + "optional": true }, "node_modules/typanion": { "version": "3.14.0", From f3e5ca9d96e44cec20586abd768245071fa786e5 Mon Sep 17 00:00:00 2001 From: cpendery Date: Tue, 4 Aug 2026 17:28:49 -0700 Subject: [PATCH 2/3] fix: complete node lockfile dependency graph Signed-off-by: cpendery Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: f504ec5a-3735-4eb4-9ac4-38e869565ea1 --- bindings/js/package-lock.json | 43 +++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/bindings/js/package-lock.json b/bindings/js/package-lock.json index 556bc25..2fa2496 100644 --- a/bindings/js/package-lock.json +++ b/bindings/js/package-lock.json @@ -17,12 +17,35 @@ "node": ">=20" } }, + "node_modules/@emnapi/core": { + "version": "2.0.0-alpha.3", + "integrity": "sha1-BJrOZx8wJ01qTRYdO3cROLhi9wQ=", + "dev": true, + "license": "MIT", + "optional": true, + "peer": true, + "dependencies": { + "@emnapi/wasi-threads": "2.0.1", + "tslib": "^2.4.0" + } + }, + "node_modules/@emnapi/runtime": { + "version": "1.11.2", + "integrity": "sha1-6yLwTXb+v99Ph/2v9UyKU/a/Db0=", + "dev": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, "node_modules/@emnapi/wasi-threads": { "version": "2.0.1", "integrity": "sha1-HJKRkyi+H2q3n7YKZ8zz0uYs1Is=", "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "tslib": "^2.4.0" } @@ -704,6 +727,16 @@ "tslib": "^2.4.0" } }, + "node_modules/@napi-rs/lzma-wasm32-wasi/node_modules/@emnapi/runtime": { + "version": "1.11.2", + "integrity": "sha1-6yLwTXb+v99Ph/2v9UyKU/a/Db0=", + "dev": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, "node_modules/@napi-rs/lzma-wasm32-wasi/node_modules/@emnapi/wasi-threads": { "version": "1.2.2", "integrity": "sha1-TJO+z1v6OxPRu9zAau44MhrYE5o=", @@ -1008,6 +1041,16 @@ "tslib": "^2.4.0" } }, + "node_modules/@napi-rs/tar-wasm32-wasi/node_modules/@emnapi/runtime": { + "version": "1.11.2", + "integrity": "sha1-6yLwTXb+v99Ph/2v9UyKU/a/Db0=", + "dev": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, "node_modules/@napi-rs/tar-wasm32-wasi/node_modules/@emnapi/wasi-threads": { "version": "1.2.2", "integrity": "sha1-TJO+z1v6OxPRu9zAau44MhrYE5o=", From 9f7d6d41e487fa8ee6c793a8e7764f8350a315a4 Mon Sep 17 00:00:00 2001 From: cpendery <35637443+cpendery@users.noreply.github.com> Date: Wed, 5 Aug 2026 02:45:23 +0000 Subject: [PATCH 3/3] fix: lockfile 2' --- bindings/js/package-lock.json | 160 ++++++++++++++++++++-------------- 1 file changed, 94 insertions(+), 66 deletions(-) diff --git a/bindings/js/package-lock.json b/bindings/js/package-lock.json index 2fa2496..a3870e3 100644 --- a/bindings/js/package-lock.json +++ b/bindings/js/package-lock.json @@ -492,7 +492,8 @@ }, "node_modules/@napi-rs/lzma-android-arm-eabi": { "version": "1.5.1", - "integrity": "sha1-XzWH20jb30KCzbd/FOJXbHWhpe8=", + "resolved": "https://registry.npmjs.org/@napi-rs/lzma-android-arm-eabi/-/lzma-android-arm-eabi-1.5.1.tgz", + "integrity": "sha512-sahBe4ko2Z69NPTddaX6ZgbQZu9SDoITxw1S3dWl1gAGynZG34qHHCT8UaUMFxf3h3zMhCJjEzz4basaBxiTuQ==", "cpu": [ "arm" ], @@ -508,7 +509,8 @@ }, "node_modules/@napi-rs/lzma-android-arm64": { "version": "1.5.1", - "integrity": "sha1-UP+Jy9DTiSZAkfIcwqiH4y7Ovkk=", + "resolved": "https://registry.npmjs.org/@napi-rs/lzma-android-arm64/-/lzma-android-arm64-1.5.1.tgz", + "integrity": "sha512-7tkQAJJuBHxAxiEBNFgSTpvrtGpbwZYYJUSOmGEK3OfbdbNeoT2rdBxpM/gY1s+itEVbtOSlpaRPPG19MnwOzA==", "cpu": [ "arm64" ], @@ -524,7 +526,8 @@ }, "node_modules/@napi-rs/lzma-darwin-arm64": { "version": "1.5.1", - "integrity": "sha1-q/VutS95eIiEkm3vqDDUvwxzaKQ=", + "resolved": "https://registry.npmjs.org/@napi-rs/lzma-darwin-arm64/-/lzma-darwin-arm64-1.5.1.tgz", + "integrity": "sha512-XWX8gtF+GHGk3nH3Wm3QUZNcxw9QHsFVZz3MzVLhWWHhceede1J4/vD+3dj3E1iKB9G6mualaZxOoD08R3E+7g==", "cpu": [ "arm64" ], @@ -540,7 +543,8 @@ }, "node_modules/@napi-rs/lzma-darwin-x64": { "version": "1.5.1", - "integrity": "sha1-v0L4vcucn/yEDgF+nvO7yVe0mm4=", + "resolved": "https://registry.npmjs.org/@napi-rs/lzma-darwin-x64/-/lzma-darwin-x64-1.5.1.tgz", + "integrity": "sha512-CfsqUpMTI1z8enrA/b+GcHM6YDI8D0kqCiqPYEnst4rbOABQ9KZ92ybTTNnlnZ7A017WoMZKUEWc36KXDwi0xg==", "cpu": [ "x64" ], @@ -556,7 +560,8 @@ }, "node_modules/@napi-rs/lzma-freebsd-x64": { "version": "1.5.1", - "integrity": "sha1-d96u080DIUAFpZh0xWrGXCWE6ew=", + "resolved": "https://registry.npmjs.org/@napi-rs/lzma-freebsd-x64/-/lzma-freebsd-x64-1.5.1.tgz", + "integrity": "sha512-bTyNfg90FXIgE61U7l14aMmVOqRQ6AyP5JMT3jmCStaZI18apLNPdzZ8i7yqxZfKvRMVfPjE2brXIw27c+RRgA==", "cpu": [ "x64" ], @@ -572,7 +577,8 @@ }, "node_modules/@napi-rs/lzma-linux-arm-gnueabihf": { "version": "1.5.1", - "integrity": "sha1-vb+yyTUuL00pfssDTtkualOOjD4=", + "resolved": "https://registry.npmjs.org/@napi-rs/lzma-linux-arm-gnueabihf/-/lzma-linux-arm-gnueabihf-1.5.1.tgz", + "integrity": "sha512-vNE+D8nrw+eOkBsdKCsmDhowDV3pIMKXEhedvXfbgrWbrO7GlZJH+RXL+X+RYLxGwi8Ym61ZMt15sIOnNmh9Sw==", "cpu": [ "arm" ], @@ -588,7 +594,8 @@ }, "node_modules/@napi-rs/lzma-linux-arm64-gnu": { "version": "1.5.1", - "integrity": "sha1-c4LaFRrOUwioBIdWblZyyTW49d8=", + "resolved": "https://registry.npmjs.org/@napi-rs/lzma-linux-arm64-gnu/-/lzma-linux-arm64-gnu-1.5.1.tgz", + "integrity": "sha512-csUem4WgoKGTprv/pOPm9UIWbb+hrfUwYXefpTHPAEGVFLl5behEFabisJ7FtihCa3yG2Efcl+yw25rlhhrIYw==", "cpu": [ "arm64" ], @@ -604,7 +611,8 @@ }, "node_modules/@napi-rs/lzma-linux-arm64-musl": { "version": "1.5.1", - "integrity": "sha1-JuJJbvaxaUEs9izMEf7zJ37P9Gc=", + "resolved": "https://registry.npmjs.org/@napi-rs/lzma-linux-arm64-musl/-/lzma-linux-arm64-musl-1.5.1.tgz", + "integrity": "sha512-kB/xhlVN1eLvVmDJSKZEjp5Gg2xDYexNrB5jwpSMbOkeGS6N9AasByPBg5VqCpMYC+zZi7DM458DRhtWYhqXTQ==", "cpu": [ "arm64" ], @@ -620,7 +628,8 @@ }, "node_modules/@napi-rs/lzma-linux-ppc64-gnu": { "version": "1.5.1", - "integrity": "sha1-Zz+ALaA/oEmWjvaM8FUzjK74UVw=", + "resolved": "https://registry.npmjs.org/@napi-rs/lzma-linux-ppc64-gnu/-/lzma-linux-ppc64-gnu-1.5.1.tgz", + "integrity": "sha512-s28RW0W1yBWQc1nbPdF7tp14koqslY3ZWLVI8uaanX292Dc6ezd4NPVwxEoCNBVON/oD7BmUbWGtyFvmm7dQ5A==", "cpu": [ "ppc64" ], @@ -636,7 +645,8 @@ }, "node_modules/@napi-rs/lzma-linux-riscv64-gnu": { "version": "1.5.1", - "integrity": "sha1-YepTghqq+QU56tWS0eRdXBtu4Zw=", + "resolved": "https://registry.npmjs.org/@napi-rs/lzma-linux-riscv64-gnu/-/lzma-linux-riscv64-gnu-1.5.1.tgz", + "integrity": "sha512-+lGNwYlIN14YPMTNvYtIJJqHFevDTd6Juw/1NmXbWx/iRd/LLrjhlM/yluMX6pxs6NkOGsuuEXJJrbbEUS59OQ==", "cpu": [ "riscv64" ], @@ -652,7 +662,8 @@ }, "node_modules/@napi-rs/lzma-linux-s390x-gnu": { "version": "1.5.1", - "integrity": "sha1-at868TE7WSQKKQe2DmOUBHxUybM=", + "resolved": "https://registry.npmjs.org/@napi-rs/lzma-linux-s390x-gnu/-/lzma-linux-s390x-gnu-1.5.1.tgz", + "integrity": "sha512-PB44FFWWFrLeQowhcep1hPD1YcLqKlnnY60RMU74qrxTlr4YGEyzeMItJqh2uivBfv9kQScOF/B0J9+Vab/oyw==", "cpu": [ "s390x" ], @@ -700,7 +711,8 @@ }, "node_modules/@napi-rs/lzma-wasm32-wasi": { "version": "1.5.1", - "integrity": "sha1-pVnFNkqpwso6ykV9m16iH1D8G2I=", + "resolved": "https://registry.npmjs.org/@napi-rs/lzma-wasm32-wasi/-/lzma-wasm32-wasi-1.5.1.tgz", + "integrity": "sha512-gy3wwPBa6+XEyA4fUzq6CClrXA1ajXjuVf5zbnHytJRgoHznj+mvpU3+co2fxXwqTCmIpn6KrzqH5bRDztBPhA==", "cpu": [ "wasm32" ], @@ -718,7 +730,8 @@ }, "node_modules/@napi-rs/lzma-wasm32-wasi/node_modules/@emnapi/core": { "version": "1.11.2", - "integrity": "sha1-+rCg88SS0R9amskGXQ1zlV7hwck=", + "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.11.2.tgz", + "integrity": "sha512-TC8MkTuZUtcTSiFeuC0ksCh9QIJ5+F21MvZ4Wn4ORfYaFJ/0dsiudv5tVkejgwZlwQ39jL9WWDe2lz8x0WglOA==", "dev": true, "license": "MIT", "optional": true, @@ -727,19 +740,10 @@ "tslib": "^2.4.0" } }, - "node_modules/@napi-rs/lzma-wasm32-wasi/node_modules/@emnapi/runtime": { - "version": "1.11.2", - "integrity": "sha1-6yLwTXb+v99Ph/2v9UyKU/a/Db0=", - "dev": true, - "license": "MIT", - "optional": true, - "dependencies": { - "tslib": "^2.4.0" - } - }, "node_modules/@napi-rs/lzma-wasm32-wasi/node_modules/@emnapi/wasi-threads": { "version": "1.2.2", - "integrity": "sha1-TJO+z1v6OxPRu9zAau44MhrYE5o=", + "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.2.2.tgz", + "integrity": "sha512-c95qOXkHdydNKhscBTebqEC1CVAZpyqOfVfBzQ1qgzyl3gfeldUjIggDbIZgDKsHLgnsM+igH7TJ/eAasaVuMA==", "dev": true, "license": "MIT", "optional": true, @@ -749,7 +753,8 @@ }, "node_modules/@napi-rs/lzma-win32-arm64-msvc": { "version": "1.5.1", - "integrity": "sha1-TiTHseNwCeX3gbgvHn3im0RiH6k=", + "resolved": "https://registry.npmjs.org/@napi-rs/lzma-win32-arm64-msvc/-/lzma-win32-arm64-msvc-1.5.1.tgz", + "integrity": "sha512-dK+huOsHiyH6oJjij+cnjqFCakk2HgWmpI12Xm4pLUyPphe4ebYoJBgehaNAxprmjFqBQ7nL95YPVz9BHyqmPg==", "cpu": [ "arm64" ], @@ -765,7 +770,8 @@ }, "node_modules/@napi-rs/lzma-win32-ia32-msvc": { "version": "1.5.1", - "integrity": "sha1-PhEok8WZF/rCJEm5d/a6Yor2FVk=", + "resolved": "https://registry.npmjs.org/@napi-rs/lzma-win32-ia32-msvc/-/lzma-win32-ia32-msvc-1.5.1.tgz", + "integrity": "sha512-dGE8L+0EQ+GyU9ap9InqB/t/PmPG/bLj918q7OsJ29FuTdn8fK4OX3U4IQZhylHIA+/dQ/SXJk5n4yfah2XVvA==", "cpu": [ "ia32" ], @@ -781,6 +787,8 @@ }, "node_modules/@napi-rs/lzma-win32-x64-msvc": { "version": "1.5.1", + "resolved": "https://registry.npmjs.org/@napi-rs/lzma-win32-x64-msvc/-/lzma-win32-x64-msvc-1.5.1.tgz", + "integrity": "sha512-EKW4t/iqdCT/xnd5t9oXLvVER/PMNAWXKqUAl3fgvUcOILeZIIht77/dVnfFcc9htA/DCBXC/6YQWdW+LusjFA==", "cpu": [ "x64" ], @@ -822,7 +830,8 @@ }, "node_modules/@napi-rs/tar-android-arm-eabi": { "version": "1.1.1", - "integrity": "sha1-Ua5AMPcpuCOealLVhx3/rgsg0Qo=", + "resolved": "https://registry.npmjs.org/@napi-rs/tar-android-arm-eabi/-/tar-android-arm-eabi-1.1.1.tgz", + "integrity": "sha512-cAhnA10cSusAUbcE9HtjQY/tZ9BH/0w2sKtRcQc94TzIlnm7QSr1htJSd/PPrbWNPtrv1orXb2CkrHlVlbnlHA==", "cpu": [ "arm" ], @@ -838,7 +847,8 @@ }, "node_modules/@napi-rs/tar-android-arm64": { "version": "1.1.1", - "integrity": "sha1-yIZYep3CH4mv7mTymXns5rvAuKc=", + "resolved": "https://registry.npmjs.org/@napi-rs/tar-android-arm64/-/tar-android-arm64-1.1.1.tgz", + "integrity": "sha512-EslUWHCDBY/g5abTPBiHLsMaML4GagV0TXLm5WL9hAjx/DDtlxz9fegMb77RJ+f7nFLOIsUxF/3QWFvgOT0sMQ==", "cpu": [ "arm64" ], @@ -854,7 +864,8 @@ }, "node_modules/@napi-rs/tar-darwin-arm64": { "version": "1.1.1", - "integrity": "sha1-ayXZaoi1W+EZmWJ7LGU1eMnrSRs=", + "resolved": "https://registry.npmjs.org/@napi-rs/tar-darwin-arm64/-/tar-darwin-arm64-1.1.1.tgz", + "integrity": "sha512-+A42/6ES5G9CQ35BOwzwA+WBjLID28r2jNPgc0dteD2hhClIhng0mva7D2ujUlXBNmgNOsr1LHn3stA4uTf4NQ==", "cpu": [ "arm64" ], @@ -870,7 +881,8 @@ }, "node_modules/@napi-rs/tar-darwin-x64": { "version": "1.1.1", - "integrity": "sha1-RNxxiCOVlT/nRC4JXOBOsUaydDw=", + "resolved": "https://registry.npmjs.org/@napi-rs/tar-darwin-x64/-/tar-darwin-x64-1.1.1.tgz", + "integrity": "sha512-RYtE8w1dkEvj8hSJCDV5Jw0Rz2i13fsM7u893zv5O9n/4Ad5GNsw/f4RQ7/0YGSFaenkVxqPFrjmEvUHlKzsrg==", "cpu": [ "x64" ], @@ -886,7 +898,8 @@ }, "node_modules/@napi-rs/tar-freebsd-x64": { "version": "1.1.1", - "integrity": "sha1-eooUF2NAYnSclSaG4yBIArXziXQ=", + "resolved": "https://registry.npmjs.org/@napi-rs/tar-freebsd-x64/-/tar-freebsd-x64-1.1.1.tgz", + "integrity": "sha512-rEepBvCJUwcuvUYkY83e8aot8RsR5Jcnal4PsG3tbWGKW1yAvcXhyMXf0fN6ZGpVRZFnB+FJqDyBxvsCPEXKhw==", "cpu": [ "x64" ], @@ -902,7 +915,8 @@ }, "node_modules/@napi-rs/tar-linux-arm-gnueabihf": { "version": "1.1.1", - "integrity": "sha1-G+VW9gjdTzXIgRfEhjZLsMWbHQU=", + "resolved": "https://registry.npmjs.org/@napi-rs/tar-linux-arm-gnueabihf/-/tar-linux-arm-gnueabihf-1.1.1.tgz", + "integrity": "sha512-an1bJdfyhI5FpZYyTQ20mrqwR+a676i8GkaYc4Uy12dH/a7TJIfrK6Qa2Gm46arZvxUvx56qxoRKXbpOjUPvwA==", "cpu": [ "arm" ], @@ -918,7 +932,8 @@ }, "node_modules/@napi-rs/tar-linux-arm64-gnu": { "version": "1.1.1", - "integrity": "sha1-ttCzqld6cnve7vO+mjIw2GWR/EE=", + "resolved": "https://registry.npmjs.org/@napi-rs/tar-linux-arm64-gnu/-/tar-linux-arm64-gnu-1.1.1.tgz", + "integrity": "sha512-w++Vtx36T2yHTKws7GVnmHHcUT1ybB59xLWSh9A8bwEpJVG4dG7Qub9mFe5cpcbfrJ+XP2mKKxC3oUJSunK3iQ==", "cpu": [ "arm64" ], @@ -934,7 +949,8 @@ }, "node_modules/@napi-rs/tar-linux-arm64-musl": { "version": "1.1.1", - "integrity": "sha1-JjADJAscaTE0Nsk5xAx4GDzpCvA=", + "resolved": "https://registry.npmjs.org/@napi-rs/tar-linux-arm64-musl/-/tar-linux-arm64-musl-1.1.1.tgz", + "integrity": "sha512-Rh6UFhNtj3i4deJHOBINFIeRL0072mgbeyuK5rl1HokKnNoMKx8qKIZNEzBTTqpogMfDHWGvzyTQdnVxes5dpA==", "cpu": [ "arm64" ], @@ -950,7 +966,8 @@ }, "node_modules/@napi-rs/tar-linux-ppc64-gnu": { "version": "1.1.1", - "integrity": "sha1-5IAtE4CAkPl41/AC8MqbHvWWD3s=", + "resolved": "https://registry.npmjs.org/@napi-rs/tar-linux-ppc64-gnu/-/tar-linux-ppc64-gnu-1.1.1.tgz", + "integrity": "sha512-Cp+AxFbv9zcyAXtnzQi0OzmgDnQgy2w9D4Ubr+iwzMtVgJcztzcEoCcCrN1k2ATdEB01LX2Vb49IaocGOZhC9Q==", "cpu": [ "ppc64" ], @@ -966,7 +983,8 @@ }, "node_modules/@napi-rs/tar-linux-s390x-gnu": { "version": "1.1.1", - "integrity": "sha1-oYAK50Uz/JdnRuepZFKZfgW/C38=", + "resolved": "https://registry.npmjs.org/@napi-rs/tar-linux-s390x-gnu/-/tar-linux-s390x-gnu-1.1.1.tgz", + "integrity": "sha512-ZyscC3SYKTBWyDRYjLOKAd5TyJ7q0KACRdQ8bWrb3rgrra1CCIJD66CsGTH6Dh0AVSdfLwZ8MfIIXU6+14BMjQ==", "cpu": [ "s390x" ], @@ -1014,7 +1032,8 @@ }, "node_modules/@napi-rs/tar-wasm32-wasi": { "version": "1.1.1", - "integrity": "sha1-pjOVjc3zfc29uoFTP/1Zv9izKSQ=", + "resolved": "https://registry.npmjs.org/@napi-rs/tar-wasm32-wasi/-/tar-wasm32-wasi-1.1.1.tgz", + "integrity": "sha512-rwtQ1Mdt/ft6g6I54fJzbUeLspl4yTwj6I3UJ6mitKnrN42soJkcDrdh3Y/FGvlpqZTad2YMQ96fGJl3EtAm2Q==", "cpu": [ "wasm32" ], @@ -1032,7 +1051,8 @@ }, "node_modules/@napi-rs/tar-wasm32-wasi/node_modules/@emnapi/core": { "version": "1.11.2", - "integrity": "sha1-+rCg88SS0R9amskGXQ1zlV7hwck=", + "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.11.2.tgz", + "integrity": "sha512-TC8MkTuZUtcTSiFeuC0ksCh9QIJ5+F21MvZ4Wn4ORfYaFJ/0dsiudv5tVkejgwZlwQ39jL9WWDe2lz8x0WglOA==", "dev": true, "license": "MIT", "optional": true, @@ -1041,19 +1061,10 @@ "tslib": "^2.4.0" } }, - "node_modules/@napi-rs/tar-wasm32-wasi/node_modules/@emnapi/runtime": { - "version": "1.11.2", - "integrity": "sha1-6yLwTXb+v99Ph/2v9UyKU/a/Db0=", - "dev": true, - "license": "MIT", - "optional": true, - "dependencies": { - "tslib": "^2.4.0" - } - }, "node_modules/@napi-rs/tar-wasm32-wasi/node_modules/@emnapi/wasi-threads": { "version": "1.2.2", - "integrity": "sha1-TJO+z1v6OxPRu9zAau44MhrYE5o=", + "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.2.2.tgz", + "integrity": "sha512-c95qOXkHdydNKhscBTebqEC1CVAZpyqOfVfBzQ1qgzyl3gfeldUjIggDbIZgDKsHLgnsM+igH7TJ/eAasaVuMA==", "dev": true, "license": "MIT", "optional": true, @@ -1063,7 +1074,8 @@ }, "node_modules/@napi-rs/tar-win32-arm64-msvc": { "version": "1.1.1", - "integrity": "sha1-ZuDIBW3EUN6WqEaeoEO4Y5nZUMI=", + "resolved": "https://registry.npmjs.org/@napi-rs/tar-win32-arm64-msvc/-/tar-win32-arm64-msvc-1.1.1.tgz", + "integrity": "sha512-30PVp1AehRpfwxmv5wI4cg0yj3WmWBsZ+1QnLGnvEELu7Eu/+dhNU0nrmhI7VfPgLwSRK2eg9DQTB3tP7Wv9bA==", "cpu": [ "arm64" ], @@ -1079,7 +1091,8 @@ }, "node_modules/@napi-rs/tar-win32-ia32-msvc": { "version": "1.1.1", - "integrity": "sha1-Hve4gnu9yKYakb1BCo0tauGSPUw=", + "resolved": "https://registry.npmjs.org/@napi-rs/tar-win32-ia32-msvc/-/tar-win32-ia32-msvc-1.1.1.tgz", + "integrity": "sha512-aI3/rmz+izUChiSeaPxcasAOxhf3FpJNuIHMXlxS/vpW+HIxUsSDR5+XV61PEG5DL4L/75iENVUxmSGM5l2yaw==", "cpu": [ "ia32" ], @@ -1095,6 +1108,8 @@ }, "node_modules/@napi-rs/tar-win32-x64-msvc": { "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@napi-rs/tar-win32-x64-msvc/-/tar-win32-x64-msvc-1.1.1.tgz", + "integrity": "sha512-yJsB2IsrODQVLKbm2Fg1nHiVRbEj49mSPbj4x7JPZWJI0jGVPjohE2Sif0FBbx8OxsVoUODvS0BwksZZ8jl/OA==", "cpu": [ "x64" ], @@ -1154,7 +1169,8 @@ }, "node_modules/@napi-rs/wasm-tools-android-arm-eabi": { "version": "1.1.0", - "integrity": "sha1-k48Dya/pJskHeqQ8vnasAtqgMKg=", + "resolved": "https://registry.npmjs.org/@napi-rs/wasm-tools-android-arm-eabi/-/wasm-tools-android-arm-eabi-1.1.0.tgz", + "integrity": "sha512-p6J8PB59I8d/XItXB/go5JH6nKW+xIbpzaL43EBTV0hi7mrS/Z4gs+MsB04ZrlqZN29BdZV8fChRyasuXLhRaA==", "cpu": [ "arm" ], @@ -1170,7 +1186,8 @@ }, "node_modules/@napi-rs/wasm-tools-android-arm64": { "version": "1.1.0", - "integrity": "sha1-9JFxIa+6pHhxy1Lq9PnnmbZmHo0=", + "resolved": "https://registry.npmjs.org/@napi-rs/wasm-tools-android-arm64/-/wasm-tools-android-arm64-1.1.0.tgz", + "integrity": "sha512-lWoKN3suypeBSCIRPIw+++sH9V2K6nQkhtdt1opu7XY3v9JwLs6Gw063HWRqkNjphlYpkd/Qy8XcfSPGbJj7nQ==", "cpu": [ "arm64" ], @@ -1186,7 +1203,8 @@ }, "node_modules/@napi-rs/wasm-tools-darwin-arm64": { "version": "1.1.0", - "integrity": "sha1-XW2JdChheaZciE87JJHiWMsjs4I=", + "resolved": "https://registry.npmjs.org/@napi-rs/wasm-tools-darwin-arm64/-/wasm-tools-darwin-arm64-1.1.0.tgz", + "integrity": "sha512-jfw5vyNDUf6oe0kP8lMveFN9U7cLk1cUosS7uMIfw/xmqmopYfKQ198DAx2g/6aEF7Tm+CqER2gpMpYKui30LA==", "cpu": [ "arm64" ], @@ -1202,7 +1220,8 @@ }, "node_modules/@napi-rs/wasm-tools-darwin-x64": { "version": "1.1.0", - "integrity": "sha1-OBOMK9qi6+qtyYqp0N2OzV5PYfs=", + "resolved": "https://registry.npmjs.org/@napi-rs/wasm-tools-darwin-x64/-/wasm-tools-darwin-x64-1.1.0.tgz", + "integrity": "sha512-R+pjeudAB7BYdH1vKkOJM61Tfv5jB6uXkxmFscYd+KKpdUpWBlNG+s4hr0w4i1rMBM91VhIAETZn2pz+MDHK9A==", "cpu": [ "x64" ], @@ -1218,7 +1237,8 @@ }, "node_modules/@napi-rs/wasm-tools-freebsd-x64": { "version": "1.1.0", - "integrity": "sha1-oJF0MA2bk+8GA/ca0Wiu1GEJE48=", + "resolved": "https://registry.npmjs.org/@napi-rs/wasm-tools-freebsd-x64/-/wasm-tools-freebsd-x64-1.1.0.tgz", + "integrity": "sha512-hQJTe+aazrT++Vgm6I4lUd9099ItUCFYdd+aKg6Ys6nax6d/cZ1barDLTwA2lwOoVDsXMekJI/FOL6ZvVlIYBg==", "cpu": [ "x64" ], @@ -1234,7 +1254,8 @@ }, "node_modules/@napi-rs/wasm-tools-linux-arm64-gnu": { "version": "1.1.0", - "integrity": "sha1-SyCJE4wU/c0Ev2NoZWEB0dY9axw=", + "resolved": "https://registry.npmjs.org/@napi-rs/wasm-tools-linux-arm64-gnu/-/wasm-tools-linux-arm64-gnu-1.1.0.tgz", + "integrity": "sha512-1TAXJxUHsWGar90k3W/MknavvBMwOWzjh7Q6Spxo8twRcWJbBD5Kow/Q2KhhDq5hxh2sKGDXn3uLc1tdtz4WUg==", "cpu": [ "arm64" ], @@ -1250,7 +1271,8 @@ }, "node_modules/@napi-rs/wasm-tools-linux-arm64-musl": { "version": "1.1.0", - "integrity": "sha1-Gf4DFOq7FKhJORtYfG9W0NPlunw=", + "resolved": "https://registry.npmjs.org/@napi-rs/wasm-tools-linux-arm64-musl/-/wasm-tools-linux-arm64-musl-1.1.0.tgz", + "integrity": "sha512-7rw3nlubTjNAVRH2LwphCxHy1b/N2/TerXocQ6XRn4Q+buaY1Z7P/hbdALy1i1ex2yfOU2Xcij7ib7ZLi/lKfw==", "cpu": [ "arm64" ], @@ -1298,7 +1320,8 @@ }, "node_modules/@napi-rs/wasm-tools-wasm32-wasi": { "version": "1.1.0", - "integrity": "sha1-OVYKoNNl9nb1HS0hZEIYfksAIy8=", + "resolved": "https://registry.npmjs.org/@napi-rs/wasm-tools-wasm32-wasi/-/wasm-tools-wasm32-wasi-1.1.0.tgz", + "integrity": "sha512-s6YDtDR1UWrsqJPtaxf+JLYLceWVyn3l8OpQYElHkDhf3Qfz9R6Ba3S0OgznTBv38L5/TIHysQ9Q4yO73Z0csg==", "cpu": [ "wasm32" ], @@ -1316,7 +1339,8 @@ }, "node_modules/@napi-rs/wasm-tools-wasm32-wasi/node_modules/@emnapi/core": { "version": "1.9.2", - "integrity": "sha1-OHAmXs/8c1LQHq1i2Ng9g1ii0DQ=", + "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.9.2.tgz", + "integrity": "sha512-UC+ZhH3XtczQYfOlu3lNEkdW/p4dsJ1r/bP7H8+rhao3TTTMO1ATq/4DdIi23XuGoFY+Cz0JmCbdVl0hz9jZcA==", "dev": true, "license": "MIT", "optional": true, @@ -1327,7 +1351,8 @@ }, "node_modules/@napi-rs/wasm-tools-wasm32-wasi/node_modules/@emnapi/runtime": { "version": "1.9.2", - "integrity": "sha1-i0aaPbFggXytsd6QUCEanR6oT6I=", + "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.9.2.tgz", + "integrity": "sha512-3U4+MIWHImeyu1wnmVygh5WlgfYDtyf0k8AbLhMFxOipihf6nrWC4syIm/SwEeec0mNSafiiNnMJwbza/Is6Lw==", "dev": true, "license": "MIT", "optional": true, @@ -1337,7 +1362,8 @@ }, "node_modules/@napi-rs/wasm-tools-wasm32-wasi/node_modules/@emnapi/wasi-threads": { "version": "1.2.1", - "integrity": "sha1-KP7SGhuhznl8RKBwq8lNQvOuhUg=", + "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.2.1.tgz", + "integrity": "sha512-uTII7OYF+/Mes/MrcIOYp5yOtSMLBWSIoLPpcgwipoiKbli6k322tcoFsxoIIxPDqW01SQGAgko4EzZi2BNv2w==", "dev": true, "license": "MIT", "optional": true, @@ -1347,7 +1373,8 @@ }, "node_modules/@napi-rs/wasm-tools-win32-arm64-msvc": { "version": "1.1.0", - "integrity": "sha1-NNXRSfkzxefDsV0mtog5HNCdNvs=", + "resolved": "https://registry.npmjs.org/@napi-rs/wasm-tools-win32-arm64-msvc/-/wasm-tools-win32-arm64-msvc-1.1.0.tgz", + "integrity": "sha512-x+NuxbG84VxU68tU8w7Rf5lSyq0l584M6dVlke5DTweHYFZoMyeqkpbwEq+qsyAX6ivfipK8xRsmFwamb5uDnA==", "cpu": [ "arm64" ], @@ -1363,7 +1390,8 @@ }, "node_modules/@napi-rs/wasm-tools-win32-ia32-msvc": { "version": "1.1.0", - "integrity": "sha1-lNO6HiaBf102RFErrOxkwyVB2LI=", + "resolved": "https://registry.npmjs.org/@napi-rs/wasm-tools-win32-ia32-msvc/-/wasm-tools-win32-ia32-msvc-1.1.0.tgz", + "integrity": "sha512-mdD96QDEp70SX67rXFTY6c725nVYeqEEjyDqzzbNh6u1APj7CI7IMNpMmvE75XbCRl4C2MHZVU4U6AWdAzvyQQ==", "cpu": [ "ia32" ], @@ -1379,6 +1407,8 @@ }, "node_modules/@napi-rs/wasm-tools-win32-x64-msvc": { "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@napi-rs/wasm-tools-win32-x64-msvc/-/wasm-tools-win32-x64-msvc-1.1.0.tgz", + "integrity": "sha512-bVVjuvhlyVX++3eJXfDR63cXdw1ay5QYac6iq0MKQw8wZARInTM+bXCtByDT4fzVFI3+7ZthYb/ERWRdBNIqgQ==", "cpu": [ "x64" ], @@ -1404,7 +1434,6 @@ "version": "7.0.6", "dev": true, "license": "MIT", - "peer": true, "dependencies": { "@octokit/auth-token": "^6.0.0", "@octokit/graphql": "^9.0.3", @@ -1550,7 +1579,6 @@ "version": "20.19.43", "dev": true, "license": "MIT", - "peer": true, "dependencies": { "undici-types": "~6.21.0" }