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",