diff --git a/extensions/ql-vscode/package-lock.json b/extensions/ql-vscode/package-lock.json index f9880922d..b3c425cda 100644 --- a/extensions/ql-vscode/package-lock.json +++ b/extensions/ql-vscode/package-lock.json @@ -52,7 +52,7 @@ "@babel/preset-react": "^7.24.1", "@babel/preset-typescript": "^7.21.4", "@faker-js/faker": "^9.0.3", - "@github/markdownlint-github": "^0.6.2", + "@github/markdownlint-github": "^0.6.3", "@microsoft/eslint-formatter-sarif": "^3.1.0", "@playwright/test": "^1.40.1", "@storybook/addon-a11y": "^8.3.5", @@ -2824,9 +2824,9 @@ "dev": true }, "node_modules/@github/markdownlint-github": { - "version": "0.6.2", - "resolved": "https://registry.npmjs.org/@github/markdownlint-github/-/markdownlint-github-0.6.2.tgz", - "integrity": "sha512-cd+eRhqqIAXICHu5RQ9de70AZEI14opO9TqTz8HjkjQwWC1HRsdTwsRiK+6Fz2DqC1ZEd6t7+Dh5brOChLozcg==", + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/@github/markdownlint-github/-/markdownlint-github-0.6.3.tgz", + "integrity": "sha512-3kneJRtM7istp9kxMZCbYTNaTrdJ+pR5Pox449Tb911gRcRhoy9I1G6D0/aZ2c/iD25mSC3X64qleOqEYukOKA==", "dev": true, "dependencies": { "lodash": "^4.17.15" diff --git a/extensions/ql-vscode/package.json b/extensions/ql-vscode/package.json index 62d7964a8..e19e9541a 100644 --- a/extensions/ql-vscode/package.json +++ b/extensions/ql-vscode/package.json @@ -2010,7 +2010,7 @@ "@babel/preset-react": "^7.24.1", "@babel/preset-typescript": "^7.21.4", "@faker-js/faker": "^9.0.3", - "@github/markdownlint-github": "^0.6.2", + "@github/markdownlint-github": "^0.6.3", "@microsoft/eslint-formatter-sarif": "^3.1.0", "@playwright/test": "^1.40.1", "@storybook/addon-a11y": "^8.3.5",