From 48e66cbe25c02198f4ceb724c27d73299f5f3e90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 13:56:17 +0000 Subject: [PATCH] Bump @github/markdownlint-github in /extensions/ql-vscode Bumps [@github/markdownlint-github](https://github.com/github/markdownlint-github) from 0.6.0 to 0.6.2. - [Release notes](https://github.com/github/markdownlint-github/releases) - [Commits](https://github.com/github/markdownlint-github/compare/0.6.0...v0.6.2) --- updated-dependencies: - dependency-name: "@github/markdownlint-github" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- extensions/ql-vscode/package-lock.json | 8 ++++---- extensions/ql-vscode/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/extensions/ql-vscode/package-lock.json b/extensions/ql-vscode/package-lock.json index 693201e66..b06cb5827 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 fdd4c9b81..41b62423e 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",