Merge pull request #1428 from shlinkio/dependabot/npm_and_yarn/testing-f3501c7be5

Bump @testing-library/user-event from 14.6.0 to 14.6.1 in the testing group
This commit is contained in:
Alejandro Celaya 2025-01-25 09:57:23 +01:00 committed by GitHub
commit 33fd901552
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 8 deletions

15
package-lock.json generated
View File

@ -44,7 +44,7 @@
"@stylistic/eslint-plugin": "^2.13.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
"@testing-library/user-event": "^14.6.0",
"@testing-library/user-event": "^14.6.1",
"@total-typescript/shoehorn": "^0.1.2",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
@ -3647,10 +3647,11 @@
}
},
"node_modules/@testing-library/user-event": {
"version": "14.6.0",
"resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.6.0.tgz",
"integrity": "sha512-+jsfK7kVJbqnCYtLTln8Ja/NmVrZRwBJHmHR9IxIVccMWSOZ6Oy0FkDJNeyVu4QSpMNmRfy10Xb76ObRDlWWBQ==",
"version": "14.6.1",
"resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.6.1.tgz",
"integrity": "sha512-vq7fv0rnt+QTXgPxr5Hjc210p6YKq2kmdziLgnsZGgLJ9e6VAShx1pACLuRjd/AS/sr7phAR58OIIpf0LlmQNw==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=12",
"npm": ">=6"
@ -14618,9 +14619,9 @@
}
},
"@testing-library/user-event": {
"version": "14.6.0",
"resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.6.0.tgz",
"integrity": "sha512-+jsfK7kVJbqnCYtLTln8Ja/NmVrZRwBJHmHR9IxIVccMWSOZ6Oy0FkDJNeyVu4QSpMNmRfy10Xb76ObRDlWWBQ==",
"version": "14.6.1",
"resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.6.1.tgz",
"integrity": "sha512-vq7fv0rnt+QTXgPxr5Hjc210p6YKq2kmdziLgnsZGgLJ9e6VAShx1pACLuRjd/AS/sr7phAR58OIIpf0LlmQNw==",
"dev": true,
"requires": {}
},

View File

@ -61,7 +61,7 @@
"@stylistic/eslint-plugin": "^2.13.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
"@testing-library/user-event": "^14.6.0",
"@testing-library/user-event": "^14.6.1",
"@total-typescript/shoehorn": "^0.1.2",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",