From 5ff84400652ac457af7fc09d2ee1f284bc46f93e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 24 Jun 2020 22:57:05 +0000 Subject: [PATCH] fix: package.json & package-lock.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BUNYAN-573166 --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index c49b2b6..bf73c5e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -155,14 +155,14 @@ } }, "bunyan": { - "version": "1.8.10", - "resolved": "https://registry.npmjs.org/bunyan/-/bunyan-1.8.10.tgz", - "integrity": "sha1-IB/t0mxwgLYy9BYHL1OpC5pSmBw=", - "requires": { - "dtrace-provider": "0.8.3", - "moment": "2.18.1", - "mv": "2.1.1", - "safe-json-stringify": "1.0.4" + "version": "1.8.13", + "resolved": "https://registry.npmjs.org/bunyan/-/bunyan-1.8.13.tgz", + "integrity": "sha512-4zO4iMxZeCpf+95ERsr83nwQr11o1KY2FLhX4wZ6kPXieIVYL3k9eX+N6vbHhFEK5h5O/qCQpfXt7N9VBAIvCA==", + "requires": { + "dtrace-provider": "~0.8", + "moment": "^2.10.6", + "mv": "~2", + "safe-json-stringify": "~1" } }, "bunyan-format": { diff --git a/package.json b/package.json index 7a370d6..b802a2d 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "homepage": "https://github.com/automaid/generic-gpio-service#readme", "dependencies": { "@automaid/url-executor": "^1.0.0", - "bunyan": "^1.8.10", + "bunyan": "^1.8.13", "bunyan-format": "^0.2.1", "js-yaml": "^3.9.0", "lodash.debounce": "^4.0.8",