From 369e239ff19b302d1bfdb2ffcb4ea06c4bc680b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 08:01:53 +0100 Subject: [PATCH] build(deps-dev): bump remark-lint-fenced-code-flag from 4.0.0 to 4.1.1 (#37153) Bumps [remark-lint-fenced-code-flag](https://github.com/remarkjs/remark-lint) from 4.0.0 to 4.1.1. - [Release notes](https://github.com/remarkjs/remark-lint/releases) - [Changelog](https://github.com/remarkjs/remark-lint/blob/main/changelog.md) - [Commits](https://github.com/remarkjs/remark-lint/compare/4.0.0...remark-lint-table-cell-padding@4.1.1) --- updated-dependencies: - dependency-name: remark-lint-fenced-code-flag dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7e0edf98522..d203849b4f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "remark-cli": "^12.0.1", "remark-frontmatter": "^5.0.0", "remark-lint": "^10.0.0", - "remark-lint-fenced-code-flag": "^4.0.0", + "remark-lint-fenced-code-flag": "^4.1.1", "remark-lint-heading-increment": "^4.0.0", "remark-lint-heading-style": "^4.0.0", "remark-lint-no-shell-dollars": "^4.0.0", @@ -4301,10 +4301,11 @@ } }, "node_modules/remark-lint-fenced-code-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/remark-lint-fenced-code-flag/-/remark-lint-fenced-code-flag-4.0.0.tgz", - "integrity": "sha512-Zs0wJd4nRvBo/9NWQVfWg5Ykapbo0Zzw/SyZc3f0h73S1gTZZcfeU+bA5oDivlBdcUgLBsyHRE0QaoaVvN3/Wg==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/remark-lint-fenced-code-flag/-/remark-lint-fenced-code-flag-4.1.1.tgz", + "integrity": "sha512-hKPqowc79jrJL47AfnqDThvE8Q249nHCleR5nxuf9ybriMqcAHYxragKzU5c4W1fNy20bTfFdZz/iAAQAk9kwg==", "dev": true, + "license": "MIT", "dependencies": { "@types/mdast": "^4.0.0", "mdast-util-phrasing": "^4.0.0", diff --git a/package.json b/package.json index a887d804b3b..f6610f76f69 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "remark-cli": "^12.0.1", "remark-frontmatter": "^5.0.0", "remark-lint": "^10.0.0", - "remark-lint-fenced-code-flag": "^4.0.0", + "remark-lint-fenced-code-flag": "^4.1.1", "remark-lint-heading-increment": "^4.0.0", "remark-lint-heading-style": "^4.0.0", "remark-lint-no-shell-dollars": "^4.0.0",