Skip to content

Commit

Permalink
Resolve ansi-regex to ^3.0.1 for high security fix
Browse files Browse the repository at this point in the history
This is a temporary fix due to complexities of upgrading eslint and
other relevant dependencies (namely prettier-eslint-cli) to newer
versions.
  • Loading branch information
ahangarha committed Jan 28, 2023
1 parent 440d72f commit 381acaa
Show file tree
Hide file tree
Showing 2 changed files with 299 additions and 368 deletions.
15 changes: 9 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@
"@types/react-dom": "^16.9.17",
"@types/turbolinks": "^5.2.0",
"@types/webpack-env": "^1.18.0",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@typescript-eslint/parser": "^5.49.0",
"babelify": "^10.0.0",
"blue-tape": "^1.0.0",
"create-react-class": "^15.7.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^7.0.0",
"eslint-config-shakacode": "^16.0.1",
"eslint": "^8.32.0",
"eslint-config-prettier": "^8.0.0",
"eslint-config-shakacode": "^19.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.1",
"jest": "^28.1.3",
"jest-environment-jsdom": "^28.1.3",
Expand All @@ -54,6 +54,9 @@
"react": ">= 16",
"react-dom": ">= 16"
},
"resolutions": {
"ansi-regex": "^3.0.1"
},
"files": [
"node_package/lib",
"webpackConfigLoader.js"
Expand Down
Loading

0 comments on commit 381acaa

Please sign in to comment.