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" } }