Skip to content

Commit

Permalink
fix npm packages
Browse files Browse the repository at this point in the history
  • Loading branch information
beejones committed Oct 8, 2024
1 parent 7f2d5f0 commit 5d95e74
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@
"@bufbuild/buf":"1.28.1",
"@bufbuild/protobuf": "1.5.0",
"@bufbuild/protoc-gen-es":"1.5.0",
"@microsoft/ccf-app": "5.0.4",
"@microsoft/ccf-app": "5.0.6",
"js-base64": "3.7.7",
"node-forge": "1.3.1",
"npm": "10.8.3",
"npm": "10.9.0",
"pem-jwk": "2.0.0"
},
"devDependencies": {
"@babel/core": "7.25.2",
"@babel/preset-env": "7.25.4",
"@babel/preset-typescript": "7.24.7",
"@babel/core": "7.25.7",
"@babel/preset-env": "7.25.7",
"@babel/preset-typescript": "7.25.7",
"@jest/globals": "29.7.0",
"@rollup/plugin-commonjs": "28.0.0",
"@rollup/plugin-node-resolve": "15.3.0",
Expand All @@ -41,7 +41,7 @@
"js-crypto-rsa": "1.0.7",
"jsonwebtoken": "9.0.2",
"node-fetch": "3.3.2",
"rollup": "4.22.5",
"rollup": "4.24.0",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"tslib": "2.7.0",
Expand Down

0 comments on commit 5d95e74

Please sign in to comment.