diff --git a/docs/package-lock.json b/docs/package-lock.json index ebca49ea70..a7dfa2daba 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -18,7 +18,7 @@ "clsx": "^2.1.1", "docusaurus-plugin-openapi-docs": "^4.5.1", "docusaurus-theme-openapi-docs": "^4.5.1", - "js-yaml": "^4.1.1", + "js-yaml": "^4.3.2", "marked": "^16.4.2", "prism-react-renderer": "^2.4.1", "raw-loader": "^4.0.2", @@ -13051,9 +13051,19 @@ "license": "MIT" }, "node_modules/js-yaml": { - "version": "4.1.1", - "resolved": "https://mirrors.tencent.com/npm/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==", + "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/docs/package.json b/docs/package.json index 1649df7e0c..9fc50a1946 100644 --- a/docs/package.json +++ b/docs/package.json @@ -28,7 +28,7 @@ "clsx": "^2.1.1", "docusaurus-plugin-openapi-docs": "^4.5.1", "docusaurus-theme-openapi-docs": "^4.5.1", - "js-yaml": "^4.1.1", + "js-yaml": "^4.3.2", "marked": "^16.4.2", "prism-react-renderer": "^2.4.1", "raw-loader": "^4.0.2",