Skip to content

Commit

Permalink
Update jest-dom to latest to resolve postcss vulnerability.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbouder committed Oct 12, 2023
1 parent e5dcd74 commit 7ab8b62
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

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

5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@babel/preset-env": "7.22.9",
"@babel/preset-react": "7.22.5",
"@babel/preset-typescript": "7.22.5",
"@testing-library/jest-dom": "6.1.3",
"@testing-library/jest-dom": "6.1.4",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.4.3",
"@types/jest": "^29.5.4",
Expand Down Expand Up @@ -89,8 +89,5 @@
"vite-plugin-environment": "1.1.3",
"vite-plugin-eslint": "1.8.1",
"vite-tsconfig-paths": "4.2.0"
},
"overrides": {
"postcss": "^8.4.31"
}
}

0 comments on commit 7ab8b62

Please sign in to comment.