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