build(deps-dev): bump the npm group with 2 updates (#334)
Some checks failed
CI / build (push) Has been cancelled
Publish Docker Image / publish (push) Has been cancelled
CI / test (built) (push) Has been cancelled
CI / test (committed) (push) Has been cancelled
CI / package (push) Has been cancelled

Bumps the npm group with 2 updates: [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) and [prettier](https://github.com/prettier/prettier).


Updates `eslint-plugin-prettier` from 5.5.4 to 5.5.5
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/eslint-plugin-prettier/compare/v5.5.4...v5.5.5)

Updates `prettier` from 3.7.4 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.7.4...3.8.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-prettier
  dependency-version: 5.5.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: prettier
  dependency-version: 3.8.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
...

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]
2026-02-01 14:43:48 +00:00
committed by GitHub
parent cc30772304
commit 41a985a24a
2 changed files with 25 additions and 32 deletions

View File

@@ -43,11 +43,11 @@
"eslint-import-resolver-typescript": "^3.10.1",
"eslint-plugin-github": "^4.10.2",
"eslint-plugin-jest": "^28.0.0",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-prettier": "^5.5.5",
"jest": "^29.0.0",
"jest-circus": "^29.0.0",
"js-yaml": "^4.1.1",
"prettier": "^3.7.4",
"prettier": "^3.8.1",
"ts-jest": "^29.4.6",
"typescript": "^4.9.5"
}