From 80fb572424060bab9f97fb0b71bd0cd2efb17cf8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 24 Nov 2021 08:39:10 +0000 Subject: [PATCH] fix: upgrade verror from 1.10.0 to 1.10.1 Snyk has created this PR to upgrade verror from 1.10.0 to 1.10.1. See this package in npm: https://www.npmjs.com/package/verror See this project in Snyk: https://app.snyk.io/org/duccio/project/6755efe7-1b33-4a81-8553-05ab91c5abfd?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 23 +++++++++++++++++------ package.json | 2 +- 2 files changed, 18 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4a524b4..c83d12f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2801,9 +2801,9 @@ } }, "extsprintf": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.4.0.tgz", - "integrity": "sha1-4mifjzVvrWLMplo6kcXfX5VRaS8=" + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.4.1.tgz", + "integrity": "sha512-Wrk35e8ydCKDj/ArClo1VrPVmN8zph5V4AtHwIuHhvMXsKf73UT3BOD+azBIW+3wOJ4FhEH7zyaJCFvChjYvMA==" }, "fast-deep-equal": { "version": "3.1.3", @@ -5090,6 +5090,17 @@ "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz", "integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=", "dev": true + }, + "verror": { + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz", + "integrity": "sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=", + "dev": true, + "requires": { + "assert-plus": "^1.0.0", + "core-util-is": "1.0.2", + "extsprintf": "^1.2.0" + } } } }, @@ -7442,9 +7453,9 @@ } }, "verror": { - "version": "1.10.0", - "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz", - "integrity": "sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=", + "version": "1.10.1", + "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.1.tgz", + "integrity": "sha512-veufcmxri4e3XSrT0xwfUR7kguIkaxBeosDg00yDWhk49wdwkSUrvvsm7nc75e1PUyvIeZj6nS8VQRYz2/S4Xg==", "requires": { "assert-plus": "^1.0.0", "core-util-is": "1.0.2", diff --git a/package.json b/package.json index 2800a5a..b680824 100644 --- a/package.json +++ b/package.json @@ -67,6 +67,6 @@ "dependencies": { "logform": "^2.2.0", "triple-beam": "^1.3.0", - "verror": "^1.10.0" + "verror": "^1.10.1" } }