chore(deps): bump ace-builds from 1.4.4 to 1.4.5 in /frontend (#786)

Bumps [ace-builds](https://github.com/ajaxorg/ace-builds) from 1.4.4 to 1.4.5.
- [Release notes](https://github.com/ajaxorg/ace-builds/releases)
- [Changelog](https://github.com/ajaxorg/ace-builds/blob/master/ChangeLog.txt)
- [Commits](https://github.com/ajaxorg/ace-builds/compare/v1.4.4...v1.4.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-06-19 11:25:16 +01:00 committed by Henrique Dias
parent 4597ceb3a6
commit 73eba60210
2 changed files with 4 additions and 4 deletions

View File

@ -2154,9 +2154,9 @@
} }
}, },
"ace-builds": { "ace-builds": {
"version": "1.4.4", "version": "1.4.5",
"resolved": "https://registry.npmjs.org/ace-builds/-/ace-builds-1.4.4.tgz", "resolved": "https://registry.npmjs.org/ace-builds/-/ace-builds-1.4.5.tgz",
"integrity": "sha512-EQArUYup9c3lBv8meKBjisff/qhhQmU/6LnLhVDfxe+Bnjr0Lz7qhL4Mp8HpwNQzmCqLunjdPFuBtCELVVG6zw==" "integrity": "sha512-wotVzxv5YClvwOjiuXNyGm4j/CnKoFIoTnnXNmi1nTHjr7hXMMjQeytcnbFua4thaJ5vvpVEDv0utmjqsrp3Jw=="
}, },
"acorn": { "acorn": {
"version": "5.7.3", "version": "5.7.3",

View File

@ -9,7 +9,7 @@
"lint": "vue-cli-service lint --fix" "lint": "vue-cli-service lint --fix"
}, },
"dependencies": { "dependencies": {
"ace-builds": "^1.4.4", "ace-builds": "^1.4.5",
"clipboard": "^2.0.4", "clipboard": "^2.0.4",
"js-base64": "^2.5.1", "js-base64": "^2.5.1",
"lodash.clonedeep": "^4.5.0", "lodash.clonedeep": "^4.5.0",