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

Bumps [ace-builds](https://github.com/ajaxorg/ace-builds) from 1.4.5 to 1.4.6.
- [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.5...v1.4.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-09-12 14:17:57 +01:00 committed by Henrique Dias
parent 28480c6acd
commit 0afc8c9e5c
2 changed files with 4 additions and 4 deletions

View File

@ -2239,9 +2239,9 @@
}
},
"ace-builds": {
"version": "1.4.5",
"resolved": "https://registry.npmjs.org/ace-builds/-/ace-builds-1.4.5.tgz",
"integrity": "sha512-wotVzxv5YClvwOjiuXNyGm4j/CnKoFIoTnnXNmi1nTHjr7hXMMjQeytcnbFua4thaJ5vvpVEDv0utmjqsrp3Jw=="
"version": "1.4.6",
"resolved": "https://registry.npmjs.org/ace-builds/-/ace-builds-1.4.6.tgz",
"integrity": "sha512-JpuzcHQxTO6Nk8Q1Y8fVQAaxpimziAvVe/CX4h39ig0iHTtBNuySOGHUxmno8mNe4IMbjO8RJICmsrQKTdTWpQ=="
},
"acorn": {
"version": "5.7.3",

View File

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