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 2, 2024
1 parent cf5e177 commit d970cea
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 @@ -41,14 +41,14 @@
"@iobroker/eslint-config": "^1.0.0",
"@iobroker/testing": "^5.0.0",
"@tsconfig/node14": "^14.1.0",
"@types/chai": "^4.3.9",
"@types/chai": "^5.0.1",
"@types/chai-as-promised": "^8.0.1",
"@types/mocha": "^10.0.10",
"@types/node": "^22.10.1",
"@types/proxyquire": "^1.3.31",
"@types/sinon": "^17.0.3",
"@types/sinon-chai": "^3.2.12",
"chai": "^4.5.0",
"chai": "^5.1.2",
"chai-as-promised": "^8.0.0",
"mocha": "^10.8.2",
"proxyquire": "^2.1.3",
Expand Down

0 comments on commit d970cea

Please sign in to comment.