chore(deps-dev): bump prettier from 3.8.0 to 3.8.1

Bumps [prettier](https://github.com/prettier/prettier) from 3.8.0 to 3.8.1.
- [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.8.0...3.8.1)

---
updated-dependencies:
- dependency-name: prettier
  dependency-version: 3.8.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2026-01-24 02:03:41 +00:00 committed by GitHub
parent 07dbc1da2a
commit 33d1486dcd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -31,7 +31,7 @@
"eslint-plugin-yml": "^1.19.1",
"globals": "^17.0.0",
"multiple-cucumber-html-reporter": "^3.9.3",
"prettier": "^3.8.0",
"prettier": "^3.8.1",
"sass-embedded": "^1.97.2",
"ts-loader": "^9.5.4",
"tsx": "^4.21.0",
@ -12759,9 +12759,9 @@
}
},
"node_modules/prettier": {
"version": "3.8.0",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.0.tgz",
"integrity": "sha512-yEPsovQfpxYfgWNhCfECjG5AQaO+K3dp6XERmOepyPDVqcJm+bjyCVO3pmU+nAPe0N5dDvekfGezt/EIiRe1TA==",
"version": "3.8.1",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.1.tgz",
"integrity": "sha512-UOnG6LftzbdaHZcKoPFtOcCKztrQ57WkHDeRD9t/PTQtmT0NHSeWWepj6pS0z/N7+08BHFDQVUrfmfMRcZwbMg==",
"dev": true,
"license": "MIT",
"bin": {

View File

@ -55,7 +55,7 @@
"eslint-plugin-yml": "^1.19.1",
"globals": "^17.0.0",
"multiple-cucumber-html-reporter": "^3.9.3",
"prettier": "^3.8.0",
"prettier": "^3.8.1",
"sass-embedded": "^1.97.2",
"ts-loader": "^9.5.4",
"tsx": "^4.21.0",