From 241867a61fd7064913fde787eee4ea02dc5f64b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 12:01:07 +0000 Subject: [PATCH] chore(deps): bump the node-utilities group with 2 updates Bumps the node-utilities group with 2 updates: [remark-lint-no-trailing-spaces](https://github.com/Trott/remark-lint-no-trailing-spaces) and [prettier](https://github.com/prettier/prettier). Updates `remark-lint-no-trailing-spaces` from 3.0.2 to 4.0.3 - [Release notes](https://github.com/Trott/remark-lint-no-trailing-spaces/releases) - [Commits](https://github.com/Trott/remark-lint-no-trailing-spaces/compare/v3.0.2...v4.0.3) Updates `prettier` from 3.6.2 to 3.7.3 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.6.2...3.7.3) --- updated-dependencies: - dependency-name: remark-lint-no-trailing-spaces dependency-version: 4.0.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: node-utilities - dependency-name: prettier dependency-version: 3.7.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: node-utilities ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7c93750d59..89f51effd1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,10 +6,10 @@ "": { "dependencies": { "all-contributors-cli": "^6.26.1", - "prettier": "^3.6.2", + "prettier": "^3.7.3", "remark-cli": "^12.0.1", "remark-gfm": "^4.0.1", - "remark-lint-no-trailing-spaces": "^3.0.2", + "remark-lint-no-trailing-spaces": "^4.0.3", "remark-preset-lint-markdown-style-guide": "^6.0.1", "remark-preset-lint-recommended": "^7.0.1" } @@ -2609,9 +2609,9 @@ } }, "node_modules/prettier": { - "version": "3.6.2", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.6.2.tgz", - "integrity": "sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ==", + "version": "3.7.3", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.7.3.tgz", + "integrity": "sha512-QgODejq9K3OzoBbuyobZlUhznP5SKwPqp+6Q6xw6o8gnhr4O85L2U915iM2IDcfF2NPXVaM9zlo9tdwipnYwzg==", "license": "MIT", "bin": { "prettier": "bin/prettier.cjs" @@ -3423,9 +3423,9 @@ } }, "node_modules/remark-lint-no-trailing-spaces": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/remark-lint-no-trailing-spaces/-/remark-lint-no-trailing-spaces-3.0.2.tgz", - "integrity": "sha512-4KxOdzZ+BlCZDu9yYsKGOfB8fknukxYD+9VhI1I5l7Ns7TgqdYq4k/qwUfTHpQ4TF9aokL/tOpsEGOc4PGKTKw==", + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/remark-lint-no-trailing-spaces/-/remark-lint-no-trailing-spaces-4.0.3.tgz", + "integrity": "sha512-BZ/qOc5Sgprt8LfF8zRwhvaH0reY1rKyBysIfu7qvwV6gjVhdRLIjCqL/AYZae59Egd3fw1NlQmQkgfxwY1uLA==", "license": "MIT", "dependencies": { "unified-lint-rule": "^3.0.0", diff --git a/package.json b/package.json index 340bb81385..9e348b04f6 100644 --- a/package.json +++ b/package.json @@ -6,10 +6,10 @@ "dependencies": { "remark-cli": "^12.0.1", "remark-gfm": "^4.0.1", - "remark-lint-no-trailing-spaces": "^3.0.2", + "remark-lint-no-trailing-spaces": "^4.0.3", "remark-preset-lint-markdown-style-guide": "^6.0.1", "remark-preset-lint-recommended": "^7.0.1", - "prettier": "^3.6.2", + "prettier": "^3.7.3", "all-contributors-cli": "^6.26.1" } }