Skip to content

Commit

Permalink
chore(lapis-e2e): bump the minorandpatch group
Browse files Browse the repository at this point in the history
Bumps the minorandpatch group in /lapis-e2e with 3 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [chai](https://github.com/chaijs/chai) and [prettier](https://github.com/prettier/prettier).


Updates `@types/node` from 22.13.1 to 22.13.4
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `chai` from 5.1.2 to 5.2.0
- [Release notes](https://github.com/chaijs/chai/releases)
- [Changelog](https://github.com/chaijs/chai/blob/main/History.md)
- [Commits](chaijs/chai@v5.1.2...v5.2.0)

Updates `prettier` from 3.5.0 to 3.5.1
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.5.0...3.5.1)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
- dependency-name: chai
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minorandpatch
- dependency-name: prettier
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 17, 2025
1 parent e7946ec commit 4e2a534
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 15 deletions.
25 changes: 13 additions & 12 deletions lapis-e2e/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions lapis-e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"@openapitools/openapi-generator-cli": "^2.16.3",
"@types/chai": "^5.0.1",
"@types/mocha": "^10.0.10",
"@types/node": "^22.13.1",
"chai": "^5.1.2",
"@types/node": "^22.13.4",
"chai": "^5.2.0",
"mocha": "^11.1.0",
"prettier": "^3.5.0",
"prettier": "^3.5.1",
"tsx": "^4.19.2",
"typescript": "^5.7.3"
}
Expand Down

0 comments on commit 4e2a534

Please sign in to comment.