chore(deps-dev): bump prettier-plugin-sh from 0.17.2 to 0.17.4 (#1205)

Bumps [prettier-plugin-sh](https://github.com/un-ts/prettier) from 0.17.2 to 0.17.4.
- [Release notes](https://github.com/un-ts/prettier/releases)
- [Changelog](https://github.com/un-ts/prettier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/un-ts/prettier/compare/prettier-plugin-sh@0.17.2...prettier-plugin-sh@0.17.4)

---
updated-dependencies:
- dependency-name: prettier-plugin-sh
  dependency-version: 0.17.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-05-12 08:56:00 +02:00
committed by GitHub
parent 71f1f3dd22
commit ca1d11006c
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@@ -7,7 +7,7 @@
"devDependencies": {
"prettier": "3.5.3",
"prettier-plugin-gherkin": "^3.1.2",
"prettier-plugin-sh": "^0.17.2"
"prettier-plugin-sh": "^0.17.4"
}
},
"node_modules/@cucumber/gherkin": {
@@ -116,13 +116,13 @@
}
},
"node_modules/prettier-plugin-sh": {
"version": "0.17.2",
"resolved": "https://registry.npmjs.org/prettier-plugin-sh/-/prettier-plugin-sh-0.17.2.tgz",
"integrity": "sha512-7+dEo/IYbhrUj4qP+1QXj41/5Hv9ZkxBuEatI1jywrcAlVF1aGhdYJF4Sn+M67nkA16iRL53W4FSRe1bitTdmQ==",
"version": "0.17.4",
"resolved": "https://registry.npmjs.org/prettier-plugin-sh/-/prettier-plugin-sh-0.17.4.tgz",
"integrity": "sha512-aAVKXZ7GTEMZdZsIPSwMwddwPvt2ibMbRGd4OJAP0G7QoeYZV+mPNg2Oln3R53sZ4PVjeAA7Xzi/PuI0QlHHfQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"@reteps/dockerfmt": "^0.3.2",
"@reteps/dockerfmt": "^0.3.5",
"sh-syntax": "^0.5.6"
},
"engines": {

View File

@@ -2,6 +2,6 @@
"devDependencies": {
"prettier": "3.5.3",
"prettier-plugin-gherkin": "^3.1.2",
"prettier-plugin-sh": "^0.17.2"
"prettier-plugin-sh": "^0.17.4"
}
}