diff --git a/package-lock.json b/package-lock.json index b8081cc7..ba522f26 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1692,6 +1692,134 @@ "dev": true, "license": "MIT" }, + "node_modules/@seydx/node-av-darwin-arm64": { + "version": "6.2.0-beta.11", + "resolved": "https://registry.npmjs.org/@seydx/node-av-darwin-arm64/-/node-av-darwin-arm64-6.2.0-beta.11.tgz", + "integrity": "sha512-8qGy9v6fI2Go8F+eIV+F61J5zBk+lxGj90LEkALnCndlIsYt7YHg+wNlXbtIXaIqFMgCs7v8zDboUuEP3QUiww==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=22.18.0" + } + }, + "node_modules/@seydx/node-av-darwin-x64": { + "version": "6.2.0-beta.11", + "resolved": "https://registry.npmjs.org/@seydx/node-av-darwin-x64/-/node-av-darwin-x64-6.2.0-beta.11.tgz", + "integrity": "sha512-mYmymtO0E138AYd3gnmuAETWaKWhIc8pB2D0++a8kUhn80lZ52pTXbUNtjFRB1Cfq1GuZI7D5XPzbpu5tYwfCg==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=22.18.0" + } + }, + "node_modules/@seydx/node-av-linux-arm64": { + "version": "6.2.0-beta.11", + "resolved": "https://registry.npmjs.org/@seydx/node-av-linux-arm64/-/node-av-linux-arm64-6.2.0-beta.11.tgz", + "integrity": "sha512-k9KfZjuVTBVvlu0DVCFyeE43zyoz2YZ2+EqijT2lEaQx7oQbalE/6rC97THNozeM66Lvndighut5GLeragkP0A==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=22.18.0" + } + }, + "node_modules/@seydx/node-av-linux-x64": { + "version": "6.2.0-beta.11", + "resolved": "https://registry.npmjs.org/@seydx/node-av-linux-x64/-/node-av-linux-x64-6.2.0-beta.11.tgz", + "integrity": "sha512-0ovg92gP8ZbuQ2PGCaw9QfYvVlbO2ijc8Nw55szq4ntRp3Vf4NyXNfMjIqJOeHkmcclTeEarb1dRG/todpY2VQ==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=22.18.0" + } + }, + "node_modules/@seydx/node-av-win32-arm64-mingw": { + "version": "6.2.0-beta.11", + "resolved": "https://registry.npmjs.org/@seydx/node-av-win32-arm64-mingw/-/node-av-win32-arm64-mingw-6.2.0-beta.11.tgz", + "integrity": "sha512-Z2nF6r4FEm3G5pdI9QATn+Ir9Y8zIsa5L7MIlX0prR1SrVZ+2646/OBMzwHm30nVREUR0PIjEKUmKuXY+EGfMA==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=22.18.0" + } + }, + "node_modules/@seydx/node-av-win32-arm64-msvc": { + "version": "6.2.0-beta.11", + "resolved": "https://registry.npmjs.org/@seydx/node-av-win32-arm64-msvc/-/node-av-win32-arm64-msvc-6.2.0-beta.11.tgz", + "integrity": "sha512-fbW3H0PJwAUFr3okrZTHjhDNmkECfowgaOefzrPZvzF4RWhYqOrfhdX9pol2PcP8wkCokTtSimhW1/CQSrkeaQ==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=22.18.0" + } + }, + "node_modules/@seydx/node-av-win32-x64-mingw": { + "version": "6.2.0-beta.11", + "resolved": "https://registry.npmjs.org/@seydx/node-av-win32-x64-mingw/-/node-av-win32-x64-mingw-6.2.0-beta.11.tgz", + "integrity": "sha512-pka6LAZ+u31zlIIjfDVEaGutD0K8qMm36shTh+PbHInKJZwoT9rE/FUMXoalNEmDsDqiwf2SMsoZlqINDJGiqg==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=22.18.0" + } + }, + "node_modules/@seydx/node-av-win32-x64-msvc": { + "version": "6.2.0-beta.11", + "resolved": "https://registry.npmjs.org/@seydx/node-av-win32-x64-msvc/-/node-av-win32-x64-msvc-6.2.0-beta.11.tgz", + "integrity": "sha512-4Wr2XgcAdI7XR0QHkaXyQfwk/tG9cAF9wlskGex2yRGlqP5z8yd6onobvKeF0t2+VrPPGoYUwyKSnZUtcW+gdQ==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=22.18.0" + } + }, "node_modules/@shikijs/core": { "version": "4.3.1", "resolved": "https://registry.npmjs.org/@shikijs/core/-/core-4.3.1.tgz", @@ -3770,9 +3898,9 @@ } }, "node_modules/globals": { - "version": "17.7.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-17.7.0.tgz", - "integrity": "sha512-Czmyns5dUsq4seFBR/Kdydhmo8y9kC79hiSkPn0YcGtNnYWnrgt0vjrSjx9tspoDGWm2CMarffRuLjM4xUz8xg==", + "version": "17.8.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-17.8.0.tgz", + "integrity": "sha512-Zz/LMDZScFmkakeL2cTHzf+PbWKdpU3uclqkZT7TjDG58j5WPt0PpA+n9uPI24fZtlw07q0OtEi84K+umsRzqQ==", "dev": true, "license": "MIT", "engines": {