diff --git a/package-lock.json b/package-lock.json index 9f482bb35..5ff30d6dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45,7 +45,7 @@ "markdown-it-katex": "^2.0.3", "markmap-view": "^0.17.0", "punycode": "^2.3.1", - "yawn-yaml": "^2.2.0" + "yawn-yaml": "^2.3.0" } }, "node_modules/@adobe/css-tools": { @@ -7135,9 +7135,9 @@ } }, "node_modules/yawn-yaml": { - "version": "2.2.0", - "resolved": "https://registry.npmmirror.com/yawn-yaml/-/yawn-yaml-2.2.0.tgz", - "integrity": "sha512-2SJvllxsNXwvbf6s8m7TNDtdn2zakLQpmrwpxIdCInLyEx+/WsZwSTScBOVk3zBbuFPeh7hc+yvUVtyKOgBeKQ==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/yawn-yaml/-/yawn-yaml-2.3.0.tgz", + "integrity": "sha512-hYS8kT4I2ftJyLw6LE/JG8rg+0NKdDmI+c2ncnJ9ZmUTsU0ggo3Zf8yjmhXxKlWINS/ZYkh3MvMIsQlIDtRL4A==", "dependencies": { "js-yaml": "^4.1.0", "lodash": "^4.17.21", diff --git a/package.json b/package.json index 2b0895257..efefca4bf 100644 --- a/package.json +++ b/package.json @@ -43,6 +43,6 @@ "markdown-it-katex": "^2.0.3", "markmap-view": "^0.17.0", "punycode": "^2.3.1", - "yawn-yaml": "^2.2.0" + "yawn-yaml": "^2.3.0" } }