From d76527e3421e3d3908104c1f872535f8d6c94661 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 6 Oct 2022 17:28:16 +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 | 10 +++++----- missing-name/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/missing-name/package-lock.json b/missing-name/package-lock.json index 6ed8f9ba3..387d18f03 100644 --- a/missing-name/package-lock.json +++ b/missing-name/package-lock.json @@ -14,14 +14,14 @@ "ms": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" }, "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" } }