diff --git a/package-lock.json b/package-lock.json index 993b41a621..b346d6262c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "powershell", - "version": "2025.3.0", + "version": "2025.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "powershell", - "version": "2025.3.0", + "version": "2025.2.0", "license": "SEE LICENSE IN LICENSE.txt", "dependencies": { "@vscode/extension-telemetry": "^0.9.9", @@ -18,8 +18,8 @@ "vscode-languageserver-protocol": "^3.17.5" }, "devDependencies": { - "@vscode/vsce": "^3.3.2", - "esbuild": "^0.25.4" + "@vscode/vsce": "^3.6.0", + "esbuild": "^0.25.6" }, "engines": { "vscode": "^1.96.0" @@ -27,7 +27,7 @@ "optionalDependencies": { "@eslint/js": "^9.26.0", "@types/mock-fs": "^4.13.4", - "@types/node": "^20.17.47", + "@types/node": "^20.19.6", "@types/node-fetch": "^2.6.12", "@types/semver": "^7.7.0", "@types/sinon": "^17.0.4", @@ -39,14 +39,29 @@ "@vscode/test-cli": "^0.0.10", "@vscode/test-electron": "^2.5.2", "esbuild-register": "^3.6.0", - "eslint": "^9.26.0", + "eslint": "^9.30.1", "eslint-config-prettier": "^10.1.5", "mock-fs": "^5.5.0", - "prettier": "^3.5.3", + "prettier": "^3.6.2", "prettier-plugin-organize-imports": "^4.1.0", "sinon": "^19.0.5", "typescript": "^5.8.3", - "typescript-eslint": "^8.32.1" + "typescript-eslint": "^8.36.0" + } + }, + "node_modules/@azu/format-text": { + "version": "1.0.2", + "integrity": "sha1-q9RtqyQi4xK9G/428NQnq2A5gl0=", + "dev": true, + "license": "BSD-3-Clause" + }, + "node_modules/@azu/style-format": { + "version": "1.0.1", + "integrity": "sha1-s2Q68MX+6dU+aal8g1xAS9yA95I=", + "dev": true, + "license": "WTFPL", + "dependencies": { + "@azu/format-text": "^1.0.1" } }, "node_modules/@azure/abort-controller": { @@ -94,8 +109,8 @@ } }, "node_modules/@azure/core-rest-pipeline": { - "version": "1.20.0", - "integrity": "sha1-kW2NbJz/a1VvCwv9W5I1JtWQ4tk=", + "version": "1.21.0", + "integrity": "sha1-ZaNgDanztjXlmq3Ap1ISt4Fbx7U=", "dev": true, "license": "MIT", "dependencies": { @@ -104,7 +119,7 @@ "@azure/core-tracing": "^1.0.1", "@azure/core-util": "^1.11.0", "@azure/logger": "^1.0.0", - "@typespec/ts-http-runtime": "^0.2.2", + "@typespec/ts-http-runtime": "^0.2.3", "tslib": "^2.6.2" }, "engines": { @@ -138,8 +153,8 @@ } }, "node_modules/@azure/identity": { - "version": "4.9.1", - "integrity": "sha1-7kuUNfG5a+pZhefeyYl2CmfZoRk=", + "version": "4.10.2", + "integrity": "sha1-ZgnOOYgk/wu1PxrRBDqfHMk+Vrg=", "dev": true, "license": "MIT", "dependencies": { @@ -156,7 +171,7 @@ "tslib": "^2.2.0" }, "engines": { - "node": ">=18.0.0" + "node": ">=20.0.0" } }, "node_modules/@azure/logger": { @@ -173,20 +188,20 @@ } }, "node_modules/@azure/msal-browser": { - "version": "4.12.0", - "integrity": "sha1-D2VoxA/BvvQVOh8p/OH8b/CddbQ=", + "version": "4.15.0", + "integrity": "sha1-BZ0nASdVDCUCoNBgkKvADCx4Iu8=", "dev": true, "license": "MIT", "dependencies": { - "@azure/msal-common": "15.6.0" + "@azure/msal-common": "15.8.1" }, "engines": { "node": ">=0.8.0" } }, "node_modules/@azure/msal-common": { - "version": "15.6.0", - "integrity": "sha1-B2TWRG7v85cCIZleJfJl/bIY2mY=", + "version": "15.8.1", + "integrity": "sha1-JxDw/55LE0fITaHCaFchPHUw12w=", "dev": true, "license": "MIT", "engines": { @@ -194,12 +209,12 @@ } }, "node_modules/@azure/msal-node": { - "version": "3.5.3", - "integrity": "sha1-AveiNEosKZQ1SgzsElue+ajnEJs=", + "version": "3.6.3", + "integrity": "sha1-0HzuQE0HGFCkZX6G4HtDwXNPl/g=", "dev": true, "license": "MIT", "dependencies": { - "@azure/msal-common": "15.6.0", + "@azure/msal-common": "15.8.1", "jsonwebtoken": "^9.0.0", "uuid": "^8.3.0" }, @@ -216,15 +231,38 @@ "uuid": "dist/bin/uuid" } }, + "node_modules/@babel/code-frame": { + "version": "7.27.1", + "integrity": "sha1-IA9xXmbVKiOyIalDVTSpHME61b4=", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-validator-identifier": "^7.27.1", + "js-tokens": "^4.0.0", + "picocolors": "^1.1.1" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-validator-identifier": { + "version": "7.27.1", + "integrity": "sha1-pwVNzBRaln3U3I/uhFpXwTFsnfg=", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, "node_modules/@bcoe/v8-coverage": { "version": "0.2.3", - "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==", + "integrity": "sha1-daLotRy3WKdVPWgEpZMteqznXDk=", "license": "MIT", "optional": true }, "node_modules/@esbuild/aix-ppc64": { - "version": "0.25.4", - "integrity": "sha1-gw1kdsu8oMAFE2rwcwNka0GfEWI=", + "version": "0.25.6", + "integrity": "sha1-FksZEi4u1U+FRp353qmN2wHV554=", "cpu": [ "ppc64" ], @@ -238,8 +276,8 @@ } }, "node_modules/@esbuild/android-arm": { - "version": "0.25.4", - "integrity": "sha1-VmC9JQgFU90qKEOPKkAaKZWb2bE=", + "version": "0.25.6", + "integrity": "sha1-TOsPQBE+mGEWm+g+KmcMJg3SNP8=", "cpu": [ "arm" ], @@ -253,8 +291,8 @@ } }, "node_modules/@esbuild/android-arm64": { - "version": "0.25.4", - "integrity": "sha1-0R1PwpkiTnKeIZDKytvMAOep/Wc=", + "version": "0.25.6", + "integrity": "sha1-j1Oefe+Ej3ZPZDJZjlHMOCD946U=", "cpu": [ "arm64" ], @@ -268,8 +306,8 @@ } }, "node_modules/@esbuild/android-x64": { - "version": "0.25.4", - "integrity": "sha1-GN3ecFv5hOjNnv7FThmawYvHvuE=", + "version": "0.25.6", + "integrity": "sha1-rU8oAFdiLCX+mFwImZRDoZXcY6g=", "cpu": [ "x64" ], @@ -283,8 +321,8 @@ } }, "node_modules/@esbuild/darwin-arm64": { - "version": "0.25.4", - "integrity": "sha1-sLf7VduPxvXeWgIHrphuucR2bmc=", + "version": "0.25.6", + "integrity": "sha1-0fBAJzlrPWr8lrrNDRMWff2fAfc=", "cpu": [ "arm64" ], @@ -298,8 +336,8 @@ } }, "node_modules/@esbuild/darwin-x64": { - "version": "0.25.4", - "integrity": "sha1-5oE/3roLujVss1CkuAVD++Zr8m8=", + "version": "0.25.6", + "integrity": "sha1-K0ps7beZ9jV1jXgy11sjdyyO9o8=", "cpu": [ "x64" ], @@ -313,8 +351,8 @@ } }, "node_modules/@esbuild/freebsd-arm64": { - "version": "0.25.4", - "integrity": "sha1-3BGnPTzNwwhWe5CLQ8ZpjoUHWb4=", + "version": "0.25.6", + "integrity": "sha1-omJmzJfdeNw8Pz1niLG4NpexBV0=", "cpu": [ "arm64" ], @@ -328,8 +366,8 @@ } }, "node_modules/@esbuild/freebsd-x64": { - "version": "0.25.4", - "integrity": "sha1-kdoI24vRv/XzGSTFeoHasm6ToUM=", + "version": "0.25.6", + "integrity": "sha1-n+uOgmc1xWjr/ZSFmyKj+7apvdI=", "cpu": [ "x64" ], @@ -343,8 +381,8 @@ } }, "node_modules/@esbuild/linux-arm": { - "version": "0.25.4", - "integrity": "sha1-m5PD5UrEmi7eb5BucF1dkG9tueg=", + "version": "0.25.6", + "integrity": "sha1-1uLNjvMZZGgGXUHxP6KmGqpyZEo=", "cpu": [ "arm" ], @@ -358,8 +396,8 @@ } }, "node_modules/@esbuild/linux-arm64": { - "version": "0.25.4", - "integrity": "sha1-78FeRclFoIJwj5qfc7+o1NtJcoo=", + "version": "0.25.6", + "integrity": "sha1-wHy+2OJJ9MKOfzJ4HTb8RpUpPSg=", "cpu": [ "arm64" ], @@ -373,8 +411,8 @@ } }, "node_modules/@esbuild/linux-ia32": { - "version": "0.25.4", - "integrity": "sha1-vo7yw+HZn8otJcQWspfQA2BiNZY=", + "version": "0.25.6", + "integrity": "sha1-Pmgr1HxO3cxLjxOT38giJILxeZc=", "cpu": [ "ia32" ], @@ -388,8 +426,8 @@ } }, "node_modules/@esbuild/linux-loong64": { - "version": "0.25.4", - "integrity": "sha1-sIQKJwfD/ALuwojT+d76OCfNeoc=", + "version": "0.25.6", + "integrity": "sha1-Rz9eouUjmcCK1M1rEubbzd1jDwU=", "cpu": [ "loong64" ], @@ -403,8 +441,8 @@ } }, "node_modules/@esbuild/linux-mips64el": { - "version": "0.25.4", - "integrity": "sha1-KhmOWkWMnw51iBpOY9JroM+d858=", + "version": "0.25.6", + "integrity": "sha1-mWBjHJ/WFgWwk5wZBDrPTvK1Fxg=", "cpu": [ "mips64el" ], @@ -418,8 +456,8 @@ } }, "node_modules/@esbuild/linux-ppc64": { - "version": "0.25.4", - "integrity": "sha1-ZPSuC5I9fdcvuGC5si7bQgB8+PU=", + "version": "0.25.6", + "integrity": "sha1-R3y/i7BKoDS5TzYsMshrXDHbjT4=", "cpu": [ "ppc64" ], @@ -433,8 +471,8 @@ } }, "node_modules/@esbuild/linux-riscv64": { - "version": "0.25.4", - "integrity": "sha1-+yhEsR/d3TninSkcfPgPmbDVFY0=", + "version": "0.25.6", + "integrity": "sha1-vNtGyPuOk6p3npoKYs1KwA3KxiY=", "cpu": [ "riscv64" ], @@ -448,8 +486,8 @@ } }, "node_modules/@esbuild/linux-s390x": { - "version": "0.25.4", - "integrity": "sha1-FGaHbgqjVgx2c+Y/3ryCeHB7x1A=", + "version": "0.25.6", + "integrity": "sha1-9BLPX98K6oSf9Rxz/YF8bAI01G0=", "cpu": [ "s390x" ], @@ -463,8 +501,8 @@ } }, "node_modules/@esbuild/linux-x64": { - "version": "0.25.4", - "integrity": "sha1-wQ/eiZRV23y6XxGzvM+g5Bv00M0=", + "version": "0.25.6", + "integrity": "sha1-2CM8CbXrwMhVcS3F7rg1o6M0EQg=", "cpu": [ "x64" ], @@ -478,8 +516,8 @@ } }, "node_modules/@esbuild/netbsd-arm64": { - "version": "0.25.4", - "integrity": "sha1-AuSD+8vj8Y8LAmEqlBt3vnbBEaQ=", + "version": "0.25.6", + "integrity": "sha1-9Rro3RR0Fy5zz5y6+KONHHLdjxo=", "cpu": [ "arm64" ], @@ -493,8 +531,8 @@ } }, "node_modules/@esbuild/netbsd-x64": { - "version": "0.25.4", - "integrity": "sha1-7EAfsLHtCsAdl4VkxfyGNO0dwu0=", + "version": "0.25.6", + "integrity": "sha1-omdThgLA5QqFjPQdz+XYA2+NqOc=", "cpu": [ "x64" ], @@ -508,8 +546,8 @@ } }, "node_modules/@esbuild/openbsd-arm64": { - "version": "0.25.4", - "integrity": "sha1-8nLC9Bz+odkbk9SHpRtcXKeoyMQ=", + "version": "0.25.6", + "integrity": "sha1-pRvmDEJbhcIWR5uMNErQURY18tI=", "cpu": [ "arm64" ], @@ -523,8 +561,8 @@ } }, "node_modules/@esbuild/openbsd-x64": { - "version": "0.25.4", - "integrity": "sha1-LiWVC8EPqdseXIaOPVDET3wVD9c=", + "version": "0.25.6", + "integrity": "sha1-fkp0PHP3VWLikiO6adC+bJyQCNo=", "cpu": [ "x64" ], @@ -537,9 +575,24 @@ "node": ">=18" } }, + "node_modules/@esbuild/openharmony-arm64": { + "version": "0.25.6", + "integrity": "sha1-IIelAo84eHkVTr9Eve36+hdoLls=", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "openharmony" + ], + "engines": { + "node": ">=18" + } + }, "node_modules/@esbuild/sunos-x64": { - "version": "0.25.4", - "integrity": "sha1-zVlvplpns7etxezVLZ9XM4MuGr0=", + "version": "0.25.6", + "integrity": "sha1-VlMfhhcj6g3GKDoruINzBCI8tzY=", "cpu": [ "x64" ], @@ -553,8 +606,8 @@ } }, "node_modules/@esbuild/win32-arm64": { - "version": "0.25.4", - "integrity": "sha1-tNvLV7Ie6vgzHkJMOZm4nYlR3Ig=", + "version": "0.25.6", + "integrity": "sha1-9JifAz3qxvrjI6z/WHZPqLwBQ24=", "cpu": [ "arm64" ], @@ -568,8 +621,8 @@ } }, "node_modules/@esbuild/win32-ia32": { - "version": "0.25.4", - "integrity": "sha1-QQhC5dZtTs4XV2NOKXqHY164L3o=", + "version": "0.25.6", + "integrity": "sha1-smDp33Hjk56zOSUHbTn2POx9FSU=", "cpu": [ "ia32" ], @@ -583,8 +636,8 @@ } }, "node_modules/@esbuild/win32-x64": { - "version": "0.25.4", - "integrity": "sha1-CxfsinCyOFgn1SMUwSUxYKC5usw=", + "version": "0.25.6", + "integrity": "sha1-Qnbt1cEFvCixHGofdvudKdG9JcE=", "cpu": [ "x64" ], @@ -615,6 +668,18 @@ "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0" } }, + "node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": { + "version": "3.4.3", + "integrity": "sha1-DNcv6FUOPC6uFWqWpN3c0cisWAA=", + "license": "Apache-2.0", + "optional": true, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, "node_modules/@eslint-community/regexpp": { "version": "4.12.1", "integrity": "sha1-z8bP/jnfOQo4Qc3iq8z5Lqp64OA=", @@ -625,8 +690,8 @@ } }, "node_modules/@eslint/config-array": { - "version": "0.20.0", - "integrity": "sha512-fxlS1kkIjx8+vy2SjuCB94q3htSNrufYTXubwiBFeaQHbH6Ipi43gFJq2zCMt6PHhImH3Xmr0NksKDvchWlpQQ==", + "version": "0.21.0", + "integrity": "sha1-q9vL0WsSTGOAgXZjkqTWtQn3JjY=", "license": "Apache-2.0", "optional": true, "dependencies": { @@ -639,8 +704,8 @@ } }, "node_modules/@eslint/config-array/node_modules/brace-expansion": { - "version": "1.1.11", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "version": "1.1.12", + "integrity": "sha1-q5tFRGblqMw6GHvqrVgEEqnFuEM=", "license": "MIT", "optional": true, "dependencies": { @@ -650,7 +715,7 @@ }, "node_modules/@eslint/config-array/node_modules/minimatch": { "version": "3.1.2", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "integrity": "sha1-Gc0ZS/0+Qo8EmnCBfAONiatL41s=", "license": "ISC", "optional": true, "dependencies": { @@ -661,8 +726,8 @@ } }, "node_modules/@eslint/config-helpers": { - "version": "0.2.2", - "integrity": "sha512-+GPzk8PlG0sPpzdU5ZvIRMPidzAnZDl/s9L+y13iodqvb8leL53bTannOrQ/Im7UkpsmFU5Ily5U60LWixnmLg==", + "version": "0.3.0", + "integrity": "sha1-PgmpDfuH4ABcdpR5HljpcHcnEoY=", "license": "Apache-2.0", "optional": true, "engines": { @@ -670,8 +735,8 @@ } }, "node_modules/@eslint/core": { - "version": "0.13.0", - "integrity": "sha512-yfkgDw1KR66rkT5A8ci4irzDysN7FRpq3ttJolR88OqQikAWqwA8j5VZyas+vjyBNFIJ7MfybJ9plMILI2UrCw==", + "version": "0.14.0", + "integrity": "sha1-MmKJOAlo6vfpbzZOHkz4863y0AM=", "license": "Apache-2.0", "optional": true, "dependencies": { @@ -683,7 +748,7 @@ }, "node_modules/@eslint/eslintrc": { "version": "3.3.1", - "integrity": "sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==", + "integrity": "sha1-5V9/HdQAYA3QZtu6NJxMC6yRaWQ=", "license": "MIT", "optional": true, "dependencies": { @@ -704,9 +769,31 @@ "url": "https://opencollective.com/eslint" } }, + "node_modules/@eslint/eslintrc/node_modules/ajv": { + "version": "6.12.6", + "integrity": "sha1-uvWmLoArB9l3A0WG+MO69a3ybfQ=", + "license": "MIT", + "optional": true, + "dependencies": { + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/@eslint/eslintrc/node_modules/argparse": { + "version": "2.0.1", + "integrity": "sha1-JG9Q88p4oyQPbJl+ipvR6sSeSzg=", + "license": "Python-2.0", + "optional": true + }, "node_modules/@eslint/eslintrc/node_modules/brace-expansion": { - "version": "1.1.11", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "version": "1.1.12", + "integrity": "sha1-q5tFRGblqMw6GHvqrVgEEqnFuEM=", "license": "MIT", "optional": true, "dependencies": { @@ -714,18 +801,27 @@ "concat-map": "0.0.1" } }, - "node_modules/@eslint/eslintrc/node_modules/ignore": { - "version": "5.3.2", - "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==", + "node_modules/@eslint/eslintrc/node_modules/js-yaml": { + "version": "4.1.0", + "integrity": "sha1-wftl+PUBeQHN0slRhkuhhFihBgI=", "license": "MIT", "optional": true, - "engines": { - "node": ">= 4" + "dependencies": { + "argparse": "^2.0.1" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" } }, + "node_modules/@eslint/eslintrc/node_modules/json-schema-traverse": { + "version": "0.4.1", + "integrity": "sha1-afaofZUTq4u4/mO9sJecRI5oRmA=", + "license": "MIT", + "optional": true + }, "node_modules/@eslint/eslintrc/node_modules/minimatch": { "version": "3.1.2", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "integrity": "sha1-Gc0ZS/0+Qo8EmnCBfAONiatL41s=", "license": "ISC", "optional": true, "dependencies": { @@ -736,17 +832,20 @@ } }, "node_modules/@eslint/js": { - "version": "9.26.0", - "integrity": "sha512-I9XlJawFdSMvWjDt6wksMCrgns5ggLNfFwFvnShsleWruvXM514Qxk8V246efTw+eo9JABvVz+u3q2RiAowKxQ==", + "version": "9.30.1", + "integrity": "sha1-6+ndUqODRXhMSGMAF1ooxgE8CI0=", "license": "MIT", "optional": true, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "url": "https://eslint.org/donate" } }, "node_modules/@eslint/object-schema": { "version": "2.1.6", - "integrity": "sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==", + "integrity": "sha1-WDaatbWzyhF4gMD2wLDzL2lQ8k8=", "license": "Apache-2.0", "optional": true, "engines": { @@ -754,21 +853,33 @@ } }, "node_modules/@eslint/plugin-kit": { - "version": "0.2.8", - "integrity": "sha512-ZAoA40rNMPwSm+AeHpCq8STiNAwzWLJuP8Xv4CHIc9wv/PSuExjMrmjfYNj682vW0OOiZ1HKxzvjQr9XZIisQA==", + "version": "0.3.3", + "integrity": "sha1-MpJrWb1AfVjYF5QeSLKnBJNZsf0=", "license": "Apache-2.0", "optional": true, "dependencies": { - "@eslint/core": "^0.13.0", + "@eslint/core": "^0.15.1", "levn": "^0.4.1" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" } }, + "node_modules/@eslint/plugin-kit/node_modules/@eslint/core": { + "version": "0.15.1", + "integrity": "sha1-1TDUQgnL/i+C74bWugh2AZbdO2A=", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@types/json-schema": "^7.0.15" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + } + }, "node_modules/@humanfs/core": { "version": "0.19.1", - "integrity": "sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==", + "integrity": "sha1-F8Vcp9Qmcz/jxWGQa4Fzwza0Cnc=", "license": "Apache-2.0", "optional": true, "engines": { @@ -777,7 +888,7 @@ }, "node_modules/@humanfs/node": { "version": "0.16.6", - "integrity": "sha512-YuI2ZHQL78Q5HbhDiBA1X4LmYdXCKCMQIfw0pw7piHJwyREFebJUvrQN4cMssyES6x+vfUbx1CIpaQUKYdQZOw==", + "integrity": "sha1-7ioQ6qvRExmHvwSI/ZuCAXTNdl4=", "license": "Apache-2.0", "optional": true, "dependencies": { @@ -790,7 +901,7 @@ }, "node_modules/@humanfs/node/node_modules/@humanwhocodes/retry": { "version": "0.3.1", - "integrity": "sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA==", + "integrity": "sha1-xypcdqn7rzSI4jGxPcUsDae6tCo=", "license": "Apache-2.0", "optional": true, "engines": { @@ -816,7 +927,7 @@ }, "node_modules/@humanwhocodes/retry": { "version": "0.4.3", - "integrity": "sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==", + "integrity": "sha1-wrnS43TuYsWG062+qHGZsdenpro=", "license": "Apache-2.0", "optional": true, "engines": { @@ -827,6 +938,27 @@ "url": "https://github.com/sponsors/nzakas" } }, + "node_modules/@isaacs/balanced-match": { + "version": "4.0.1", + "integrity": "sha1-MIHa28NGBmG3UedZHX+upd853Sk=", + "dev": true, + "license": "MIT", + "engines": { + "node": "20 || >=22" + } + }, + "node_modules/@isaacs/brace-expansion": { + "version": "5.0.0", + "integrity": "sha1-Sz2rq32OdaQpQUqWvWe/TB0T4PM=", + "dev": true, + "license": "MIT", + "dependencies": { + "@isaacs/balanced-match": "^4.0.1" + }, + "engines": { + "node": "20 || >=22" + } + }, "node_modules/@isaacs/cliui": { "version": "8.0.2", "integrity": "sha1-s3Znt7wYHBaHgiWbq0JHT79StVA=", @@ -844,36 +976,32 @@ "node": ">=12" } }, - "node_modules/@isaacs/cliui/node_modules/ansi-regex": { - "version": "6.1.0", - "integrity": "sha1-lexAnGlhnWyxuLNPFLZg7yjr1lQ=", + "node_modules/@isaacs/cliui/node_modules/emoji-regex": { + "version": "9.2.2", + "integrity": "sha1-hAyIA7DYBH9P8M+WMXazLU7z7XI=", "devOptional": true, - "license": "MIT", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/chalk/ansi-regex?sponsor=1" - } + "license": "MIT" }, - "node_modules/@isaacs/cliui/node_modules/strip-ansi": { - "version": "7.1.0", - "integrity": "sha1-1bZWjKaJ2FYTcLBwdoXSJDT6/0U=", + "node_modules/@isaacs/cliui/node_modules/string-width": { + "version": "5.1.2", + "integrity": "sha1-FPja7G2B5yIdKjV+Zoyrc728p5Q=", "devOptional": true, "license": "MIT", "dependencies": { - "ansi-regex": "^6.0.1" + "eastasianwidth": "^0.2.0", + "emoji-regex": "^9.2.2", + "strip-ansi": "^7.0.1" }, "engines": { "node": ">=12" }, "funding": { - "url": "https://github.com/chalk/strip-ansi?sponsor=1" + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/@istanbuljs/schema": { "version": "0.1.3", - "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==", + "integrity": "sha1-5F44TkuOwWvOL9kDr3hFD2v37Jg=", "license": "MIT", "optional": true, "engines": { @@ -882,7 +1010,7 @@ }, "node_modules/@jridgewell/resolve-uri": { "version": "3.1.2", - "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", + "integrity": "sha1-eg7mAfYPmaIMfHxf8MgDiMEYm9Y=", "license": "MIT", "optional": true, "engines": { @@ -890,14 +1018,14 @@ } }, "node_modules/@jridgewell/sourcemap-codec": { - "version": "1.5.0", - "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==", + "version": "1.5.4", + "integrity": "sha1-c1gENDOy5dpWmqAsvEwSHaOvJ9c=", "license": "MIT", "optional": true }, "node_modules/@jridgewell/trace-mapping": { - "version": "0.3.25", - "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==", + "version": "0.3.29", + "integrity": "sha1-pY0x6q2vksZpVoCy4dRkqbj79/w=", "license": "MIT", "optional": true, "dependencies": { @@ -906,11 +1034,11 @@ } }, "node_modules/@microsoft/1ds-core-js": { - "version": "4.3.7", - "integrity": "sha1-FJxFFfZdj+8/rUFHBAPCXyjBtTg=", + "version": "4.3.9", + "integrity": "sha1-kSqK1QiFFPBodHO6ePD2rPf2eZE=", "license": "MIT", "dependencies": { - "@microsoft/applicationinsights-core-js": "3.3.7", + "@microsoft/applicationinsights-core-js": "3.3.9", "@microsoft/applicationinsights-shims": "3.0.1", "@microsoft/dynamicproto-js": "^2.0.3", "@nevware21/ts-async": ">= 0.5.4 < 2.x", @@ -918,11 +1046,11 @@ } }, "node_modules/@microsoft/1ds-post-js": { - "version": "4.3.7", - "integrity": "sha1-WZMmulgiDEvJ15mv6qpIUTYMOmI=", + "version": "4.3.9", + "integrity": "sha1-LSzc16kSzWw6x14Fd/6XasSK6Ys=", "license": "MIT", "dependencies": { - "@microsoft/1ds-core-js": "4.3.7", + "@microsoft/1ds-core-js": "4.3.9", "@microsoft/applicationinsights-shims": "3.0.1", "@microsoft/dynamicproto-js": "^2.0.3", "@nevware21/ts-async": ">= 0.5.4 < 2.x", @@ -930,12 +1058,12 @@ } }, "node_modules/@microsoft/applicationinsights-channel-js": { - "version": "3.3.7", - "integrity": "sha1-L2bpGOKmpj04dFVHVTV+B4iAwoM=", + "version": "3.3.9", + "integrity": "sha1-QN0OaXRLduCae9ub2sHOMVCOha4=", "license": "MIT", "dependencies": { - "@microsoft/applicationinsights-common": "3.3.7", - "@microsoft/applicationinsights-core-js": "3.3.7", + "@microsoft/applicationinsights-common": "3.3.9", + "@microsoft/applicationinsights-core-js": "3.3.9", "@microsoft/applicationinsights-shims": "3.0.1", "@microsoft/dynamicproto-js": "^2.0.3", "@nevware21/ts-async": ">= 0.5.4 < 2.x", @@ -946,11 +1074,11 @@ } }, "node_modules/@microsoft/applicationinsights-common": { - "version": "3.3.7", - "integrity": "sha1-9DMqFxRh6rcEnAMuhWsFxCORQoE=", + "version": "3.3.9", + "integrity": "sha1-IZP6OgZT5ryUeTB7+W5dp32WEUI=", "license": "MIT", "dependencies": { - "@microsoft/applicationinsights-core-js": "3.3.7", + "@microsoft/applicationinsights-core-js": "3.3.9", "@microsoft/applicationinsights-shims": "3.0.1", "@microsoft/dynamicproto-js": "^2.0.3", "@nevware21/ts-utils": ">= 0.11.8 < 2.x" @@ -960,8 +1088,8 @@ } }, "node_modules/@microsoft/applicationinsights-core-js": { - "version": "3.3.7", - "integrity": "sha1-K1qgXl8bq9kIctqkzhIHU5gHxrE=", + "version": "3.3.9", + "integrity": "sha1-OpijcfM1njy22QKOHmlDUqYUNiI=", "license": "MIT", "dependencies": { "@microsoft/applicationinsights-shims": "3.0.1", @@ -982,13 +1110,13 @@ } }, "node_modules/@microsoft/applicationinsights-web-basic": { - "version": "3.3.7", - "integrity": "sha1-k+LmSE7JmUgmWI+aROu84lQs2uU=", + "version": "3.3.9", + "integrity": "sha1-fHT3Q8NvMpI8tgOb6oyn+jmIhHY=", "license": "MIT", "dependencies": { - "@microsoft/applicationinsights-channel-js": "3.3.7", - "@microsoft/applicationinsights-common": "3.3.7", - "@microsoft/applicationinsights-core-js": "3.3.7", + "@microsoft/applicationinsights-channel-js": "3.3.9", + "@microsoft/applicationinsights-common": "3.3.9", + "@microsoft/applicationinsights-core-js": "3.3.9", "@microsoft/applicationinsights-shims": "3.0.1", "@microsoft/dynamicproto-js": "^2.0.3", "@nevware21/ts-async": ">= 0.5.4 < 2.x", @@ -1006,27 +1134,6 @@ "@nevware21/ts-utils": ">= 0.10.4 < 2.x" } }, - "node_modules/@modelcontextprotocol/sdk": { - "version": "1.11.2", - "integrity": "sha512-H9vwztj5OAqHg9GockCQC06k1natgcxWQSRpQcPJf6i5+MWBzfKkRtxGbjQf0X2ihii0ffLZCRGbYV2f2bjNCQ==", - "license": "MIT", - "optional": true, - "dependencies": { - "content-type": "^1.0.5", - "cors": "^2.8.5", - "cross-spawn": "^7.0.3", - "eventsource": "^3.0.2", - "express": "^5.0.1", - "express-rate-limit": "^7.5.0", - "pkce-challenge": "^5.0.0", - "raw-body": "^3.0.0", - "zod": "^3.23.8", - "zod-to-json-schema": "^3.24.1" - }, - "engines": { - "node": ">=18" - } - }, "node_modules/@nevware21/ts-async": { "version": "0.5.4", "integrity": "sha1-UvhEndCzsWqjF6GLRmL2+xOhNfE=", @@ -1036,15 +1143,15 @@ } }, "node_modules/@nevware21/ts-utils": { - "version": "0.12.3", - "integrity": "sha1-Rh/QUF/VeUh8hLNjzbtWvmFUid0=", + "version": "0.12.5", + "integrity": "sha1-/jPBDRGui3JMyqox0tAQnRhgHaY=", "license": "MIT" }, "node_modules/@nodelib/fs.scandir": { "version": "2.1.5", "integrity": "sha1-dhnC6yGyVIP20WdUi0z9WnSIw9U=", + "devOptional": true, "license": "MIT", - "optional": true, "dependencies": { "@nodelib/fs.stat": "2.0.5", "run-parallel": "^1.1.9" @@ -1056,8 +1163,8 @@ "node_modules/@nodelib/fs.stat": { "version": "2.0.5", "integrity": "sha1-W9Jir5Tp0lvR5xsF3u1Eh2oiLos=", + "devOptional": true, "license": "MIT", - "optional": true, "engines": { "node": ">= 8" } @@ -1065,8 +1172,8 @@ "node_modules/@nodelib/fs.walk": { "version": "1.2.8", "integrity": "sha1-6Vc36LtnRt3t9pxVaVNJTxlv5po=", + "devOptional": true, "license": "MIT", - "optional": true, "dependencies": { "@nodelib/fs.scandir": "2.1.5", "fastq": "^1.6.0" @@ -1084,6 +1191,179 @@ "node": ">=14" } }, + "node_modules/@secretlint/config-creator": { + "version": "10.2.0", + "integrity": "sha1-X98pVw5c8bqlQ2d7PCyKkJMQUkQ=", + "dev": true, + "license": "MIT", + "dependencies": { + "@secretlint/types": "^10.2.0" + }, + "engines": { + "node": ">=20.0.0" + } + }, + "node_modules/@secretlint/config-loader": { + "version": "10.2.0", + "integrity": "sha1-dr/WmQthMiH5z+w+pWZl98hXUzs=", + "dev": true, + "license": "MIT", + "dependencies": { + "@secretlint/profiler": "^10.2.0", + "@secretlint/resolver": "^10.2.0", + "@secretlint/types": "^10.2.0", + "ajv": "^8.17.1", + "debug": "^4.4.1", + "rc-config-loader": "^4.1.3" + }, + "engines": { + "node": ">=20.0.0" + } + }, + "node_modules/@secretlint/core": { + "version": "10.2.0", + "integrity": "sha1-3byBlaKY/As0iGDwRxHsmCgemgs=", + "dev": true, + "license": "MIT", + "dependencies": { + "@secretlint/profiler": "^10.2.0", + "@secretlint/types": "^10.2.0", + "debug": "^4.4.1", + "structured-source": "^4.0.0" + }, + "engines": { + "node": ">=20.0.0" + } + }, + "node_modules/@secretlint/formatter": { + "version": "10.2.0", + "integrity": "sha1-NKTDYnpz8XjSPfbfwML4d4s2rIY=", + "dev": true, + "license": "MIT", + "dependencies": { + "@secretlint/resolver": "^10.2.0", + "@secretlint/types": "^10.2.0", + "@textlint/linter-formatter": "^15.1.0", + "@textlint/module-interop": "^15.1.0", + "@textlint/types": "^15.1.0", + "chalk": "^5.4.1", + "debug": "^4.4.1", + "pluralize": "^8.0.0", + "strip-ansi": "^7.1.0", + "table": "^6.9.0", + "terminal-link": "^4.0.0" + }, + "engines": { + "node": ">=20.0.0" + } + }, + "node_modules/@secretlint/formatter/node_modules/chalk": { + "version": "5.4.1", + "integrity": "sha1-G0i/CWPsFY3OKqz2nAk64t0gktg=", + "dev": true, + "license": "MIT", + "engines": { + "node": "^12.17.0 || ^14.13 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/@secretlint/node": { + "version": "10.2.0", + "integrity": "sha1-Rvv0eJwNQlmZcLSNS7hL+Xaq+xg=", + "dev": true, + "license": "MIT", + "dependencies": { + "@secretlint/config-loader": "^10.2.0", + "@secretlint/core": "^10.2.0", + "@secretlint/formatter": "^10.2.0", + "@secretlint/profiler": "^10.2.0", + "@secretlint/source-creator": "^10.2.0", + "@secretlint/types": "^10.2.0", + "debug": "^4.4.1", + "p-map": "^7.0.3" + }, + "engines": { + "node": ">=20.0.0" + } + }, + "node_modules/@secretlint/profiler": { + "version": "10.2.0", + "integrity": "sha1-81+mpl61hC3XSZQXwFjwLoIY9H8=", + "dev": true, + "license": "MIT" + }, + "node_modules/@secretlint/resolver": { + "version": "10.2.0", + "integrity": "sha1-LDM1ekfb//nXvAj0KCgICqZDKxA=", + "dev": true, + "license": "MIT" + }, + "node_modules/@secretlint/secretlint-formatter-sarif": { + "version": "10.2.0", + "integrity": "sha1-2QXAS2Xbz2IUbvDFguGqiw4WEPw=", + "dev": true, + "license": "MIT", + "dependencies": { + "node-sarif-builder": "^3.2.0" + } + }, + "node_modules/@secretlint/secretlint-rule-no-dotenv": { + "version": "10.2.0", + "integrity": "sha1-SkK4bvTsPmL7BEQktXIkHYtE5qk=", + "dev": true, + "license": "MIT", + "dependencies": { + "@secretlint/types": "^10.2.0" + }, + "engines": { + "node": ">=20.0.0" + } + }, + "node_modules/@secretlint/secretlint-rule-preset-recommend": { + "version": "10.2.0", + "integrity": "sha1-OYdEzJuCVrZBAIutkaDMhmnkBT4=", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=20.0.0" + } + }, + "node_modules/@secretlint/source-creator": { + "version": "10.2.0", + "integrity": "sha1-VCbLX9noEtNdlwccdauwAgmaGUs=", + "dev": true, + "license": "MIT", + "dependencies": { + "@secretlint/types": "^10.2.0", + "istextorbinary": "^9.5.0" + }, + "engines": { + "node": ">=20.0.0" + } + }, + "node_modules/@secretlint/types": { + "version": "10.2.0", + "integrity": "sha1-C81qd+QkhT1ISUYH5b5DIhUr1Rs=", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=20.0.0" + } + }, + "node_modules/@sindresorhus/merge-streams": { + "version": "2.3.0", + "integrity": "sha1-cZ33+0F2a8FDNp6qDdVtjch8mVg=", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/@sinonjs/commons": { "version": "3.0.1", "integrity": "sha1-ECk1fkTKkBphVYX20nc428iQhM0=", @@ -1128,25 +1408,101 @@ "license": "(Unlicense OR Apache-2.0)", "optional": true }, - "node_modules/@types/estree": { - "version": "1.0.7", - "integrity": "sha512-w28IoSUCJpidD/TGviZwwMJckNESJZXFu7NBZ5YJ4mEUnNraUn9Pm8HSZm/jDF1pDWYKspWE7oVphigUPRakIQ==", - "license": "MIT", - "optional": true + "node_modules/@textlint/ast-node-types": { + "version": "15.2.0", + "integrity": "sha1-IuSUaEDRkVL8c+bown180AXNUck=", + "dev": true, + "license": "MIT" }, - "node_modules/@types/istanbul-lib-coverage": { - "version": "2.0.6", - "integrity": "sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w==", + "node_modules/@textlint/linter-formatter": { + "version": "15.2.0", + "integrity": "sha1-1Eer6KlqTnMnMvYx/Cl7KQmfEe8=", + "dev": true, "license": "MIT", - "optional": true + "dependencies": { + "@azu/format-text": "^1.0.2", + "@azu/style-format": "^1.0.1", + "@textlint/module-interop": "15.2.0", + "@textlint/resolver": "15.2.0", + "@textlint/types": "15.2.0", + "chalk": "^4.1.2", + "debug": "^4.4.1", + "js-yaml": "^3.14.1", + "lodash": "^4.17.21", + "pluralize": "^2.0.0", + "string-width": "^4.2.3", + "strip-ansi": "^6.0.1", + "table": "^6.9.0", + "text-table": "^0.2.0" + } }, - "node_modules/@types/json-schema": { - "version": "7.0.15", - "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==", + "node_modules/@textlint/linter-formatter/node_modules/ansi-regex": { + "version": "5.0.1", + "integrity": "sha1-CCyyyJyf6GWaMRpTvWpNxTAdswQ=", + "dev": true, "license": "MIT", - "optional": true - }, - "node_modules/@types/mocha": { + "engines": { + "node": ">=8" + } + }, + "node_modules/@textlint/linter-formatter/node_modules/pluralize": { + "version": "2.0.0", + "integrity": "sha1-crcmqm+sHt7uQiVsfY3CVrM1Z38=", + "dev": true, + "license": "MIT" + }, + "node_modules/@textlint/linter-formatter/node_modules/strip-ansi": { + "version": "6.0.1", + "integrity": "sha1-nibGPTD1NEPpSJSVshBdN7Z6hdk=", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@textlint/module-interop": { + "version": "15.2.0", + "integrity": "sha1-DWRIaS5nbCm5jM7A7cYBhTXdLdw=", + "dev": true, + "license": "MIT" + }, + "node_modules/@textlint/resolver": { + "version": "15.2.0", + "integrity": "sha1-YeCdiui3Uhj7Tns5zPesHnIW4Kk=", + "dev": true, + "license": "MIT" + }, + "node_modules/@textlint/types": { + "version": "15.2.0", + "integrity": "sha1-C9Wm++Tbwj1SbYtFJ80vUQVjMiE=", + "dev": true, + "license": "MIT", + "dependencies": { + "@textlint/ast-node-types": "15.2.0" + } + }, + "node_modules/@types/estree": { + "version": "1.0.8", + "integrity": "sha1-lYuRyZGxhnztMYvt6g4hXuBQcm4=", + "license": "MIT", + "optional": true + }, + "node_modules/@types/istanbul-lib-coverage": { + "version": "2.0.6", + "integrity": "sha1-dznCMqH+6bTTzomF8xTAxtM1Sdc=", + "license": "MIT", + "optional": true + }, + "node_modules/@types/json-schema": { + "version": "7.0.15", + "integrity": "sha1-WWoXRyM2lNUPatinhp/Lb1bPWEE=", + "license": "MIT", + "optional": true + }, + "node_modules/@types/mocha": { "version": "10.0.10", "integrity": "sha1-kfYpBejSPL1mIlMS8jlFSiO+v6A=", "license": "MIT", @@ -1162,12 +1518,12 @@ } }, "node_modules/@types/node": { - "version": "20.17.47", - "integrity": "sha1-+cs3WZP//a5gnI4X0rPdjTxL+hQ=", + "version": "20.19.6", + "integrity": "sha1-zwu3F3a7Bh5wC23mjg5TG1Vw9q4=", "license": "MIT", "optional": true, "dependencies": { - "undici-types": "~6.19.2" + "undici-types": "~6.21.0" } }, "node_modules/@types/node-fetch": { @@ -1180,6 +1536,18 @@ "form-data": "^4.0.0" } }, + "node_modules/@types/normalize-package-data": { + "version": "2.4.4", + "integrity": "sha1-VuLMJsOXwDj6sOOpF6EtXFkJ6QE=", + "dev": true, + "license": "MIT" + }, + "node_modules/@types/sarif": { + "version": "2.1.7", + "integrity": "sha1-2rTRa6dWjphGxFSodk8zxdmOVSQ=", + "dev": true, + "license": "MIT" + }, "node_modules/@types/semver": { "version": "7.7.0", "integrity": "sha1-ZMRBva4DOzeLbu99DD13wym5N44=", @@ -1220,16 +1588,16 @@ "optional": true }, "node_modules/@typescript-eslint/eslint-plugin": { - "version": "8.32.1", - "integrity": "sha1-kYWz6qOwg9gxiRDhLVbGizxPRbQ=", + "version": "8.36.0", + "integrity": "sha1-iAzid/ijDM9TnsAnrKwVcIjxMa4=", "license": "MIT", "optional": true, "dependencies": { "@eslint-community/regexpp": "^4.10.0", - "@typescript-eslint/scope-manager": "8.32.1", - "@typescript-eslint/type-utils": "8.32.1", - "@typescript-eslint/utils": "8.32.1", - "@typescript-eslint/visitor-keys": "8.32.1", + "@typescript-eslint/scope-manager": "8.36.0", + "@typescript-eslint/type-utils": "8.36.0", + "@typescript-eslint/utils": "8.36.0", + "@typescript-eslint/visitor-keys": "8.36.0", "graphemer": "^1.4.0", "ignore": "^7.0.0", "natural-compare": "^1.4.0", @@ -1243,21 +1611,30 @@ "url": "https://opencollective.com/typescript-eslint" }, "peerDependencies": { - "@typescript-eslint/parser": "^8.0.0 || ^8.0.0-alpha.0", + "@typescript-eslint/parser": "^8.36.0", "eslint": "^8.57.0 || ^9.0.0", "typescript": ">=4.8.4 <5.9.0" } }, + "node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore": { + "version": "7.0.5", + "integrity": "sha1-TLX2zX1MerA2VzjHrqiIuqbX79k=", + "license": "MIT", + "optional": true, + "engines": { + "node": ">= 4" + } + }, "node_modules/@typescript-eslint/parser": { - "version": "8.32.1", - "integrity": "sha1-GLDlMxXgvCKyYZ05iuSaloNwk14=", + "version": "8.36.0", + "integrity": "sha1-ADAH/iAwATk2tmNLnPUsRX027UI=", "license": "MIT", "optional": true, "dependencies": { - "@typescript-eslint/scope-manager": "8.32.1", - "@typescript-eslint/types": "8.32.1", - "@typescript-eslint/typescript-estree": "8.32.1", - "@typescript-eslint/visitor-keys": "8.32.1", + "@typescript-eslint/scope-manager": "8.36.0", + "@typescript-eslint/types": "8.36.0", + "@typescript-eslint/typescript-estree": "8.36.0", + "@typescript-eslint/visitor-keys": "8.36.0", "debug": "^4.3.4" }, "engines": { @@ -1272,14 +1649,35 @@ "typescript": ">=4.8.4 <5.9.0" } }, + "node_modules/@typescript-eslint/project-service": { + "version": "8.36.0", + "integrity": "sha1-DErNy+VkdqQ82rqsHwiBlCSjef0=", + "license": "MIT", + "optional": true, + "dependencies": { + "@typescript-eslint/tsconfig-utils": "^8.36.0", + "@typescript-eslint/types": "^8.36.0", + "debug": "^4.3.4" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "typescript": ">=4.8.4 <5.9.0" + } + }, "node_modules/@typescript-eslint/scope-manager": { - "version": "8.32.1", - "integrity": "sha1-mmv1+yxTgOFP6dOMysbku+F+ivw=", + "version": "8.36.0", + "integrity": "sha1-I+QZbtB9fqNzelhPvryaecODUWg=", "license": "MIT", "optional": true, "dependencies": { - "@typescript-eslint/types": "8.32.1", - "@typescript-eslint/visitor-keys": "8.32.1" + "@typescript-eslint/types": "8.36.0", + "@typescript-eslint/visitor-keys": "8.36.0" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -1289,14 +1687,30 @@ "url": "https://opencollective.com/typescript-eslint" } }, + "node_modules/@typescript-eslint/tsconfig-utils": { + "version": "8.36.0", + "integrity": "sha1-Y++KIK6bV1TGzqy+h7L+GqsSuhM=", + "license": "MIT", + "optional": true, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "typescript": ">=4.8.4 <5.9.0" + } + }, "node_modules/@typescript-eslint/type-utils": { - "version": "8.32.1", - "integrity": "sha1-uSkqRfaezbfbdNFpblfRqJUU0h4=", + "version": "8.36.0", + "integrity": "sha1-FrCSwsu7VUn2pN8TgqSBWGhQUC8=", "license": "MIT", "optional": true, "dependencies": { - "@typescript-eslint/typescript-estree": "8.32.1", - "@typescript-eslint/utils": "8.32.1", + "@typescript-eslint/typescript-estree": "8.36.0", + "@typescript-eslint/utils": "8.36.0", "debug": "^4.3.4", "ts-api-utils": "^2.1.0" }, @@ -1313,8 +1727,8 @@ } }, "node_modules/@typescript-eslint/types": { - "version": "8.32.1", - "integrity": "sha1-sZ/krA3Agxe64M6ewRaBI1dsHUs=", + "version": "8.36.0", + "integrity": "sha1-09GErcKJnikSwTsXwVkEhu83x6w=", "license": "MIT", "optional": true, "engines": { @@ -1326,13 +1740,15 @@ } }, "node_modules/@typescript-eslint/typescript-estree": { - "version": "8.32.1", - "integrity": "sha1-kCNyDKTs9PWcJ1oFtf7WmxJ2+s4=", + "version": "8.36.0", + "integrity": "sha1-NEhX+nn3FxU2lVSjy7a0/4aVp7w=", "license": "MIT", "optional": true, "dependencies": { - "@typescript-eslint/types": "8.32.1", - "@typescript-eslint/visitor-keys": "8.32.1", + "@typescript-eslint/project-service": "8.36.0", + "@typescript-eslint/tsconfig-utils": "8.36.0", + "@typescript-eslint/types": "8.36.0", + "@typescript-eslint/visitor-keys": "8.36.0", "debug": "^4.3.4", "fast-glob": "^3.3.2", "is-glob": "^4.0.3", @@ -1352,15 +1768,15 @@ } }, "node_modules/@typescript-eslint/utils": { - "version": "8.32.1", - "integrity": "sha1-TW1dKbnlGemoXpp06fe9tYq+lwQ=", + "version": "8.36.0", + "integrity": "sha1-LJr1KS8U4KpLDpx6wEBq+vspms8=", "license": "MIT", "optional": true, "dependencies": { "@eslint-community/eslint-utils": "^4.7.0", - "@typescript-eslint/scope-manager": "8.32.1", - "@typescript-eslint/types": "8.32.1", - "@typescript-eslint/typescript-estree": "8.32.1" + "@typescript-eslint/scope-manager": "8.36.0", + "@typescript-eslint/types": "8.36.0", + "@typescript-eslint/typescript-estree": "8.36.0" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -1375,13 +1791,13 @@ } }, "node_modules/@typescript-eslint/visitor-keys": { - "version": "8.32.1", - "integrity": "sha1-QyE5XMVcLrRgNsu7A+EBmU0R3co=", + "version": "8.36.0", + "integrity": "sha1-fca6TdA3l56zo73SCTqjYEu3NnQ=", "license": "MIT", "optional": true, "dependencies": { - "@typescript-eslint/types": "8.32.1", - "eslint-visitor-keys": "^4.2.0" + "@typescript-eslint/types": "8.36.0", + "eslint-visitor-keys": "^4.2.1" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -1391,21 +1807,9 @@ "url": "https://opencollective.com/typescript-eslint" } }, - "node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys": { - "version": "4.2.0", - "integrity": "sha1-aHussq+IT83aim59ZcYG9GoUzUU=", - "license": "Apache-2.0", - "optional": true, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" - } - }, "node_modules/@typespec/ts-http-runtime": { - "version": "0.2.2", - "integrity": "sha1-oMdFjtmarm1+si78F6g5zsC0obM=", + "version": "0.2.3", + "integrity": "sha1-WleWWIugULV72liFJpfWFzN3tkc=", "dev": true, "license": "MIT", "dependencies": { @@ -1444,7 +1848,7 @@ }, "node_modules/@vscode/test-cli": { "version": "0.0.10", - "integrity": "sha512-B0mMH4ia+MOOtwNiLi79XhA+MLmUItIC8FckEuKrVAVriIuSWjt7vv4+bF8qVFiNFe4QRfzPaIZk39FZGWEwHA==", + "integrity": "sha1-NfDoHC4P+NrOsiPpnRtlMGwVgiw=", "license": "MIT", "optional": true, "dependencies": { @@ -1465,337 +1869,9 @@ "node": ">=18" } }, - "node_modules/@vscode/test-cli/node_modules/ansi-styles": { - "version": "4.3.0", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "license": "MIT", - "optional": true, - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/@vscode/test-cli/node_modules/chokidar": { - "version": "3.6.0", - "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==", - "license": "MIT", - "optional": true, - "dependencies": { - "anymatch": "~3.1.2", - "braces": "~3.0.2", - "glob-parent": "~5.1.2", - "is-binary-path": "~2.1.0", - "is-glob": "~4.0.1", - "normalize-path": "~3.0.0", - "readdirp": "~3.6.0" - }, - "engines": { - "node": ">= 8.10.0" - }, - "funding": { - "url": "https://paulmillr.com/funding/" - }, - "optionalDependencies": { - "fsevents": "~2.3.2" - } - }, - "node_modules/@vscode/test-cli/node_modules/cliui": { - "version": "7.0.4", - "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", - "license": "ISC", - "optional": true, - "dependencies": { - "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", - "wrap-ansi": "^7.0.0" - } - }, - "node_modules/@vscode/test-cli/node_modules/color-convert": { - "version": "2.0.1", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "license": "MIT", - "optional": true, - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/@vscode/test-cli/node_modules/color-name": { - "version": "1.1.4", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "license": "MIT", - "optional": true - }, - "node_modules/@vscode/test-cli/node_modules/emoji-regex": { - "version": "8.0.0", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", - "license": "MIT", - "optional": true - }, - "node_modules/@vscode/test-cli/node_modules/escape-string-regexp": { - "version": "4.0.0", - "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", - "license": "MIT", - "optional": true, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/@vscode/test-cli/node_modules/glob": { - "version": "10.4.5", - "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==", - "license": "ISC", - "optional": true, - "dependencies": { - "foreground-child": "^3.1.0", - "jackspeak": "^3.1.2", - "minimatch": "^9.0.4", - "minipass": "^7.1.2", - "package-json-from-dist": "^1.0.0", - "path-scurry": "^1.11.1" - }, - "bin": { - "glob": "dist/esm/bin.mjs" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/@vscode/test-cli/node_modules/glob-parent": { - "version": "5.1.2", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", - "license": "ISC", - "optional": true, - "dependencies": { - "is-glob": "^4.0.1" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/@vscode/test-cli/node_modules/has-flag": { - "version": "4.0.0", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "license": "MIT", - "optional": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/@vscode/test-cli/node_modules/jackspeak": { - "version": "3.4.3", - "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==", - "license": "BlueOak-1.0.0", - "optional": true, - "dependencies": { - "@isaacs/cliui": "^8.0.2" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - }, - "optionalDependencies": { - "@pkgjs/parseargs": "^0.11.0" - } - }, - "node_modules/@vscode/test-cli/node_modules/lru-cache": { - "version": "10.4.3", - "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", - "license": "ISC", - "optional": true - }, - "node_modules/@vscode/test-cli/node_modules/mocha": { - "version": "10.8.2", - "integrity": "sha512-VZlYo/WE8t1tstuRmqgeyBgCbJc/lEdopaa+axcKzTBJ+UIdlAB9XnmvTCAH4pwR4ElNInaedhEBmZD8iCSVEg==", - "license": "MIT", - "optional": true, - "dependencies": { - "ansi-colors": "^4.1.3", - "browser-stdout": "^1.3.1", - "chokidar": "^3.5.3", - "debug": "^4.3.5", - "diff": "^5.2.0", - "escape-string-regexp": "^4.0.0", - "find-up": "^5.0.0", - "glob": "^8.1.0", - "he": "^1.2.0", - "js-yaml": "^4.1.0", - "log-symbols": "^4.1.0", - "minimatch": "^5.1.6", - "ms": "^2.1.3", - "serialize-javascript": "^6.0.2", - "strip-json-comments": "^3.1.1", - "supports-color": "^8.1.1", - "workerpool": "^6.5.1", - "yargs": "^16.2.0", - "yargs-parser": "^20.2.9", - "yargs-unparser": "^2.0.0" - }, - "bin": { - "_mocha": "bin/_mocha", - "mocha": "bin/mocha.js" - }, - "engines": { - "node": ">= 14.0.0" - } - }, - "node_modules/@vscode/test-cli/node_modules/mocha/node_modules/glob": { - "version": "8.1.0", - "integrity": "sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==", - "deprecated": "Glob versions prior to v9 are no longer supported", - "license": "ISC", - "optional": true, - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^5.0.1", - "once": "^1.3.0" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/@vscode/test-cli/node_modules/mocha/node_modules/minimatch": { - "version": "5.1.6", - "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==", - "license": "ISC", - "optional": true, - "dependencies": { - "brace-expansion": "^2.0.1" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/@vscode/test-cli/node_modules/mocha/node_modules/supports-color": { - "version": "8.1.1", - "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", - "license": "MIT", - "optional": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/supports-color?sponsor=1" - } - }, - "node_modules/@vscode/test-cli/node_modules/mocha/node_modules/yargs": { - "version": "16.2.0", - "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==", - "license": "MIT", - "optional": true, - "dependencies": { - "cliui": "^7.0.2", - "escalade": "^3.1.1", - "get-caller-file": "^2.0.5", - "require-directory": "^2.1.1", - "string-width": "^4.2.0", - "y18n": "^5.0.5", - "yargs-parser": "^20.2.2" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/@vscode/test-cli/node_modules/path-scurry": { - "version": "1.11.1", - "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==", - "license": "BlueOak-1.0.0", - "optional": true, - "dependencies": { - "lru-cache": "^10.2.0", - "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0" - }, - "engines": { - "node": ">=16 || 14 >=14.18" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/@vscode/test-cli/node_modules/readdirp": { - "version": "3.6.0", - "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", - "license": "MIT", - "optional": true, - "dependencies": { - "picomatch": "^2.2.1" - }, - "engines": { - "node": ">=8.10.0" - } - }, - "node_modules/@vscode/test-cli/node_modules/string-width": { - "version": "4.2.3", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", - "license": "MIT", - "optional": true, - "dependencies": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@vscode/test-cli/node_modules/supports-color": { - "version": "9.4.0", - "integrity": "sha512-VL+lNrEoIXww1coLPOmiEmK/0sGigko5COxI09KzHc2VJXJsQ37UaQ+8quuxjDeA7+KnLGTWRyOXSLLR2Wb4jw==", - "license": "MIT", - "optional": true, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/chalk/supports-color?sponsor=1" - } - }, - "node_modules/@vscode/test-cli/node_modules/wrap-ansi": { - "version": "7.0.0", - "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", - "license": "MIT", - "optional": true, - "dependencies": { - "ansi-styles": "^4.0.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/wrap-ansi?sponsor=1" - } - }, - "node_modules/@vscode/test-cli/node_modules/yargs-parser": { - "version": "20.2.9", - "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", - "license": "ISC", - "optional": true, - "engines": { - "node": ">=10" - } - }, "node_modules/@vscode/test-electron": { "version": "2.5.2", - "integrity": "sha512-8ukpxv4wYe0iWMRQU18jhzJOHkeGKbnw7xWRX3Zw1WJA4cEKbHcmmLPdPrPtL6rhDcrlCZN+xKRpv09n4gRHYg==", + "integrity": "sha1-99QHjoIwzpyUMi8qKcwWwXlUCF0=", "license": "MIT", "optional": true, "dependencies": { @@ -1810,15 +1886,19 @@ } }, "node_modules/@vscode/vsce": { - "version": "3.3.2", - "integrity": "sha1-G7hiIph4FNuzIXw/i+/WPyScgQE=", + "version": "3.6.0", + "integrity": "sha1-cQLLhG24PtcOxxGZhq99fGnPNTg=", "dev": true, "license": "MIT", "dependencies": { "@azure/identity": "^4.1.0", + "@secretlint/node": "^10.1.1", + "@secretlint/secretlint-formatter-sarif": "^10.1.1", + "@secretlint/secretlint-rule-no-dotenv": "^10.1.1", + "@secretlint/secretlint-rule-preset-recommend": "^10.1.1", "@vscode/vsce-sign": "^2.0.0", "azure-devops-node-api": "^12.5.0", - "chalk": "^2.4.2", + "chalk": "^4.1.2", "cheerio": "^1.0.0-rc.9", "cockatiel": "^3.1.2", "commander": "^12.1.0", @@ -1832,6 +1912,7 @@ "minimatch": "^3.0.3", "parse-semver": "^1.1.1", "read": "^1.0.7", + "secretlint": "^10.1.1", "semver": "^7.5.2", "tmp": "^0.2.3", "typed-rest-client": "^1.8.4", @@ -1851,26 +1932,26 @@ } }, "node_modules/@vscode/vsce-sign": { - "version": "2.0.5", - "integrity": "sha1-iFADZHbcDU4IDZwtgyXj6X7/UZM=", + "version": "2.0.6", + "integrity": "sha1-orEeKdq1Y3nFE+DMUmFe2tHTTNM=", "dev": true, "hasInstallScript": true, "license": "SEE LICENSE IN LICENSE.txt", "optionalDependencies": { - "@vscode/vsce-sign-alpine-arm64": "2.0.2", - "@vscode/vsce-sign-alpine-x64": "2.0.2", - "@vscode/vsce-sign-darwin-arm64": "2.0.2", - "@vscode/vsce-sign-darwin-x64": "2.0.2", - "@vscode/vsce-sign-linux-arm": "2.0.2", - "@vscode/vsce-sign-linux-arm64": "2.0.2", - "@vscode/vsce-sign-linux-x64": "2.0.2", - "@vscode/vsce-sign-win32-arm64": "2.0.2", - "@vscode/vsce-sign-win32-x64": "2.0.2" + "@vscode/vsce-sign-alpine-arm64": "2.0.5", + "@vscode/vsce-sign-alpine-x64": "2.0.5", + "@vscode/vsce-sign-darwin-arm64": "2.0.5", + "@vscode/vsce-sign-darwin-x64": "2.0.5", + "@vscode/vsce-sign-linux-arm": "2.0.5", + "@vscode/vsce-sign-linux-arm64": "2.0.5", + "@vscode/vsce-sign-linux-x64": "2.0.5", + "@vscode/vsce-sign-win32-arm64": "2.0.5", + "@vscode/vsce-sign-win32-x64": "2.0.5" } }, "node_modules/@vscode/vsce-sign-alpine-arm64": { - "version": "2.0.2", - "integrity": "sha1-SszEheVapv8EsZW0f3IurVfapY4=", + "version": "2.0.5", + "integrity": "sha1-40y/kfToamz1KrwubnUISuGPbEo=", "cpu": [ "arm64" ], @@ -1882,8 +1963,8 @@ ] }, "node_modules/@vscode/vsce-sign-alpine-x64": { - "version": "2.0.2", - "integrity": "sha1-Skt7UFtMwPWFljlIl8SaC84OVAw=", + "version": "2.0.5", + "integrity": "sha1-dEPA6DnnTwP84MwxRTMPDSqAzIc=", "cpu": [ "x64" ], @@ -1895,8 +1976,8 @@ ] }, "node_modules/@vscode/vsce-sign-darwin-arm64": { - "version": "2.0.2", - "integrity": "sha1-EKpp/rf4Gj3GjCQgOMoD6v8ZwS4=", + "version": "2.0.5", + "integrity": "sha1-LqusfYNxKSqNIqFbP/V/GYjCnWs=", "cpu": [ "arm64" ], @@ -1908,8 +1989,8 @@ ] }, "node_modules/@vscode/vsce-sign-darwin-x64": { - "version": "2.0.2", - "integrity": "sha1-MxVSjz6hAHpkizMgv/NqM6ngeqU=", + "version": "2.0.5", + "integrity": "sha1-lvsDKcijZxhMID1iV0+akhkwItg=", "cpu": [ "x64" ], @@ -1921,8 +2002,8 @@ ] }, "node_modules/@vscode/vsce-sign-linux-arm": { - "version": "2.0.2", - "integrity": "sha1-QUL9qD5xMLMa7diqgeTapjNDI8I=", + "version": "2.0.5", + "integrity": "sha1-vwc0DbH+Ncs6iiIrLaSqJTEO4lE=", "cpu": [ "arm" ], @@ -1934,8 +2015,8 @@ ] }, "node_modules/@vscode/vsce-sign-linux-arm64": { - "version": "2.0.2", - "integrity": "sha1-zlxc/JnjRUtPt3BAWBK0a9bcqHA=", + "version": "2.0.5", + "integrity": "sha1-wEUCMqukP76t/1MJg4pWVdxwOcg=", "cpu": [ "arm64" ], @@ -1947,8 +2028,8 @@ ] }, "node_modules/@vscode/vsce-sign-linux-x64": { - "version": "2.0.2", - "integrity": "sha1-WauT8yLvs89JFm1OLoEnicMRdCg=", + "version": "2.0.5", + "integrity": "sha1-I4KZJPQIZ+kNXju4Yejo+gResO4=", "cpu": [ "x64" ], @@ -1960,8 +2041,8 @@ ] }, "node_modules/@vscode/vsce-sign-win32-arm64": { - "version": "2.0.2", - "integrity": "sha1-0JVwShSwQEwLb2lumInppRsxqGw=", + "version": "2.0.5", + "integrity": "sha1-GO8nH199mzHAMSdYLBscUfJuI7Q=", "cpu": [ "arm64" ], @@ -1972,27 +2053,89 @@ "win32" ] }, - "node_modules/@vscode/vsce-sign-win32-x64": { - "version": "2.0.2", - "integrity": "sha1-KU6nK0T+3WlNSfXO9MVb84dtwlc=", - "cpu": [ - "x64" - ], + "node_modules/@vscode/vsce-sign-win32-x64": { + "version": "2.0.5", + "integrity": "sha1-g7iTk+RFHPp+OiGCrqQlD15xrKg=", + "cpu": [ + "x64" + ], + "dev": true, + "license": "SEE LICENSE IN LICENSE.txt", + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/@vscode/vsce/node_modules/brace-expansion": { + "version": "1.1.12", + "integrity": "sha1-q5tFRGblqMw6GHvqrVgEEqnFuEM=", + "dev": true, + "license": "MIT", + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "node_modules/@vscode/vsce/node_modules/glob": { + "version": "11.0.3", + "integrity": "sha1-nYCH5tct2zxHB7HSd4+A6j6u/NY=", + "dev": true, + "license": "ISC", + "dependencies": { + "foreground-child": "^3.3.1", + "jackspeak": "^4.1.1", + "minimatch": "^10.0.3", + "minipass": "^7.1.2", + "package-json-from-dist": "^1.0.0", + "path-scurry": "^2.0.0" + }, + "bin": { + "glob": "dist/esm/bin.mjs" + }, + "engines": { + "node": "20 || >=22" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/@vscode/vsce/node_modules/glob/node_modules/minimatch": { + "version": "10.0.3", + "integrity": "sha1-z3oDFKFsTZq3OncwoOjjw1AtR6o=", "dev": true, - "license": "SEE LICENSE IN LICENSE.txt", - "optional": true, - "os": [ - "win32" - ] + "license": "ISC", + "dependencies": { + "@isaacs/brace-expansion": "^5.0.0" + }, + "engines": { + "node": "20 || >=22" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } }, - "node_modules/@vscode/vsce/node_modules/brace-expansion": { - "version": "1.1.11", - "integrity": "sha1-PH/L9SnYcibz0vUrlm/1Jx60Qd0=", + "node_modules/@vscode/vsce/node_modules/jackspeak": { + "version": "4.1.1", + "integrity": "sha1-lodgMPRQUCBH/H6Mf8+M6BJOQ64=", "dev": true, - "license": "MIT", + "license": "BlueOak-1.0.0", "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" + "@isaacs/cliui": "^8.0.2" + }, + "engines": { + "node": "20 || >=22" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/@vscode/vsce/node_modules/lru-cache": { + "version": "11.1.0", + "integrity": "sha1-r6+wYGBxCBMtvBz4rmYa+2lIYRc=", + "dev": true, + "license": "ISC", + "engines": { + "node": "20 || >=22" } }, "node_modules/@vscode/vsce/node_modules/minimatch": { @@ -2007,43 +2150,25 @@ "node": "*" } }, - "node_modules/accepts": { + "node_modules/@vscode/vsce/node_modules/path-scurry": { "version": "2.0.0", - "integrity": "sha512-5cvg6CtKwfgdmVqY1WIiXKc3Q1bkRqGLi+2W/6ao+6Y7gu/RCwRuAhGEzh5B4KlszSuTLgZYuqFqo5bImjNKng==", - "license": "MIT", - "optional": true, + "integrity": "sha1-nwUiifI62L+Tl6KgQl57hhXFhYA=", + "dev": true, + "license": "BlueOak-1.0.0", "dependencies": { - "mime-types": "^3.0.0", - "negotiator": "^1.0.0" + "lru-cache": "^11.0.0", + "minipass": "^7.1.2" }, "engines": { - "node": ">= 0.6" - } - }, - "node_modules/accepts/node_modules/mime-db": { - "version": "1.54.0", - "integrity": "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==", - "license": "MIT", - "optional": true, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/accepts/node_modules/mime-types": { - "version": "3.0.1", - "integrity": "sha512-xRc4oEhT6eaBpU1XF7AjpOFD+xQmXNB5OVKwp4tqCuBpHLS/ZbBDrc07mYTDqVMg6PfxUjjNp85O6Cd2Z/5HWA==", - "license": "MIT", - "optional": true, - "dependencies": { - "mime-db": "^1.54.0" + "node": "20 || >=22" }, - "engines": { - "node": ">= 0.6" + "funding": { + "url": "https://github.com/sponsors/isaacs" } }, "node_modules/acorn": { - "version": "8.14.1", - "integrity": "sha512-OvQ/2pUDKmgfCg++xsTX1wGxfTaszcHVcTctW4UJB4hibJx2HXxxO5UmVgyjMa+ZDsiaf5wWLXYpRWMmBI0QHg==", + "version": "8.15.0", + "integrity": "sha1-o2CJi8QV7arEbIJB9jg5dbkwuBY=", "license": "MIT", "optional": true, "bin": { @@ -2055,7 +2180,7 @@ }, "node_modules/acorn-jsx": { "version": "5.3.2", - "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", + "integrity": "sha1-ftW7VZCLOy8bxVxq8WU7rafweTc=", "license": "MIT", "optional": true, "peerDependencies": { @@ -2063,8 +2188,8 @@ } }, "node_modules/agent-base": { - "version": "7.1.3", - "integrity": "sha1-KUNeuCG8QZRjOluJ5bxHA7r8JaE=", + "version": "7.1.4", + "integrity": "sha1-48121MVI7oldPD/Y3B9sW5Ay56g=", "devOptional": true, "license": "MIT", "engines": { @@ -2072,15 +2197,15 @@ } }, "node_modules/ajv": { - "version": "6.12.6", - "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", + "version": "8.17.1", + "integrity": "sha1-N9mlx3ava8ktf0+VEOukwKYNEaY=", + "dev": true, "license": "MIT", - "optional": true, "dependencies": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" + "fast-deep-equal": "^3.1.3", + "fast-uri": "^3.0.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2" }, "funding": { "type": "github", @@ -2089,37 +2214,58 @@ }, "node_modules/ansi-colors": { "version": "4.1.3", - "integrity": "sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==", + "integrity": "sha1-N2ETQOsiQ+cMxgTK011jJw1IeBs=", "license": "MIT", "optional": true, "engines": { "node": ">=6" } }, + "node_modules/ansi-escapes": { + "version": "7.0.0", + "integrity": "sha1-APwZ9JG7sY4dSBuXhoIE+SEJv+c=", + "dev": true, + "license": "MIT", + "dependencies": { + "environment": "^1.0.0" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/ansi-regex": { - "version": "5.0.1", - "integrity": "sha1-CCyyyJyf6GWaMRpTvWpNxTAdswQ=", + "version": "6.1.0", + "integrity": "sha1-lexAnGlhnWyxuLNPFLZg7yjr1lQ=", "devOptional": true, "license": "MIT", "engines": { - "node": ">=8" + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-regex?sponsor=1" } }, "node_modules/ansi-styles": { - "version": "3.2.1", - "integrity": "sha1-QfuyAkPlCxK+DwS43tvwdSDOhB0=", - "dev": true, + "version": "4.3.0", + "integrity": "sha1-7dgDYornHATIWuegkG7a00tkiTc=", + "devOptional": true, "license": "MIT", "dependencies": { - "color-convert": "^1.9.0" + "color-convert": "^2.0.1" }, "engines": { - "node": ">=4" + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, "node_modules/anymatch": { "version": "3.1.3", - "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", + "integrity": "sha1-eQxYsZuhcgqEIFtXxhjVrYUklz4=", "license": "ISC", "optional": true, "dependencies": { @@ -2131,10 +2277,22 @@ } }, "node_modules/argparse": { - "version": "2.0.1", - "integrity": "sha1-JG9Q88p4oyQPbJl+ipvR6sSeSzg=", - "devOptional": true, - "license": "Python-2.0" + "version": "1.0.10", + "integrity": "sha1-vNZ5HqWuCXJeF+WtmIE0zUCz2RE=", + "dev": true, + "license": "MIT", + "dependencies": { + "sprintf-js": "~1.0.2" + } + }, + "node_modules/astral-regex": { + "version": "2.0.0", + "integrity": "sha1-SDFDxWeu7UeFdZwIZXhtx319LjE=", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } }, "node_modules/asynckit": { "version": "0.4.0", @@ -2180,7 +2338,7 @@ }, "node_modules/binary-extensions": { "version": "2.3.0", - "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==", + "integrity": "sha1-9uFKl4WNMnJSIAJC1Mz+UixEVSI=", "license": "MIT", "optional": true, "engines": { @@ -2190,6 +2348,21 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/binaryextensions": { + "version": "6.11.0", + "integrity": "sha1-w2s+a1xZ5iFgVwmwmc2o3agkzHI=", + "dev": true, + "license": "Artistic-2.0", + "dependencies": { + "editions": "^6.21.0" + }, + "engines": { + "node": ">=4" + }, + "funding": { + "url": "https://bevry.me/fund" + } + }, "node_modules/bl": { "version": "4.1.0", "integrity": "sha1-RRU1JkGCvsL7vIOmKrmM8R2fezo=", @@ -2217,35 +2390,21 @@ "node": ">= 6" } }, - "node_modules/body-parser": { - "version": "2.2.0", - "integrity": "sha512-02qvAaxv8tp7fBa/mw1ga98OGm+eCbqzJOKoRt70sLmfEEi+jyBYVTDGfCL/k06/4EMk/z01gCe7HoCH/f2LTg==", - "license": "MIT", - "optional": true, - "dependencies": { - "bytes": "^3.1.2", - "content-type": "^1.0.5", - "debug": "^4.4.0", - "http-errors": "^2.0.0", - "iconv-lite": "^0.6.3", - "on-finished": "^2.4.1", - "qs": "^6.14.0", - "raw-body": "^3.0.0", - "type-is": "^2.0.0" - }, - "engines": { - "node": ">=18" - } - }, "node_modules/boolbase": { "version": "1.0.0", "integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24=", "dev": true, "license": "ISC" }, + "node_modules/boundary": { + "version": "2.0.0", + "integrity": "sha1-FpyLHw1Ezywlk4lnoyjzfgpOXvw=", + "dev": true, + "license": "BSD-2-Clause" + }, "node_modules/brace-expansion": { - "version": "2.0.1", - "integrity": "sha1-HtxFng8MVISG7Pn8mfIiE2S5oK4=", + "version": "2.0.2", + "integrity": "sha1-VPxTI3phPYVMe9N0Y6rRffhyFOc=", "license": "MIT", "dependencies": { "balanced-match": "^1.0.0" @@ -2254,8 +2413,8 @@ "node_modules/braces": { "version": "3.0.3", "integrity": "sha1-SQMy9AkZRSJy1VqEgK3AxEE1h4k=", + "devOptional": true, "license": "MIT", - "optional": true, "dependencies": { "fill-range": "^7.1.1" }, @@ -2324,18 +2483,9 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/bytes": { - "version": "3.1.2", - "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==", - "license": "MIT", - "optional": true, - "engines": { - "node": ">= 0.8" - } - }, "node_modules/c8": { "version": "9.1.0", - "integrity": "sha512-mBWcT5iqNir1zIkzSPyI3NCR9EZCVI3WUD+AVO17MVWTSFNyUueXE82qTeampNtTr+ilN/5Ua3j24LgbCKjDVg==", + "integrity": "sha1-Dle6Ornllgqx1lC0qG9x5Ty2gRI=", "license": "ISC", "optional": true, "dependencies": { @@ -2374,7 +2524,7 @@ "node_modules/call-bound": { "version": "1.0.4", "integrity": "sha1-I43pNdKippKSjFOMfM+pEGf9Bio=", - "devOptional": true, + "dev": true, "license": "MIT", "dependencies": { "call-bind-apply-helpers": "^1.0.2", @@ -2389,7 +2539,7 @@ }, "node_modules/callsites": { "version": "3.1.0", - "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", + "integrity": "sha1-s2MKvYlDQy9Us/BRkjjjPNffL3M=", "license": "MIT", "optional": true, "engines": { @@ -2409,35 +2559,49 @@ } }, "node_modules/chalk": { - "version": "2.4.2", - "integrity": "sha1-zUJUFnelQzPPVBpJEIwUMrRMlCQ=", - "dev": true, + "version": "4.1.2", + "integrity": "sha1-qsTit3NKdAhnrrFr8CqtVWoeegE=", + "devOptional": true, "license": "MIT", "dependencies": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" }, "engines": { - "node": ">=4" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/chalk/node_modules/supports-color": { + "version": "7.2.0", + "integrity": "sha1-G33NyzK4E4gBs+R4umpRyqiWSNo=", + "devOptional": true, + "license": "MIT", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" } }, "node_modules/cheerio": { - "version": "1.0.0", - "integrity": "sha1-Ht5IlagvJuivcQCflhqbjLYNaoE=", + "version": "1.1.0", + "integrity": "sha1-h7m+xt02luQF6nnafSdJ2DCLCVM=", "dev": true, "license": "MIT", "dependencies": { "cheerio-select": "^2.1.0", "dom-serializer": "^2.0.0", "domhandler": "^5.0.3", - "domutils": "^3.1.0", + "domutils": "^3.2.2", "encoding-sniffer": "^0.2.0", - "htmlparser2": "^9.1.0", - "parse5": "^7.1.2", - "parse5-htmlparser2-tree-adapter": "^7.0.0", + "htmlparser2": "^10.0.0", + "parse5": "^7.3.0", + "parse5-htmlparser2-tree-adapter": "^7.1.0", "parse5-parser-stream": "^7.1.2", - "undici": "^6.19.5", + "undici": "^7.10.0", "whatwg-mimetype": "^4.0.0" }, "engines": { @@ -2464,6 +2628,30 @@ "url": "https://github.com/sponsors/fb55" } }, + "node_modules/chokidar": { + "version": "3.6.0", + "integrity": "sha1-GXxsxmnvKo3F57TZfuTgksPrDVs=", + "license": "MIT", + "optional": true, + "dependencies": { + "anymatch": "~3.1.2", + "braces": "~3.0.2", + "glob-parent": "~5.1.2", + "is-binary-path": "~2.1.0", + "is-glob": "~4.0.1", + "normalize-path": "~3.0.0", + "readdirp": "~3.6.0" + }, + "engines": { + "node": ">= 8.10.0" + }, + "funding": { + "url": "https://paulmillr.com/funding/" + }, + "optionalDependencies": { + "fsevents": "~2.3.2" + } + }, "node_modules/chownr": { "version": "1.1.4", "integrity": "sha1-b8nXtC0ypYNZYzdmbn0ICE2izGs=", @@ -2473,7 +2661,7 @@ }, "node_modules/cli-cursor": { "version": "5.0.0", - "integrity": "sha512-aCj4O5wKyszjMmDT4tZj93kxyydN/K5zPWSCe6/0AV/AA1pqe5ZBIw0a2ZfPQV7lL5/yb5HsUreJ6UFAF1tEQw==", + "integrity": "sha1-JKSDHs9aawHd6zL7caSyCIsNzjg=", "license": "MIT", "optional": true, "dependencies": { @@ -2488,7 +2676,7 @@ }, "node_modules/cli-spinners": { "version": "2.9.2", - "integrity": "sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==", + "integrity": "sha1-F3Oo9LnE1qwxVj31Oz/B15Ri/kE=", "license": "MIT", "optional": true, "engines": { @@ -2512,54 +2700,22 @@ "node": ">=12" } }, - "node_modules/cliui/node_modules/ansi-styles": { - "version": "4.3.0", - "integrity": "sha1-7dgDYornHATIWuegkG7a00tkiTc=", + "node_modules/cliui/node_modules/ansi-regex": { + "version": "5.0.1", + "integrity": "sha1-CCyyyJyf6GWaMRpTvWpNxTAdswQ=", "license": "MIT", "optional": true, - "dependencies": { - "color-convert": "^2.0.1" - }, "engines": { "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/cliui/node_modules/color-convert": { - "version": "2.0.1", - "integrity": "sha1-ctOmjVmMm9s68q0ehPIdiWq9TeM=", - "license": "MIT", - "optional": true, - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" } }, - "node_modules/cliui/node_modules/color-name": { - "version": "1.1.4", - "integrity": "sha1-wqCah6y95pVD3m9j+jmVyCbFNqI=", - "license": "MIT", - "optional": true - }, - "node_modules/cliui/node_modules/emoji-regex": { - "version": "8.0.0", - "integrity": "sha1-6Bj9ac5cz8tARZT4QpY79TFkzDc=", - "license": "MIT", - "optional": true - }, - "node_modules/cliui/node_modules/string-width": { - "version": "4.2.3", - "integrity": "sha1-JpxxF9J7Ba0uU2gwqOyJXvnG0BA=", + "node_modules/cliui/node_modules/strip-ansi": { + "version": "6.0.1", + "integrity": "sha1-nibGPTD1NEPpSJSVshBdN7Z6hdk=", "license": "MIT", "optional": true, "dependencies": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" + "ansi-regex": "^5.0.1" }, "engines": { "node": ">=8" @@ -2592,18 +2748,21 @@ } }, "node_modules/color-convert": { - "version": "1.9.3", - "integrity": "sha1-u3GFBpDh8TZWfeYp0tVHHe2kweg=", - "dev": true, + "version": "2.0.1", + "integrity": "sha1-ctOmjVmMm9s68q0ehPIdiWq9TeM=", + "devOptional": true, "license": "MIT", "dependencies": { - "color-name": "1.1.3" + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" } }, "node_modules/color-name": { - "version": "1.1.3", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", - "dev": true, + "version": "1.1.4", + "integrity": "sha1-wqCah6y95pVD3m9j+jmVyCbFNqI=", + "devOptional": true, "license": "MIT" }, "node_modules/combined-stream": { @@ -2633,70 +2792,18 @@ "devOptional": true, "license": "MIT" }, - "node_modules/content-disposition": { - "version": "1.0.0", - "integrity": "sha512-Au9nRL8VNUut/XSzbQA38+M78dzP4D+eqg3gfJHMIHHYa3bg067xj1KxMUWj+VULbiZMowKngFFbKczUrNJ1mg==", - "license": "MIT", - "optional": true, - "dependencies": { - "safe-buffer": "5.2.1" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/content-type": { - "version": "1.0.5", - "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==", - "license": "MIT", - "optional": true, - "engines": { - "node": ">= 0.6" - } - }, "node_modules/convert-source-map": { "version": "2.0.0", - "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", + "integrity": "sha1-S1YPZJ/E6RjdCrdc9JYei8iC2Co=", "license": "MIT", "optional": true }, - "node_modules/cookie": { - "version": "0.7.2", - "integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==", - "license": "MIT", - "optional": true, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/cookie-signature": { - "version": "1.2.2", - "integrity": "sha512-D76uU73ulSXrD1UXF4KE2TMxVVwhsnCgfAyTg9k8P6KGZjlXKrOLe4dJQKI3Bxi5wjesZoFXJWElNWBjPZMbhg==", - "license": "MIT", - "optional": true, - "engines": { - "node": ">=6.6.0" - } - }, "node_modules/core-util-is": { "version": "1.0.3", - "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==", + "integrity": "sha1-pgQtNjTCsn6TKPg3uWX6yDgI24U=", "license": "MIT", "optional": true }, - "node_modules/cors": { - "version": "2.8.5", - "integrity": "sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g==", - "license": "MIT", - "optional": true, - "dependencies": { - "object-assign": "^4", - "vary": "^1" - }, - "engines": { - "node": ">= 0.10" - } - }, "node_modules/cross-spawn": { "version": "7.0.6", "integrity": "sha1-ilj+ePANzXDDcEUXWd+/rwPo7p8=", @@ -2712,8 +2819,8 @@ } }, "node_modules/css-select": { - "version": "5.1.0", - "integrity": "sha1-uOvWVUw2N8zHZoiAStP2pv2uqKY=", + "version": "5.2.2", + "integrity": "sha1-Abbo0WNje7LdbJgspO1lhjaCeG4=", "dev": true, "license": "BSD-2-Clause", "dependencies": { @@ -2728,8 +2835,8 @@ } }, "node_modules/css-what": { - "version": "6.1.0", - "integrity": "sha1-+17/z3bx3eosgb36pN5E55uscPQ=", + "version": "6.2.2", + "integrity": "sha1-zcyPm2l3cZ/fvR3nrsJKv3Vrneo=", "dev": true, "license": "BSD-2-Clause", "engines": { @@ -2849,15 +2956,6 @@ "node": ">=0.4.0" } }, - "node_modules/depd": { - "version": "2.0.0", - "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", - "license": "MIT", - "optional": true, - "engines": { - "node": ">= 0.8" - } - }, "node_modules/detect-libc": { "version": "2.0.4", "integrity": "sha1-8EcVuLqBXlO02BCWVbZQimhlp+g=", @@ -2961,30 +3059,30 @@ "safe-buffer": "^5.0.1" } }, - "node_modules/ee-first": { - "version": "1.1.1", - "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==", - "license": "MIT", - "optional": true + "node_modules/editions": { + "version": "6.21.0", + "integrity": "sha1-jaLYVhEQbgiRpyYZt77o4MgwCJs=", + "dev": true, + "license": "Artistic-2.0", + "dependencies": { + "version-range": "^4.13.0" + }, + "engines": { + "node": ">=4" + }, + "funding": { + "url": "https://bevry.me/fund" + } }, "node_modules/emoji-regex": { - "version": "9.2.2", - "integrity": "sha1-hAyIA7DYBH9P8M+WMXazLU7z7XI=", + "version": "8.0.0", + "integrity": "sha1-6Bj9ac5cz8tARZT4QpY79TFkzDc=", "devOptional": true, "license": "MIT" }, - "node_modules/encodeurl": { - "version": "2.0.0", - "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==", - "license": "MIT", - "optional": true, - "engines": { - "node": ">= 0.8" - } - }, "node_modules/encoding-sniffer": { - "version": "0.2.0", - "integrity": "sha1-eZVp1m1EO6voKvGMn0A0mDZe8dU=", + "version": "0.2.1", + "integrity": "sha1-OW7JesIs5aA3ukSvGZKsnUanuBk=", "dev": true, "license": "MIT", "dependencies": { @@ -2996,8 +3094,8 @@ } }, "node_modules/end-of-stream": { - "version": "1.4.4", - "integrity": "sha1-WuZKX0UFe682JuwU2gyl5LJDHrA=", + "version": "1.4.5", + "integrity": "sha1-c0TXEd6kDgt0q8LtSXeHQ8ztsIw=", "dev": true, "license": "MIT", "optional": true, @@ -3006,8 +3104,8 @@ } }, "node_modules/enhanced-resolve": { - "version": "5.18.1", - "integrity": "sha512-ZSW3ma5GkcQBIpwZTSRAI8N71Uuwgs93IezB7mf7R60tC8ZbJideoDNKjHn2O9KIlx6rkGTTEk1xUCK2E1Y2Yg==", + "version": "5.18.2", + "integrity": "sha1-eQPFsy/9SyFD7rS5JHK9aO/9VGQ=", "license": "MIT", "optional": true, "dependencies": { @@ -3030,6 +3128,18 @@ "url": "https://github.com/fb55/entities?sponsor=1" } }, + "node_modules/environment": { + "version": "1.1.0", + "integrity": "sha1-jobGaxgPNjx6sxF4fgJZZl9FqfE=", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/es-define-property": { "version": "1.0.1", "integrity": "sha1-mD6y+aZyTpMD9hrd8BHHLgngsPo=", @@ -3076,8 +3186,8 @@ } }, "node_modules/esbuild": { - "version": "0.25.4", - "integrity": "sha1-u5oWM01O8sM8cwGpJLi4YzUaCFQ=", + "version": "0.25.6", + "integrity": "sha1-m4Kj2y+hMa7AaasED9V+0KiAzc0=", "devOptional": true, "hasInstallScript": true, "license": "MIT", @@ -3088,36 +3198,37 @@ "node": ">=18" }, "optionalDependencies": { - "@esbuild/aix-ppc64": "0.25.4", - "@esbuild/android-arm": "0.25.4", - "@esbuild/android-arm64": "0.25.4", - "@esbuild/android-x64": "0.25.4", - "@esbuild/darwin-arm64": "0.25.4", - "@esbuild/darwin-x64": "0.25.4", - "@esbuild/freebsd-arm64": "0.25.4", - "@esbuild/freebsd-x64": "0.25.4", - "@esbuild/linux-arm": "0.25.4", - "@esbuild/linux-arm64": "0.25.4", - "@esbuild/linux-ia32": "0.25.4", - "@esbuild/linux-loong64": "0.25.4", - "@esbuild/linux-mips64el": "0.25.4", - "@esbuild/linux-ppc64": "0.25.4", - "@esbuild/linux-riscv64": "0.25.4", - "@esbuild/linux-s390x": "0.25.4", - "@esbuild/linux-x64": "0.25.4", - "@esbuild/netbsd-arm64": "0.25.4", - "@esbuild/netbsd-x64": "0.25.4", - "@esbuild/openbsd-arm64": "0.25.4", - "@esbuild/openbsd-x64": "0.25.4", - "@esbuild/sunos-x64": "0.25.4", - "@esbuild/win32-arm64": "0.25.4", - "@esbuild/win32-ia32": "0.25.4", - "@esbuild/win32-x64": "0.25.4" + "@esbuild/aix-ppc64": "0.25.6", + "@esbuild/android-arm": "0.25.6", + "@esbuild/android-arm64": "0.25.6", + "@esbuild/android-x64": "0.25.6", + "@esbuild/darwin-arm64": "0.25.6", + "@esbuild/darwin-x64": "0.25.6", + "@esbuild/freebsd-arm64": "0.25.6", + "@esbuild/freebsd-x64": "0.25.6", + "@esbuild/linux-arm": "0.25.6", + "@esbuild/linux-arm64": "0.25.6", + "@esbuild/linux-ia32": "0.25.6", + "@esbuild/linux-loong64": "0.25.6", + "@esbuild/linux-mips64el": "0.25.6", + "@esbuild/linux-ppc64": "0.25.6", + "@esbuild/linux-riscv64": "0.25.6", + "@esbuild/linux-s390x": "0.25.6", + "@esbuild/linux-x64": "0.25.6", + "@esbuild/netbsd-arm64": "0.25.6", + "@esbuild/netbsd-x64": "0.25.6", + "@esbuild/openbsd-arm64": "0.25.6", + "@esbuild/openbsd-x64": "0.25.6", + "@esbuild/openharmony-arm64": "0.25.6", + "@esbuild/sunos-x64": "0.25.6", + "@esbuild/win32-arm64": "0.25.6", + "@esbuild/win32-ia32": "0.25.6", + "@esbuild/win32-x64": "0.25.6" } }, "node_modules/esbuild-register": { "version": "3.6.0", - "integrity": "sha512-H2/S7Pm8a9CL1uhp9OvjwrBh5Pvx0H8qVOxNu8Wed9Y7qv56MPtq+GGM8RJpq6glYJn9Wspr8uw7l55uyinNeg==", + "integrity": "sha1-zycM+md7rrvAAQrAJLgjy/cjo20=", "license": "MIT", "optional": true, "dependencies": { @@ -3136,39 +3247,35 @@ "node": ">=6" } }, - "node_modules/escape-html": { - "version": "1.0.3", - "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==", - "license": "MIT", - "optional": true - }, "node_modules/escape-string-regexp": { - "version": "1.0.5", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", - "dev": true, + "version": "4.0.0", + "integrity": "sha1-FLqDpdNz49MR5a/KKc9b+tllvzQ=", "license": "MIT", + "optional": true, "engines": { - "node": ">=0.8.0" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/eslint": { - "version": "9.26.0", - "integrity": "sha512-Hx0MOjPh6uK9oq9nVsATZKE/Wlbai7KFjfCuw9UHaguDW3x+HF0O5nIi3ud39TWgrTjTO5nHxmL3R1eANinWHQ==", + "version": "9.30.1", + "integrity": "sha1-1BB7OZZEEqzZtcB0Txxt9RT6EhE=", "license": "MIT", "optional": true, "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", "@eslint-community/regexpp": "^4.12.1", - "@eslint/config-array": "^0.20.0", - "@eslint/config-helpers": "^0.2.1", - "@eslint/core": "^0.13.0", + "@eslint/config-array": "^0.21.0", + "@eslint/config-helpers": "^0.3.0", + "@eslint/core": "^0.14.0", "@eslint/eslintrc": "^3.3.1", - "@eslint/js": "9.26.0", - "@eslint/plugin-kit": "^0.2.8", + "@eslint/js": "9.30.1", + "@eslint/plugin-kit": "^0.3.1", "@humanfs/node": "^0.16.6", "@humanwhocodes/module-importer": "^1.0.1", "@humanwhocodes/retry": "^0.4.2", - "@modelcontextprotocol/sdk": "^1.8.0", "@types/estree": "^1.0.6", "@types/json-schema": "^7.0.15", "ajv": "^6.12.4", @@ -3176,9 +3283,9 @@ "cross-spawn": "^7.0.6", "debug": "^4.3.2", "escape-string-regexp": "^4.0.0", - "eslint-scope": "^8.3.0", - "eslint-visitor-keys": "^4.2.0", - "espree": "^10.3.0", + "eslint-scope": "^8.4.0", + "eslint-visitor-keys": "^4.2.1", + "espree": "^10.4.0", "esquery": "^1.5.0", "esutils": "^2.0.2", "fast-deep-equal": "^3.1.3", @@ -3192,8 +3299,7 @@ "lodash.merge": "^4.6.2", "minimatch": "^3.1.2", "natural-compare": "^1.4.0", - "optionator": "^0.9.3", - "zod": "^3.24.2" + "optionator": "^0.9.3" }, "bin": { "eslint": "bin/eslint.js" @@ -3215,7 +3321,7 @@ }, "node_modules/eslint-config-prettier": { "version": "10.1.5", - "integrity": "sha512-zc1UmCpNltmVY34vuLRV61r1K27sWuX39E+uyUnY8xS2Bex88VV9cugG+UZbRSRGtGyFboj+D8JODyme1plMpw==", + "integrity": "sha1-AMGNciUEO2+85qZlaXN3mY1FN4I=", "license": "MIT", "optional": true, "bin": { @@ -3229,8 +3335,8 @@ } }, "node_modules/eslint-scope": { - "version": "8.3.0", - "integrity": "sha512-pUNxi75F8MJ/GdeKtVLSbYg4ZI34J6C0C7sbL4YOp2exGwen7ZsuBqKzUhXd0qMQ362yET3z+uPwKeg/0C2XCQ==", + "version": "8.4.0", + "integrity": "sha1-iOZGogf61hQ2/6OetQUUcgBlXII=", "license": "BSD-2-Clause", "optional": true, "dependencies": { @@ -3245,35 +3351,36 @@ } }, "node_modules/eslint-visitor-keys": { - "version": "3.4.3", - "integrity": "sha1-DNcv6FUOPC6uFWqWpN3c0cisWAA=", + "version": "4.2.1", + "integrity": "sha1-TP6mD+fdCtjoFuHtAmwdUlG1EsE=", "license": "Apache-2.0", "optional": true, "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, "funding": { "url": "https://opencollective.com/eslint" } }, - "node_modules/eslint/node_modules/ansi-styles": { - "version": "4.3.0", - "integrity": "sha1-7dgDYornHATIWuegkG7a00tkiTc=", + "node_modules/eslint/node_modules/ajv": { + "version": "6.12.6", + "integrity": "sha1-uvWmLoArB9l3A0WG+MO69a3ybfQ=", "license": "MIT", "optional": true, "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" }, "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" } }, "node_modules/eslint/node_modules/brace-expansion": { - "version": "1.1.11", - "integrity": "sha1-PH/L9SnYcibz0vUrlm/1Jx60Qd0=", + "version": "1.1.12", + "integrity": "sha1-q5tFRGblqMw6GHvqrVgEEqnFuEM=", "license": "MIT", "optional": true, "dependencies": { @@ -3281,82 +3388,24 @@ "concat-map": "0.0.1" } }, - "node_modules/eslint/node_modules/chalk": { - "version": "4.1.2", - "integrity": "sha1-qsTit3NKdAhnrrFr8CqtVWoeegE=", - "license": "MIT", - "optional": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/eslint/node_modules/color-convert": { - "version": "2.0.1", - "integrity": "sha1-ctOmjVmMm9s68q0ehPIdiWq9TeM=", - "license": "MIT", + "node_modules/eslint/node_modules/glob-parent": { + "version": "6.0.2", + "integrity": "sha1-bSN9mQg5UMeSkPJMdkKj3poo+eM=", + "license": "ISC", "optional": true, "dependencies": { - "color-name": "~1.1.4" + "is-glob": "^4.0.3" }, "engines": { - "node": ">=7.0.0" + "node": ">=10.13.0" } }, - "node_modules/eslint/node_modules/color-name": { - "version": "1.1.4", - "integrity": "sha1-wqCah6y95pVD3m9j+jmVyCbFNqI=", + "node_modules/eslint/node_modules/json-schema-traverse": { + "version": "0.4.1", + "integrity": "sha1-afaofZUTq4u4/mO9sJecRI5oRmA=", "license": "MIT", "optional": true }, - "node_modules/eslint/node_modules/escape-string-regexp": { - "version": "4.0.0", - "integrity": "sha1-FLqDpdNz49MR5a/KKc9b+tllvzQ=", - "license": "MIT", - "optional": true, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/eslint/node_modules/eslint-visitor-keys": { - "version": "4.2.0", - "integrity": "sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==", - "license": "Apache-2.0", - "optional": true, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" - } - }, - "node_modules/eslint/node_modules/has-flag": { - "version": "4.0.0", - "integrity": "sha1-lEdx/ZyByBJlxNaUGGDaBrtZR5s=", - "license": "MIT", - "optional": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/eslint/node_modules/ignore": { - "version": "5.3.2", - "integrity": "sha1-PNQOcp82Q/2HywTlC/DrcivFlvU=", - "license": "MIT", - "optional": true, - "engines": { - "node": ">= 4" - } - }, "node_modules/eslint/node_modules/minimatch": { "version": "3.1.2", "integrity": "sha1-Gc0ZS/0+Qo8EmnCBfAONiatL41s=", @@ -3369,27 +3418,15 @@ "node": "*" } }, - "node_modules/eslint/node_modules/supports-color": { - "version": "7.2.0", - "integrity": "sha1-G33NyzK4E4gBs+R4umpRyqiWSNo=", - "license": "MIT", - "optional": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/espree": { - "version": "10.3.0", - "integrity": "sha512-0QYC8b24HWY8zjRnDTL6RiHfDbAWn63qb4LMj1Z4b076A4une81+z03Kg7l7mn/48PUTqoLptSXez8oknU8Clg==", + "version": "10.4.0", + "integrity": "sha1-1U9JSdRikAWh+haNk3w/8ffiqDc=", "license": "BSD-2-Clause", "optional": true, "dependencies": { - "acorn": "^8.14.0", + "acorn": "^8.15.0", "acorn-jsx": "^5.3.2", - "eslint-visitor-keys": "^4.2.0" + "eslint-visitor-keys": "^4.2.1" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -3398,16 +3435,17 @@ "url": "https://opencollective.com/eslint" } }, - "node_modules/espree/node_modules/eslint-visitor-keys": { - "version": "4.2.0", - "integrity": "sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==", - "license": "Apache-2.0", - "optional": true, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + "node_modules/esprima": { + "version": "4.0.1", + "integrity": "sha1-E7BM2z5sXRnfkatph6hpVhmwqnE=", + "dev": true, + "license": "BSD-2-Clause", + "bin": { + "esparse": "bin/esparse.js", + "esvalidate": "bin/esvalidate.js" }, - "funding": { - "url": "https://opencollective.com/eslint" + "engines": { + "node": ">=4" } }, "node_modules/esquery": { @@ -3424,163 +3462,55 @@ }, "node_modules/esrecurse": { "version": "4.3.0", - "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", - "license": "BSD-2-Clause", - "optional": true, - "dependencies": { - "estraverse": "^5.2.0" - }, - "engines": { - "node": ">=4.0" - } - }, - "node_modules/estraverse": { - "version": "5.3.0", - "integrity": "sha1-LupSkHAvJquP5TcDcP+GyWXSESM=", - "license": "BSD-2-Clause", - "optional": true, - "engines": { - "node": ">=4.0" - } - }, - "node_modules/esutils": { - "version": "2.0.3", - "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", + "integrity": "sha1-eteWTWeauyi+5yzsY3WLHF0smSE=", "license": "BSD-2-Clause", "optional": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/etag": { - "version": "1.8.1", - "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==", - "license": "MIT", - "optional": true, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/eventsource": { - "version": "3.0.7", - "integrity": "sha512-CRT1WTyuQoD771GW56XEZFQ/ZoSfWid1alKGDYMmkt2yl8UXrVR4pspqWNEcqKvVIzg6PAltWjxcSSPrboA4iA==", - "license": "MIT", - "optional": true, - "dependencies": { - "eventsource-parser": "^3.0.1" - }, - "engines": { - "node": ">=18.0.0" - } - }, - "node_modules/eventsource-parser": { - "version": "3.0.2", - "integrity": "sha512-6RxOBZ/cYgd8usLwsEl+EC09Au/9BcmCKYF2/xbml6DNczf7nv0MQb+7BA2F+li6//I+28VNlQR37XfQtcAJuA==", - "license": "MIT", - "optional": true, - "engines": { - "node": ">=18.0.0" - } - }, - "node_modules/expand-template": { - "version": "2.0.3", - "integrity": "sha1-bhSz/O4POmNA7LV9LokYaSBSpHw=", - "dev": true, - "license": "(MIT OR WTFPL)", - "optional": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/express": { - "version": "5.1.0", - "integrity": "sha512-DT9ck5YIRU+8GYzzU5kT3eHGA5iL+1Zd0EutOmTE9Dtk+Tvuzd23VBU+ec7HPNSTxXYO55gPV/hq4pSBJDjFpA==", - "license": "MIT", - "optional": true, - "dependencies": { - "accepts": "^2.0.0", - "body-parser": "^2.2.0", - "content-disposition": "^1.0.0", - "content-type": "^1.0.5", - "cookie": "^0.7.1", - "cookie-signature": "^1.2.1", - "debug": "^4.4.0", - "encodeurl": "^2.0.0", - "escape-html": "^1.0.3", - "etag": "^1.8.1", - "finalhandler": "^2.1.0", - "fresh": "^2.0.0", - "http-errors": "^2.0.0", - "merge-descriptors": "^2.0.0", - "mime-types": "^3.0.0", - "on-finished": "^2.4.1", - "once": "^1.4.0", - "parseurl": "^1.3.3", - "proxy-addr": "^2.0.7", - "qs": "^6.14.0", - "range-parser": "^1.2.1", - "router": "^2.2.0", - "send": "^1.1.0", - "serve-static": "^2.2.0", - "statuses": "^2.0.1", - "type-is": "^2.0.1", - "vary": "^1.1.2" - }, - "engines": { - "node": ">= 18" + "dependencies": { + "estraverse": "^5.2.0" }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/express" + "engines": { + "node": ">=4.0" } }, - "node_modules/express-rate-limit": { - "version": "7.5.0", - "integrity": "sha512-eB5zbQh5h+VenMPM3fh+nw1YExi5nMr6HUCR62ELSP11huvxm/Uir1H1QEyTkk5QX6A58pX6NmaTMceKZ0Eodg==", - "license": "MIT", + "node_modules/estraverse": { + "version": "5.3.0", + "integrity": "sha1-LupSkHAvJquP5TcDcP+GyWXSESM=", + "license": "BSD-2-Clause", "optional": true, "engines": { - "node": ">= 16" - }, - "funding": { - "url": "https://github.com/sponsors/express-rate-limit" - }, - "peerDependencies": { - "express": "^4.11 || 5 || ^5.0.0-beta.1" + "node": ">=4.0" } }, - "node_modules/express/node_modules/mime-db": { - "version": "1.54.0", - "integrity": "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==", - "license": "MIT", + "node_modules/esutils": { + "version": "2.0.3", + "integrity": "sha1-dNLrTeC42hKTcRkQ1Qd1ubcQ72Q=", + "license": "BSD-2-Clause", "optional": true, "engines": { - "node": ">= 0.6" + "node": ">=0.10.0" } }, - "node_modules/express/node_modules/mime-types": { - "version": "3.0.1", - "integrity": "sha512-xRc4oEhT6eaBpU1XF7AjpOFD+xQmXNB5OVKwp4tqCuBpHLS/ZbBDrc07mYTDqVMg6PfxUjjNp85O6Cd2Z/5HWA==", - "license": "MIT", + "node_modules/expand-template": { + "version": "2.0.3", + "integrity": "sha1-bhSz/O4POmNA7LV9LokYaSBSpHw=", + "dev": true, + "license": "(MIT OR WTFPL)", "optional": true, - "dependencies": { - "mime-db": "^1.54.0" - }, "engines": { - "node": ">= 0.6" + "node": ">=6" } }, "node_modules/fast-deep-equal": { "version": "3.1.3", - "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", - "license": "MIT", - "optional": true + "integrity": "sha1-On1WtVnWy8PrUSMlJE5hmmXGxSU=", + "devOptional": true, + "license": "MIT" }, "node_modules/fast-glob": { "version": "3.3.3", "integrity": "sha1-0G1YXOjbqQoWsFBcVDw8z7OuuBg=", + "devOptional": true, "license": "MIT", - "optional": true, "dependencies": { "@nodelib/fs.stat": "^2.0.2", "@nodelib/fs.walk": "^1.2.3", @@ -3592,21 +3522,9 @@ "node": ">=8.6.0" } }, - "node_modules/fast-glob/node_modules/glob-parent": { - "version": "5.1.2", - "integrity": "sha1-hpgyxYA0/mikCTwX3BXoNA2EAcQ=", - "license": "ISC", - "optional": true, - "dependencies": { - "is-glob": "^4.0.1" - }, - "engines": { - "node": ">= 6" - } - }, "node_modules/fast-json-stable-stringify": { "version": "2.1.0", - "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", + "integrity": "sha1-h0v2nG9ATCtdmcSBNBOZ/VWJJjM=", "license": "MIT", "optional": true }, @@ -3616,11 +3534,27 @@ "license": "MIT", "optional": true }, + "node_modules/fast-uri": { + "version": "3.0.6", + "integrity": "sha1-iPEwt3z66iN41Wv5cN6iElemh0g=", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fastify" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/fastify" + } + ], + "license": "BSD-3-Clause" + }, "node_modules/fastq": { "version": "1.19.1", "integrity": "sha1-1Q6rqAPIhGqIPBZJKCHrzSzaVfU=", + "devOptional": true, "license": "ISC", - "optional": true, "dependencies": { "reusify": "^1.0.4" } @@ -3636,7 +3570,7 @@ }, "node_modules/file-entry-cache": { "version": "8.0.0", - "integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==", + "integrity": "sha1-d4e93PETG/+5JjbGlFe7wO3W2B8=", "license": "MIT", "optional": true, "dependencies": { @@ -3649,8 +3583,8 @@ "node_modules/fill-range": { "version": "7.1.1", "integrity": "sha1-RCZdPKwH4+p9wkdRY4BkN1SgUpI=", + "devOptional": true, "license": "MIT", - "optional": true, "dependencies": { "to-regex-range": "^5.0.1" }, @@ -3658,23 +3592,6 @@ "node": ">=8" } }, - "node_modules/finalhandler": { - "version": "2.1.0", - "integrity": "sha512-/t88Ty3d5JWQbWYgaOGCCYfXRwV1+be02WqYYlL6h0lEiUAMPM8o8qKGO01YIkOHzka2up08wvgYD0mDiI+q3Q==", - "license": "MIT", - "optional": true, - "dependencies": { - "debug": "^4.4.0", - "encodeurl": "^2.0.0", - "escape-html": "^1.0.3", - "on-finished": "^2.4.1", - "parseurl": "^1.3.3", - "statuses": "^2.0.1" - }, - "engines": { - "node": ">= 0.8" - } - }, "node_modules/find-up": { "version": "5.0.0", "integrity": "sha1-TJKBnstwg1YeT0okCoa+UZj1Nvw=", @@ -3702,7 +3619,7 @@ }, "node_modules/flat-cache": { "version": "4.0.1", - "integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==", + "integrity": "sha1-Ds45/LFO4BL0sEEL0z3ZwfAREnw=", "license": "MIT", "optional": true, "dependencies": { @@ -3715,7 +3632,7 @@ }, "node_modules/flatted": { "version": "3.3.3", - "integrity": "sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==", + "integrity": "sha1-Z8j62VRUp8er6/dLt47nSkQCM1g=", "license": "ISC", "optional": true }, @@ -3736,38 +3653,21 @@ } }, "node_modules/form-data": { - "version": "4.0.2", - "integrity": "sha1-Ncq73TDDznPessQtPI0+2cpReUw=", + "version": "4.0.3", + "integrity": "sha1-YIsbPz4ovg/M9ZAfyF+zZB5c8K4=", "devOptional": true, "license": "MIT", "dependencies": { "asynckit": "^0.4.0", "combined-stream": "^1.0.8", "es-set-tostringtag": "^2.1.0", + "hasown": "^2.0.2", "mime-types": "^2.1.12" }, "engines": { "node": ">= 6" } }, - "node_modules/forwarded": { - "version": "0.2.0", - "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==", - "license": "MIT", - "optional": true, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/fresh": { - "version": "2.0.0", - "integrity": "sha512-Rx/WycZ60HOaqLKAi6cHRKKI7zxWbJ31MhntmtwMoaTeF7XFH9hhBp8vITaMidfljRQ6eYWCKkaTK+ykVJHP2A==", - "license": "MIT", - "optional": true, - "engines": { - "node": ">= 0.8" - } - }, "node_modules/fs-constants": { "version": "1.0.0", "integrity": "sha1-a+Dem+mYzhavivwkSXue6bfM2a0=", @@ -3775,15 +3675,29 @@ "license": "MIT", "optional": true }, + "node_modules/fs-extra": { + "version": "11.3.0", + "integrity": "sha1-DaztE2u69lpVWjJnGa+TGtx6MU0=", + "dev": true, + "license": "MIT", + "dependencies": { + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + }, + "engines": { + "node": ">=14.14" + } + }, "node_modules/fs.realpath": { "version": "1.0.0", - "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", + "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=", "license": "ISC", "optional": true }, "node_modules/fsevents": { "version": "2.3.3", - "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", + "integrity": "sha1-ysZAd4XQNnWipeGlMFxpezR9kNY=", "hasInstallScript": true, "license": "MIT", "optional": true, @@ -3814,7 +3728,7 @@ }, "node_modules/get-east-asian-width": { "version": "1.3.0", - "integrity": "sha512-vpeMIQKxczTD/0s2CdEWHcb0eeJe6TFjxb+J5xgX7hScxqrGuyjmv4c1D4A/gelKfyox0gJJwIHF+fLjeaM8kQ==", + "integrity": "sha1-IbQHHuWO0E7g22UzcbVbQpmHU4k=", "license": "MIT", "optional": true, "engines": { @@ -3869,60 +3783,62 @@ "optional": true }, "node_modules/glob": { - "version": "11.0.2", - "integrity": "sha1-MmHjiXu8YDAwsEH9d7pjYCLVHOA=", - "dev": true, + "version": "10.4.5", + "integrity": "sha1-9NnwuQ/9urCcnXf18ptCYlF7CVY=", "license": "ISC", + "optional": true, "dependencies": { "foreground-child": "^3.1.0", - "jackspeak": "^4.0.1", - "minimatch": "^10.0.0", + "jackspeak": "^3.1.2", + "minimatch": "^9.0.4", "minipass": "^7.1.2", "package-json-from-dist": "^1.0.0", - "path-scurry": "^2.0.0" + "path-scurry": "^1.11.1" }, "bin": { "glob": "dist/esm/bin.mjs" }, - "engines": { - "node": "20 || >=22" - }, "funding": { "url": "https://github.com/sponsors/isaacs" } }, "node_modules/glob-parent": { - "version": "6.0.2", - "integrity": "sha1-bSN9mQg5UMeSkPJMdkKj3poo+eM=", + "version": "5.1.2", + "integrity": "sha1-hpgyxYA0/mikCTwX3BXoNA2EAcQ=", + "devOptional": true, "license": "ISC", - "optional": true, "dependencies": { - "is-glob": "^4.0.3" + "is-glob": "^4.0.1" }, "engines": { - "node": ">=10.13.0" + "node": ">= 6" } }, - "node_modules/glob/node_modules/minimatch": { - "version": "10.0.1", - "integrity": "sha1-zgUhhWtFPIbiXyxMDQPm/33cRAs=", - "dev": true, - "license": "ISC", - "dependencies": { - "brace-expansion": "^2.0.1" - }, + "node_modules/globals": { + "version": "14.0.0", + "integrity": "sha1-iY10E8Kbq89rr+Vvyt3thYrack4=", + "license": "MIT", + "optional": true, "engines": { - "node": "20 || >=22" + "node": ">=18" }, "funding": { - "url": "https://github.com/sponsors/isaacs" + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/globals": { - "version": "14.0.0", - "integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==", + "node_modules/globby": { + "version": "14.1.0", + "integrity": "sha1-E4t453z1qNeU4yexXc6Avx+wpz4=", + "dev": true, "license": "MIT", - "optional": true, + "dependencies": { + "@sindresorhus/merge-streams": "^2.1.0", + "fast-glob": "^3.3.3", + "ignore": "^7.0.3", + "path-type": "^6.0.0", + "slash": "^5.1.0", + "unicorn-magic": "^0.3.0" + }, "engines": { "node": ">=18" }, @@ -3930,6 +3846,15 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/globby/node_modules/ignore": { + "version": "7.0.5", + "integrity": "sha1-TLX2zX1MerA2VzjHrqiIuqbX79k=", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 4" + } + }, "node_modules/gopd": { "version": "1.2.0", "integrity": "sha1-ifVrghe9vIgCvSmd9tfxCB1+UaE=", @@ -3944,9 +3869,9 @@ }, "node_modules/graceful-fs": { "version": "4.2.11", - "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", - "license": "ISC", - "optional": true + "integrity": "sha1-QYPk6L8Iu24Fu7L30uDI9xLKQOM=", + "devOptional": true, + "license": "ISC" }, "node_modules/graphemer": { "version": "1.4.0", @@ -3955,12 +3880,12 @@ "optional": true }, "node_modules/has-flag": { - "version": "3.0.0", - "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", - "dev": true, + "version": "4.0.0", + "integrity": "sha1-lEdx/ZyByBJlxNaUGGDaBrtZR5s=", + "devOptional": true, "license": "MIT", "engines": { - "node": ">=4" + "node": ">=8" } }, "node_modules/has-symbols": { @@ -4025,13 +3950,13 @@ }, "node_modules/html-escaper": { "version": "2.0.2", - "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==", + "integrity": "sha1-39YAJ9o2o238viNiYsAKWCJoFFM=", "license": "MIT", "optional": true }, "node_modules/htmlparser2": { - "version": "9.1.0", - "integrity": "sha1-zbSY2KdaUfc5th0/cYE2w2m8jCM=", + "version": "10.0.0", + "integrity": "sha1-d60kkDe2a/jMmcbihu9zuDrrYh0=", "dev": true, "funding": [ "https://github.com/fb55/htmlparser2?sponsor=1", @@ -4044,24 +3969,20 @@ "dependencies": { "domelementtype": "^2.3.0", "domhandler": "^5.0.3", - "domutils": "^3.1.0", - "entities": "^4.5.0" + "domutils": "^3.2.1", + "entities": "^6.0.0" } }, - "node_modules/http-errors": { - "version": "2.0.0", - "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==", - "license": "MIT", - "optional": true, - "dependencies": { - "depd": "2.0.0", - "inherits": "2.0.4", - "setprototypeof": "1.2.0", - "statuses": "2.0.1", - "toidentifier": "1.0.1" - }, + "node_modules/htmlparser2/node_modules/entities": { + "version": "6.0.1", + "integrity": "sha1-wow0pDN5yn9h0HQTCy9fcCCjBpQ=", + "dev": true, + "license": "BSD-2-Clause", "engines": { - "node": ">= 0.8" + "node": ">=0.12" + }, + "funding": { + "url": "https://github.com/fb55/entities?sponsor=1" } }, "node_modules/http-proxy-agent": { @@ -4093,7 +4014,7 @@ "node_modules/iconv-lite": { "version": "0.6.3", "integrity": "sha1-pS+AvzjaGVLrXGgXkHGYcaGnJQE=", - "devOptional": true, + "dev": true, "license": "MIT", "dependencies": { "safer-buffer": ">= 2.1.2 < 3.0.0" @@ -4124,8 +4045,8 @@ "optional": true }, "node_modules/ignore": { - "version": "7.0.4", - "integrity": "sha1-oSxw0PJgfFv1CPtlpAx18DfXoHg=", + "version": "5.3.2", + "integrity": "sha1-PNQOcp82Q/2HywTlC/DrcivFlvU=", "license": "MIT", "optional": true, "engines": { @@ -4134,13 +4055,13 @@ }, "node_modules/immediate": { "version": "3.0.6", - "integrity": "sha512-XXOFtyqDjNDAQxVfYxuF7g9Il/IbWmmlQg2MYKOH8ExIT1qg6xc4zyS3HaEEATgs1btfzxq15ciUiY7gjSXRGQ==", + "integrity": "sha1-nbHb0Pr43m++D13V5Wu2BigN5ps=", "license": "MIT", "optional": true }, "node_modules/import-fresh": { "version": "3.3.1", - "integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==", + "integrity": "sha1-nOy1ZQPAraHydB271lRuSxO1fM8=", "license": "MIT", "optional": true, "dependencies": { @@ -4163,10 +4084,21 @@ "node": ">=0.8.19" } }, + "node_modules/index-to-position": { + "version": "1.1.0", + "integrity": "sha1-LlC9VMgEC91tmz2V7CqP7fhrTUQ=", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/inflight": { "version": "1.0.6", - "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", - "deprecated": "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.", + "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", "license": "ISC", "optional": true, "dependencies": { @@ -4187,18 +4119,9 @@ "license": "ISC", "optional": true }, - "node_modules/ipaddr.js": { - "version": "1.9.1", - "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==", - "license": "MIT", - "optional": true, - "engines": { - "node": ">= 0.10" - } - }, "node_modules/is-binary-path": { "version": "2.1.0", - "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", + "integrity": "sha1-6h9/O4DwZCNug0cPhsCcJU+0Wwk=", "license": "MIT", "optional": true, "dependencies": { @@ -4226,8 +4149,8 @@ "node_modules/is-extglob": { "version": "2.1.1", "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=", + "devOptional": true, "license": "MIT", - "optional": true, "engines": { "node": ">=0.10.0" } @@ -4244,8 +4167,8 @@ "node_modules/is-glob": { "version": "4.0.3", "integrity": "sha1-ZPYeQsu7LuwgcanawLKLoeZdUIQ=", + "devOptional": true, "license": "MIT", - "optional": true, "dependencies": { "is-extglob": "^2.1.1" }, @@ -4273,7 +4196,7 @@ }, "node_modules/is-interactive": { "version": "2.0.0", - "integrity": "sha512-qP1vozQRI+BMOPcjFzrjXuQvdak2pHNUMZoeG2eRbiSqyvbEf/wQtEOTOX1guk6E3t36RkaqiSt8A/6YElNxLQ==", + "integrity": "sha1-QMV2FFk4JtoRAK3mBZd41ZfxbpA=", "license": "MIT", "optional": true, "engines": { @@ -4286,8 +4209,8 @@ "node_modules/is-number": { "version": "7.0.0", "integrity": "sha1-dTU0W4lnNNX4DE0GxQlVUnoU8Ss=", + "devOptional": true, "license": "MIT", - "optional": true, "engines": { "node": ">=0.12.0" } @@ -4301,12 +4224,6 @@ "node": ">=8" } }, - "node_modules/is-promise": { - "version": "4.0.0", - "integrity": "sha512-hvpoI6korhJMnej285dSg6nu1+e6uxs7zG3BYAm5byqDsgJNWwxzM6z6iZiAgQR4TJ30JmBTOwqZUw3WlyH3AQ==", - "license": "MIT", - "optional": true - }, "node_modules/is-unicode-supported": { "version": "0.1.0", "integrity": "sha1-PybHaoCVk7Ur+i7LVxDtJ3m1Iqc=", @@ -4336,7 +4253,7 @@ }, "node_modules/isarray": { "version": "1.0.0", - "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", + "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=", "license": "MIT", "optional": true }, @@ -4348,7 +4265,7 @@ }, "node_modules/istanbul-lib-coverage": { "version": "3.2.2", - "integrity": "sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg==", + "integrity": "sha1-LRZsSwZE1Do58Ev2wu3R5YXzF1Y=", "license": "BSD-3-Clause", "optional": true, "engines": { @@ -4357,7 +4274,7 @@ }, "node_modules/istanbul-lib-report": { "version": "3.0.1", - "integrity": "sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw==", + "integrity": "sha1-kIMFusmlvRdaxqdEier9D8JEWn0=", "license": "BSD-3-Clause", "optional": true, "dependencies": { @@ -4369,18 +4286,9 @@ "node": ">=10" } }, - "node_modules/istanbul-lib-report/node_modules/has-flag": { - "version": "4.0.0", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "license": "MIT", - "optional": true, - "engines": { - "node": ">=8" - } - }, "node_modules/istanbul-lib-report/node_modules/supports-color": { "version": "7.2.0", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "integrity": "sha1-G33NyzK4E4gBs+R4umpRyqiWSNo=", "license": "MIT", "optional": true, "dependencies": { @@ -4392,7 +4300,7 @@ }, "node_modules/istanbul-reports": { "version": "3.1.7", - "integrity": "sha512-BewmUXImeuRk2YY0PVbxgKAysvhRPUQE0h5QRM++nVWyubKGV0l8qQ5op8+B2DOmwSe63Jivj0BjkPQVf8fP5g==", + "integrity": "sha1-2u0SueHcpRjhXAVuHlN+dBKA+gs=", "license": "BSD-3-Clause", "optional": true, "dependencies": { @@ -4403,28 +4311,52 @@ "node": ">=8" } }, - "node_modules/jackspeak": { - "version": "4.1.0", - "integrity": "sha1-xInAefK2NtxMvpsDEqE/8SguVhs=", + "node_modules/istextorbinary": { + "version": "9.5.0", + "integrity": "sha1-5uE/6/HBaFEAriZICaT49G4B39M=", "dev": true, - "license": "BlueOak-1.0.0", + "license": "Artistic-2.0", "dependencies": { - "@isaacs/cliui": "^8.0.2" + "binaryextensions": "^6.11.0", + "editions": "^6.21.0", + "textextensions": "^6.11.0" }, "engines": { - "node": "20 || >=22" + "node": ">=4" + }, + "funding": { + "url": "https://bevry.me/fund" + } + }, + "node_modules/jackspeak": { + "version": "3.4.3", + "integrity": "sha1-iDOp2Jq0rN5hiJQr0cU7Y5DtWoo=", + "license": "BlueOak-1.0.0", + "optional": true, + "dependencies": { + "@isaacs/cliui": "^8.0.2" }, "funding": { "url": "https://github.com/sponsors/isaacs" + }, + "optionalDependencies": { + "@pkgjs/parseargs": "^0.11.0" } }, + "node_modules/js-tokens": { + "version": "4.0.0", + "integrity": "sha1-GSA/tZmR35jjoocFDUZHzerzJJk=", + "dev": true, + "license": "MIT" + }, "node_modules/js-yaml": { - "version": "4.1.0", - "integrity": "sha1-wftl+PUBeQHN0slRhkuhhFihBgI=", + "version": "3.14.1", + "integrity": "sha1-2ugS/bOCX6MGYJqHFzg8UMNqBTc=", + "dev": true, "license": "MIT", - "optional": true, "dependencies": { - "argparse": "^2.0.1" + "argparse": "^1.0.7", + "esprima": "^4.0.0" }, "bin": { "js-yaml": "bin/js-yaml.js" @@ -4432,15 +4364,15 @@ }, "node_modules/json-buffer": { "version": "3.0.1", - "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==", + "integrity": "sha1-kziAKjDTtmBfvgYT4JQAjKjAWhM=", "license": "MIT", "optional": true }, "node_modules/json-schema-traverse": { - "version": "0.4.1", - "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", - "license": "MIT", - "optional": true + "version": "1.0.0", + "integrity": "sha1-rnvLNlard6c7pcSb9lTzjmtoYOI=", + "dev": true, + "license": "MIT" }, "node_modules/json-stable-stringify-without-jsonify": { "version": "1.0.1", @@ -4448,12 +4380,36 @@ "license": "MIT", "optional": true }, + "node_modules/json5": { + "version": "2.2.3", + "integrity": "sha1-eM1vGhm9wStz21rQxh79ZsHikoM=", + "dev": true, + "license": "MIT", + "bin": { + "json5": "lib/cli.js" + }, + "engines": { + "node": ">=6" + } + }, "node_modules/jsonc-parser": { "version": "3.3.1", "integrity": "sha1-8qUktPf9EePXkeVZl3rWC5i3mLQ=", "dev": true, "license": "MIT" }, + "node_modules/jsonfile": { + "version": "6.1.0", + "integrity": "sha1-vFWyY0eTxnnsZAMJTrE2mKbsCq4=", + "dev": true, + "license": "MIT", + "dependencies": { + "universalify": "^2.0.0" + }, + "optionalDependencies": { + "graceful-fs": "^4.1.6" + } + }, "node_modules/jsonwebtoken": { "version": "9.0.2", "integrity": "sha1-Zf+R9KvvF4RpfUCVK7GZjFBMqvM=", @@ -4478,7 +4434,7 @@ }, "node_modules/jszip": { "version": "3.10.1", - "integrity": "sha512-xXDvecyTpGLrqFrvkrUSoxxfJI5AH7U8zxxtVclpsUtMCq4JQ290LY8AW5c7Ggnr/Y/oK+bQMbqK2qmtk3pN4g==", + "integrity": "sha1-NK7nDrGOofrsL1iSCKFX0f6wkcI=", "license": "(MIT OR GPL-3.0-or-later)", "optional": true, "dependencies": { @@ -4529,7 +4485,7 @@ }, "node_modules/keyv": { "version": "4.5.4", - "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==", + "integrity": "sha1-qHmpnilFL5QkOfKkBeOvizHU3pM=", "license": "MIT", "optional": true, "dependencies": { @@ -4560,7 +4516,7 @@ }, "node_modules/lie": { "version": "3.3.0", - "integrity": "sha512-UaiMJzeWRlEujzAuw5LokY1L5ecNQYZKfmyZ9L7wDHb/p5etKaxXhohBcrw0EYby+G/NA52vRSN4N39dxHAIwQ==", + "integrity": "sha1-3Pgt7lRfRgdNryAMfBxaCOD0D2o=", "license": "MIT", "optional": true, "dependencies": { @@ -4591,6 +4547,12 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/lodash": { + "version": "4.17.21", + "integrity": "sha1-Z5WRxWTDv/quhFTPCz3zcMPWkRw=", + "dev": true, + "license": "MIT" + }, "node_modules/lodash.get": { "version": "4.4.2", "integrity": "sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk=", @@ -4645,6 +4607,12 @@ "dev": true, "license": "MIT" }, + "node_modules/lodash.truncate": { + "version": "4.4.2", + "integrity": "sha1-WjUNoLERO4N+z//VgSy+WNbq4ZM=", + "dev": true, + "license": "MIT" + }, "node_modules/log-symbols": { "version": "4.1.0", "integrity": "sha1-P727lbRoOsn8eFER55LlWNSr1QM=", @@ -4661,76 +4629,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/log-symbols/node_modules/ansi-styles": { - "version": "4.3.0", - "integrity": "sha1-7dgDYornHATIWuegkG7a00tkiTc=", - "license": "MIT", - "optional": true, - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/log-symbols/node_modules/chalk": { - "version": "4.1.2", - "integrity": "sha1-qsTit3NKdAhnrrFr8CqtVWoeegE=", - "license": "MIT", - "optional": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/log-symbols/node_modules/color-convert": { - "version": "2.0.1", - "integrity": "sha1-ctOmjVmMm9s68q0ehPIdiWq9TeM=", - "license": "MIT", - "optional": true, - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/log-symbols/node_modules/color-name": { - "version": "1.1.4", - "integrity": "sha1-wqCah6y95pVD3m9j+jmVyCbFNqI=", - "license": "MIT", - "optional": true - }, - "node_modules/log-symbols/node_modules/has-flag": { - "version": "4.0.0", - "integrity": "sha1-lEdx/ZyByBJlxNaUGGDaBrtZR5s=", - "license": "MIT", - "optional": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/log-symbols/node_modules/supports-color": { - "version": "7.2.0", - "integrity": "sha1-G33NyzK4E4gBs+R4umpRyqiWSNo=", - "license": "MIT", - "optional": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/lru-cache": { "version": "6.0.0", "integrity": "sha1-bW/mVw69lqr5D8rR2vo7JWbbOpQ=", @@ -4745,7 +4643,7 @@ }, "node_modules/make-dir": { "version": "4.0.0", - "integrity": "sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==", + "integrity": "sha1-w8IwencSd82WODBfkVwprnQbYU4=", "license": "MIT", "optional": true, "dependencies": { @@ -4775,6 +4673,12 @@ "markdown-it": "bin/markdown-it.mjs" } }, + "node_modules/markdown-it/node_modules/argparse": { + "version": "2.0.1", + "integrity": "sha1-JG9Q88p4oyQPbJl+ipvR6sSeSzg=", + "dev": true, + "license": "Python-2.0" + }, "node_modules/math-intrinsics": { "version": "1.1.0", "integrity": "sha1-oN10voHiqlwvJ+Zc4oNgXuTit/k=", @@ -4790,32 +4694,11 @@ "dev": true, "license": "MIT" }, - "node_modules/media-typer": { - "version": "1.1.0", - "integrity": "sha512-aisnrDP4GNe06UcKFnV5bfMNPBUw4jsLGaWwWfnH3v02GnBuXX2MCVn5RbrWo0j3pczUilYblq7fQ7Nw2t5XKw==", - "license": "MIT", - "optional": true, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/merge-descriptors": { - "version": "2.0.0", - "integrity": "sha512-Snk314V5ayFLhp3fkUREub6WtjBfPdCPY1Ln8/8munuLuiYhsABgBVWsozAG+MWMbVEvcdcpbi9R7ww22l9Q3g==", - "license": "MIT", - "optional": true, - "engines": { - "node": ">=18" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/merge2": { "version": "1.4.1", "integrity": "sha1-Q2iJL4hekHRVpv19xVwMnUBJkK4=", + "devOptional": true, "license": "MIT", - "optional": true, "engines": { "node": ">= 8" } @@ -4823,8 +4706,8 @@ "node_modules/micromatch": { "version": "4.0.8", "integrity": "sha1-1m+hjzpHB2eJMgubGvMr2G2fogI=", + "devOptional": true, "license": "MIT", - "optional": true, "dependencies": { "braces": "^3.0.3", "picomatch": "^2.3.1" @@ -4841,97 +4724,272 @@ "bin": { "mime": "cli.js" }, - "engines": { - "node": ">=4" + "engines": { + "node": ">=4" + } + }, + "node_modules/mime-db": { + "version": "1.52.0", + "integrity": "sha1-u6vNwChZ9JhzAchW4zh85exDv3A=", + "devOptional": true, + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mime-types": { + "version": "2.1.35", + "integrity": "sha1-OBqHG2KnNEUGYK497uRIE/cNlZo=", + "devOptional": true, + "license": "MIT", + "dependencies": { + "mime-db": "1.52.0" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mimic-function": { + "version": "5.0.1", + "integrity": "sha1-rL4rM0n5m53qyn+3Dki4PpTmcHY=", + "license": "MIT", + "optional": true, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/mimic-response": { + "version": "3.1.0", + "integrity": "sha1-LR1Zr5wbEpgVrMwsRqAipc4fo8k=", + "dev": true, + "license": "MIT", + "optional": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/minimatch": { + "version": "9.0.5", + "integrity": "sha1-10+d1rV9g9jpjPuCEzsDl4vJKeU=", + "license": "ISC", + "optional": true, + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/minimist": { + "version": "1.2.8", + "integrity": "sha1-waRk52kzAuCCoHXO4MBXdBrEdyw=", + "dev": true, + "license": "MIT", + "optional": true, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/minipass": { + "version": "7.1.2", + "integrity": "sha1-k6libOXl5mvU24aEnnUV6SNApwc=", + "devOptional": true, + "license": "ISC", + "engines": { + "node": ">=16 || 14 >=14.17" + } + }, + "node_modules/mkdirp-classic": { + "version": "0.5.3", + "integrity": "sha1-+hDJEVzG2IZb4iG6R+6b7XhgERM=", + "dev": true, + "license": "MIT", + "optional": true + }, + "node_modules/mocha": { + "version": "10.8.2", + "integrity": "sha1-jYNC0BbtQRsSpCnrcxuCX5Ya+5Y=", + "license": "MIT", + "optional": true, + "dependencies": { + "ansi-colors": "^4.1.3", + "browser-stdout": "^1.3.1", + "chokidar": "^3.5.3", + "debug": "^4.3.5", + "diff": "^5.2.0", + "escape-string-regexp": "^4.0.0", + "find-up": "^5.0.0", + "glob": "^8.1.0", + "he": "^1.2.0", + "js-yaml": "^4.1.0", + "log-symbols": "^4.1.0", + "minimatch": "^5.1.6", + "ms": "^2.1.3", + "serialize-javascript": "^6.0.2", + "strip-json-comments": "^3.1.1", + "supports-color": "^8.1.1", + "workerpool": "^6.5.1", + "yargs": "^16.2.0", + "yargs-parser": "^20.2.9", + "yargs-unparser": "^2.0.0" + }, + "bin": { + "_mocha": "bin/_mocha", + "mocha": "bin/mocha.js" + }, + "engines": { + "node": ">= 14.0.0" + } + }, + "node_modules/mocha/node_modules/ansi-regex": { + "version": "5.0.1", + "integrity": "sha1-CCyyyJyf6GWaMRpTvWpNxTAdswQ=", + "license": "MIT", + "optional": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/mocha/node_modules/argparse": { + "version": "2.0.1", + "integrity": "sha1-JG9Q88p4oyQPbJl+ipvR6sSeSzg=", + "license": "Python-2.0", + "optional": true + }, + "node_modules/mocha/node_modules/cliui": { + "version": "7.0.4", + "integrity": "sha1-oCZe5lVHb8gHrqnfPfjfd4OAi08=", + "license": "ISC", + "optional": true, + "dependencies": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.0", + "wrap-ansi": "^7.0.0" + } + }, + "node_modules/mocha/node_modules/glob": { + "version": "8.1.0", + "integrity": "sha1-04j2Vlk+9wjuPjRkD9+5mp/Rwz4=", + "license": "ISC", + "optional": true, + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^5.0.1", + "once": "^1.3.0" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/mime-db": { - "version": "1.52.0", - "integrity": "sha1-u6vNwChZ9JhzAchW4zh85exDv3A=", - "devOptional": true, + "node_modules/mocha/node_modules/js-yaml": { + "version": "4.1.0", + "integrity": "sha1-wftl+PUBeQHN0slRhkuhhFihBgI=", "license": "MIT", - "engines": { - "node": ">= 0.6" + "optional": true, + "dependencies": { + "argparse": "^2.0.1" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" } }, - "node_modules/mime-types": { - "version": "2.1.35", - "integrity": "sha1-OBqHG2KnNEUGYK497uRIE/cNlZo=", - "devOptional": true, - "license": "MIT", + "node_modules/mocha/node_modules/minimatch": { + "version": "5.1.6", + "integrity": "sha1-HPy4z1Ui6mmVLNKvla4JR38SKpY=", + "license": "ISC", + "optional": true, "dependencies": { - "mime-db": "1.52.0" + "brace-expansion": "^2.0.1" }, "engines": { - "node": ">= 0.6" + "node": ">=10" } }, - "node_modules/mimic-function": { - "version": "5.0.1", - "integrity": "sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA==", + "node_modules/mocha/node_modules/strip-ansi": { + "version": "6.0.1", + "integrity": "sha1-nibGPTD1NEPpSJSVshBdN7Z6hdk=", "license": "MIT", "optional": true, - "engines": { - "node": ">=18" + "dependencies": { + "ansi-regex": "^5.0.1" }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "engines": { + "node": ">=8" } }, - "node_modules/mimic-response": { - "version": "3.1.0", - "integrity": "sha1-LR1Zr5wbEpgVrMwsRqAipc4fo8k=", - "dev": true, + "node_modules/mocha/node_modules/supports-color": { + "version": "8.1.1", + "integrity": "sha1-zW/BfihQDP9WwbhsCn/UpUpzAFw=", "license": "MIT", "optional": true, + "dependencies": { + "has-flag": "^4.0.0" + }, "engines": { "node": ">=10" }, "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "url": "https://github.com/chalk/supports-color?sponsor=1" } }, - "node_modules/minimatch": { - "version": "9.0.5", - "integrity": "sha1-10+d1rV9g9jpjPuCEzsDl4vJKeU=", - "license": "ISC", + "node_modules/mocha/node_modules/wrap-ansi": { + "version": "7.0.0", + "integrity": "sha1-Z+FFz/UQpqaYS98RUpEdadLrnkM=", + "license": "MIT", "optional": true, "dependencies": { - "brace-expansion": "^2.0.1" + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" }, "engines": { - "node": ">=16 || 14 >=14.17" + "node": ">=10" }, "funding": { - "url": "https://github.com/sponsors/isaacs" + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" } }, - "node_modules/minimist": { - "version": "1.2.8", - "integrity": "sha1-waRk52kzAuCCoHXO4MBXdBrEdyw=", - "dev": true, + "node_modules/mocha/node_modules/yargs": { + "version": "16.2.0", + "integrity": "sha1-HIK/D2tqZur85+8w43b0mhJHf2Y=", "license": "MIT", "optional": true, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "dependencies": { + "cliui": "^7.0.2", + "escalade": "^3.1.1", + "get-caller-file": "^2.0.5", + "require-directory": "^2.1.1", + "string-width": "^4.2.0", + "y18n": "^5.0.5", + "yargs-parser": "^20.2.2" + }, + "engines": { + "node": ">=10" } }, - "node_modules/minipass": { - "version": "7.1.2", - "integrity": "sha1-k6libOXl5mvU24aEnnUV6SNApwc=", - "devOptional": true, + "node_modules/mocha/node_modules/yargs-parser": { + "version": "20.2.9", + "integrity": "sha1-LrfcOwKJcY/ClfNidThFxBoMlO4=", "license": "ISC", + "optional": true, "engines": { - "node": ">=16 || 14 >=14.17" + "node": ">=10" } }, - "node_modules/mkdirp-classic": { - "version": "0.5.3", - "integrity": "sha1-+hDJEVzG2IZb4iG6R+6b7XhgERM=", - "dev": true, - "license": "MIT", - "optional": true - }, "node_modules/mock-fs": { "version": "5.5.0", "integrity": "sha1-lKRtKZqqWI5zWiAcvoI8h26R84U=", @@ -4966,15 +5024,6 @@ "license": "MIT", "optional": true }, - "node_modules/negotiator": { - "version": "1.0.0", - "integrity": "sha512-8Ofs/AUQh8MaEcrlq5xOX0CQ9ypTF5dl78mjlMNfOK08fzpgTHQRQPBxcPlEtIw0yRpws+Zo/3r+5WRby7u3Gg==", - "license": "MIT", - "optional": true, - "engines": { - "node": ">= 0.6" - } - }, "node_modules/nise": { "version": "6.1.1", "integrity": "sha1-eOqTzEm+Ei5Ey3yP31l7Dod4tko=", @@ -5027,9 +5076,54 @@ } } }, + "node_modules/node-sarif-builder": { + "version": "3.2.0", + "integrity": "sha1-ugCJldixZVcMPzgwDlYpmpNTHbE=", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/sarif": "^2.1.7", + "fs-extra": "^11.1.1" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/normalize-package-data": { + "version": "6.0.2", + "integrity": "sha1-p7wiFn/iQCVBK8/wqWUet2iwNQY=", + "dev": true, + "license": "BSD-2-Clause", + "dependencies": { + "hosted-git-info": "^7.0.0", + "semver": "^7.3.5", + "validate-npm-package-license": "^3.0.4" + }, + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, + "node_modules/normalize-package-data/node_modules/hosted-git-info": { + "version": "7.0.2", + "integrity": "sha1-m3UaysCXdXZn8wEUYH73tmH/Txc=", + "dev": true, + "license": "ISC", + "dependencies": { + "lru-cache": "^10.0.1" + }, + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, + "node_modules/normalize-package-data/node_modules/lru-cache": { + "version": "10.4.3", + "integrity": "sha1-QQ/IoXtw5ZgBPfJXwkRrfzOD8Rk=", + "dev": true, + "license": "ISC" + }, "node_modules/normalize-path": { "version": "3.0.0", - "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", + "integrity": "sha1-Dc1p/yOhybEf0JeDFmRKA4ghamU=", "license": "MIT", "optional": true, "engines": { @@ -5048,19 +5142,10 @@ "url": "https://github.com/fb55/nth-check?sponsor=1" } }, - "node_modules/object-assign": { - "version": "4.1.1", - "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==", - "license": "MIT", - "optional": true, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/object-inspect": { "version": "1.13.4", "integrity": "sha1-g3UmXiG8IND6WCwi4bE0hdbgAhM=", - "devOptional": true, + "dev": true, "license": "MIT", "engines": { "node": ">= 0.4" @@ -5069,18 +5154,6 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/on-finished": { - "version": "2.4.1", - "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==", - "license": "MIT", - "optional": true, - "dependencies": { - "ee-first": "1.1.1" - }, - "engines": { - "node": ">= 0.8" - } - }, "node_modules/once": { "version": "1.4.0", "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", @@ -5092,7 +5165,7 @@ }, "node_modules/onetime": { "version": "7.0.0", - "integrity": "sha512-VXJjc87FScF88uafS3JllDgvAm+c/Slfz06lorj2uAY34rlUu0Nt+v8wreiImcrgAjjIHp1rXpTDlLOGw29WwQ==", + "integrity": "sha1-nxbJLYye9RIOOs2d2ZV8zuzBq2A=", "license": "MIT", "optional": true, "dependencies": { @@ -5142,7 +5215,7 @@ }, "node_modules/ora": { "version": "8.2.0", - "integrity": "sha512-weP+BZ8MVNnlCm8c0Qdc1WSWq4Qn7I+9CJGm7Qali6g44e/PUzbjNqJX5NJ9ljlNMosfJvg1fKEGILklK9cwnw==", + "integrity": "sha1-j7u3FRr+M7VA3RU/Fx/6i9OOmGE=", "license": "MIT", "optional": true, "dependencies": { @@ -5163,21 +5236,9 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/ora/node_modules/ansi-regex": { - "version": "6.1.0", - "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==", - "license": "MIT", - "optional": true, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/chalk/ansi-regex?sponsor=1" - } - }, "node_modules/ora/node_modules/chalk": { "version": "5.4.1", - "integrity": "sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==", + "integrity": "sha1-G0i/CWPsFY3OKqz2nAk64t0gktg=", "license": "MIT", "optional": true, "engines": { @@ -5189,13 +5250,13 @@ }, "node_modules/ora/node_modules/emoji-regex": { "version": "10.4.0", - "integrity": "sha512-EC+0oUMY1Rqm4O6LLrgjtYDvcVYTy7chDnM4Q7030tP4Kwj3u/pR6gP9ygnp2CJMK5Gq+9Q2oqmrFJAz01DXjw==", + "integrity": "sha1-A1U6/qgLOXV0nPyzb3dsomjkE9Q=", "license": "MIT", "optional": true }, "node_modules/ora/node_modules/is-unicode-supported": { "version": "2.1.0", - "integrity": "sha512-mE00Gnza5EEB3Ds0HfMyllZzbBrmLOX3vfWoj9A9PEnTfratQ/BcaJOuMhnkhjXvb2+FkY3VuHqtAGpTPmglFQ==", + "integrity": "sha1-CfCrDebTdE1I0mXruY9l0R8qmzo=", "license": "MIT", "optional": true, "engines": { @@ -5207,7 +5268,7 @@ }, "node_modules/ora/node_modules/log-symbols": { "version": "6.0.0", - "integrity": "sha512-i24m8rpwhmPIS4zscNzK6MSEhk0DUWa/8iYQWxhffV8jkI4Phvs3F+quL5xvS0gdQR0FyTCMMH33Y78dDTzzIw==", + "integrity": "sha1-u5Xl8FMiZRysMMD+tkBPnyqKlDk=", "license": "MIT", "optional": true, "dependencies": { @@ -5223,7 +5284,7 @@ }, "node_modules/ora/node_modules/log-symbols/node_modules/is-unicode-supported": { "version": "1.3.0", - "integrity": "sha512-43r2mRvz+8JRIKnWJ+3j8JtjRKZ6GmjzfaE/qiBJnikNnYv/6bagRJ1kUhNk8R5EX/GkobD+r+sfxCPJsiKBLQ==", + "integrity": "sha1-2CSYS2FsKSouGYIH1KYJmDhC9xQ=", "license": "MIT", "optional": true, "engines": { @@ -5235,7 +5296,7 @@ }, "node_modules/ora/node_modules/string-width": { "version": "7.2.0", - "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==", + "integrity": "sha1-tbuOIWXOJ11NQ0dt0nAK2Qkdttw=", "license": "MIT", "optional": true, "dependencies": { @@ -5250,21 +5311,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/ora/node_modules/strip-ansi": { - "version": "7.1.0", - "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", - "license": "MIT", - "optional": true, - "dependencies": { - "ansi-regex": "^6.0.1" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/chalk/strip-ansi?sponsor=1" - } - }, "node_modules/p-limit": { "version": "3.1.0", "integrity": "sha1-4drMvnjQ0TiMoYxk/qOOPlfjcGs=", @@ -5295,6 +5341,18 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/p-map": { + "version": "7.0.3", + "integrity": "sha1-esIQotNvgewotzYTSBD3ukQYzbY=", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/package-json-from-dist": { "version": "1.0.1", "integrity": "sha1-TxRxoBCCeob5TP2bByfjbSZ95QU=", @@ -5303,13 +5361,13 @@ }, "node_modules/pako": { "version": "1.0.11", - "integrity": "sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==", + "integrity": "sha1-bJWZ00DVTf05RjgCUqNXBaa5kr8=", "license": "(MIT AND Zlib)", "optional": true }, "node_modules/parent-module": { "version": "1.0.1", - "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", + "integrity": "sha1-aR0nCeeMefrjoVZiJFLQB2LKqqI=", "license": "MIT", "optional": true, "dependencies": { @@ -5319,6 +5377,23 @@ "node": ">=6" } }, + "node_modules/parse-json": { + "version": "8.3.0", + "integrity": "sha1-iKGVohVwJROaIxek8vklK2EwTtU=", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/code-frame": "^7.26.2", + "index-to-position": "^1.1.0", + "type-fest": "^4.39.1" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/parse-semver": { "version": "1.1.1", "integrity": "sha1-mkr9bfBj3Egm+T+6SpnPIj9mbLg=", @@ -5375,8 +5450,8 @@ } }, "node_modules/parse5/node_modules/entities": { - "version": "6.0.0", - "integrity": "sha1-CcninLebCmRZqbnbnvtBisW7jlE=", + "version": "6.0.1", + "integrity": "sha1-wow0pDN5yn9h0HQTCy9fcCCjBpQ=", "dev": true, "license": "BSD-2-Clause", "engines": { @@ -5386,15 +5461,6 @@ "url": "https://github.com/fb55/entities?sponsor=1" } }, - "node_modules/parseurl": { - "version": "1.3.3", - "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==", - "license": "MIT", - "optional": true, - "engines": { - "node": ">= 0.8" - } - }, "node_modules/path-exists": { "version": "4.0.0", "integrity": "sha1-UTvb4tO5XXdi6METfvoZXGxhtbM=", @@ -5406,7 +5472,7 @@ }, "node_modules/path-is-absolute": { "version": "1.0.1", - "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", + "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=", "license": "MIT", "optional": true, "engines": { @@ -5423,29 +5489,26 @@ } }, "node_modules/path-scurry": { - "version": "2.0.0", - "integrity": "sha1-nwUiifI62L+Tl6KgQl57hhXFhYA=", - "dev": true, + "version": "1.11.1", + "integrity": "sha1-eWCmaIiFlKByCxKpEdGnQqufEdI=", "license": "BlueOak-1.0.0", + "optional": true, "dependencies": { - "lru-cache": "^11.0.0", - "minipass": "^7.1.2" + "lru-cache": "^10.2.0", + "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0" }, "engines": { - "node": "20 || >=22" + "node": ">=16 || 14 >=14.18" }, "funding": { "url": "https://github.com/sponsors/isaacs" } }, "node_modules/path-scurry/node_modules/lru-cache": { - "version": "11.1.0", - "integrity": "sha1-r6+wYGBxCBMtvBz4rmYa+2lIYRc=", - "dev": true, + "version": "10.4.3", + "integrity": "sha1-QQ/IoXtw5ZgBPfJXwkRrfzOD8Rk=", "license": "ISC", - "engines": { - "node": "20 || >=22" - } + "optional": true }, "node_modules/path-to-regexp": { "version": "8.2.0", @@ -5456,17 +5519,35 @@ "node": ">=16" } }, + "node_modules/path-type": { + "version": "6.0.0", + "integrity": "sha1-Lxu2eRqRzpkZTK7eXWxZIO2B61E=", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/pend": { "version": "1.2.0", "integrity": "sha1-elfrVQpng/kRUzH89GY9XI4AelA=", "dev": true, "license": "MIT" }, + "node_modules/picocolors": { + "version": "1.1.1", + "integrity": "sha1-PTIa8+q5ObCDyPkpodEs2oHCa2s=", + "dev": true, + "license": "ISC" + }, "node_modules/picomatch": { "version": "2.3.1", "integrity": "sha1-O6ODNzNkbZ0+SZWUbBNlpn+wekI=", + "devOptional": true, "license": "MIT", - "optional": true, "engines": { "node": ">=8.6" }, @@ -5474,13 +5555,13 @@ "url": "https://github.com/sponsors/jonschlinkert" } }, - "node_modules/pkce-challenge": { - "version": "5.0.0", - "integrity": "sha512-ueGLflrrnvwB3xuo/uGob5pd5FN7l0MsLf0Z87o/UQmRtwjvfylfc9MurIxRAWywCYTgrvpXBcqjV4OfCYGCIQ==", + "node_modules/pluralize": { + "version": "8.0.0", + "integrity": "sha1-Gm+hajjRKhkB4DIPoBcFHFOc47E=", + "dev": true, "license": "MIT", - "optional": true, "engines": { - "node": ">=16.20.0" + "node": ">=4" } }, "node_modules/prebuild-install": { @@ -5520,8 +5601,8 @@ } }, "node_modules/prettier": { - "version": "3.5.3", - "integrity": "sha512-QQtaxnoDJeAkDvDKWCLiwIXkTgRhwYDEQCghU9Z6q03iyek/rxRh/2lC3HB7P8sWT2xC/y5JDctPLBIGzHKbhw==", + "version": "3.6.2", + "integrity": "sha1-zNoCoQA+u7K/2m+DoHSXj2CLk5M=", "license": "MIT", "optional": true, "bin": { @@ -5536,7 +5617,7 @@ }, "node_modules/prettier-plugin-organize-imports": { "version": "4.1.0", - "integrity": "sha512-5aWRdCgv645xaa58X8lOxzZoiHAldAPChljr/MT0crXVOWTZ+Svl4hIWlz+niYSlO6ikE5UXkN1JrRvIP2ut0A==", + "integrity": "sha1-89N2QEao57pkkUMRWLm+b/2DuQ8=", "license": "MIT", "optional": true, "peerDependencies": { @@ -5552,26 +5633,13 @@ }, "node_modules/process-nextick-args": { "version": "2.0.1", - "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==", + "integrity": "sha1-eCDZsWEgzFXKmud5JoCufbptf+I=", "license": "MIT", "optional": true }, - "node_modules/proxy-addr": { - "version": "2.0.7", - "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==", - "license": "MIT", - "optional": true, - "dependencies": { - "forwarded": "0.2.0", - "ipaddr.js": "1.9.1" - }, - "engines": { - "node": ">= 0.10" - } - }, "node_modules/pump": { - "version": "3.0.2", - "integrity": "sha1-g28+3WvC7lmSVskk/+DYhXPdy/g=", + "version": "3.0.3", + "integrity": "sha1-FR2XnxopZo3AAl7FiaRVtTKCJo0=", "dev": true, "license": "MIT", "optional": true, @@ -5582,7 +5650,7 @@ }, "node_modules/punycode": { "version": "2.3.1", - "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==", + "integrity": "sha1-AnQi4vrsCyXhVJw+G9gwm5EztuU=", "license": "MIT", "optional": true, "engines": { @@ -5601,7 +5669,7 @@ "node_modules/qs": { "version": "6.14.0", "integrity": "sha1-xj+kBoDSxclBQSoOiZyJr2DAqTA=", - "devOptional": true, + "dev": true, "license": "BSD-3-Clause", "dependencies": { "side-channel": "^1.1.0" @@ -5616,6 +5684,7 @@ "node_modules/queue-microtask": { "version": "1.2.3", "integrity": "sha1-SSkii7xyTfrEPg77BYyve2z7YkM=", + "devOptional": true, "funding": [ { "type": "github", @@ -5630,8 +5699,7 @@ "url": "https://feross.org/support" } ], - "license": "MIT", - "optional": true + "license": "MIT" }, "node_modules/randombytes": { "version": "2.1.0", @@ -5642,30 +5710,6 @@ "safe-buffer": "^5.1.0" } }, - "node_modules/range-parser": { - "version": "1.2.1", - "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==", - "license": "MIT", - "optional": true, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/raw-body": { - "version": "3.0.0", - "integrity": "sha512-RmkhL8CAyCRPXCE28MMH0z2PNWQBNk2Q09ZdxM9IOOXwxwZbN+qbWaatPkdkWIKL2ZVDImrN/pK5HTRz2PcS4g==", - "license": "MIT", - "optional": true, - "dependencies": { - "bytes": "3.1.2", - "http-errors": "2.0.0", - "iconv-lite": "0.6.3", - "unpipe": "1.0.0" - }, - "engines": { - "node": ">= 0.8" - } - }, "node_modules/rc": { "version": "1.2.8", "integrity": "sha1-zZJL9SAKB1uDwYjNa54hG3/A0+0=", @@ -5682,6 +5726,36 @@ "rc": "cli.js" } }, + "node_modules/rc-config-loader": { + "version": "4.1.3", + "integrity": "sha1-E1KYa4otjZbW/QVKW7GaYMV2h2o=", + "dev": true, + "license": "MIT", + "dependencies": { + "debug": "^4.3.4", + "js-yaml": "^4.1.0", + "json5": "^2.2.2", + "require-from-string": "^2.0.2" + } + }, + "node_modules/rc-config-loader/node_modules/argparse": { + "version": "2.0.1", + "integrity": "sha1-JG9Q88p4oyQPbJl+ipvR6sSeSzg=", + "dev": true, + "license": "Python-2.0" + }, + "node_modules/rc-config-loader/node_modules/js-yaml": { + "version": "4.1.0", + "integrity": "sha1-wftl+PUBeQHN0slRhkuhhFihBgI=", + "dev": true, + "license": "MIT", + "dependencies": { + "argparse": "^2.0.1" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, "node_modules/rc/node_modules/strip-json-comments": { "version": "2.0.1", "integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo=", @@ -5704,9 +5778,40 @@ "node": ">=0.8" } }, + "node_modules/read-pkg": { + "version": "9.0.1", + "integrity": "sha1-sbgfsVEE9duxIba73um7yXOfVps=", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/normalize-package-data": "^2.4.3", + "normalize-package-data": "^6.0.0", + "parse-json": "^8.0.0", + "type-fest": "^4.6.0", + "unicorn-magic": "^0.1.0" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/read-pkg/node_modules/unicorn-magic": { + "version": "0.1.0", + "integrity": "sha1-G7mlHII6r51zqL/NPRoj3elLDOQ=", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/readable-stream": { "version": "2.3.8", - "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", + "integrity": "sha1-kRJegEK7obmIf0k0X2J3Anzovps=", "license": "MIT", "optional": true, "dependencies": { @@ -5721,10 +5826,22 @@ }, "node_modules/readable-stream/node_modules/safe-buffer": { "version": "5.1.2", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", + "integrity": "sha1-mR7GnSluAxN0fVm9/St0XDX4go0=", "license": "MIT", "optional": true }, + "node_modules/readdirp": { + "version": "3.6.0", + "integrity": "sha1-dKNwvYVxFuJFspzJc0DNQxoCpsc=", + "license": "MIT", + "optional": true, + "dependencies": { + "picomatch": "^2.2.1" + }, + "engines": { + "node": ">=8.10.0" + } + }, "node_modules/require-directory": { "version": "2.1.1", "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=", @@ -5734,9 +5851,18 @@ "node": ">=0.10.0" } }, + "node_modules/require-from-string": { + "version": "2.0.2", + "integrity": "sha1-iaf92TgmEmcxjq/hT5wy5ZjDaQk=", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/resolve-from": { "version": "4.0.0", - "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", + "integrity": "sha1-SrzYUq0y3Xuqv+m0DgCjbbXzkuY=", "license": "MIT", "optional": true, "engines": { @@ -5745,7 +5871,7 @@ }, "node_modules/restore-cursor": { "version": "5.1.0", - "integrity": "sha512-oMA2dcrw6u0YfxJQXm342bFKX/E4sG9rbTzO9ptUcR/e8A33cHuvStiYOwH7fszkZlZ1z/ta9AAoPk2F4qIOHA==", + "integrity": "sha1-B2bZVpnvrLFBUJk/VbrwlT6h6+c=", "license": "MIT", "optional": true, "dependencies": { @@ -5762,29 +5888,13 @@ "node_modules/reusify": { "version": "1.1.0", "integrity": "sha1-D+E7lSLhRz9RtVjueW4I8R+bSJ8=", + "devOptional": true, "license": "MIT", - "optional": true, "engines": { "iojs": ">=1.0.0", "node": ">=0.10.0" } }, - "node_modules/router": { - "version": "2.2.0", - "integrity": "sha512-nLTrUKm2UyiL7rlhapu/Zl45FwNgkZGaCpZbIHajDYgwlJCOzLSk+cIPAnsEqV955GjILJnKbdQC1nVPz+gAYQ==", - "license": "MIT", - "optional": true, - "dependencies": { - "debug": "^4.4.0", - "depd": "^2.0.0", - "is-promise": "^4.0.0", - "parseurl": "^1.3.3", - "path-to-regexp": "^8.0.0" - }, - "engines": { - "node": ">= 18" - } - }, "node_modules/run-applescript": { "version": "7.0.0", "integrity": "sha1-5aVTwr/9Yg4WnSdsHNjxtkd4++s=", @@ -5800,6 +5910,7 @@ "node_modules/run-parallel": { "version": "1.2.0", "integrity": "sha1-ZtE2jae9+SHrnZW9GpIp5/IaQ+4=", + "devOptional": true, "funding": [ { "type": "github", @@ -5815,7 +5926,6 @@ } ], "license": "MIT", - "optional": true, "dependencies": { "queue-microtask": "^1.2.2" } @@ -5843,7 +5953,7 @@ "node_modules/safer-buffer": { "version": "2.1.2", "integrity": "sha1-RPoWGwGHuVSd2Eu5GAL5vYOFzWo=", - "devOptional": true, + "dev": true, "license": "MIT" }, "node_modules/sax": { @@ -5852,6 +5962,27 @@ "dev": true, "license": "ISC" }, + "node_modules/secretlint": { + "version": "10.2.0", + "integrity": "sha1-ZJ03QZCSps/7JSLgWc1WvsxATcw=", + "dev": true, + "license": "MIT", + "dependencies": { + "@secretlint/config-creator": "^10.2.0", + "@secretlint/formatter": "^10.2.0", + "@secretlint/node": "^10.2.0", + "@secretlint/profiler": "^10.2.0", + "debug": "^4.4.1", + "globby": "^14.1.0", + "read-pkg": "^9.0.1" + }, + "bin": { + "secretlint": "bin/secretlint.js" + }, + "engines": { + "node": ">=20.0.0" + } + }, "node_modules/semver": { "version": "7.7.2", "integrity": "sha1-Z9mf3NNc7CHm+Lh6f9UVoz+YK1g=", @@ -5863,49 +5994,6 @@ "node": ">=10" } }, - "node_modules/send": { - "version": "1.2.0", - "integrity": "sha512-uaW0WwXKpL9blXE2o0bRhoL2EGXIrZxQ2ZQ4mgcfoBxdFmQold+qWsD2jLrfZ0trjKL6vOw0j//eAwcALFjKSw==", - "license": "MIT", - "optional": true, - "dependencies": { - "debug": "^4.3.5", - "encodeurl": "^2.0.0", - "escape-html": "^1.0.3", - "etag": "^1.8.1", - "fresh": "^2.0.0", - "http-errors": "^2.0.0", - "mime-types": "^3.0.1", - "ms": "^2.1.3", - "on-finished": "^2.4.1", - "range-parser": "^1.2.1", - "statuses": "^2.0.1" - }, - "engines": { - "node": ">= 18" - } - }, - "node_modules/send/node_modules/mime-db": { - "version": "1.54.0", - "integrity": "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==", - "license": "MIT", - "optional": true, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/send/node_modules/mime-types": { - "version": "3.0.1", - "integrity": "sha512-xRc4oEhT6eaBpU1XF7AjpOFD+xQmXNB5OVKwp4tqCuBpHLS/ZbBDrc07mYTDqVMg6PfxUjjNp85O6Cd2Z/5HWA==", - "license": "MIT", - "optional": true, - "dependencies": { - "mime-db": "^1.54.0" - }, - "engines": { - "node": ">= 0.6" - } - }, "node_modules/serialize-javascript": { "version": "6.0.2", "integrity": "sha1-3voeBVyDv21Z6oBdjahiJU62psI=", @@ -5915,33 +6003,12 @@ "randombytes": "^2.1.0" } }, - "node_modules/serve-static": { - "version": "2.2.0", - "integrity": "sha512-61g9pCh0Vnh7IutZjtLGGpTA355+OPn2TyDv/6ivP2h/AdAVX9azsoxmg2/M6nZeQZNYBEwIcsne1mJd9oQItQ==", - "license": "MIT", - "optional": true, - "dependencies": { - "encodeurl": "^2.0.0", - "escape-html": "^1.0.3", - "parseurl": "^1.3.3", - "send": "^1.2.0" - }, - "engines": { - "node": ">= 18" - } - }, "node_modules/setimmediate": { "version": "1.0.5", - "integrity": "sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==", + "integrity": "sha1-KQy7Iy4waULX1+qbg3Mqt4VvgoU=", "license": "MIT", "optional": true }, - "node_modules/setprototypeof": { - "version": "1.2.0", - "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==", - "license": "ISC", - "optional": true - }, "node_modules/shebang-command": { "version": "2.0.0", "integrity": "sha1-zNCvT4g1+9wmW4JGGq8MNmY/NOo=", @@ -5966,7 +6033,7 @@ "node_modules/side-channel": { "version": "1.1.0", "integrity": "sha1-w/z/nE2pMnhIczNeyXZfqU/2a8k=", - "devOptional": true, + "dev": true, "license": "MIT", "dependencies": { "es-errors": "^1.3.0", @@ -5985,7 +6052,7 @@ "node_modules/side-channel-list": { "version": "1.0.0", "integrity": "sha1-EMtZhCYxFdO3oOM2WR4pCoMK+K0=", - "devOptional": true, + "dev": true, "license": "MIT", "dependencies": { "es-errors": "^1.3.0", @@ -6001,7 +6068,7 @@ "node_modules/side-channel-map": { "version": "1.0.1", "integrity": "sha1-1rtrN5Asb+9RdOX1M/q0xzKib0I=", - "devOptional": true, + "dev": true, "license": "MIT", "dependencies": { "call-bound": "^1.0.2", @@ -6019,7 +6086,7 @@ "node_modules/side-channel-weakmap": { "version": "1.0.2", "integrity": "sha1-Ed2hnVNo5Azp7CvcH7DsvAeQ7Oo=", - "devOptional": true, + "dev": true, "license": "MIT", "dependencies": { "call-bound": "^1.0.2", @@ -6121,15 +6188,6 @@ "node": ">=0.3.1" } }, - "node_modules/sinon/node_modules/has-flag": { - "version": "4.0.0", - "integrity": "sha1-lEdx/ZyByBJlxNaUGGDaBrtZR5s=", - "license": "MIT", - "optional": true, - "engines": { - "node": ">=8" - } - }, "node_modules/sinon/node_modules/supports-color": { "version": "7.2.0", "integrity": "sha1-G33NyzK4E4gBs+R4umpRyqiWSNo=", @@ -6142,18 +6200,76 @@ "node": ">=8" } }, - "node_modules/statuses": { - "version": "2.0.1", - "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==", + "node_modules/slash": { + "version": "5.1.0", + "integrity": "sha1-vjrd3N8JrDjuvo3Nx7GlenWwlc4=", + "dev": true, "license": "MIT", - "optional": true, "engines": { - "node": ">= 0.8" + "node": ">=14.16" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/slice-ansi": { + "version": "4.0.0", + "integrity": "sha1-UA6N0P1VsFgVCGJVsxla3ypF/ms=", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-styles": "^4.0.0", + "astral-regex": "^2.0.0", + "is-fullwidth-code-point": "^3.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/slice-ansi?sponsor=1" + } + }, + "node_modules/spdx-correct": { + "version": "3.2.0", + "integrity": "sha1-T1qwZo8AWeNPnADc4zF4ShLeTpw=", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "spdx-expression-parse": "^3.0.0", + "spdx-license-ids": "^3.0.0" + } + }, + "node_modules/spdx-exceptions": { + "version": "2.5.0", + "integrity": "sha1-XWB9J/yAb2bXtkp2ZlD6iQ8E7WY=", + "dev": true, + "license": "CC-BY-3.0" + }, + "node_modules/spdx-expression-parse": { + "version": "3.0.1", + "integrity": "sha1-z3D1BILu/cmOPOCmgz5KU87rpnk=", + "dev": true, + "license": "MIT", + "dependencies": { + "spdx-exceptions": "^2.1.0", + "spdx-license-ids": "^3.0.0" } }, + "node_modules/spdx-license-ids": { + "version": "3.0.21", + "integrity": "sha1-bW6YDJ3ytvyQU0OjstcCpiOVNsM=", + "dev": true, + "license": "CC0-1.0" + }, + "node_modules/sprintf-js": { + "version": "1.0.3", + "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=", + "dev": true, + "license": "BSD-3-Clause" + }, "node_modules/stdin-discarder": { "version": "0.2.2", - "integrity": "sha512-UhDfHmA92YAlNnCfhmq0VeNL5bDbiZGg7sZ2IvPsXubGkiNa9EC+tUTsjBRsYUAz87btI6/1wf4XoVvQ3uRnmQ==", + "integrity": "sha1-OQA39ExK4aGuU1xf443Dq6jZl74=", "license": "MIT", "optional": true, "engines": { @@ -6179,20 +6295,17 @@ "optional": true }, "node_modules/string-width": { - "version": "5.1.2", - "integrity": "sha1-FPja7G2B5yIdKjV+Zoyrc728p5Q=", + "version": "4.2.3", + "integrity": "sha1-JpxxF9J7Ba0uU2gwqOyJXvnG0BA=", "devOptional": true, "license": "MIT", "dependencies": { - "eastasianwidth": "^0.2.0", - "emoji-regex": "^9.2.2", - "strip-ansi": "^7.0.1" + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" }, "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">=8" } }, "node_modules/string-width-cjs": { @@ -6210,25 +6323,49 @@ "node": ">=8" } }, - "node_modules/string-width-cjs/node_modules/emoji-regex": { - "version": "8.0.0", - "integrity": "sha1-6Bj9ac5cz8tARZT4QpY79TFkzDc=", + "node_modules/string-width-cjs/node_modules/ansi-regex": { + "version": "5.0.1", + "integrity": "sha1-CCyyyJyf6GWaMRpTvWpNxTAdswQ=", "devOptional": true, - "license": "MIT" + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/string-width-cjs/node_modules/strip-ansi": { + "version": "6.0.1", + "integrity": "sha1-nibGPTD1NEPpSJSVshBdN7Z6hdk=", + "devOptional": true, + "license": "MIT", + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } }, "node_modules/string-width/node_modules/ansi-regex": { - "version": "6.1.0", - "integrity": "sha1-lexAnGlhnWyxuLNPFLZg7yjr1lQ=", + "version": "5.0.1", + "integrity": "sha1-CCyyyJyf6GWaMRpTvWpNxTAdswQ=", "devOptional": true, "license": "MIT", "engines": { - "node": ">=12" + "node": ">=8" + } + }, + "node_modules/string-width/node_modules/strip-ansi": { + "version": "6.0.1", + "integrity": "sha1-nibGPTD1NEPpSJSVshBdN7Z6hdk=", + "devOptional": true, + "license": "MIT", + "dependencies": { + "ansi-regex": "^5.0.1" }, - "funding": { - "url": "https://github.com/chalk/ansi-regex?sponsor=1" + "engines": { + "node": ">=8" } }, - "node_modules/string-width/node_modules/strip-ansi": { + "node_modules/strip-ansi": { "version": "7.1.0", "integrity": "sha1-1bZWjKaJ2FYTcLBwdoXSJDT6/0U=", "devOptional": true, @@ -6243,7 +6380,8 @@ "url": "https://github.com/chalk/strip-ansi?sponsor=1" } }, - "node_modules/strip-ansi": { + "node_modules/strip-ansi-cjs": { + "name": "strip-ansi", "version": "6.0.1", "integrity": "sha1-nibGPTD1NEPpSJSVshBdN7Z6hdk=", "devOptional": true, @@ -6255,15 +6393,11 @@ "node": ">=8" } }, - "node_modules/strip-ansi-cjs": { - "name": "strip-ansi", - "version": "6.0.1", - "integrity": "sha1-nibGPTD1NEPpSJSVshBdN7Z6hdk=", + "node_modules/strip-ansi-cjs/node_modules/ansi-regex": { + "version": "5.0.1", + "integrity": "sha1-CCyyyJyf6GWaMRpTvWpNxTAdswQ=", "devOptional": true, "license": "MIT", - "dependencies": { - "ansi-regex": "^5.0.1" - }, "engines": { "node": ">=8" } @@ -6280,21 +6414,95 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/structured-source": { + "version": "4.0.0", + "integrity": "sha1-DJ5Z7kPe3Y/GCmNzH2DjWBAqSUg=", + "dev": true, + "license": "BSD-2-Clause", + "dependencies": { + "boundary": "^2.0.0" + } + }, "node_modules/supports-color": { - "version": "5.5.0", - "integrity": "sha1-4uaaRKyHcveKHsCzW2id9lMO/I8=", + "version": "9.4.0", + "integrity": "sha1-F7/PaGKI9THbPeoyFVEGIcy1WVQ=", + "license": "MIT", + "optional": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/supports-color?sponsor=1" + } + }, + "node_modules/supports-hyperlinks": { + "version": "3.2.0", + "integrity": "sha1-uOSFsXloHepJah56vfiYW9MUVGE=", "dev": true, "license": "MIT", "dependencies": { - "has-flag": "^3.0.0" + "has-flag": "^4.0.0", + "supports-color": "^7.0.0" }, "engines": { - "node": ">=4" + "node": ">=14.18" + }, + "funding": { + "url": "https://github.com/chalk/supports-hyperlinks?sponsor=1" + } + }, + "node_modules/supports-hyperlinks/node_modules/supports-color": { + "version": "7.2.0", + "integrity": "sha1-G33NyzK4E4gBs+R4umpRyqiWSNo=", + "dev": true, + "license": "MIT", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/table": { + "version": "6.9.0", + "integrity": "sha1-UAQK+mJkFBx1ZrO4HU2CxHqGaPU=", + "dev": true, + "license": "BSD-3-Clause", + "dependencies": { + "ajv": "^8.0.1", + "lodash.truncate": "^4.4.2", + "slice-ansi": "^4.0.0", + "string-width": "^4.2.3", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=10.0.0" + } + }, + "node_modules/table/node_modules/ansi-regex": { + "version": "5.0.1", + "integrity": "sha1-CCyyyJyf6GWaMRpTvWpNxTAdswQ=", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/table/node_modules/strip-ansi": { + "version": "6.0.1", + "integrity": "sha1-nibGPTD1NEPpSJSVshBdN7Z6hdk=", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" } }, "node_modules/tapable": { - "version": "2.2.1", - "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==", + "version": "2.2.2", + "integrity": "sha1-q0mENA0wy5mJpJADLwhtu4tW2HI=", "license": "MIT", "optional": true, "engines": { @@ -6302,8 +6510,8 @@ } }, "node_modules/tar-fs": { - "version": "2.1.2", - "integrity": "sha1-Ql8VTzQEyxbLj/bmcdRasu2VlsU=", + "version": "2.1.3", + "integrity": "sha1-+zuIQ6JrbxOgjmBveSKHXrH7v5I=", "dev": true, "license": "MIT", "optional": true, @@ -6346,9 +6554,25 @@ "node": ">= 6" } }, + "node_modules/terminal-link": { + "version": "4.0.0", + "integrity": "sha1-Xz5QMpQg+tl9B9Yk998YUdgpY/E=", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-escapes": "^7.0.0", + "supports-hyperlinks": "^3.2.0" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/test-exclude": { "version": "6.0.0", - "integrity": "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==", + "integrity": "sha1-BKhphmHYBepvopO2y55jrARO8V4=", "license": "ISC", "optional": true, "dependencies": { @@ -6361,8 +6585,8 @@ } }, "node_modules/test-exclude/node_modules/brace-expansion": { - "version": "1.1.11", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "version": "1.1.12", + "integrity": "sha1-q5tFRGblqMw6GHvqrVgEEqnFuEM=", "license": "MIT", "optional": true, "dependencies": { @@ -6372,8 +6596,7 @@ }, "node_modules/test-exclude/node_modules/glob": { "version": "7.2.3", - "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", - "deprecated": "Glob versions prior to v9 are no longer supported", + "integrity": "sha1-uN8PuAK7+o6JvR2Ti04WV47UTys=", "license": "ISC", "optional": true, "dependencies": { @@ -6393,7 +6616,7 @@ }, "node_modules/test-exclude/node_modules/minimatch": { "version": "3.1.2", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "integrity": "sha1-Gc0ZS/0+Qo8EmnCBfAONiatL41s=", "license": "ISC", "optional": true, "dependencies": { @@ -6403,6 +6626,27 @@ "node": "*" } }, + "node_modules/text-table": { + "version": "0.2.0", + "integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=", + "dev": true, + "license": "MIT" + }, + "node_modules/textextensions": { + "version": "6.11.0", + "integrity": "sha1-hkU10J9JAmFQyW8LDXnx+ghp2xU=", + "dev": true, + "license": "Artistic-2.0", + "dependencies": { + "editions": "^6.21.0" + }, + "engines": { + "node": ">=4" + }, + "funding": { + "url": "https://bevry.me/fund" + } + }, "node_modules/tmp": { "version": "0.2.3", "integrity": "sha1-63g8wivB6L69BnFHbUbqTrMqea4=", @@ -6415,8 +6659,8 @@ "node_modules/to-regex-range": { "version": "5.0.1", "integrity": "sha1-FkjESq58jZiKMmAY7XL1tN0DkuQ=", + "devOptional": true, "license": "MIT", - "optional": true, "dependencies": { "is-number": "^7.0.0" }, @@ -6424,15 +6668,6 @@ "node": ">=8.0" } }, - "node_modules/toidentifier": { - "version": "1.0.1", - "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==", - "license": "MIT", - "optional": true, - "engines": { - "node": ">=0.6" - } - }, "node_modules/tr46": { "version": "0.0.3", "integrity": "sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=", @@ -6498,39 +6733,16 @@ "node": ">=4" } }, - "node_modules/type-is": { - "version": "2.0.1", - "integrity": "sha512-OZs6gsjF4vMp32qrCbiVSkrFmXtG/AZhY3t0iAMrMBiAZyV9oALtXO8hsrHbMXF9x6L3grlFuwW2oAz7cav+Gw==", - "license": "MIT", - "optional": true, - "dependencies": { - "content-type": "^1.0.5", - "media-typer": "^1.1.0", - "mime-types": "^3.0.0" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/type-is/node_modules/mime-db": { - "version": "1.54.0", - "integrity": "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==", - "license": "MIT", - "optional": true, + "node_modules/type-fest": { + "version": "4.41.0", + "integrity": "sha1-auHI5XMSc8K/H1itOcuuLJGkbFg=", + "dev": true, + "license": "(MIT OR CC0-1.0)", "engines": { - "node": ">= 0.6" - } - }, - "node_modules/type-is/node_modules/mime-types": { - "version": "3.0.1", - "integrity": "sha512-xRc4oEhT6eaBpU1XF7AjpOFD+xQmXNB5OVKwp4tqCuBpHLS/ZbBDrc07mYTDqVMg6PfxUjjNp85O6Cd2Z/5HWA==", - "license": "MIT", - "optional": true, - "dependencies": { - "mime-db": "^1.54.0" + "node": ">=16" }, - "engines": { - "node": ">= 0.6" + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/typed-rest-client": { @@ -6558,14 +6770,14 @@ } }, "node_modules/typescript-eslint": { - "version": "8.32.1", - "integrity": "sha512-D7el+eaDHAmXvrZBy1zpzSNIRqnCOrkwTgZxTu3MUqRWk8k0q9m9Ho4+vPf7iHtgUfrK/o8IZaEApsxPlHTFCg==", + "version": "8.36.0", + "integrity": "sha1-bIfVzPG9RahJwVniOHu2W2Bo7ZA=", "license": "MIT", "optional": true, "dependencies": { - "@typescript-eslint/eslint-plugin": "8.32.1", - "@typescript-eslint/parser": "8.32.1", - "@typescript-eslint/utils": "8.32.1" + "@typescript-eslint/eslint-plugin": "8.36.0", + "@typescript-eslint/parser": "8.36.0", + "@typescript-eslint/utils": "8.36.0" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -6592,27 +6804,39 @@ "license": "MIT" }, "node_modules/undici": { - "version": "6.21.3", - "integrity": "sha1-GFdSrZLD0O/np9H2hUpQ+DtVLXo=", + "version": "7.11.0", + "integrity": "sha1-jhOlT2Kvp1ZmbAWQw4s4ZuKG0LM=", "dev": true, "license": "MIT", "engines": { - "node": ">=18.17" + "node": ">=20.18.1" } }, "node_modules/undici-types": { - "version": "6.19.8", - "integrity": "sha1-NREcnRQ3q4OnzcCrri8m2I7aCgI=", + "version": "6.21.0", + "integrity": "sha1-aR0ArzkJvpOn+qE75hs6W1DvEss=", "license": "MIT", "optional": true }, - "node_modules/unpipe": { - "version": "1.0.0", - "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==", + "node_modules/unicorn-magic": { + "version": "0.3.0", + "integrity": "sha1-Tv1FyFpp4N1XbSVTL7+iKqXIoQQ=", + "dev": true, "license": "MIT", - "optional": true, "engines": { - "node": ">= 0.8" + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/universalify": { + "version": "2.0.1", + "integrity": "sha1-Fo78IYCWTmOG0GHglN9hr+I5sY0=", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 10.0.0" } }, "node_modules/untildify": { @@ -6625,7 +6849,7 @@ }, "node_modules/uri-js": { "version": "4.4.1", - "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", + "integrity": "sha1-mxpSWVIlhZ5V9mnZKPiMbFfyp34=", "license": "BSD-2-Clause", "optional": true, "dependencies": { @@ -6658,7 +6882,7 @@ }, "node_modules/v8-to-istanbul": { "version": "9.3.0", - "integrity": "sha512-kiGUalWN+rgBJ/1OHZsBtU4rXZOfj/7rKQxULKlIzwzQSvMJUUNgPwJEEh7gU6xEVxC0ahoOBvN2YI8GH6FNgA==", + "integrity": "sha1-uVcqv6Yr1VbBbXX968GkEdX/MXU=", "license": "ISC", "optional": true, "dependencies": { @@ -6670,13 +6894,26 @@ "node": ">=10.12.0" } }, - "node_modules/vary": { - "version": "1.1.2", - "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==", - "license": "MIT", - "optional": true, + "node_modules/validate-npm-package-license": { + "version": "3.0.4", + "integrity": "sha1-/JH2uce6FchX9MssXe/uw51PQQo=", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "spdx-correct": "^3.0.0", + "spdx-expression-parse": "^3.0.0" + } + }, + "node_modules/version-range": { + "version": "4.14.0", + "integrity": "sha1-kcEuRmV1apEB0a9D+u2jmavg7ew=", + "dev": true, + "license": "Artistic-2.0", "engines": { - "node": ">= 0.8" + "node": ">=4" + }, + "funding": { + "url": "https://bevry.me/fund" } }, "node_modules/vscode-jsonrpc": { @@ -6825,71 +7062,27 @@ "url": "https://github.com/chalk/wrap-ansi?sponsor=1" } }, - "node_modules/wrap-ansi-cjs/node_modules/ansi-styles": { - "version": "4.3.0", - "integrity": "sha1-7dgDYornHATIWuegkG7a00tkiTc=", + "node_modules/wrap-ansi-cjs/node_modules/ansi-regex": { + "version": "5.0.1", + "integrity": "sha1-CCyyyJyf6GWaMRpTvWpNxTAdswQ=", "devOptional": true, "license": "MIT", - "dependencies": { - "color-convert": "^2.0.1" - }, "engines": { "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/wrap-ansi-cjs/node_modules/color-convert": { - "version": "2.0.1", - "integrity": "sha1-ctOmjVmMm9s68q0ehPIdiWq9TeM=", - "devOptional": true, - "license": "MIT", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" } }, - "node_modules/wrap-ansi-cjs/node_modules/color-name": { - "version": "1.1.4", - "integrity": "sha1-wqCah6y95pVD3m9j+jmVyCbFNqI=", - "devOptional": true, - "license": "MIT" - }, - "node_modules/wrap-ansi-cjs/node_modules/emoji-regex": { - "version": "8.0.0", - "integrity": "sha1-6Bj9ac5cz8tARZT4QpY79TFkzDc=", - "devOptional": true, - "license": "MIT" - }, - "node_modules/wrap-ansi-cjs/node_modules/string-width": { - "version": "4.2.3", - "integrity": "sha1-JpxxF9J7Ba0uU2gwqOyJXvnG0BA=", + "node_modules/wrap-ansi-cjs/node_modules/strip-ansi": { + "version": "6.0.1", + "integrity": "sha1-nibGPTD1NEPpSJSVshBdN7Z6hdk=", "devOptional": true, "license": "MIT", "dependencies": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" + "ansi-regex": "^5.0.1" }, "engines": { "node": ">=8" } }, - "node_modules/wrap-ansi/node_modules/ansi-regex": { - "version": "6.1.0", - "integrity": "sha1-lexAnGlhnWyxuLNPFLZg7yjr1lQ=", - "devOptional": true, - "license": "MIT", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/chalk/ansi-regex?sponsor=1" - } - }, "node_modules/wrap-ansi/node_modules/ansi-styles": { "version": "6.2.1", "integrity": "sha1-DmIyDPmcIa//OzASGSVGqsv7BcU=", @@ -6902,19 +7095,27 @@ "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/wrap-ansi/node_modules/strip-ansi": { - "version": "7.1.0", - "integrity": "sha1-1bZWjKaJ2FYTcLBwdoXSJDT6/0U=", + "node_modules/wrap-ansi/node_modules/emoji-regex": { + "version": "9.2.2", + "integrity": "sha1-hAyIA7DYBH9P8M+WMXazLU7z7XI=", + "devOptional": true, + "license": "MIT" + }, + "node_modules/wrap-ansi/node_modules/string-width": { + "version": "5.1.2", + "integrity": "sha1-FPja7G2B5yIdKjV+Zoyrc728p5Q=", "devOptional": true, "license": "MIT", "dependencies": { - "ansi-regex": "^6.0.1" + "eastasianwidth": "^0.2.0", + "emoji-regex": "^9.2.2", + "strip-ansi": "^7.0.1" }, "engines": { "node": ">=12" }, "funding": { - "url": "https://github.com/chalk/strip-ansi?sponsor=1" + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/wrappy": { @@ -7002,26 +7203,6 @@ "node": ">=10" } }, - "node_modules/yargs/node_modules/emoji-regex": { - "version": "8.0.0", - "integrity": "sha1-6Bj9ac5cz8tARZT4QpY79TFkzDc=", - "license": "MIT", - "optional": true - }, - "node_modules/yargs/node_modules/string-width": { - "version": "4.2.3", - "integrity": "sha1-JpxxF9J7Ba0uU2gwqOyJXvnG0BA=", - "license": "MIT", - "optional": true, - "dependencies": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/yauzl": { "version": "2.10.0", "integrity": "sha1-x+sXyT4RLLEIb6bY5R+wZnt5pfk=", @@ -7052,24 +7233,6 @@ "funding": { "url": "https://github.com/sponsors/sindresorhus" } - }, - "node_modules/zod": { - "version": "3.24.4", - "integrity": "sha512-OdqJE9UDRPwWsrHjLN2F8bPxvwJBK22EHLWtanu0LSYr5YqzsaaW3RMgmjwr8Rypg5k+meEJdSPXJZXE/yqOMg==", - "license": "MIT", - "optional": true, - "funding": { - "url": "https://github.com/sponsors/colinhacks" - } - }, - "node_modules/zod-to-json-schema": { - "version": "3.24.5", - "integrity": "sha512-/AuWwMP+YqiPbsJx5D6TfgRTc4kTLjsh5SOcd4bLsfUg2RcEXrFMJl1DGgdHy2aCfsIA/cr/1JM0xcB2GZji8g==", - "license": "ISC", - "optional": true, - "peerDependencies": { - "zod": "^3.24.1" - } } } } diff --git a/package.json b/package.json index 1bb18aa9f0..f66953eb54 100644 --- a/package.json +++ b/package.json @@ -69,13 +69,13 @@ "vscode-languageserver-protocol": "^3.17.5" }, "devDependencies": { - "@vscode/vsce": "^3.3.2", - "esbuild": "^0.25.4" + "@vscode/vsce": "^3.6.0", + "esbuild": "^0.25.6" }, "optionalDependencies": { "@eslint/js": "^9.26.0", "@types/mock-fs": "^4.13.4", - "@types/node": "^20.17.47", + "@types/node": "^20.19.6", "@types/node-fetch": "^2.6.12", "@types/semver": "^7.7.0", "@types/sinon": "^17.0.4", @@ -87,14 +87,14 @@ "@vscode/test-cli": "^0.0.10", "@vscode/test-electron": "^2.5.2", "esbuild-register": "^3.6.0", - "eslint": "^9.26.0", + "eslint": "^9.30.1", "eslint-config-prettier": "^10.1.5", "mock-fs": "^5.5.0", - "prettier": "^3.5.3", + "prettier": "^3.6.2", "prettier-plugin-organize-imports": "^4.1.0", "sinon": "^19.0.5", "typescript": "^5.8.3", - "typescript-eslint": "^8.32.1" + "typescript-eslint": "^8.36.0" }, "extensionDependencies": [ "vscode.powershell"