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 #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 Aug 17, 2023
1 parent ca1b3be commit 3e26111
Show file tree
Hide file tree
Showing 7 changed files with 631 additions and 130 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"@lerna-lite/run": "1.17.0",
"@openapitools/openapi-generator-cli": "2.4.14",
"@types/fs-extra": "9.0.12",
"@types/jest": "28.1.1",
"@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 @@ -134,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",
"license-report": "6.4.0",
"lint-staged": "11.1.2",
Expand All @@ -157,7 +157,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 @@ -70,7 +70,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": "13.1.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 3e26111

Please sign in to comment.