chore(deps): bump ace-builds from 1.4.2 to 1.4.3 (#111)

pull/739/head
dependabot[bot] 2019-02-22 11:22:34 +00:00 committed by Henrique Dias
parent dcb97be587
commit c0391d866e
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -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",

View File

@ -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",