From 7187f9c392f1d87740b515cfc80ccf84f740f6a6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 7 Feb 2026 04:02:02 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230 - https://snyk.io/vuln/SNYK-JS-GLOB-14040952 - https://snyk.io/vuln/SNYK-JS-BRACEEXPANSION-9789073 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 79f8adb5d..82b3f763c 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ }, "homepage": "https://github.com/PECE-project/drupal-pece#readme", "dependencies": { - "node-gyp": "^10.0.1", + "node-gyp": "^12.0.0", "sass": "^1.69.5" } }