From 2350aa3e50887cbdeb4f052d9c12b255d2e979a6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 12 Sep 2021 21:31:28 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SETVALUE-1540541 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 81fbf56..f5f0772 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.9", "@adonisjs/cors": "^1.0.7",