From db322a8c61eb1290f62691112cf69eeb44ec719d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 Jul 2025 17:45:49 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4b26ac0..4a047dc 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "license": "MIT", "dependencies": { "material-design-lite": "1.1.x", - "nib": "1.1.x", + "nib": "1.2.0", "rx": "4.0.x", "rx-angular": "1.1.x", "stylus-loader": "2.0.0",