From a4c91ef82a37491b609b36490ca4ade29051bba3 Mon Sep 17 00:00:00 2001 From: babayaga Date: Sun, 6 Apr 2025 16:31:18 +0200 Subject: [PATCH] latest --- packages/kbot/package-lock.json | 65 +++++++++++++++++++++++++++++++++ packages/kbot/package.json | 2 + 2 files changed, 67 insertions(+) diff --git a/packages/kbot/package-lock.json b/packages/kbot/package-lock.json index 8626a7bb..3a92a8c5 100644 --- a/packages/kbot/package-lock.json +++ b/packages/kbot/package-lock.json @@ -21,11 +21,13 @@ "env-var": "7.5.0", "glob": "11.0.1", "json-schema-to-zod": "2.6.0", + "jsonpath-plus": "10.3.0", "marked": "14.1.4", "marked-terminal": "7.2.1", "mime-types": "2.1.35", "openai": "4.91.0", "p-map": "7.0.3", + "p-throttle": "7.0.0", "ts-retry": "6.0.0", "tslog": "^4.9.3", "yargs": "17.7.2", @@ -1188,6 +1190,30 @@ "@jridgewell/sourcemap-codec": "^1.4.14" } }, + "node_modules/@jsep-plugin/assignment": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@jsep-plugin/assignment/-/assignment-1.3.0.tgz", + "integrity": "sha512-VVgV+CXrhbMI3aSusQyclHkenWSAm95WaiKrMxRFam3JSUiIaQjoMIw2sEs/OX4XifnqeQUN4DYbJjlA8EfktQ==", + "license": "MIT", + "engines": { + "node": ">= 10.16.0" + }, + "peerDependencies": { + "jsep": "^0.4.0||^1.0.0" + } + }, + "node_modules/@jsep-plugin/regex": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@jsep-plugin/regex/-/regex-1.0.4.tgz", + "integrity": "sha512-q7qL4Mgjs1vByCaTnDFcBnV9HS7GVPJX5vyVoCgZHNSC9rjwIlmbXG5sUuorR5ndfHAIlJ8pVStxvjXHbNvtUg==", + "license": "MIT", + "engines": { + "node": ">= 10.16.0" + }, + "peerDependencies": { + "jsep": "^0.4.0||^1.0.0" + } + }, "node_modules/@mswjs/interceptors": { "version": "0.37.6", "resolved": "https://registry.npmjs.org/@mswjs/interceptors/-/interceptors-0.37.6.tgz", @@ -4367,6 +4393,15 @@ "js-yaml": "bin/js-yaml.js" } }, + "node_modules/jsep": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/jsep/-/jsep-1.4.0.tgz", + "integrity": "sha512-B7qPcEVE3NVkmSJbaYxvv4cHkVW7DQsZz13pUMrfS8z8Q/BuShN+gcTXrUlPiGqM2/t/EEaI030bpxMqY8gMlw==", + "license": "MIT", + "engines": { + "node": ">= 10.16.0" + } + }, "node_modules/json-buffer": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz", @@ -4417,6 +4452,24 @@ "node": ">=6" } }, + "node_modules/jsonpath-plus": { + "version": "10.3.0", + "resolved": "https://registry.npmjs.org/jsonpath-plus/-/jsonpath-plus-10.3.0.tgz", + "integrity": "sha512-8TNmfeTCk2Le33A3vRRwtuworG/L5RrgMvdjhKZxvyShO+mBu2fP50OWUjRLNtvw344DdDarFh9buFAZs5ujeA==", + "license": "MIT", + "dependencies": { + "@jsep-plugin/assignment": "^1.3.0", + "@jsep-plugin/regex": "^1.0.4", + "jsep": "^1.4.0" + }, + "bin": { + "jsonpath": "bin/jsonpath-cli.js", + "jsonpath-plus": "bin/jsonpath-cli.js" + }, + "engines": { + "node": ">=18.0.0" + } + }, "node_modules/keyv": { "version": "4.5.4", "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz", @@ -5053,6 +5106,18 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/p-throttle": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/p-throttle/-/p-throttle-7.0.0.tgz", + "integrity": "sha512-aio0v+S0QVkH1O+9x4dHtD4dgCExACcL+3EtNaGqC01GBudS9ijMuUsmN8OVScyV4OOp0jqdLShZFuSlbL/AsA==", + "license": "MIT", + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/p-try": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", diff --git a/packages/kbot/package.json b/packages/kbot/package.json index 6aa52603..b689e4e1 100644 --- a/packages/kbot/package.json +++ b/packages/kbot/package.json @@ -45,11 +45,13 @@ "env-var": "7.5.0", "glob": "11.0.1", "json-schema-to-zod": "2.6.0", + "jsonpath-plus": "10.3.0", "marked": "14.1.4", "marked-terminal": "7.2.1", "mime-types": "2.1.35", "openai": "4.91.0", "p-map": "7.0.3", + "p-throttle": "7.0.0", "ts-retry": "6.0.0", "tslog": "^4.9.3", "yargs": "17.7.2",