From e04f755d7f4c88242a05c066c4b32a197a3dc1e2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Sun, 26 May 2019 03:56:08 +0000 Subject: [PATCH] build(deps): update driver.js requirement from 0.9.5 to 0.9.6 Updates the requirements on [driver.js](https://github.com/kamranahmedse/driver.js) to permit the latest version. - [Release notes](https://github.com/kamranahmedse/driver.js/releases) - [Commits](https://github.com/kamranahmedse/driver.js/compare/0.9.5...0.9.6) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cd1369b8..f3eb1fc7 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "axios": "0.18.0", "clipboard": "2.0.4", "codemirror": "5.45.0", - "driver.js": "0.9.5", + "driver.js": "0.9.6", "dropzone": "5.5.1", "echarts": "4.2.1", "element-ui": "2.7.0",