From 796c35e299e7a3e3f3da7c951835aa689efe415f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 16:02:32 +0000 Subject: [PATCH] chore(deps-dev): bump @github/markdownlint-github from 0.3.0 to 0.4.1 Bumps [@github/markdownlint-github](https://github.com/github/markdownlint-github) from 0.3.0 to 0.4.1. - [Release notes](https://github.com/github/markdownlint-github/releases) - [Commits](https://github.com/github/markdownlint-github/compare/v0.3.0...v0.4.1) --- updated-dependencies: - dependency-name: "@github/markdownlint-github" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 835824684c5..7743f1e5431 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,7 +51,7 @@ "@babel/preset-react": "7.22.15", "@babel/preset-typescript": "7.22.15", "@changesets/changelog-github": "0.4.8", - "@github/markdownlint-github": "^0.3.0", + "@github/markdownlint-github": "^0.4.1", "@github/prettier-config": "0.0.6", "@playwright/test": "1.37.0", "@prettier/sync": "0.3.0", @@ -4028,9 +4028,9 @@ "integrity": "sha512-/IHUYo1qEJVF9RXdf/Ay1KsJXoDTbHroVwCKhBHbfKTcvg1JgkyBvInxyERxaSAXsBdJXzEQbLB02UG17TMNww==" }, "node_modules/@github/markdownlint-github": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/@github/markdownlint-github/-/markdownlint-github-0.3.0.tgz", - "integrity": "sha512-q35L9LA4trt/raFfOFt03UL2g1dsoimbdtIjspECvSx34KMS42FhKCGrBj0BazM5u4dbovHsAbtjzVQ7ZEWIEA==", + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/@github/markdownlint-github/-/markdownlint-github-0.4.1.tgz", + "integrity": "sha512-KbcDWoPRGzlc/VnvPjRD8AhhEFvpQxUbj2NqTPagdoXLVcCc0ecUXLDM3KctIFIuR3OWEQ/+jlDzdeIGb2qEtA==", "dev": true, "dependencies": { "lodash": "^4.17.15" diff --git a/package.json b/package.json index 968b725a7a1..3c15133af50 100644 --- a/package.json +++ b/package.json @@ -136,7 +136,7 @@ "@babel/preset-react": "7.22.15", "@babel/preset-typescript": "7.22.15", "@changesets/changelog-github": "0.4.8", - "@github/markdownlint-github": "^0.3.0", + "@github/markdownlint-github": "^0.4.1", "@github/prettier-config": "0.0.6", "@playwright/test": "1.37.0", "@prettier/sync": "0.3.0",