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

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-09 15:17:30 +00:00 committed by GitHub
parent 826cdddca7
commit 636e7bd9d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -2239,9 +2239,9 @@
} }
}, },
"ace-builds": { "ace-builds": {
"version": "1.4.5", "version": "1.4.6",
"resolved": "https://registry.npmjs.org/ace-builds/-/ace-builds-1.4.5.tgz", "resolved": "https://registry.npmjs.org/ace-builds/-/ace-builds-1.4.6.tgz",
"integrity": "sha512-wotVzxv5YClvwOjiuXNyGm4j/CnKoFIoTnnXNmi1nTHjr7hXMMjQeytcnbFua4thaJ5vvpVEDv0utmjqsrp3Jw==" "integrity": "sha512-JpuzcHQxTO6Nk8Q1Y8fVQAaxpimziAvVe/CX4h39ig0iHTtBNuySOGHUxmno8mNe4IMbjO8RJICmsrQKTdTWpQ=="
}, },
"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.5", "ace-builds": "^1.4.6",
"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",