Bump prettier from 3.6.0 to 3.6.2 (#353)

9308caf · dependabot[bot] · 2025-06-30 21:09

2 files +5 -6
Message
{commit_body(@commit)}

Files changed

modified package-lock.json
+4 −5
@@ -21,7 +21,7 @@
21 21 "eslint-plugin-yml": "1.18.0",
22 22 "globals": "16.2.0",
23 23 "markdownlint-cli": "0.45.0",
24 "prettier": "3.6.0",
24 + "prettier": "3.6.2",
25 25 "shellcheck": "3.1.0",
26 26 "yarn": "1.22.22"
27 27 },
@@ -2785,11 +2785,10 @@
2785 2785 }
2786 2786 },
2787 2787 "node_modules/prettier": {
2788 "version": "3.6.0",
2789 "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.6.0.tgz",
2790 "integrity": "sha512-ujSB9uXHJKzM/2GBuE0hBOUgC77CN3Bnpqa+g80bkv3T3A93wL/xlzDATHhnhkzifz/UE2SNOvmbTz5hSkDlHw==",
2788 + "version": "3.6.2",
2789 + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.6.2.tgz",
2790 + "integrity": "sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ==",
2791 2791 "dev": true,
2792 "license": "MIT",
2793 2792 "bin": {
2794 2793 "prettier": "bin/prettier.cjs"
2795 2794 },
modified package.json
+1 −1
@@ -29,7 +29,7 @@
29 29 "@eslint/js": "9.29.0",
30 30 "globals": "16.2.0",
31 31 "markdownlint-cli": "0.45.0",
32 "prettier": "3.6.0",
32 + "prettier": "3.6.2",
33 33 "shellcheck": "3.1.0",
34 34 "eslint-plugin-yml": "1.18.0",
35 35 "yarn": "1.22.22"

Parents: 2971b07