From 550e2c968892eb44ede160b4e323d7c117948751 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 22:01:05 +0000 Subject: [PATCH] fix: threadsafe-async-iterator/node-addon-api/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- threadsafe-async-iterator/node-addon-api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/threadsafe-async-iterator/node-addon-api/package.json b/threadsafe-async-iterator/node-addon-api/package.json index 4822ae50..cfc24b30 100644 --- a/threadsafe-async-iterator/node-addon-api/package.json +++ b/threadsafe-async-iterator/node-addon-api/package.json @@ -6,7 +6,7 @@ "private": true, "dependencies": { "bindings": "^1.5.0", - "cmake-js": "^6.3.0", + "cmake-js": "^7.0.0", "node-addon-api": "^5.0.0" }, "scripts": {