Skip to content

Commit

Permalink
Merge pull request #145 from microsoft/beejones/dependabot-fixes
Browse files Browse the repository at this point in the history
npm and pip packages update
  • Loading branch information
beejones authored Oct 8, 2024
2 parents 8f2fa63 + 5d95e74 commit 945c5ea
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 20 deletions.
33 changes: 18 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,46 +3,49 @@
"scripts": {
"build": "rm -rf ./dist/ && rollup --config && cp app.json dist/ && node build_bundle.js dist/",
"bundle": "node build_bundle.js dist",
"build-proto": "buf generate src/endpoints/proto",
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
"e2e-test": "node --trace-deprecation --loader ./loader-register.js ./test/e2e-test/src/index.ts"
"e2e-test": "node --import 'data:text/javascript,import { register } from \"node:module\"; import { pathToFileURL } from \"node:url\"; register(\"./loader-register.js\", pathToFileURL(\"./\"));' ./test/e2e-test/src/index.ts"
},
"type": "module",
"engines": {
"node": ">=16"
},
"dependencies": {
"@bufbuild/protobuf": "1.10.0",
"@microsoft/ccf-app": "5.0.4",
"@bufbuild/buf":"1.28.1",
"@bufbuild/protobuf": "1.5.0",
"@bufbuild/protoc-gen-es":"1.5.0",
"@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": "26.0.1",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-typescript": "11.1.6",
"@rollup/plugin-commonjs": "28.0.0",
"@rollup/plugin-node-resolve": "15.3.0",
"@rollup/plugin-typescript": "12.1.0",
"@types/jasmine": "5.1.4",
"@types/jest": "29.5.12",
"@types/node": "22.5.3",
"@types/jest": "29.5.13",
"@types/node": "22.7.4",
"axios": "1.7.7",
"babel-jest": "29.7.0",
"express": "4.19.2",
"express": "4.21.0",
"inquirer": "9.1.4",
"jest": "29.7.0",
"js-crypto-key-utils": "1.0.7",
"js-crypto-rsa": "1.0.7",
"jsonwebtoken": "9.0.2",
"node-fetch": "3.3.2",
"rollup": "4.21.2",
"rollup": "4.24.0",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"tslib": "2.7.0",
"typescript": "5.5.4",
"typescript": "5.6.2",
"uglify-js": "3.19.3"
},
"jest": {
Expand Down
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
ccf==5.0.4
ccf==5.0.6
cryptography==43.0.1
detect-secrets==1.5.0
docker==7.1.0
GitPython==3.1.43
httpx==0.23.3
httpx==0.27.2
jinja2==3.1.4
matplotlib==3.7.5
pandas==2.0.3
paramiko==3.4.1
pyasn1==0.6.0
PyJWT==2.8.0
paramiko==3.5.0
pyasn1==0.6.1
PyJWT==2.9.0
pre-commit==3.5.0
setuptools==72.0.0

0 comments on commit 945c5ea

Please sign in to comment.