From 59ecfb73c476f22afa93fb71e4de842774f10897 Mon Sep 17 00:00:00 2001 From: snyk-test Date: Thu, 20 Jun 2019 22:01:00 +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 00f6deb..01a1ab6 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",