diff --git a/package-lock.json b/package-lock.json index 1f1a579..4a8a75c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "devDependencies": { "markdownlint-cli2": "^0.19.0", "markdownlint-cli2-formatter-codequality": "^0.0.7", - "markdownlint-cli2-formatter-junit": "^0.0.13" + "markdownlint-cli2-formatter-junit": "^0.0.14" } }, "node_modules/@nodelib/fs.scandir": { @@ -566,9 +566,9 @@ } }, "node_modules/markdownlint-cli2-formatter-junit": { - "version": "0.0.13", - "resolved": "https://registry.npmjs.org/markdownlint-cli2-formatter-junit/-/markdownlint-cli2-formatter-junit-0.0.13.tgz", - "integrity": "sha512-kcMhBxKPiidhtRqoS4YWnhVObEWnKFad0y09Hz7np3bA52ztL7QUUFVxrTITqTaH2KMqK+/qH+ErzA9IsOrYTQ==", + "version": "0.0.14", + "resolved": "https://registry.npmjs.org/markdownlint-cli2-formatter-junit/-/markdownlint-cli2-formatter-junit-0.0.14.tgz", + "integrity": "sha512-q+aScBwPMKk97WiPSZ9f+Un4PvGkbII5LRVhnGX5yWYr8iPbaHqfNASaNl1om92ceJlS3OD+04ghtR3K2DZR3w==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 18a1e64..b91e891 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,6 @@ "devDependencies": { "markdownlint-cli2": "^0.19.0", "markdownlint-cli2-formatter-codequality": "^0.0.7", - "markdownlint-cli2-formatter-junit": "^0.0.13" + "markdownlint-cli2-formatter-junit": "^0.0.14" } }