Skip to content

Commit

Permalink
Fixing frontend code scanning vulnerability alerts (#18042)
Browse files Browse the repository at this point in the history
  • Loading branch information
getvictor authored Apr 5, 2024
1 parent c19ebfe commit ffc2d9f
Show file tree
Hide file tree
Showing 2 changed files with 245 additions and 954 deletions.
13 changes: 9 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
"@types/uuid": "8.3.4",
"@typescript-eslint/eslint-plugin": "5.58.0",
"@typescript-eslint/parser": "5.58.0",
"autoprefixer": "9.8.8",
"autoprefixer": "10.4.19",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "9.0.0",
"babel-jest": "29.2.0",
Expand Down Expand Up @@ -150,10 +150,9 @@
"json-loader": "0.5.7",
"mini-css-extract-plugin": "2.7.5",
"msw": "0.47.4",
"nock": "13.2.4",
"node-bourbon": "4.2.8",
"node-sass-glob-importer": "5.3.2",
"postcss-loader": "3.0.0",
"node-sass-glob-importer": "5.3.3",
"postcss-loader": "4.3.0",
"prettier": "2.2.1",
"react-docgen-typescript-plugin": "1.0.5",
"regenerator-runtime": "0.13.9",
Expand All @@ -169,6 +168,12 @@
"webpack-cli": "5.0.1",
"webpack-notifier": "1.12.0"
},
"resolutions": {
"**/css-node-extract": "~3.0.4",
"**/css-node-extract/postcss": "^8.4.31",
"**/css-selector-extract": "~4.0.1",
"**/wait-on/axios": "^0.28.0"
},
"browserslist": [
"defaults"
],
Expand Down
Loading

0 comments on commit ffc2d9f

Please sign in to comment.