From 702e4e85fa0bd1ce83187479c006ba15ce2504c0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 26 May 2020 08:41:28 +0000 Subject: [PATCH] Bump pad from 2.0.3 to 3.2.0 Bumps [pad](https://github.com/adaltas/node-pad) from 2.0.3 to 3.2.0. - [Release notes](https://github.com/adaltas/node-pad/releases) - [Changelog](https://github.com/adaltas/node-pad/blob/master/CHANGELOG.md) - [Commits](https://github.com/adaltas/node-pad/compare/v2.0.3...v3.2.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 15 +++++++++++---- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f6d099f..1f820ef 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "js-yaml": "^3.13.0", "minimist": "^1.2.0", "object-assign": "^4.0.1", - "pad": "^2.0.3", + "pad": "^3.2.0", "prettyjson": "^1.1.3", "semver": "^5.5.0" }, diff --git a/yarn.lock b/yarn.lock index 5a07575..ed685d3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2054,7 +2054,14 @@ js-tokens@^3.0.0, js-tokens@^3.0.2: version "3.0.2" resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b" -js-yaml@^3.10.0, js-yaml@^3.7.0: +js-yaml@^3.13.0: + version "3.14.0" + resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.14.0.tgz#a7a34170f26a21bb162424d8adacb4113a69e482" + dependencies: + argparse "^1.0.7" + esprima "^4.0.0" + +js-yaml@^3.7.0: version "3.10.0" resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.10.0.tgz#2e78441646bd4682e963f22b6e92823c309c62dc" dependencies: @@ -2490,9 +2497,9 @@ p-try@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/p-try/-/p-try-1.0.0.tgz#cbc79cdbaf8fd4228e13f621f2b1a237c1b207b3" -pad@^2.0.3: - version "2.0.3" - resolved "https://registry.yarnpkg.com/pad/-/pad-2.0.3.tgz#e2b877496c5576c299ee3df93bee95b76532dffb" +pad@^3.2.0: + version "3.2.0" + resolved "https://registry.yarnpkg.com/pad/-/pad-3.2.0.tgz#be7a1d1cb6757049b4ad5b70e71977158fea95d1" dependencies: wcwidth "^1.0.1"