From dc8a40d8b83e9b5163a89e1bedca53bd69d90010 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Mon, 17 Jun 2019 06:55:52 +0000 Subject: [PATCH] Update clipboardy requirement from ^1.2.3 to ^2.1.0 Updates the requirements on [clipboardy](https://github.com/sindresorhus/clipboardy) to permit the latest version. - [Release notes](https://github.com/sindresorhus/clipboardy/releases) - [Commits](https://github.com/sindresorhus/clipboardy/compare/v1.2.3...v2.1.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4b9d676..efec58f 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "preferGlobal": "true", "dependencies": { "chalk": "^2.4.1", - "clipboardy": "^1.2.3", + "clipboardy": "^2.1.0", "inquirer": "^6.2.0", "log-symbols": "^2.2.0", "opn": "^5.3.0"