From c0391d866ee2c17fe46eea50998a41ff20b0682f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 22 Feb 2019 11:22:34 +0000 Subject: [PATCH] chore(deps): bump ace-builds from 1.4.2 to 1.4.3 (#111) --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8f684682..e1aa922c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1710,9 +1710,9 @@ } }, "ace-builds": { - "version": "1.4.2", - "resolved": "https://registry.npmjs.org/ace-builds/-/ace-builds-1.4.2.tgz", - "integrity": "sha512-M1JtZctO2Zg+1qeGUFZXtYKsyaRptqQtqpVzlj80I0NzGW9MF3um0DBuizIvQlrPYUlTdm+wcOPZpZoerkxQdA==" + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/ace-builds/-/ace-builds-1.4.3.tgz", + "integrity": "sha512-T+e4DQRQR8ReNPOUryXWdXRX1NBTb9rB1y42IhnH4mmFe0NIIpAQVu8BQ9tgU2K3EGaPFZeG7E87OOjaXDP8PQ==" }, "acorn": { "version": "5.7.3", diff --git a/package.json b/package.json index 4653c00a..fafd4832 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "lint": "vue-cli-service lint --fix" }, "dependencies": { - "ace-builds": "^1.4.2", + "ace-builds": "^1.4.3", "clipboard": "^2.0.4", "js-base64": "^2.5.1", "lodash.clonedeep": "^4.5.0",