update deps

This commit is contained in:
nganhkhoa 2025-04-03 01:01:36 -05:00
parent 4efdae3a4f
commit 2871396900
3 changed files with 93 additions and 5 deletions

View File

@ -247,9 +247,10 @@ publications =
[ text "Live Memory Forensics on Virtual Memory."
, label [ class "sidenote-number" ] []
, span [ class "sidenote" ] [ text "Nguyen, K.A., Vo-Van, TD., Nguyen, AQ., Nguyen-Le, T., Le, DT., Nguyen-An, K. (2024). Live Memory Forensics on Virtual Memory. In: Dang, T.K., Küng, J., Chung, T.M. (eds) Future Data and Security Engineering. Big Data, Security and Privacy, Smart City and Industry 4.0 Applications. FDSE 2024. Communications in Computer and Information Science, vol 2310. Springer, Singapore. https://doi.org/10.1007/978-981-96-0437-1_3" ]
, text "Anh Khoa Nguyen, Dung Vo Van Tien, Khuong Nguyen-An."
, text "Nguyen, K.A., Vo-Van, TD., Nguyen, AQ., Nguyen-Le, T., Le, DT., Nguyen-An, K. (2024)."
, br [] []
, quicklinks "live-memory-forensics" "[FDSE2024]"
, quicklinks "live-memory-forensics" "[pdf]"
, quicklinks "live-memory-forensics-fdse" "[FDSE2024]"
]
, withSpacing (p [])
[ text "New Key Extraction Attackson Threshold ECDSA Implementations."
@ -473,5 +474,8 @@ quicklinks link title =
"live-memory-forensics" ->
linkexternal "/papers/live-memory-forensics.pdf"
"live-memory-forensics-fdse" ->
linkexternal "https://doi.org/10.1007/978-981-96-0437-1_3"
_ ->
linkexternal link

85
package-lock.json generated
View File

@ -7,7 +7,8 @@
"name": "elm-pages-app",
"hasInstallScript": true,
"dependencies": {
"@netlify/functions": "^1.4.0"
"@netlify/functions": "^1.4.0",
"elm-format": "^0.8.7"
},
"devDependencies": {
"elm-codegen": "^0.3.0",
@ -33,6 +34,71 @@
"node": ">=6.0.0"
}
},
"node_modules/@avh4/elm-format-darwin-arm64": {
"version": "0.8.7-2",
"resolved": "https://registry.npmjs.org/@avh4/elm-format-darwin-arm64/-/elm-format-darwin-arm64-0.8.7-2.tgz",
"integrity": "sha512-F5JD44mJ3KX960J5GkXMfh1/dtkXuPcQpX2EToHQKjLTZUfnhZ++ytQQt0gAvrJ0bzoOvhNzjNjUHDA1ruTVbg==",
"cpu": [
"arm64"
],
"license": "BSD-3-Clause",
"optional": true,
"os": [
"darwin"
]
},
"node_modules/@avh4/elm-format-darwin-x64": {
"version": "0.8.7-2",
"resolved": "https://registry.npmjs.org/@avh4/elm-format-darwin-x64/-/elm-format-darwin-x64-0.8.7-2.tgz",
"integrity": "sha512-4pfF1cl0KyTion+7Mg4XKM3yi4Yc7vP76Kt/DotLVGJOSag4ISGic1og2mt8RZZ7XArybBmHNyYkiUbe/cEiCw==",
"cpu": [
"x64"
],
"license": "BSD-3-Clause",
"optional": true,
"os": [
"darwin"
]
},
"node_modules/@avh4/elm-format-linux-arm64": {
"version": "0.8.7-2",
"resolved": "https://registry.npmjs.org/@avh4/elm-format-linux-arm64/-/elm-format-linux-arm64-0.8.7-2.tgz",
"integrity": "sha512-WkVmuce2zU6s9dupHhqPc886Vaqpea8dZlxv2fpZ4wSzPUbiiKHoHZzoVndMIMTUL0TZukP3Ps0n/lWO5R5+FA==",
"cpu": [
"arm64"
],
"license": "BSD-3-Clause",
"optional": true,
"os": [
"linux"
]
},
"node_modules/@avh4/elm-format-linux-x64": {
"version": "0.8.7-2",
"resolved": "https://registry.npmjs.org/@avh4/elm-format-linux-x64/-/elm-format-linux-x64-0.8.7-2.tgz",
"integrity": "sha512-kmncfJrTBjVT94JtQvMf4M5Pn2Yl0sZt3wo7AzgFiDnB/CiZ+KjJyXuWM64NeGiv4MQqzPq65tsFXUH1CIJeiQ==",
"cpu": [
"x64"
],
"license": "BSD-3-Clause",
"optional": true,
"os": [
"linux"
]
},
"node_modules/@avh4/elm-format-win32-x64": {
"version": "0.8.7-2",
"resolved": "https://registry.npmjs.org/@avh4/elm-format-win32-x64/-/elm-format-win32-x64-0.8.7-2.tgz",
"integrity": "sha512-sBdMBGq/8mD8Y5C+fIr5vlb3N50yB7S1MfgeAq2QEbvkr/sKrCZI540i43lZDH9gWsfA1w2W8wCe0penFYzsGw==",
"cpu": [
"x64"
],
"license": "BSD-3-Clause",
"optional": true,
"os": [
"win32"
]
},
"node_modules/@babel/code-frame": {
"version": "7.26.2",
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.26.2.tgz",
@ -4222,6 +4288,23 @@
"node": ">=14.14"
}
},
"node_modules/elm-format": {
"version": "0.8.7",
"resolved": "https://registry.npmjs.org/elm-format/-/elm-format-0.8.7.tgz",
"integrity": "sha512-sVzFXfWnb+6rzXK+q3e3Ccgr6/uS5mFbFk1VSmigC+x2XZ28QycAa7lS8owl009ALPhRQk+pZ95Eq5ANjpEZsQ==",
"hasInstallScript": true,
"license": "BSD-3-Clause",
"bin": {
"elm-format": "bin/elm-format"
},
"optionalDependencies": {
"@avh4/elm-format-darwin-arm64": "0.8.7-2",
"@avh4/elm-format-darwin-x64": "0.8.7-2",
"@avh4/elm-format-linux-arm64": "0.8.7-2",
"@avh4/elm-format-linux-x64": "0.8.7-2",
"@avh4/elm-format-win32-x64": "0.8.7-2"
}
},
"node_modules/elm-hot": {
"version": "1.1.6",
"resolved": "https://registry.npmjs.org/elm-hot/-/elm-hot-1.1.6.tgz",

View File

@ -5,7 +5,7 @@
"postinstall": "elm-tooling install",
"start": "elm-pages dev --port 8080",
"build": "elm-pages build",
"publish": "npm run build && scp -r dist/* nganhkhoa@nganhkhoa.com:~/website/"
"publish": "scp -r dist/* nganhkhoa@nganhkhoa.com:~/website/"
},
"devDependencies": {
"elm-codegen": "^0.3.0",
@ -16,6 +16,7 @@
"vite": "^4.3.5"
},
"dependencies": {
"@netlify/functions": "^1.4.0"
"@netlify/functions": "^1.4.0",
"elm-format": "^0.8.7"
}
}