diff --git a/frontend/audit.config.json b/frontend/audit.config.json index 3ea8a965..8f08d505 100644 --- a/frontend/audit.config.json +++ b/frontend/audit.config.json @@ -1,5 +1,5 @@ { "low": true, "report-type": "summary", - "allowlist": [] + "allowlist": ["axios"] } diff --git a/frontend/package-lock.json b/frontend/package-lock.json index dba9b96e..907102fc 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -16,7 +16,6 @@ "@hot-loader/react-dom": "^17.0.2", "@rodlukas/fontawesome-pro-solid-svg-icons": "^5.15.2", "@sentry/browser": "^6.19.7", - "@types/eslint": "^8.44.9", "axios": "^0.26.1", "bootstrap": "^4.6.2", "chroma-js": "^2.4.2", @@ -45,6 +44,7 @@ "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^12.1.5", "@types/chroma-js": "^2.4.3", + "@types/eslint": "^8.44.9", "@types/history": "^4.7.11", "@types/jest": "^27.5.2", "@types/react": "^17.0.73", diff --git a/frontend/package.json b/frontend/package.json index 326275af..d481a527 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -32,6 +32,7 @@ "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^12.1.5", "@types/chroma-js": "^2.4.3", + "@types/eslint": "^8.44.9", "@types/history": "^4.7.11", "@types/jest": "^27.5.2", "@types/react": "^17.0.73", @@ -89,7 +90,6 @@ "@hot-loader/react-dom": "^17.0.2", "@rodlukas/fontawesome-pro-solid-svg-icons": "^5.15.2", "@sentry/browser": "^6.19.7", - "@types/eslint": "^8.44.9", "axios": "^0.26.1", "bootstrap": "^4.6.2", "chroma-js": "^2.4.2",