From 002e032275a66d71c574594c77ac96e6448e0aa4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Dec 2024 14:43:19 +0000 Subject: [PATCH] fix: missing-name/package.json & missing-name/package-lock.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-UNDEFSAFE-548940 --- missing-name/package-lock.json | 9 +++++---- missing-name/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/missing-name/package-lock.json b/missing-name/package-lock.json index 6ed8f9ba3..643b78b49 100644 --- a/missing-name/package-lock.json +++ b/missing-name/package-lock.json @@ -1,4 +1,5 @@ { + "name": "npm-proj-1733755396482-0.7230548132035697zffnvi", "version": "0.0.1", "lockfileVersion": 1, "requires": true, @@ -17,11 +18,11 @@ "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" }, "undefsafe": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/undefsafe/-/undefsafe-1.3.1.tgz", - "integrity": "sha1-FohTEw4V1XpYQqKUvQ8gPx3XNKw=", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/undefsafe/-/undefsafe-2.0.3.tgz", + "integrity": "sha512-nrXZwwXrD/T/JXeygJqdCO6NZZ1L66HrxM/Z7mIq2oPanoN0F1nLx3lwJMu6AwJY69hdixaFQOuoYsMjE5/C2A==", "requires": { - "debug": "2.6.9" + "debug": "^2.2.0" } } } diff --git a/missing-name/package.json b/missing-name/package.json index 029aa4877..ad6c75e7e 100644 --- a/missing-name/package.json +++ b/missing-name/package.json @@ -1,6 +1,6 @@ { "version": "0.0.1", "dependencies": { - "undefsafe": "^1.0.0" + "undefsafe": "^2.0.3" } }