Skip to content

Commit b4e1238

Browse files
committed
Updated mocha dependency to v9
- this fixes the last remaining security advisory against the repo - `devDependencies` should probably be pinned - will come in a future commit
1 parent 8cb9853 commit b4e1238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@mapbox/cloudfriend": "^1.9.0",
4848
"aws-sdk": "2.x",
4949
"eslint": "^7.32.0",
50-
"mocha": "^5.2.0"
50+
"mocha": "^9.2.2"
5151
},
5252
"peerDependencies": {
5353
"node-gyp": "7.x"

0 commit comments

Comments
 (0)