This commit is contained in:
Kendall Goto 2025-05-16 11:18:15 -04:00 committed by GitHub
commit 2d8b327e03
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 294 additions and 1 deletions

14
package-lock.json generated
View file

@ -61,6 +61,8 @@
"jsonwebtoken": "8.5.1",
"jsqr": "^1.4.0",
"jsrsasign": "^11.1.0",
"kaitai-struct": "^0.11.0-SNAPSHOT.3",
"kaitai-struct-compiler": "^0.11.0-SNAPSHOT20250330.110510.aa10f07",
"kbpgp": "2.1.15",
"libbzip2-wasm": "0.0.4",
"libyara-wasm": "^1.2.1",
@ -12600,6 +12602,18 @@
"safe-buffer": "^5.0.1"
}
},
"node_modules/kaitai-struct": {
"version": "0.11.0-SNAPSHOT.3",
"resolved": "https://registry.npmjs.org/kaitai-struct/-/kaitai-struct-0.11.0-SNAPSHOT.3.tgz",
"integrity": "sha512-VyqB075FfON7M/ajgEhyTO49+fx40Sj2OaoUX02hISE7JrS8E8k94PubXtpg/E8PVaYcFrQXjtRc448mwgLMIQ==",
"license": "Apache-2.0"
},
"node_modules/kaitai-struct-compiler": {
"version": "0.11.0-SNAPSHOT20250330.110510.aa10f07",
"resolved": "https://registry.npmjs.org/kaitai-struct-compiler/-/kaitai-struct-compiler-0.11.0-SNAPSHOT20250330.110510.aa10f07.tgz",
"integrity": "sha512-/ab5yiAskn5fEskjlp/JIVSyalvueQL0OpIt9OIchTNMjWUiswtlArTszhhUdAEIM+J98c7jVq8DeM0e6A7tWg==",
"license": "GPL-3.0-or-later"
},
"node_modules/kbpgp": {
"version": "2.1.15",
"resolved": "https://registry.npmjs.org/kbpgp/-/kbpgp-2.1.15.tgz",