From f925d1b64c235eb5415e28afef456c0686cdfc7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 11:02:16 +0000 Subject: [PATCH] chore(deps): bump onnxruntime-web in /autobot-frontend Bumps [onnxruntime-web](https://github.com/Microsoft/onnxruntime) from 1.24.2 to 1.24.3. - [Release notes](https://github.com/Microsoft/onnxruntime/releases) - [Changelog](https://github.com/microsoft/onnxruntime/blob/main/docs/ReleaseManagement.md) - [Commits](https://github.com/Microsoft/onnxruntime/compare/v1.24.2...v1.24.3) --- updated-dependencies: - dependency-name: onnxruntime-web dependency-version: 1.24.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- autobot-frontend/package-lock.json | 16 ++++++++-------- autobot-frontend/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/autobot-frontend/package-lock.json b/autobot-frontend/package-lock.json index 47b60c41b..4d6309949 100644 --- a/autobot-frontend/package-lock.json +++ b/autobot-frontend/package-lock.json @@ -21,7 +21,7 @@ "cytoscape": "^3.33.1", "cytoscape-fcose": "^2.2.0", "npm-normalize-package-bin": "^4.0.0", - "onnxruntime-web": "^1.24.2", + "onnxruntime-web": "^1.24.3", "pinia": "^3.0.3", "pinia-plugin-persistedstate": "^4.5.0", "vue": "^3.5.17", @@ -8629,21 +8629,21 @@ } }, "node_modules/onnxruntime-common": { - "version": "1.24.2", - "resolved": "https://registry.npmjs.org/onnxruntime-common/-/onnxruntime-common-1.24.2.tgz", - "integrity": "sha512-S0FFhJaI05jr1c3HVJ/DuPFB/aYdXmnUBuuQfuvLtcNn7WAfpm2ewSXn1vHs9Wa1l8T8OznhfCEdFv8qCn0/xw==", + "version": "1.24.3", + "resolved": "https://registry.npmjs.org/onnxruntime-common/-/onnxruntime-common-1.24.3.tgz", + "integrity": "sha512-GeuPZO6U/LBJXvwdaqHbuUmoXiEdeCjWi/EG7Y1HNnDwJYuk6WUbNXpF6luSUY8yASul3cmUlLGrCCL1ZgVXqA==", "license": "MIT" }, "node_modules/onnxruntime-web": { - "version": "1.24.2", - "resolved": "https://registry.npmjs.org/onnxruntime-web/-/onnxruntime-web-1.24.2.tgz", - "integrity": "sha512-L0vyau30A5reN/eBY/NsaJh0VTpu6Xc/c7y//S6wjU0p82CiaiYYktobDknZus8B6cQCMfufwgHCEHYxr2JQsA==", + "version": "1.24.3", + "resolved": "https://registry.npmjs.org/onnxruntime-web/-/onnxruntime-web-1.24.3.tgz", + "integrity": "sha512-41dDq7fxtTm0XzGE7N0d6m8FcOY8EWtUA65GkOixJPB/G7DGzBmiDAnVVXHznRw9bgUZpb+4/1lQK/PNxGpbrQ==", "license": "MIT", "dependencies": { "flatbuffers": "^25.1.24", "guid-typescript": "^1.0.9", "long": "^5.2.3", - "onnxruntime-common": "1.24.2", + "onnxruntime-common": "1.24.3", "platform": "^1.3.6", "protobufjs": "^7.2.4" } diff --git a/autobot-frontend/package.json b/autobot-frontend/package.json index 8d0a3c170..4fd02cb3c 100644 --- a/autobot-frontend/package.json +++ b/autobot-frontend/package.json @@ -48,7 +48,7 @@ "cytoscape": "^3.33.1", "cytoscape-fcose": "^2.2.0", "npm-normalize-package-bin": "^4.0.0", - "onnxruntime-web": "^1.24.2", + "onnxruntime-web": "^1.24.3", "pinia": "^3.0.3", "pinia-plugin-persistedstate": "^4.5.0", "vue": "^3.5.17",