From 8a6566b977dae90b041c7bb0f7be88a3a5b1c38b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 11:48:13 -0800 Subject: [PATCH] Resolve to newer versions of dependencies (#107) (#114) (cherry picked from commit a38a5e3edcfe32e27c62711a1f7df6b6cc187271) Signed-off-by: github-actions[bot] Co-authored-by: github-actions[bot] --- package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package.json b/package.json index 5c4e216..41e852d 100644 --- a/package.json +++ b/package.json @@ -16,5 +16,10 @@ "@types/enzyme-adapter-react-16": "^1.0.6", "cypress": "9.5.4", "eslint": "^6.8.0" + }, + "resolutions": { + "ansi-regex": "^5.0.1", + "glob-parent": "^6.0.1", + "qs": "~6.5.3" } }