diff --git a/frontend/package.json b/frontend/package.json index f2a2fe74..780f0479 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -43,6 +43,12 @@ "typescript": "^4.9.5", "wolfy87-eventemitter": "^5.2.9" }, + "resolutions": { + "victory-core": "<36.9.0" + }, + "overrides": { + "victory-core": "<36.9.0" + }, "scripts": { "start": "serve -s build -l tcp://0.0.0.0:8080", "build": "./bin/write-version-file.js && react-scripts build",