Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
rodlukas committed Jan 15, 2025
1 parent 96d308d commit d62c9b1
Show file tree
Hide file tree
Showing 3 changed files with 80 additions and 53 deletions.
2 changes: 1 addition & 1 deletion frontend/audit.config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"low": true,
"report-type": "summary",
"allowlist": ["axios"]
"allowlist": ["bootstrap", "cookie"]
}
119 changes: 73 additions & 46 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@types/react-select": "^3.1.2",
"@typescript-eslint/eslint-plugin": "^8.20.0",
"@typescript-eslint/parser": "^8.20.0",
"audit-ci": "^6.6.1",
"audit-ci": "^7.1.0",
"babel-jest": "^27.5.1",
"babel-loader": "^9.2.1",
"confusing-browser-globals": "^1.0.11",
Expand All @@ -57,7 +57,7 @@
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest-dom": "^4.0.3",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-prettier": "^5.2.2",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-testing-library": "^5.11.1",
Expand All @@ -69,12 +69,12 @@
"postcss-loader": "^7.3.4",
"postcss-preset-env": "^7.8.3",
"prettier": "^3.4.2",
"style-loader": "^3.3.4",
"style-loader": "^4.0.0",
"stylelint": "^15.11.0",
"stylelint-config-standard": "^34.0.0",
"stylelint-order": "^6.0.4",
"stylelint-prettier": "^4.1.0",
"stylelint-webpack-plugin": "^4.1.1",
"stylelint-webpack-plugin": "^5.0.1",
"terser-webpack-plugin": "^5.3.11",
"typescript": "^5.7.3",
"webpack": "^5.97.1",
Expand All @@ -90,14 +90,14 @@
"@hot-loader/react-dom": "^17.0.2",
"@rodlukas/fontawesome-pro-solid-svg-icons": "^5.15.2",
"@sentry/browser": "^8.50.0",
"axios": "^0.28.1",
"axios": "^0.29.0",
"bootstrap": "^4.6.2",
"chroma-js": "2.4.2",
"eslint-webpack-plugin": "^4.2.0",
"fuse.js": "^7.0.0",
"history": "^4.10.1",
"jwt-decode": "^3.1.2",
"postcss": "^8.4.47",
"postcss": "^8.5.1",
"react": "^17.0.2",
"react-color": "^2.19.3",
"react-dom": "^17.0.2",
Expand Down

0 comments on commit d62c9b1

Please sign in to comment.