From b77f0230c39c67dceac695d1de91fa178eacaa6c Mon Sep 17 00:00:00 2001 From: dweinholz Date: Thu, 6 Jul 2023 09:17:31 +0200 Subject: [PATCH] fixed security issue --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 4ff2d3869b..e851b1eb65 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,9 @@ "compodoc": "./node_modules/.bin/compodoc -p src/tsconfig.app.json", "prepare": "husky install" }, - "resolutions": {}, + "resolutions": { + "optionator": "^0.9.3" + }, "private": true, "dependencies": { "@angular-eslint/eslint-plugin": "^15.2.0",