diff --git a/docs/package-lock.json b/docs/package-lock.json index bbb3923..17e684a 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -17,7 +17,7 @@ "prism-react-renderer": "1.3.5", "react": "18.2.0", "react-dom": "18.2.0", - "yaml": "2.4.1" + "yaml": "2.4.4" }, "devDependencies": { "@docusaurus/module-type-aliases": "3.2.1", @@ -14956,9 +14956,10 @@ "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==" }, "node_modules/yaml": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.4.1.tgz", - "integrity": "sha512-pIXzoImaqmfOrL7teGUBt/T7ZDnyeGBWyXQBvOVhLkWLN37GXv8NMLK406UY6dS51JfcQHsmcW5cJ441bHg6Lg==", + "version": "2.4.4", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.4.4.tgz", + "integrity": "sha512-wle6DEiBMLgJAdEPZ+E8BPFauoWbwPujfuGJJFErxYiU4txXItppe8YqeFPAaWnW5CxduQ995X6b5e1NqrmxtA==", + "license": "ISC", "bin": { "yaml": "bin.mjs" }, diff --git a/docs/package.json b/docs/package.json index 33cfbfe..5be2b11 100644 --- a/docs/package.json +++ b/docs/package.json @@ -24,7 +24,7 @@ "prism-react-renderer": "1.3.5", "react": "18.2.0", "react-dom": "18.2.0", - "yaml": "2.4.1" + "yaml": "2.4.4" }, "devDependencies": { "@docusaurus/module-type-aliases": "3.2.1",