From 58facf72c645e9dd3884008d08eabfcefb9f25d9 Mon Sep 17 00:00:00 2001 From: snyk-test Date: Thu, 20 Jun 2019 21:21:37 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SETVALUE-450213 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 780700f..9aeadbd 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "license": "UNLICENSED", "private": true, "dependencies": { - "@adonisjs/ace": "^5.0.8", + "@adonisjs/ace": "^6.0.0", "@adonisjs/auth": "^3.0.7", "@adonisjs/bodyparser": "^2.0.5", "@adonisjs/cors": "^1.0.7",