From 8aa9805cb78be5004d9a2fb29903776bc3293af0 Mon Sep 17 00:00:00 2001 From: David Thornley Date: Fri, 21 Jun 2024 11:48:30 +0200 Subject: [PATCH] Support node-22 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4aef4f8..af3a26d 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "description": "An async libmagic binding for node.js for detecting content types by data inspection", "main": "./lib/index", "dependencies": { - "nan": "^2.17.0" + "nan": "^2.20.0" }, "scripts": { "install": "node-gyp rebuild",