Skip to content

Commit

Permalink
Update minimum version of jsrasign used in samples (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
achamayou committed Jan 19, 2024
1 parent 08fe4b1 commit a251b71
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions auditable-logging-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@microsoft/ccf-app": "^4.0.0",
"js-base64": "^3.5.2",
"jsrsasign": "^10.0.4",
"jsrsasign": "^11.0.0",
"jsrsasign-util": "^1.0.2",
"jwt-decode": "^3.0.0",
"lodash-es": "^4.17.15",
Expand All @@ -22,7 +22,7 @@
"@rollup/plugin-commonjs": "^17.1.0",
"@rollup/plugin-node-resolve": "^11.2.0",
"@rollup/plugin-typescript": "^8.2.0",
"@types/jsrsasign": "^8.0.7",
"@types/jsrsasign": "^10.5.12",
"@types/lodash-es": "^4.17.3",
"del-cli": "^3.0.1",
"http-server": "^0.13.0",
Expand Down
4 changes: 2 additions & 2 deletions banking-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@microsoft/ccf-app": "^4.0.12",
"js-base64": "^3.5.2",
"jsrsasign": "^10.0.4",
"jsrsasign": "^11.0.0",
"jsrsasign-util": "^1.0.2",
"jwt-decode": "^3.0.0",
"lodash-es": "^4.17.15",
Expand All @@ -22,7 +22,7 @@
"@rollup/plugin-commonjs": "^17.1.0",
"@rollup/plugin-node-resolve": "^11.2.0",
"@rollup/plugin-typescript": "^8.2.0",
"@types/jsrsasign": "^8.0.7",
"@types/jsrsasign": "^10.5.12",
"@types/lodash-es": "^4.17.3",
"del-cli": "^3.0.1",
"http-server": "^0.13.0",
Expand Down
4 changes: 2 additions & 2 deletions data-reconciliation-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"inquirer": "9.1.4",
"js-base64": "^3.5.2",
"jsonwebtoken": "^9.0.0",
"jsrsasign": "^10.0.4",
"jsrsasign": "^11.0.0",
"jsrsasign-util": "^1.0.2",
"jwt-decode": "^3.0.0",
"lodash-es": "^4.17.15",
Expand All @@ -37,7 +37,7 @@
"@types/inquirer": "^9.0.3",
"@types/jasmine": "^4.3.0",
"@types/jest": "^29.2.4",
"@types/jsrsasign": "^8.0.7",
"@types/jsrsasign": "^10.5.12",
"@types/lodash-es": "^4.17.3",
"@types/mocha": "^10.0.0",
"@types/node": "^18.11.9",
Expand Down
4 changes: 2 additions & 2 deletions decentralize-rbac-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"inquirer": "9.1.4",
"js-base64": "^3.5.2",
"jsonwebtoken": "^9.0.0",
"jsrsasign": "^10.0.4",
"jsrsasign": "^11.0.0",
"jsrsasign-util": "^1.0.2",
"jwt-decode": "^3.0.0",
"lodash-es": "^4.17.15",
Expand All @@ -36,7 +36,7 @@
"@types/inquirer": "^9.0.3",
"@types/jasmine": "^4.3.0",
"@types/jest": "^29.2.4",
"@types/jsrsasign": "^8.0.7",
"@types/jsrsasign": "^10.5.12",
"@types/lodash-es": "^4.17.3",
"@types/mocha": "^10.0.0",
"@types/node": "^18.11.9",
Expand Down

0 comments on commit a251b71

Please sign in to comment.