diff --git a/documentation/package-lock.json b/documentation/package-lock.json index ffec5c1dc..14d7f45bb 100644 --- a/documentation/package-lock.json +++ b/documentation/package-lock.json @@ -36,7 +36,7 @@ "@docusaurus/types": "3.7.0", "globby": "^13.2.2", "gray-matter": "^4.0.3", - "js-yaml": "^4.1.1", + "js-yaml": "^4.2.0", "typescript": "~5.6.2", "yaml-loader": "^0.8.1" }, @@ -10957,9 +10957,19 @@ "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.2.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.2.0.tgz", + "integrity": "sha512-ePWsvanv0DWuDRsW8dnt+R4jQ31SCRCQ7hhNcPXZPsoBZiemuZNYGf7adZdqX2D86j6rvKp3RpCxVTSb8WQlOw==", + "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/documentation/package.json b/documentation/package.json index eebb397df..c8c53288d 100644 --- a/documentation/package.json +++ b/documentation/package.json @@ -45,7 +45,7 @@ "@docusaurus/types": "3.7.0", "gray-matter": "^4.0.3", "globby": "^13.2.2", - "js-yaml": "^4.1.1", + "js-yaml": "^4.2.0", "typescript": "~5.6.2", "yaml-loader": "^0.8.1" },