From 75b5838059e205f62a7741cbd1ca73f528e8bcc2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 21 Jan 2020 21:21:49 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-KINDOF-537849 --- 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",