Skip to content

Commit

Permalink
Merge pull request #5 from EverFi/US-2908417-fix-mend-security-issues
Browse files Browse the repository at this point in the history
[2908417] Fix Mend security issues
  • Loading branch information
shank-eric authored May 3, 2024
2 parents f1edb3e + 60f9c5c commit 01f9c66
Show file tree
Hide file tree
Showing 2 changed files with 4,813 additions and 4,056 deletions.
13 changes: 9 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@
"babel-jest": "^24.0.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.18.0",
"eslint": "^8.26.0",
"eslint-config-airbnb": "^18.0.0",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.14.2",
"jest": "^24.8.0",
"jest": "^29.3.1",
"less": "^3.8.1",
"react": "^16.7.0",
"react-dom": "^16.7.0",
Expand All @@ -76,6 +76,11 @@
"react": ">=15.5",
"react-dom": ">=15.5"
},
"resolutions": {
"ansi-regex": "^5.0.1",
"glob-parent": "^5.1.2",
"semver": "^7.5.2"
},
"files": [
"LICENSE",
"README.md",
Expand Down
Loading

0 comments on commit 01f9c66

Please sign in to comment.