mirror of
https://github.com/gchq/CyberChef.git
synced 2025-06-21 13:40:34 -04:00
Merge 462cda7f2e
into c57556f49f
This commit is contained in:
commit
5361cf590f
6 changed files with 157 additions and 0 deletions
15
package-lock.json
generated
15
package-lock.json
generated
|
@ -13,6 +13,7 @@
|
|||
"@astronautlabs/amf": "^0.0.6",
|
||||
"@babel/polyfill": "^7.12.1",
|
||||
"@blu3r4y/lzma": "^2.3.3",
|
||||
"@dnspect/dns-ts": "^0.3.0",
|
||||
"@wavesenterprise/crypto-gost-js": "^2.1.0-RC1",
|
||||
"@xmldom/xmldom": "^0.8.10",
|
||||
"argon2-browser": "^1.18.0",
|
||||
|
@ -2627,6 +2628,20 @@
|
|||
"node": ">=10.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@dnspect/dns-ts": {
|
||||
"version": "0.3.0",
|
||||
"resolved": "https://registry.npmjs.org/@dnspect/dns-ts/-/dns-ts-0.3.0.tgz",
|
||||
"integrity": "sha512-XbzLcKSlsBRxg1U4xaKf0fGJS66hxu1LGPHs0UHWCI92BifTZsr2KaRouBcusil0VJ4ESgoR+HLU7tG4HrpFjA==",
|
||||
"dependencies": {
|
||||
"@dnspect/ip-address-ts": "0.2.1",
|
||||
"base64-js": "1"
|
||||
}
|
||||
},
|
||||
"node_modules/@dnspect/ip-address-ts": {
|
||||
"version": "0.2.1",
|
||||
"resolved": "https://registry.npmjs.org/@dnspect/ip-address-ts/-/ip-address-ts-0.2.1.tgz",
|
||||
"integrity": "sha512-iJsRv0nychs5GQM7K9woY5iZp4i8We3a7KG3t77QnV2DSvGiwERZQliR4oBqMb6RjHBPckX60p1ONCcXHVrXTw=="
|
||||
},
|
||||
"node_modules/@es-joy/jsdoccomment": {
|
||||
"version": "0.46.0",
|
||||
"resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.46.0.tgz",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue