Add missing tweetnacl dependency

This commit is contained in:
Samuel Elliott 2025-09-08 01:45:18 +01:00
parent 8e1f9bde1b
commit 8b9b0cbe80
No known key found for this signature in database
GPG Key ID: 8420C7CDE43DC4D6
2 changed files with 2 additions and 0 deletions

1
package-lock.json generated
View File

@ -27,6 +27,7 @@
"supports-color": "^9.4.0",
"tar": "^7.4.3",
"tslib": "^2.6.2",
"tweetnacl": "^1.0.3",
"undici": "^6.15.0",
"yargs": "^17.7.2"
},

View File

@ -54,6 +54,7 @@
"supports-color": "^9.4.0",
"tar": "^7.4.3",
"tslib": "^2.6.2",
"tweetnacl": "^1.0.3",
"undici": "^6.15.0",
"yargs": "^17.7.2"
},