diff --git a/package-lock.json b/package-lock.json index ea3bc8bc..f6a5d799 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "github-label-sync": "3.0.0", "markdown-link-check": "^3.13.7", "markdownlint-cli": "^0.45.0", - "prettier": "^3.5.3", + "prettier": "^3.6.2", "prettier-plugin-toml": "^2.0.5" }, "engines": { @@ -4852,11 +4852,10 @@ } }, "node_modules/prettier": { - "version": "3.5.3", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.5.3.tgz", - "integrity": "sha512-QQtaxnoDJeAkDvDKWCLiwIXkTgRhwYDEQCghU9Z6q03iyek/rxRh/2lC3HB7P8sWT2xC/y5JDctPLBIGzHKbhw==", + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.6.2.tgz", + "integrity": "sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ==", "dev": true, - "license": "MIT", "bin": { "prettier": "bin/prettier.cjs" }, @@ -9646,9 +9645,9 @@ "dev": true }, "prettier": { - "version": "3.5.3", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.5.3.tgz", - "integrity": "sha512-QQtaxnoDJeAkDvDKWCLiwIXkTgRhwYDEQCghU9Z6q03iyek/rxRh/2lC3HB7P8sWT2xC/y5JDctPLBIGzHKbhw==", + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.6.2.tgz", + "integrity": "sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ==", "dev": true }, "prettier-plugin-toml": { diff --git a/package.json b/package.json index 5f244ce3..aa739def 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "github-label-sync": "3.0.0", "markdown-link-check": "^3.13.7", "markdownlint-cli": "^0.45.0", - "prettier": "^3.5.3", + "prettier": "^3.6.2", "prettier-plugin-toml": "^2.0.5" }, "dependencies": { diff --git a/workflow-templates/check-prettier-formatting-task.md b/workflow-templates/check-prettier-formatting-task.md index adcbede1..e1c67336 100644 --- a/workflow-templates/check-prettier-formatting-task.md +++ b/workflow-templates/check-prettier-formatting-task.md @@ -57,7 +57,7 @@ Commit the resulting changes to the `go.mod` and `go.sum` files. Add the dependencies by running this command: ```text -npm install --save-dev prettier@^3.5.3 +npm install --save-dev prettier@^3.6.2 ``` Commit the resulting changes to the `package.json` and `package-lock.json` files. diff --git a/workflow-templates/check-python-task.md b/workflow-templates/check-python-task.md index 3e5cc95d..60aff3fe 100644 --- a/workflow-templates/check-python-task.md +++ b/workflow-templates/check-python-task.md @@ -48,7 +48,7 @@ Commit the resulting changes to the `go.mod` and `go.sum` files. Add the tool dependencies using this command: ``` -task poetry:install && poetry add --dev "black@^25.1.0" "flake8@^7.2.0" "pep8-naming@^0.15.1" +task poetry:install && poetry add --dev "black@^25.1.0" "flake8@^7.3.0" "pep8-naming@^0.15.1" ``` Commit the resulting changes to the `pyproject.toml` and `poetry.lock` files.