Skip to content

Commit

Permalink
deps(dev): Update mocha and sinon to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
nwoltman committed Mar 30, 2023
1 parent 8bc4956 commit 70c4a9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@
"grunt-mocha-test": "^0.13.3",
"istanbul": "^0.4.5",
"jit-grunt": "^0.10.0",
"mocha": "^7.0.1",
"mocha": "^10.2.0",
"semver": "^7.3.8",
"should": "~13.2.3",
"should-sinon": "0.0.6",
"sinon": "~8.1.1"
"sinon": "^15.0.3"
},
"scripts": {
"test": "grunt"
Expand Down

0 comments on commit 70c4a9d

Please sign in to comment.