Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwgillespie committed Sep 30, 2024
1 parent 5a4c375 commit 6a71b69
Show file tree
Hide file tree
Showing 7 changed files with 1,495 additions and 1,476 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,11 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: pnpm/action-setup@v2
with:
version: 8.x.x
- uses: pnpm/action-setup@v4

- uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '20'
cache: pnpm

- run: pnpm install --frozen-lockfile
Expand Down
43 changes: 22 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"homepage": "https://github.com/depot/node-spiffe",
"author": "Jacob Gillespie <[email protected]>",
"license": "MIT",
"packageManager": "[email protected]",
"main": "./dist/index.js",
"module": "./dist/index.js",
"exports": {
Expand All @@ -32,29 +33,29 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"@grpc/grpc-js": "^1.9.11",
"@peculiar/webcrypto": "^1.4.3",
"@peculiar/x509": "^1.9.5",
"@protobuf-ts/grpc-transport": "^2.9.1",
"@protobuf-ts/runtime": "^2.9.1",
"@protobuf-ts/runtime-rpc": "^2.9.1",
"protobufjs": "^7.2.5"
"@grpc/grpc-js": "^1.11.3",
"@peculiar/webcrypto": "^1.5.0",
"@peculiar/x509": "^1.12.2",
"@protobuf-ts/grpc-transport": "^2.9.4",
"@protobuf-ts/runtime": "^2.9.4",
"@protobuf-ts/runtime-rpc": "^2.9.4",
"protobufjs": "^7.4.0"
},
"devDependencies": {
"@bufbuild/protobuf": "^1.4.2",
"@bufbuild/protoc-gen-es": "^1.4.2",
"@connectrpc/connect": "^1.1.3",
"@connectrpc/connect-node": "^1.1.3",
"@connectrpc/protoc-gen-connect-es": "^1.1.3",
"@protobuf-ts/plugin": "^2.9.1",
"@tsconfig/node16": "^16.1.1",
"@types/node": "^20.10.0",
"prettier": "^3.1.0",
"prettier-plugin-organize-imports": "^3.2.4",
"prettier-plugin-pkg": "^0.18.0",
"tsup": "^8.0.1",
"tsx": "^4.5.0",
"typescript": "^5.3.2"
"@bufbuild/protobuf": "1.10.0",
"@bufbuild/protoc-gen-es": "1.10.0",
"@connectrpc/connect": "^1.5.0",
"@connectrpc/connect-node": "^1.5.0",
"@connectrpc/protoc-gen-connect-es": "^1.5.0",
"@protobuf-ts/plugin": "^2.9.4",
"@tsconfig/node18": "^18.2.4",
"@types/node": "^22.7.4",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-pkg": "^0.18.1",
"tsup": "^8.3.0",
"tsx": "^4.19.1",
"typescript": "^5.6.2"
},
"sideEffects": false,
"prettier": {
Expand Down
Loading

0 comments on commit 6a71b69

Please sign in to comment.