diff --git a/package-lock.json b/package-lock.json index d9dec39ca41..da658ddf25e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "highlightjs-terraform": "github:highlightjs/highlightjs-terraform", "https-proxy-agent": "^7.0.4", "image-size": "^2.0.2", - "js-yaml": "^4.1.0", + "js-yaml": "^4.1.1", "markdown-it": "^14.1.0", "node-fetch": "^2.7.0", "npm": "^10.1.0", @@ -4083,9 +4083,10 @@ "dev": true }, "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" }, @@ -4679,6 +4680,19 @@ "markdownlint-cli2": ">=0.0.4" } }, + "node_modules/markdownlint-cli2/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==", + "dev": true, + "license": "MIT", + "dependencies": { + "argparse": "^2.0.1" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, "node_modules/markdownlint-micromark": { "version": "0.1.10", "resolved": "https://registry.npmjs.org/markdownlint-micromark/-/markdownlint-micromark-0.1.10.tgz", diff --git a/package.json b/package.json index 00cf824f414..119e9174df2 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "highlightjs-terraform": "github:highlightjs/highlightjs-terraform", "https-proxy-agent": "^7.0.4", "image-size": "^2.0.2", - "js-yaml": "^4.1.0", + "js-yaml": "^4.1.1", "markdown-it": "^14.1.0", "node-fetch": "^2.7.0", "npm": "^10.1.0",