From 5eb68d8bf4ba41a6cf86eda681be3dad39b8dcc1 Mon Sep 17 00:00:00 2001 From: Ken Date: Mon, 17 Jun 2019 22:28:51 -0700 Subject: [PATCH] update beachball again --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 16008295..a7e1de2d 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ }, "devDependencies": { "lerna": "^3.13.2", - "beachball": "^1.6.0" + "beachball": "^1.6.1" }, "workspaces": { "packages": [ diff --git a/yarn.lock b/yarn.lock index 6ad4d044..0e5b7a67 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2040,10 +2040,10 @@ bcrypt-pbkdf@^1.0.0: dependencies: tweetnacl "^0.14.3" -beachball@^1.6.0: - version "1.6.0" - resolved "https://registry.yarnpkg.com/beachball/-/beachball-1.6.0.tgz#299b84426f38b6563d090866dcb99850e51a55ff" - integrity sha512-jkvzP/huerzKYlbN2Xu5B4scr1XTmdqUUlcvkL4GHyumt0/ObpjLEZKG6sUrmQ5mKzBzMf342RU7SVi6jlFT7A== +beachball@^1.6.1: + version "1.6.1" + resolved "https://registry.yarnpkg.com/beachball/-/beachball-1.6.1.tgz#9372320bc7838ee4edf6f0b33476ba9eb840fe2d" + integrity sha512-wnl8WdVUG4P09RJa23qOdI7WWJ5gaHvo69loZKZxZR2V/vlOtAo0d5TepsrVk4h1OFUiaRgDhYti0LO31XCm6w== dependencies: fs-extra "^8.0.1" glob "^7.1.4"