diff --git a/package-lock.json b/package-lock.json index 641b884..722fbe2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "elasticlunr": "^0.9.5", "eleventy-plugin-toc": "^1.1.5", "html-entities": "^2.6.0", - "js-yaml": "^5.2.1", + "js-yaml": "^5.2.2", "markdown-it-anchor": "^9.2.1", "markdown-it-attrs": "^5.0.0", "markdown-it-github-alerts": "~0.3.2", @@ -1363,9 +1363,9 @@ } }, "node_modules/js-yaml": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-5.2.1.tgz", - "integrity": "sha512-zfLtNfQqxVqq3uaTqSkh4x4hZw3KHobGUA0fJUj4wawW8bsQLTVqpHdXSIzidh7o+4lEW36tANuAGdaFx6Zgnw==", + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-5.2.2.tgz", + "integrity": "sha512-dayzUzKkJ1MkuUtZglSebU43utNXH0OWQByK9rKOOuYIO8M5TV1y+n8ALMdG0rdzBnfNkOmZEqrURepb0ejqBw==", "funding": [ { "type": "github", diff --git a/package.json b/package.json index 2803186..0c95dc2 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "elasticlunr": "^0.9.5", "eleventy-plugin-toc": "^1.1.5", "html-entities": "^2.6.0", - "js-yaml": "^5.2.1", + "js-yaml": "^5.2.2", "markdown-it-anchor": "^9.2.1", "markdown-it-attrs": "^5.0.0", "markdown-it-github-alerts": "~0.3.2",