From 6782188b2d7bf263f1b30a5873318923d568f42a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 02:11:06 +0000 Subject: [PATCH] chore(deps-dev): bump @github/markdownlint-github from 0.6.0 to 0.7.0 Bumps [@github/markdownlint-github](https://github.com/github/markdownlint-github) from 0.6.0 to 0.7.0. - [Release notes](https://github.com/github/markdownlint-github/releases) - [Changelog](https://github.com/github/markdownlint-github/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/markdownlint-github/compare/0.6.0...v0.7.0) --- 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 | 11 ++++++++--- package.json | 2 +- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6d595f2dfa8..35e39b9d61c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@changesets/changelog-github": "0.5.0", "@changesets/cli": "2.27.1", "@github/axe-github": "0.6.1", - "@github/markdownlint-github": "^0.6.0", + "@github/markdownlint-github": "^0.7.0", "@github/mini-throttle": "2.1.1", "@github/prettier-config": "0.0.6", "@mdx-js/react": "1.6.22", @@ -4649,11 +4649,16 @@ "license": "MIT" }, "node_modules/@github/markdownlint-github": { - "version": "0.6.0", + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/@github/markdownlint-github/-/markdownlint-github-0.7.0.tgz", + "integrity": "sha512-NwEj1U7caT2i6cZ8LwCHu2PtJkBcyQGSq9legLh0iRTwBg+uIs9Cy+MelpZ4smtuweiPPx/GggzJYMFz+hQocQ==", "dev": true, "license": "ISC", "dependencies": { - "lodash": "^4.17.15" + "lodash-es": "^4.17.15" + }, + "engines": { + "node": ">=18" } }, "node_modules/@github/mini-throttle": { diff --git a/package.json b/package.json index c09916ba8cf..7eac9e2688e 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@changesets/cli": "2.27.1", "@github/axe-github": "0.6.1", "@github/mini-throttle": "2.1.1", - "@github/markdownlint-github": "^0.6.0", + "@github/markdownlint-github": "^0.7.0", "@github/prettier-config": "0.0.6", "@mdx-js/react": "1.6.22", "@playwright/test": "^1.50.0",