diff --git a/package-lock.json b/package-lock.json index 2711c82..7584e5d 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": "^4.1.0", + "js-yaml": "^4.1.1", "markdown-it-anchor": "^9.2.0", "markdown-it-attrs": "^4.3.1", "markdown-it-github-alerts": "~0.3.2", @@ -1380,9 +1380,10 @@ } }, "node_modules/js-yaml": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", - "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz", + "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==", + "license": "MIT", "dependencies": { "argparse": "^2.0.1" }, diff --git a/package.json b/package.json index 7a86a15..adcccf3 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": "^4.1.0", + "js-yaml": "^4.1.1", "markdown-it-anchor": "^9.2.0", "markdown-it-attrs": "^4.3.1", "markdown-it-github-alerts": "~0.3.2",