Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Commit

Permalink
chore(deps-dev): 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.7 to 4.4.1
- [Release notes](https://github.com/chaijs/chai/releases)
- [Changelog](https://github.com/chaijs/chai/blob/main/History.md)
- [Commits](chaijs/chai@v4.3.7...v4.4.1)

Updates `@types/chai` from 4.3.3 to 4.3.16
- [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-minor
- dependency-name: "@types/chai"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 14, 2024
1 parent d99f3df commit c25e34c
Show file tree
Hide file tree
Showing 15 changed files with 77 additions and 74 deletions.
95 changes: 49 additions & 46 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 packages/salesforcedx-apex-debugger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"devDependencies": {
"@salesforce/salesforcedx-test-utils-vscode": "60.13.0",
"@types/async-lock": "0.0.20",
"@types/chai": "4.3.3",
"@types/chai": "4.3.16",
"@types/jest": "^29.5.5",
"@types/mocha": "^5",
"@types/node": "^18.11.9",
Expand All @@ -31,7 +31,7 @@
"@typescript-eslint/eslint-plugin": "6.9.0",
"@typescript-eslint/parser": "6.9.0",
"@vscode/debugadapter-testsupport": "1.65.0",
"chai": "^4.0.2",
"chai": "^4.4.1",
"cross-env": "5.2.0",
"eslint": "8.52.0",
"eslint-config-prettier": "9.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/salesforcedx-apex-replay-debugger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
"vscode-uri": "1.0.1"
},
"devDependencies": {
"@types/chai": "4.3.3",
"@types/chai": "4.3.16",
"@types/jest": "^29.5.5",
"@types/mocha": "^5",
"@types/node": "^18.11.9",
"@types/sinon": "^2.3.7",
"@typescript-eslint/eslint-plugin": "6.9.0",
"@typescript-eslint/parser": "6.9.0",
"@vscode/debugadapter-testsupport": "1.65.0",
"chai": "^4.0.2",
"chai": "^4.4.1",
"cross-env": "5.2.0",
"eslint": "8.52.0",
"eslint-config-prettier": "9.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/salesforcedx-sobjects-faux-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"shelljs": "0.8.5"
},
"devDependencies": {
"@types/chai": "4.3.3",
"@types/chai": "4.3.16",
"@types/jest": "^29.5.5",
"@types/mocha": "^5",
"@types/node": "^18.11.9",
Expand All @@ -25,7 +25,7 @@
"@types/sinon": "^2.3.7",
"@typescript-eslint/eslint-plugin": "6.9.0",
"@typescript-eslint/parser": "6.9.0",
"chai": "^4.0.2",
"chai": "^4.4.1",
"cross-env": "5.2.0",
"eslint": "8.52.0",
"eslint-config-prettier": "9.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/salesforcedx-test-utils-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
"shelljs": "0.8.5"
},
"devDependencies": {
"@types/chai": "4.3.3",
"@types/chai": "4.3.16",
"@types/glob": "^7.2.0",
"@types/mocha": "^2.2.38",
"@types/node": "^18.11.9",
"@types/shelljs": "0.7.9",
"@types/sinon": "^2.3.7",
"@typescript-eslint/eslint-plugin": "6.9.0",
"@typescript-eslint/parser": "6.9.0",
"chai": "^4.0.2",
"chai": "^4.4.1",
"decache": "^4.1.0",
"eslint": "8.52.0",
"eslint-config-prettier": "9.0.0",
Expand Down
Loading

0 comments on commit c25e34c

Please sign in to comment.