From 19c6421f8e605c8d9be0a3e1cfe0d15498daadee Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 17 Nov 2020 08:07:05 +0000 Subject: [PATCH] chore(deps): bump log from 1.4.0 to 6.0.0 Bumps [log](https://github.com/medikoo/log) from 1.4.0 to 6.0.0. - [Release notes](https://github.com/medikoo/log/releases) - [Changelog](https://github.com/medikoo/log/blob/master/CHANGELOG.md) - [Commits](https://github.com/medikoo/log/commits/v6.0.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 37 ++++++++++++++++++++++++++++++++++--- package.json | 2 +- 2 files changed, 35 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 68d8ed7..083cf5a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4782,6 +4782,15 @@ "integrity": "sha1-7gHdHKwO08vH/b6jfcCo8c4ALOI=", "dev": true }, + "duration": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/duration/-/duration-0.2.2.tgz", + "integrity": "sha512-06kgtea+bGreF5eKYgI/36A6pLXggY7oR4p1pq4SmdFBn1ReOL5D8RhG64VrqfTTKNucqqtBAwEj8aB88mcqrg==", + "requires": { + "d": "1", + "es5-ext": "~0.10.46" + } + }, "ecc-jsbn": { "version": "0.1.2", "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz", @@ -8193,6 +8202,12 @@ "resolved": "https://registry.npmjs.org/coffee-script/-/coffee-script-1.6.3.tgz", "integrity": "sha1-Y1XTLPGwTN/2tITl5xF4Ky8MOb4=", "dev": true + }, + "log": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/log/-/log-1.4.0.tgz", + "integrity": "sha1-S6HYkP3iSbAx3KA7w36q8yVlbxw=", + "dev": true } } }, @@ -9409,9 +9424,17 @@ "dev": true }, "log": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/log/-/log-1.4.0.tgz", - "integrity": "sha1-S6HYkP3iSbAx3KA7w36q8yVlbxw=" + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/log/-/log-6.0.0.tgz", + "integrity": "sha512-sxChESNYJ/EcQv8C7xpmxhtTOngoXuMEqGDAkhXBEmt3MAzM3SM/TmIBOqnMEVdrOv1+VgZoYbo6U2GemQiU4g==", + "requires": { + "d": "^1.0.0", + "duration": "^0.2.2", + "es5-ext": "^0.10.49", + "event-emitter": "^0.3.5", + "sprintf-kit": "^2.0.0", + "type": "^1.0.1" + } }, "log-driver": { "version": "1.2.7", @@ -17196,6 +17219,14 @@ "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=", "dev": true }, + "sprintf-kit": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/sprintf-kit/-/sprintf-kit-2.0.0.tgz", + "integrity": "sha512-/0d2YTn8ZFVpIPAU230S9ZLF8WDkSSRWvh/UOLM7zzvkCchum1TtouRgyV8OfgOaYilSGU4lSSqzwBXJVlAwUw==", + "requires": { + "es5-ext": "^0.10.46" + } + }, "sshpk": { "version": "1.16.1", "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.16.1.tgz", diff --git a/package.json b/package.json index 8066a0f..d8434f0 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "dependencies": { "backoff": "2.5.0", "html-entities": "1.2.1", - "log": "1.4.0", + "log": "6.0.0", "memoizee": "0.4.14", "request": "2.88.2" },