From d490bb0f50e83b9a82b0c64e12c9aa2b6c14bd27 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 25 Dec 2022 23:58:43 +0000 Subject: [PATCH] fix: src/Presentation/Eiromplays.IdentityServer.Admin.WebUI/ClientApp/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSON5-3182856 --- .../ClientApp/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Presentation/Eiromplays.IdentityServer.Admin.WebUI/ClientApp/package.json b/src/Presentation/Eiromplays.IdentityServer.Admin.WebUI/ClientApp/package.json index cf38f3f2..e815844d 100644 --- a/src/Presentation/Eiromplays.IdentityServer.Admin.WebUI/ClientApp/package.json +++ b/src/Presentation/Eiromplays.IdentityServer.Admin.WebUI/ClientApp/package.json @@ -45,7 +45,7 @@ "autoprefixer": "10.4.7", "eslint": "8.18.0", "eslint-config-prettier": "8.5.0", - "eslint-import-resolver-typescript": "2.7.1", + "eslint-import-resolver-typescript": "3.0.0", "eslint-plugin-import": "2.26.0", "eslint-plugin-jsx-a11y": "6.5.1", "eslint-plugin-prettier": "4.0.0",