Skip to content

[Snyk] Upgrade @testing-library/user-event from 14.4.2 to 14.4.3 #61

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: upgrade @testing-library/user-event from 14.4.2 to 14.4.3
Snyk has created this PR to upgrade @testing-library/user-event from 14.4.2 to 14.4.3.

See this package in npm:
https://www.npmjs.com/package/@testing-library/user-event

See this project in Snyk:
https://app.snyk.io/org/lightningspirit/project/aaffa9a1-54ba-4961-aaf9-d3483a413fb9?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Aug 31, 2022
commit 0e06e45897be8f9ac8de52f0fb8678a122d5a293
14 changes: 7 additions & 7 deletions examples/create-react-app/package-lock.json

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

2 changes: 1 addition & 1 deletion examples/create-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependencies": {
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "13.3.0",
"@testing-library/user-event": "14.4.2",
"@testing-library/user-event": "14.4.3",
"editorjs-blocks-react-renderer": "1.2.4",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down