From 6923a28b2cfb6798fb52c564f3719c39d8e93a63 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Nov 2023 16:17:17 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-BABELTRAVERSE-5962463 - https://snyk.io/vuln/SNYK-JS-GLOBPARENT-1016905 - https://snyk.io/vuln/SNYK-JS-JSON5-3182856 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bd4242a..dfc3308 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "test:all": "ember try:each" }, "dependencies": { - "ember-auto-import": "^1.5.3", + "ember-auto-import": "^2.0.0", "ember-cli-babel": "^7.11.1", "pace-progressbar": "^1.0.9" },