Skip to content

Commit

Permalink
build(deps): overall minor upgrade of npm dependencies - 2023-08-18
Browse files Browse the repository at this point in the history
Fixes hyperledger-cacti#2627

Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
  • Loading branch information
petermetz authored and sandeepnRES committed Dec 21, 2023
1 parent 97f9787 commit b46bcd9
Show file tree
Hide file tree
Showing 47 changed files with 1,106 additions and 1,005 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
},
"devDependencies": {
"@types/escape-html": "1.0.1",
"@types/node": "15.14.7"
"@types/node": "15.14.9"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@openzeppelin/contracts-upgradeable": "4.9.3",
"async-exit-hook": "2.0.1",
"fabric-network": "2.2.18",
"fs-extra": "10.0.0",
"fs-extra": "10.1.0",
"openapi-types": "9.1.0",
"typescript-optional": "2.0.1",
"uuid": "8.3.2",
Expand All @@ -75,9 +75,9 @@
},
"devDependencies": {
"@types/express": "4.17.13",
"@types/fs-extra": "9.0.12",
"@types/fs-extra": "9.0.13",
"@types/json-stable-stringify": "1.0.34",
"@types/uuid": "8.3.1",
"@types/uuid": "8.3.4",
"express-jwt": "8.4.1",
"hardhat": "2.13.1",
"http-status-codes": "2.1.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@types/chai": "4.3.5",
"@types/crypto-js": "4.1.1",
"@types/mocha": "8.2.2",
"@types/node": "16.18.40",
"@types/node": "16.18.41",
"@types/rewire": "2.5.28",
"chai": "4.3.7",
"mocha": "8.4.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"devDependencies": {
"@types/express": "4.17.13",
"@types/ssh2": "0.5.47",
"@types/uuid": "8.3.1"
"@types/uuid": "8.3.4"
},
"engines": {
"node": ">=10",
Expand Down
8 changes: 4 additions & 4 deletions examples/cactus-example-cbdc-bridging-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"crypto-js": "4.1.1",
"dotenv": "^16.0.1",
"fabric-network": "2.2.10",
"fs-extra": "10.0.0",
"fs-extra": "10.1.0",
"ipfs-http-client": "51.0.1",
"knex": "2.5.1",
"nyc": "^13.1.0",
Expand All @@ -91,9 +91,9 @@
"@types/cucumber": "^4.0.4",
"@types/express": "4.17.13",
"@types/express-jwt": "6.0.2",
"@types/fs-extra": "9.0.12",
"@types/node": "^10.7.1",
"@types/uuid": "8.3.1",
"@types/fs-extra": "9.0.13",
"@types/node": "^10.17.60",
"@types/uuid": "8.3.4",
"chai": "^4.1.2",
"cucumber": "^5.0.3",
"hardhat": "2.6.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@types/chai": "^4.2.11",
"@types/chai-as-promised": "^7.1.2",
"@types/mocha": "^7.0.2",
"@types/node": "^13.9.3",
"@types/node": "^13.13.52",
"@types/sinon": "^7.5.2",
"@types/sinon-chai": "^3.2.3",
"chai": "^4.2.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@hyperledger/cactus-cmd-socketio-server": "2.0.0-alpha.1",
"@hyperledger/cactus-core-api": "2.0.0-alpha.1",
"@hyperledger/cactus-verifier-client": "2.0.0-alpha.1",
"@types/node": "14.18.12",
"@types/node": "14.18.54",
"axios": "0.24.0",
"body-parser": "1.19.2",
"cookie-parser": "1.4.6",
Expand Down
6 changes: 3 additions & 3 deletions examples/cactus-example-electricity-trade/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@hyperledger/cactus-cmd-socketio-server": "2.0.0-alpha.1",
"@hyperledger/cactus-verifier-client": "2.0.0-alpha.1",
"@types/node": "14.18.12",
"@types/node": "14.18.54",
"body-parser": "1.19.2",
"cookie-parser": "1.4.6",
"debug": "3.1.0",
Expand All @@ -43,8 +43,8 @@
"@typescript-eslint/eslint-plugin": "4.33.0",
"@typescript-eslint/parser": "4.33.0",
"eslint": "7.32.0",
"eslint-config-prettier": "8.4.0",
"eslint-config-prettier": "8.10.0",
"eslint-plugin-prettier": "4.0.0",
"prettier": "2.5.1"
"prettier": "2.8.8"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"tslint": "tslint -c tslint.json -p tsconfig.json"
},
"dependencies": {
"@types/node": "14.18.12",
"@types/node": "14.18.54",
"ts-node": "9.1.1"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"copy-static-assets": "ts-node copyStaticAssets.ts"
},
"dependencies": {
"@types/node": "14.18.12",
"@types/node": "14.18.54",
"config": "1.31.0",
"ethereumjs-common": "1.5.2",
"ethereumjs-tx": "2.1.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/cactus-example-supply-chain-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
},
"devDependencies": {
"@types/express": "4.17.13",
"@types/uuid": "8.3.1"
"@types/uuid": "8.3.4"
},
"engines": {
"node": ">=10",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"devDependencies": {
"@types/express": "4.17.13",
"@types/ssh2": "0.5.47",
"@types/uuid": "8.3.1"
"@types/uuid": "8.3.4"
},
"engines": {
"node": ">=10",
Expand Down
6 changes: 3 additions & 3 deletions examples/cactus-example-tcs-huawei/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"@hyperledger/cactus-cmd-socketio-server": "2.0.0-alpha.1",
"@hyperledger/cactus-verifier-client": "2.0.0-alpha.1",
"@types/node": "14.18.12",
"@types/node": "14.18.54",
"body-parser": "1.19.2",
"cookie-parser": "1.4.6",
"debug": "2.6.9",
Expand Down Expand Up @@ -43,8 +43,8 @@
"@typescript-eslint/eslint-plugin": "4.33.0",
"@typescript-eslint/parser": "4.33.0",
"eslint": "7.32.0",
"eslint-config-prettier": "8.4.0",
"eslint-config-prettier": "8.10.0",
"eslint-plugin-prettier": "4.0.0",
"prettier": "2.5.1"
"prettier": "2.8.8"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"tslint": "tslint -c tslint.json -p tsconfig.json"
},
"dependencies": {
"@types/node": "14.18.12",
"@types/node": "14.18.54",
"ts-node": "9.1.1"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"copy-static-assets": "ts-node copyStaticAssets.ts"
},
"dependencies": {
"@types/node": "14.18.12",
"@types/node": "14.18.54",
"config": "1.31.0",
"ethereumjs-common": "1.5.2",
"ethereumjs-tx": "2.1.2",
Expand Down
6 changes: 3 additions & 3 deletions examples/test-run-transaction/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"init-test-run-transaction": "ln -s ../examples/test-run-transaction/node_modules ../../dist/node_modules"
},
"dependencies": {
"@types/node": "14.18.12",
"@types/node": "14.18.54",
"body-parser": "1.19.2",
"cookie-parser": "1.4.6",
"debug": "2.6.9",
Expand All @@ -38,9 +38,9 @@
"@typescript-eslint/parser": "4.33.0",
"@types/escape-html": "1.0.1",
"eslint": "7.32.0",
"eslint-config-prettier": "8.4.0",
"eslint-config-prettier": "8.10.0",
"eslint-plugin-prettier": "4.0.0",
"prettier": "2.5.1",
"prettier": "2.8.8",
"tslint": "6.0.0",
"typescript": "4.9.5"
}
Expand Down
75 changes: 37 additions & 38 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"test:jest:all": "NODE_OPTIONS=--max_old_space_size=3072 jest",
"test:tap:all": "tap",
"test:all": "yarn test:jest:all && yarn test:tap:all",
"posttest:all": "tap --no-check-coverage --coverage-report=lcov && codecov",
"posttest:all": "tap --no-check-coverage --coverage-report=lcov",
"test:unit": "tap --ts --node-arg=--max-old-space-size=4096 --timeout=600 --no-check-coverage \"packages/cactus-*/src/test/typescript/unit/\"",
"test:benchmark": "tap --ts --jobs=1 --no-timeout --no-check-coverage \"packages/cactus-*/src/test/typescript/benchmark/\"",
"test:integration": "tap --ts --node-arg=--max-old-space-size=4096 --jobs=1 --timeout=3600 --no-check-coverage \"packages/cactus-*/src/test/typescript/integration/\"",
Expand All @@ -93,77 +93,76 @@
"init-registries": "npm config set @iroha2:registry=https://nexus.iroha.tech/repository/npm-group/"
},
"devDependencies": {
"@commitlint/cli": "13.1.0",
"@commitlint/config-conventional": "13.1.0",
"@commitlint/cli": "13.2.1",
"@commitlint/config-conventional": "13.2.0",
"@lerna-lite/cli": "1.17.0",
"@lerna-lite/exec": "1.17.0",
"@lerna-lite/list": "1.17.0",
"@lerna-lite/run": "1.17.0",
"@openapitools/openapi-generator-cli": "2.4.14",
"@types/fs-extra": "9.0.12",
"@openapitools/openapi-generator-cli": "2.7.0",
"@types/fs-extra": "9.0.13",
"@types/jest": "29.5.3",
"@types/node": "15.14.7",
"@types/node-fetch": "2.5.12",
"@types/tape": "4.13.2",
"@types/node": "16.18.41",
"@types/node-fetch": "2.6.4",
"@types/tape": "4.13.4",
"@types/tape-promise": "4.0.1",
"@types/uuid": "8.3.1",
"@types/uuid": "8.3.4",
"@types/yargs": "17.0.24",
"@typescript-eslint/eslint-plugin": "6.0.0",
"@typescript-eslint/parser": "6.0.0",
"@typescript-eslint/eslint-plugin": "6.4.0",
"@typescript-eslint/parser": "6.4.0",
"buffer": "6.0.3",
"codecov": "3.8.3",
"cpy-cli": "4.1.0",
"cpy-cli": "4.2.0",
"cross-env": "7.0.3",
"crypto-browserify": "3.12.0",
"cspell": "5.6.6",
"cspell": "5.21.2",
"del-cli": "4.0.1",
"es-main": "1.0.2",
"es-main": "1.2.0",
"eslint": "7.32.0",
"eslint-config-prettier": "8.3.0",
"eslint-config-prettier": "8.10.0",
"eslint-config-standard": "16.0.3",
"eslint-plugin-import": "2.24.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "3.4.0",
"eslint-plugin-promise": "5.1.0",
"eslint-plugin-prettier": "3.4.1",
"eslint-plugin-promise": "5.2.0",
"eslint-plugin-standard": "5.0.0",
"fast-safe-stringify": "2.1.1",
"fs-extra": "10.0.0",
"globby": "12.0.0",
"fs-extra": "10.1.0",
"globby": "12.2.0",
"google-protobuf": "3.21.2",
"grpc-tools": "1.11.2",
"grpc_tools_node_protoc_ts": "5.3.1",
"husky": "7.0.1",
"inquirer": "8.1.2",
"grpc-tools": "1.12.4",
"grpc_tools_node_protoc_ts": "5.3.3",
"husky": "7.0.4",
"inquirer": "8.2.6",
"jest": "29.6.2",
"jest-extended": "4.0.1",
"json5": "2.2.2",
"json5": "2.2.3",
"license-report": "6.4.0",
"lint-staged": "11.1.2",
"make-dir-cli": "3.0.0",
"lint-staged": "11.2.6",
"make-dir-cli": "3.1.0",
"node-polyfill-webpack-plugin": "1.1.4",
"npm-run-all": "4.1.5",
"npm-watch": "0.11.0",
"openapi-types": "12.1.3",
"prettier": "2.1.2",
"prettier": "2.8.8",
"protoc-gen-ts": "0.8.6",
"run-time-error": "1.4.0",
"secp256k1": "4.0.2",
"secp256k1": "4.0.3",
"semver-parser": "4.1.4",
"shebang-loader": "0.0.1",
"simple-git": "3.19.1",
"sort-package-json": "1.53.1",
"source-map-loader": "3.0.0",
"sort-package-json": "1.57.0",
"source-map-loader": "3.0.2",
"stream-browserify": "3.0.0",
"tap": "16.3.7",
"tape": "5.6.3",
"tap": "16.3.8",
"tape": "5.6.6",
"tape-promise": "4.0.0",
"ts-jest": "29.1.1",
"ts-loader": "9.2.5",
"ts-loader": "9.4.4",
"ts-node": "10.9.1",
"typescript": "4.9.5",
"webpack": "5.76.0",
"webpack-bundle-analyzer": "4.4.2",
"webpack-cli": "4.7.2",
"webpack": "5.88.2",
"webpack-bundle-analyzer": "4.9.0",
"webpack-cli": "4.10.0",
"wget-improved": "3.4.0",
"yargs": "17.7.2"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/cactus-cmd-api-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"express-jwt": "8.4.1",
"express-openapi-validator": "5.0.4",
"express-rate-limit": "6.7.0",
"fs-extra": "10.0.0",
"fs-extra": "10.1.0",
"google-protobuf": "3.18.0-rc.2",
"jose": "4.9.2",
"json-stable-stringify": "1.0.2",
Expand All @@ -95,7 +95,7 @@
"devDependencies": {
"@hyperledger/cactus-plugin-keychain-vault": "2.0.0-alpha.1",
"@hyperledger/cactus-test-tooling": "2.0.0-alpha.1",
"@openapitools/openapi-generator-cli": "2.4.14",
"@openapitools/openapi-generator-cli": "2.7.0",
"@types/compression": "1.7.1",
"@types/convict": "6.1.1",
"@types/cors": "2.8.12",
Expand All @@ -111,12 +111,12 @@
"@types/passport-saml": "1.1.3",
"@types/passport-strategy": "0.2.35",
"@types/semver": "7.3.8",
"@types/uuid": "8.3.1",
"@types/uuid": "8.3.4",
"@types/xml2js": "0.4.9",
"artillery": "2.0.0-35",
"google-protobuf": "3.18.0-rc.2",
"grpc-tools": "1.11.2",
"grpc_tools_node_protoc_ts": "5.3.1",
"grpc-tools": "1.12.4",
"grpc_tools_node_protoc_ts": "5.3.3",
"http-status-codes": "2.1.4",
"protobufjs": "7.2.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/cactus-cmd-socketio-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"dependencies": {
"@hyperledger/cactus-common": "2.0.0-alpha.1",
"@hyperledger/cactus-core-api": "2.0.0-alpha.1",
"@types/node": "14.17.32",
"@types/node": "14.18.54",
"body-parser": "1.19.2",
"config": "3.3.7",
"cookie-parser": "1.4.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/cactus-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@
"loglevel": "1.7.1",
"loglevel-plugin-prefix": "0.8.4",
"sanitize-html": "2.7.0",
"secp256k1": "4.0.2",
"secp256k1": "4.0.3",
"sha3": "2.1.4"
},
"devDependencies": {
"@types/json-stable-stringify": "1.0.33",
"@types/sanitize-html": "2.6.2",
"@types/secp256k1": "4.0.3",
"@types/uuid": "8.3.1",
"@types/uuid": "8.3.4",
"uuid": "8.3.2"
},
"engines": {
Expand Down
6 changes: 3 additions & 3 deletions packages/cactus-core-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@
"@grpc/proto-loader": "0.7.8",
"@types/express": "4.17.13",
"@types/google-protobuf": "3.15.5",
"grpc-tools": "1.11.2",
"grpc_tools_node_protoc_ts": "5.3.1",
"make-dir-cli": "3.0.0",
"grpc-tools": "1.12.4",
"grpc_tools_node_protoc_ts": "5.3.3",
"make-dir-cli": "3.1.0",
"npm-run-all": "4.1.5",
"rxjs": "7.8.1",
"socket.io": "4.5.4",
Expand Down
Loading

0 comments on commit b46bcd9

Please sign in to comment.