Skip to content

Commit

Permalink
chore(deps): update dependency chai to v4.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 20, 2022
1 parent 27b0ac7 commit 1e3e35a
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lerna-script/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"author": "[email protected]",
"license": "BSD",
"devDependencies": {
"chai": "4.2.0",
"chai": "4.3.7",
"intercept-stdout": "0.1.2",
"invert-promise": "^1.0.1",
"lerna-script-test-utils": "~1.3.2",
Expand Down
2 changes: 1 addition & 1 deletion tasks/depcheck/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"lerna-script": ">=1.3.3"
},
"devDependencies": {
"chai": "4.2.0",
"chai": "4.3.7",
"invert-promise": "^1.0.1",
"lerna-script": "^1.4.0",
"lerna-script-test-utils": "~1.3.2",
Expand Down
2 changes: 1 addition & 1 deletion tasks/dependencies/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"devDependencies": {
"bdd-stdin": "0.2.0",
"chai": "4.2.0",
"chai": "4.3.7",
"lerna-script": "^1.4.0",
"lerna-script-test-utils": "~1.3.2",
"mocha": "7.2.0",
Expand Down
2 changes: 1 addition & 1 deletion tasks/idea/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"lerna-script": ">=1.3.3"
},
"devDependencies": {
"chai": "4.2.0",
"chai": "4.3.7",
"lerna-script": "^1.4.0",
"lerna-script-test-utils": "~1.3.2",
"mocha": "7.2.0",
Expand Down
2 changes: 1 addition & 1 deletion tasks/modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"lerna-script": ">=1.3.3"
},
"devDependencies": {
"chai": "4.2.0",
"chai": "4.3.7",
"lerna-script": "^1.4.0",
"lerna-script-test-utils": "~1.3.2",
"mocha": "7.2.0",
Expand Down
2 changes: 1 addition & 1 deletion tasks/npmfix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"lerna-script": ">=1.3.3"
},
"devDependencies": {
"chai": "4.2.0",
"chai": "4.3.7",
"lerna-script": "^1.4.0",
"lerna-script-test-utils": "~1.3.2",
"mocha": "7.2.0",
Expand Down
2 changes: 1 addition & 1 deletion test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"sinon": ">9.0.0"
},
"devDependencies": {
"chai": "4.2.0",
"chai": "4.3.7",
"mocha": "7.2.0",
"sinon": "9.0.2"
}
Expand Down

0 comments on commit 1e3e35a

Please sign in to comment.