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

Commit

Permalink
Audit update libraries (#653)
Browse files Browse the repository at this point in the history
Updated coveralls and mocha
Removed ncp
  • Loading branch information
fboucquez authored Aug 25, 2021
1 parent 940617f commit 99a8230
Show file tree
Hide file tree
Showing 7 changed files with 3,185 additions and 2,477 deletions.
7 changes: 3 additions & 4 deletions catapult-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,16 @@
"license": "ISC",
"devDependencies": {
"chai": "^4.2.0",
"coveralls": "^3.0.9",
"coveralls": "^3.1.1",
"cross-env": "^5.2.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^2.5.0",
"mocha": "^6.1.4",
"mocha-jenkins-reporter": "^0.4.3",
"ncp": "^2.0.0",
"mocha": "^9.1.0",
"mocha-jenkins-reporter": "^0.4.6",
"nyc": "^14.1.1",
"rimraf": "^2.6.3"
},
Expand Down
2 changes: 1 addition & 1 deletion catapult-sdk/test/crypto/merkleAuditProof_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
const {
indexOfLeafWithHash, buildAuditPath, NodePosition, siblingOf, HashNotFoundError,
InvalidTree, evenify
} = require('../../src/crypto/merkleAuditProof.js');
} = require('../../src/crypto/merkleAuditProof');
const convert = require('../../src/utils/convert');
const { expect } = require('chai');

Expand Down
1,512 changes: 872 additions & 640 deletions catapult-sdk/yarn.lock

Large diffs are not rendered by default.

7 changes: 3 additions & 4 deletions rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"devDependencies": {
"chai": "^4.2.0",
"cross-env": "^5.2.0",
"coveralls": "^3.0.9",
"coveralls": "^3.1.1",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-plugin-import": "^2.19.1",
Expand All @@ -39,10 +39,10 @@
"eslint-plugin-react-hooks": "^2.5.0",
"hippie": "^0.6.1",
"minimist": "^1.2.0",
"mocha": "^6.1.4",
"mocha": "^9.1.0",
"mocha-jenkins-reporter": "^0.4.3",
"ncp": "^2.0.0",
"nodemon": "^2.0.6",
"nyc": "^14.1.1",
"rimraf": "^2.6.3",
"sinon": "^7.3.2",
"symbol-bootstrap": "1.0.4"
Expand All @@ -51,7 +51,6 @@
"catapult-sdk": "link:../catapult-sdk",
"ini": "^1.3.5",
"mongodb": "^3.3.0-beta2",
"nyc": "^14.1.1",
"restify": "^8.3.3",
"restify-errors": "^8.0.0",
"sshpk": "1.16.1",
Expand Down
2,430 changes: 1,323 additions & 1,107 deletions rest/yarn.lock

Large diffs are not rendered by default.

7 changes: 3 additions & 4 deletions spammer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,16 @@
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^2.5.0",
"mocha": "^6.1.4",
"mocha": "^9.1.0",
"mocha-jenkins-reporter": "^0.4.1",
"ncp": "^2.0.0",
"coveralls": "^3.1.1",
"nyc": "^14.1.1",
"rimraf": "^2.6.3"
},
"dependencies": {
"catapult-sdk": "link:../catapult-sdk",
"command-line-args": "^5.1.1",
"command-line-usage": "^6.0.2",
"coveralls": "^3.0.9",
"nyc": "^14.1.1",
"restify": "^8.3.3",
"winston": "^3.2.1"
}
Expand Down
Loading

0 comments on commit 99a8230

Please sign in to comment.