Skip to content

Commit

Permalink
Merge pull request #6790 from redpanda-data/snyk-fix-00b9c2e2e6b8f428…
Browse files Browse the repository at this point in the history
…1393b8e5f3f17df1

[Snyk] Security upgrade mocha from 7.1.1 to 9.2.2
  • Loading branch information
Rob Blafford committed Oct 19, 2022
2 parents 2a6adf0 + 1d6f6c4 commit 8091d0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"scripts": {
"build:ts": "npx tsc",
"build": "./build.sh",
"test": "./node_modules/mocha/bin/mocha -r ts-node/register \"./test/**/*.ts\"",
"test": "./node_modules/mocha/bin/_mocha -r ts-node/register \"./test/**/*.ts\"",
"prettier:format": "npx prettier --write \".\"",
"prettier:check": "npx prettier --list-different \".\"",
"eslint:check": "eslint . --ext .ts",
Expand All @@ -27,7 +27,7 @@
"chokidar": "^3.4.3",
"fast-crc32c": "2.0.0",
"js-yaml": "^3.14.0",
"mocha": "7.1.1",
"mocha": "9.2.2",
"prettier": "2.7.1",
"rewire": "5.0.0",
"ts-loader": "^8.0.4",
Expand Down

0 comments on commit 8091d0e

Please sign in to comment.