build(deps): bump chai and @types/chai
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.7 to 4.3.9 - [Release notes](https://github.com/chaijs/chai/releases) - [Changelog](https://github.com/chaijs/chai/blob/4.x.x/History.md) - [Commits](https://github.com/chaijs/chai/compare/v4.3.7...v4.3.9) Updates `@types/chai` from 4.3.5 to 4.3.6 - [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:production 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>
Showing
... | ... | @@ -40,13 +40,13 @@ |
"@babel/eslint-parser": "^7.18.2", | ||
"@changesets/changelog-github": "^0.4.8", | ||
"@nrwl/nx-cloud": "latest", | ||
"@types/chai": "^4.2.18", | ||
"@types/chai": "^4.3.6", | ||
"@types/chai-as-promised": "^7.1.4", | ||
"@types/mocha": "^10.0.1", | ||
"@types/node": "^20.5.3", | ||
"@typescript-eslint/eslint-plugin": "^6.7.0", | ||
"@typescript-eslint/parser": "^6.7.0", | ||
"chai": "^4.2.0", | ||
"chai": "^4.3.9", | ||
"depcheck": "^1.4.3", | ||
"doctoc": "^2.2.0", | ||
"eslint": "^8.43.0", | ||
... | ... |
Please register or sign in to comment