Skip to content

Commit

Permalink
chore(deps): upgrade decode-uri-component to >= 0.2.2
Browse files Browse the repository at this point in the history
Fixes https://github.com/hyperledger/cacti/issues/2243

Co-authored-by: Peter Somogyvari <[email protected]>

Signed-off-by: Peter Somogyvari <[email protected]>
Signed-off-by: charelle.sandig <[email protected]>
  • Loading branch information
charellesandig authored and petermetz committed Jul 24, 2023
1 parent dc85c27 commit 9870a3a
Show file tree
Hide file tree
Showing 7 changed files with 725 additions and 117 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,7 @@
"@lerna-lite/run": "1.17.0",
"@openapitools/openapi-generator-cli": "2.4.14",
"@types/fs-extra": "9.0.12",
"@types/jasminewd2": "2.0.10",
"@types/jest": "27.5.0",
"@types/jest": "29.5.3",
"@types/node": "15.14.7",
"@types/node-fetch": "2.5.12",
"@types/tape": "4.13.2",
Expand Down Expand Up @@ -135,8 +134,8 @@
"grpc_tools_node_protoc_ts": "5.3.1",
"husky": "7.0.1",
"inquirer": "8.1.2",
"jest": "28.1.0",
"jest-extended": "2.0.0",
"jest": "29.6.1",
"jest-extended": "4.0.0",
"json5": "2.2.2",
"karma": "6.3.16",
"karma-chrome-launcher": "3.1.0",
Expand All @@ -163,7 +162,7 @@
"tap": "16.3.7",
"tape": "5.6.3",
"tape-promise": "4.0.0",
"ts-jest": "28.0.2",
"ts-jest": "29.1.1",
"ts-loader": "9.2.5",
"ts-node": "10.9.1",
"typescript": "4.9.5",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"@types/jsonwebtoken": "9.0.2",
"@types/node": "14.17.32",
"@types/sanitize-html": "2.6.2",
"jest-extended": "0.11.5",
"jest-extended": "4.0.0",
"uuid": "8.3.2"
},
"engines": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"body-parser": "1.19.0",
"express": "4.17.3",
"jest": "28.1.0",
"jest-extended": "2.0.0",
"jest-extended": "4.0.0",
"socket.io": "4.5.4",
"uuid": "8.3.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/cactus-plugin-persistence-ethereum/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"@types/express": "4.17.13",
"@types/pg": "8.6.5",
"@types/sanitize-html": "2.9.0",
"jest-extended": "2.0.0",
"jest-extended": "4.0.0",
"rxjs": "7.8.1",
"web3": "1.6.1",
"web3-core": "1.6.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/cactus-test-tooling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"is-port-reachable": "3.0.0",
"joi": "17.9.1",
"js-yaml": "4.1.0",
"keycloak-admin": "1.14.21",
"keycloak-admin": "1.14.22",
"lodash": "4.17.21",
"node-forge": "1.3.0",
"node-ssh": "12.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cactus-verifier-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@hyperledger/cactus-plugin-ledger-connector-iroha": "2.0.0-alpha.1",
"@hyperledger/cactus-plugin-ledger-connector-iroha2": "2.0.0-alpha.1",
"@hyperledger/cactus-plugin-ledger-connector-quorum": "2.0.0-alpha.1",
"jest-extended": "0.11.5",
"jest-extended": "4.0.0",
"rxjs": "7.8.1"
}
}
Loading

0 comments on commit 9870a3a

Please sign in to comment.