Skip to content

Commit

Permalink
[v0.3] Bump dependencies (#812)
Browse files Browse the repository at this point in the history
  • Loading branch information
kigawas authored Nov 7, 2024
1 parent b1d26f2 commit 361b98b
Show file tree
Hide file tree
Showing 7 changed files with 223 additions and 323 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- uses: pnpm/action-setup@v4

- uses: actions/setup-node@v4
with:
node-version: 22
Expand All @@ -22,3 +20,4 @@ jobs:
- run: pnpm run build && npm publish --tag v0.3-latest
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_CONFIG_PROVENANCE: true
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ jobs:
node: [18, 20, 22]
steps:
- uses: actions/checkout@v4

- uses: pnpm/action-setup@v4

- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
Expand Down
15 changes: 7 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,16 @@
},
"version": "0.3.21",
"dependencies": {
"@types/secp256k1": "^4.0.6",
"futoin-hkdf": "^1.5.3",
"secp256k1": "^5.0.0"
"secp256k1": "^5.0.1"
},
"devDependencies": {
"@types/node": "^22.7.5",
"@vitest/coverage-v8": "2.1.2",
"ts-node": "^10.9.2",
"@types/secp256k1": "^4.0.6",
"@types/node": "^22.9.0",
"@vitest/coverage-v8": "^2.1.4",
"typescript": "^5.6.3",
"undici": "^6.20.0",
"vitest": "^2.1.2"
"undici": "^6.20.1",
"vitest": "^2.1.4"
},
"packageManager": "[email protected].1+sha512.e5a7e52a4183a02d5931057f7a0dbff9d5e9ce3161e33fa68ae392125b79282a8a8a470a51dfc8a0ed86221442eb2fb57019b0990ed24fab519bf0e1bc5ccfc4"
"packageManager": "[email protected].3+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee"
}
Loading

0 comments on commit 361b98b

Please sign in to comment.