From 5d95e743943f65818fb5fa42db2a3bacc3d83061 Mon Sep 17 00:00:00 2001 From: beejones Date: Tue, 8 Oct 2024 10:35:38 +0000 Subject: [PATCH] fix npm packages --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 063df74a..b2694f34 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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",