diff --git a/core/http/react-ui/package-lock.json b/core/http/react-ui/package-lock.json index 7ac92af0c..6683ac675 100644 --- a/core/http/react-ui/package-lock.json +++ b/core/http/react-ui/package-lock.json @@ -24,7 +24,7 @@ "@modelcontextprotocol/sdk": "^1.30.0", "dompurify": "^3.4.13", "highlight.js": "^11.11.1", - "hono": "4.12.34", + "hono": "4.13.5", "i18next": "^26.0.8", "i18next-browser-languagedetector": "^8.2.1", "i18next-http-backend": "^3.0.6", @@ -771,9 +771,9 @@ } }, "node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml": { - "version": "3.14.2", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.2.tgz", - "integrity": "sha512-PMSmkqxr106Xa156c2M265Z+FTrPl+oxd/rgOQy2tijQeK5TxQ43psO1ZCwhVOSdnn+RzkzlRz/eY4BgJBYVpg==", + "version": "3.15.2", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.15.2.tgz", + "integrity": "sha512-6EuL879VkRA+1Cz578mKMiKvjPNEuk6+r1JaFzoSWejZmtf7xWbIyw1e3KkxlkzTIt9Taw6JBhEppG7utc1P+w==", "dev": true, "license": "MIT", "dependencies": { @@ -3467,9 +3467,9 @@ } }, "node_modules/hono": { - "version": "4.12.34", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.34.tgz", - "integrity": "sha512-GqXJqY/xJkJmuloTrnV1ZEXG3fqte+VjkUqoRNZXcrUidiUOP4fMSIHHY4tsqZBK++kVyWmt/AAfSUuy57/eSA==", + "version": "4.13.5", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.13.5.tgz", + "integrity": "sha512-O6+/eCYRkzzzy0rPWwKLiGBR1nFuUPZynnwjxN1MBA62NNqbT0wQEzQyK2gSO5yDIDB336sXQleAhOHrzlYyKw==", "license": "MIT", "engines": { "node": ">=16.9.0" @@ -4593,10 +4593,21 @@ "license": "MIT" }, "node_modules/js-yaml": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz", - "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==", + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.3.2.tgz", + "integrity": "sha512-SFNOvSJ+Dgf/9An904Yx+CgSlIPCkIpao4qo51lpee25TIRejdH3rhR4EZMGoNx3/TP3O+wzWuiTFl4sqbltzA==", "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/puzrin" + }, + { + "type": "github", + "url": "https://github.com/sponsors/nodeca" + } + ], + "license": "MIT", "dependencies": { "argparse": "^2.0.1" }, diff --git a/core/http/react-ui/package.json b/core/http/react-ui/package.json index 6d3861a79..73aa8a8a0 100644 --- a/core/http/react-ui/package.json +++ b/core/http/react-ui/package.json @@ -19,7 +19,7 @@ "coverage:report": "nyc report" }, "overrides": { - "hono": "4.12.34", + "hono": "4.13.5", "ip-address": "10.3.1", "path-to-regexp": "^8.4.0" }, @@ -40,7 +40,7 @@ "@modelcontextprotocol/sdk": "^1.30.0", "dompurify": "^3.4.13", "highlight.js": "^11.11.1", - "hono": "4.12.34", + "hono": "4.13.5", "i18next": "^26.0.8", "i18next-browser-languagedetector": "^8.2.1", "i18next-http-backend": "^3.0.6",