Skip to content

Commit

Permalink
chore: solve critical semver and express vulnerabilities (#231)
Browse files Browse the repository at this point in the history
* chore: solve critical semver issues

* fix: rollback craco

* chore: update express
  • Loading branch information
pedrokohler authored Sep 24, 2024
1 parent 648ae73 commit 842c82d
Show file tree
Hide file tree
Showing 2 changed files with 195 additions and 84 deletions.
17 changes: 16 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,21 @@
},
"resolutions": {
"nth-check": "2.0.1",
"wrap-ansi": "7.0.0"
"wrap-ansi": "7.0.0",
"make-dir": "3.1.0",
"react-scripts/babel-jest/babel-plugin-istanbul/istanbul-lib-instrument/semver": "6.3.1",
"@babel/preset-env/babel-plugin-polyfill-corejs2/@babel/helper-define-polyfill-provider/semver": "6.3.1",
"make-dir/semver": "6.3.1",
"@babel/preset-env/babel-plugin-polyfill-corejs2/semver": "6.3.1",
"ts-standard/eslint-plugin-node/semver": "6.3.1",
"@craco/craco/semver": "7.5.2",
"@typescript-eslint/typescript-estree/semver": "7.5.2",
"ts-standard/eslint/semver": "7.5.2",
"ts-standard/@typescript-eslint/eslint-plugin/semver": "7.5.2",
"react-scripts/postcss-loader/semver": "7.5.2",
"react-scripts/css-loader/semver": "7.5.2",
"react-scripts/react-dev-utils/fork-ts-checker-webpack-plugin/semver": "7.5.2",
"@semantic-release/npm/npm/**/semver": "7.5.2",
"express": "4.21.0"
}
}
Loading

0 comments on commit 842c82d

Please sign in to comment.