diff --git a/extensions/ql-vscode/package-lock.json b/extensions/ql-vscode/package-lock.json index e92bfee37..383874e20 100644 --- a/extensions/ql-vscode/package-lock.json +++ b/extensions/ql-vscode/package-lock.json @@ -51,7 +51,7 @@ "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.21.4", "@faker-js/faker": "^8.4.1", - "@github/markdownlint-github": "^0.6.0", + "@github/markdownlint-github": "^0.6.2", "@octokit/plugin-throttling": "^8.0.0", "@playwright/test": "^1.40.1", "@storybook/addon-a11y": "^8.0.5", @@ -3040,9 +3040,9 @@ "dev": true }, "node_modules/@github/markdownlint-github": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/@github/markdownlint-github/-/markdownlint-github-0.6.0.tgz", - "integrity": "sha512-THR2p9AExA1lxLoBIJnmFg8VGOCMDNcQDxA6O/JvSyL4ODqGrqozbMsH4xCE19+7Li+NeqwqJEdmmVas5LjT1A==", + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/@github/markdownlint-github/-/markdownlint-github-0.6.2.tgz", + "integrity": "sha512-cd+eRhqqIAXICHu5RQ9de70AZEI14opO9TqTz8HjkjQwWC1HRsdTwsRiK+6Fz2DqC1ZEd6t7+Dh5brOChLozcg==", "dev": true, "dependencies": { "lodash": "^4.17.15" diff --git a/extensions/ql-vscode/package.json b/extensions/ql-vscode/package.json index 51793a272..3c2049adf 100644 --- a/extensions/ql-vscode/package.json +++ b/extensions/ql-vscode/package.json @@ -1992,7 +1992,7 @@ "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.21.4", "@faker-js/faker": "^8.4.1", - "@github/markdownlint-github": "^0.6.0", + "@github/markdownlint-github": "^0.6.2", "@octokit/plugin-throttling": "^8.0.0", "@playwright/test": "^1.40.1", "@storybook/addon-a11y": "^8.0.5",