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 4 updates: [@openapitools/openapi-generator-cli](https://github.com/OpenAPITools/openapi-generator-cli), [@types/chai](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chai), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [mocha](https://github.com/mochajs/mocha).


Updates `@openapitools/openapi-generator-cli` from 2.15.0 to 2.15.3
- [Release notes](https://github.com/OpenAPITools/openapi-generator-cli/releases)
- [Changelog](https://github.com/OpenAPITools/openapi-generator-cli/blob/master/.releaserc)
- [Commits](OpenAPITools/openapi-generator-cli@v2.15.0...v2.15.3)

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

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

Updates `mocha` from 10.7.3 to 10.8.2
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)
- [Commits](mochajs/mocha@v10.7.3...v10.8.2)

---
updated-dependencies:
- dependency-name: "@openapitools/openapi-generator-cli"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
- dependency-name: "@types/chai"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
- dependency-name: "@types/node"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
- dependency-name: mocha
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minorandpatch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and fengelniederhammer committed Nov 5, 2024
1 parent c5d17f9 commit 60d0593
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 33 deletions.
71 changes: 42 additions & 29 deletions lapis-e2e/package-lock.json

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

8 changes: 4 additions & 4 deletions lapis-e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
"format": "prettier --write ."
},
"dependencies": {
"@openapitools/openapi-generator-cli": "^2.15.0",
"@types/chai": "^5.0.0",
"@openapitools/openapi-generator-cli": "^2.15.3",
"@types/chai": "^5.0.1",
"@types/mocha": "^10.0.9",
"@types/node": "^22.8.1",
"@types/node": "^22.8.7",
"chai": "^5.1.2",
"mocha": "^10.7.3",
"mocha": "^10.8.2",
"prettier": "^3.3.3",
"tsx": "^4.19.2",
"typescript": "^5.6.3"
Expand Down

0 comments on commit 60d0593

Please sign in to comment.