From b536e228fb0e4d777d737180cff7d6ade39d52af Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 22 Jan 2021 19:43:46 +0000 Subject: [PATCH] fix: bump buntstift from 4.0.18 to 4.0.19 Bumps [buntstift](https://github.com/thenativeweb/buntstift) from 4.0.18 to 4.0.19. - [Release notes](https://github.com/thenativeweb/buntstift/releases) - [Changelog](https://github.com/thenativeweb/buntstift/blob/master/CHANGELOG.md) - [Commits](https://github.com/thenativeweb/buntstift/compare/4.0.18...4.0.19) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6706f6db..4751709a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1057,15 +1057,15 @@ "integrity": "sha512-k0KL0aWZuBt2lrxrcASWDfwOLMnodeQjodT/1SxEQAXsHANgo6ZC/VEaSEHCXt7aSTZ4/4H5LKa+tBXmW7Vtvw==" }, "buntstift": { - "version": "4.0.18", - "resolved": "https://registry.npmjs.org/buntstift/-/buntstift-4.0.18.tgz", - "integrity": "sha512-deRnaow7zv7icHUYIZtzNKIdqd8S7DSfdvWsGksCHh/tCjHto4E+lJQk8mz/1u4n5RTZ1fPde8L/XDy3CEcmDA==", + "version": "4.0.19", + "resolved": "https://registry.npmjs.org/buntstift/-/buntstift-4.0.19.tgz", + "integrity": "sha512-cYd3gSKXqAtshU9GSkL8fVBjd/5QdKWbqZ+ad+ojlsc+OqRYR9Xz333ozUw2LdB4vqX6kV2bPpS/9BQVuXbUTQ==", "requires": { "@types/inquirer": "7.3.1", "chalk": "4.1.0", "humanize-string": "2.1.0", "inquirer": "7.3.3", - "ora": "5.2.0" + "ora": "5.3.0" } }, "call-bind": { @@ -7293,9 +7293,9 @@ } }, "ora": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ora/-/ora-5.2.0.tgz", - "integrity": "sha512-+wG2v8TUU8EgzPHun1k/n45pXquQ9fHnbXVetl9rRgO6kjZszGGbraF3XPTIdgeA+s1lbRjSEftAnyT0w8ZMvQ==", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/ora/-/ora-5.3.0.tgz", + "integrity": "sha512-zAKMgGXUim0Jyd6CXK9lraBnD3H5yPGBPPOkC23a2BG6hsm4Zu6OQSjQuEtV0BHDf4aKHcUFvJiGRrFuW3MG8g==", "requires": { "bl": "^4.0.3", "chalk": "^4.1.0", diff --git a/package.json b/package.json index 3fa8baf8..e3b39b3a 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@types/mocha": "8.2.0", "async-af": "7.0.39", "axios": "0.21.1", - "buntstift": "4.0.18", + "buntstift": "4.0.19", "command-line-args": "5.1.1", "command-line-commands": "3.0.2", "command-line-usage": "6.1.1",