Skip to content

Commit db3dc0e

Browse files
vveerrggclaude
andcommitted
chore(deps): update dependencies to latest
- eslint 10.0.2 → 10.0.3 - @types/node ^20 → ^22 - nostr-crypto-utils ^0.6.0 → ^0.7.0 - Bump to 0.2.1 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 759c4cf commit db3dc0e

2 files changed

Lines changed: 41 additions & 41 deletions

File tree

package-lock.json

Lines changed: 37 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nostr-biometric-auth-utils",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"type": "module",
55
"description": "A utility library for biometric authentication in Nostr applications using WebAuthn.",
66
"main": "dist/index.js",
@@ -54,15 +54,15 @@
5454
"@scure/base": "^2.0.0",
5555
"@simplewebauthn/browser": "^13.2.2",
5656
"@simplewebauthn/server": "^13.2.3",
57-
"nostr-crypto-utils": "^0.6.0"
57+
"nostr-crypto-utils": "^0.7.0"
5858
},
5959
"devDependencies": {
6060
"@eslint/js": "^10.0.1",
61-
"@types/node": "^20.19.33",
61+
"@types/node": "^22.19.15",
6262
"@typescript-eslint/eslint-plugin": "^8.56.0",
6363
"@typescript-eslint/parser": "^8.56.0",
6464
"@vitest/coverage-v8": "^4.0.18",
65-
"eslint": "^10.0.0",
65+
"eslint": "^10.0.3",
6666
"prettier": "^3.8.1",
6767
"typescript": "^5.9.3",
6868
"vitest": "^4.0.18"

0 commit comments

Comments
 (0)