From b4a0bcb3ba1cbef95a836d8a4dc2230b49589b6e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 14 Sep 2019 23:47:12 +0000 Subject: [PATCH] chore: upgrade util from 0.12.0 to 0.12.1 Snyk has created this PR to upgrade util from 0.12.0 to 0.12.1. See this package in NPM: https://www.npmjs.com/package/util See this project in Snyk: https://app.snyk.io/org/armand-janssen/project/7e551d24-20a1-40bf-b509-4f1b1f610e4e?utm_source=github&utm_medium=upgrade-pr --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 68dfa49..7c75cfa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6113,11 +6113,11 @@ "dev": true }, "util": { - "version": "0.12.0", - "resolved": "https://registry.npmjs.org/util/-/util-0.12.0.tgz", - "integrity": "sha512-pPSOFl7VLhZ7LO/SFABPraZEEurkJUWSMn3MuA/r3WQZc+Z1fqou2JqLSOZbCLl73EUIxuUVX8X4jkX2vfJeAA==", + "version": "0.12.1", + "resolved": "https://registry.npmjs.org/util/-/util-0.12.1.tgz", + "integrity": "sha512-MREAtYOp+GTt9/+kwf00IYoHZyjM8VU4aVrkzUlejyqaIjd2GztVl5V9hGXKlvBKE3gENn/FMfHE5v6hElXGcQ==", "requires": { - "inherits": "2.0.3", + "inherits": "^2.0.3", "is-arguments": "^1.0.4", "is-generator-function": "^1.0.7", "object.entries": "^1.1.0", diff --git a/package.json b/package.json index 35cc793..be65b36 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "commander": "^2.19.0", "nyc": "^14.1.1", "sinon": "^7.3.2", - "util": "^0.12.0", + "util": "^0.12.1", "yaml": "^1.3.2" }, "bin": {