get the right version of ace

This commit is contained in:
Mads Rasmussen
2018-10-11 14:10:18 +02:00
parent 7a372bf814
commit a00875089c
2 changed files with 4 additions and 4 deletions

View File

@@ -859,9 +859,9 @@
}
},
"ace-builds": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/ace-builds/-/ace-builds-1.3.0.tgz",
"integrity": "sha512-RxLL7ZV+2dP5VZRpaqWvxMru9+Rpbe4A9L0ajbM3ifiW5IkdlIXHNy0lafzJign/v8E9PkBXlOH+2HuiTRD46Q=="
"version": "1.3.3",
"resolved": "https://registry.npmjs.org/ace-builds/-/ace-builds-1.3.3.tgz",
"integrity": "sha512-PbSdoHw42kt5vaXkEVSfUYCd3K1BCfAvyXW9TvR/2ATkk65oImjS1v0evHmzHhOYPSTUO8BprvmpfYT9Vp2akA=="
},
"acorn": {
"version": "5.7.3",

View File

@@ -4,7 +4,7 @@
"build": "gulp"
},
"dependencies": {
"ace-builds": "1.3.0",
"ace-builds": "1.3.3",
"angular": "1.7.5",
"angular-animate": "1.7.5",
"angular-cookies": "1.7.5",