Skip to content

Commit

Permalink
Bump chai and @types/chai
Browse files Browse the repository at this point in the history
Bumps [chai](https://github.com/chaijs/chai) and [@types/chai](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chai). These dependencies needed to be updated together.

Updates `chai` from 4.3.8 to 4.3.10
- [Release notes](https://github.com/chaijs/chai/releases)
- [Changelog](https://github.com/chaijs/chai/blob/4.x.x/History.md)
- [Commits](chaijs/chai@v4.3.8...v4.3.10)

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

---
updated-dependencies:
- dependency-name: chai
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: "@types/chai"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 16, 2023
1 parent 66daba6 commit cc926e1
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 24 deletions.
47 changes: 25 additions & 22 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 @@ -205,7 +205,7 @@
]
},
"devDependencies": {
"@types/chai": "^4.3.6",
"@types/chai": "^4.3.8",
"@types/expect": "^24.3.0",
"@types/glob": "^8.0.1",
"@types/mixpanel": "^2.14.5",
Expand All @@ -216,7 +216,7 @@
"@types/uuid": "^9.0.3",
"@types/vscode": "^1.65.0",
"@vscode/test-electron": "^2.3.4",
"chai": "^4.3.8",
"chai": "^4.3.10",
"esbuild": "^0.19.2",
"glob": "^10.3.4",
"mocha": "^10.2.0",
Expand Down

0 comments on commit cc926e1

Please sign in to comment.