Skip to content

Commit

Permalink
bump chai and @types/chai
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: chai
  dependency-type: direct:development
  update-type: version-update:semver-major
- dependency-name: "@types/chai"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 1, 2024
1 parent 2a054ee commit b88e8e1
Show file tree
Hide file tree
Showing 2 changed files with 120 additions and 39 deletions.
155 changes: 118 additions & 37 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@
"@iobroker/adapter-dev": "^1.2.0",
"@iobroker/eslint-config": "^1.0.0",
"@iobroker/testing": "^5.0.0",
"@types/chai": "^4.3.4",
"@types/chai": "^5.0.1",
"@types/chai-as-promised": "^7.1.5",
"@types/mocha": "^10.0.10",
"@types/node": "^22.9.3",
"@types/proxyquire": "^1.3.28",
"@types/sinon": "^17.0.3",
"@types/sinon-chai": "^3.2.9",
"chai": "^4.3.7",
"chai": "^5.1.2",
"chai-as-promised": "^7.1.1",
"mocha": "^10.2.0",
"proxyquire": "^2.1.3",
Expand Down

0 comments on commit b88e8e1

Please sign in to comment.