Skip to content
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

Bump focus-trap-react from 10.3.0 to 10.3.1 in /frontend-react in the ui group #16557

Merged
Merged
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
2 changes: 1 addition & 1 deletion frontend-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"date-fns-tz": "^3.2.0",
"dompurify": "^3.2.2",
"export-to-csv-fix-source-map": "^0.2.1",
"focus-trap-react": "^10.3.0",
"focus-trap-react": "^10.3.1",
"history": "^5.3.0",
"html-to-text": "^9.0.5",
"lodash": "^4.17.21",
Expand Down
20 changes: 10 additions & 10 deletions frontend-react/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6192,26 +6192,26 @@ __metadata:
languageName: node
linkType: hard

"focus-trap-react@npm:^10.3.0":
version: 10.3.0
resolution: "focus-trap-react@npm:10.3.0"
"focus-trap-react@npm:^10.3.1":
version: 10.3.1
resolution: "focus-trap-react@npm:10.3.1"
dependencies:
focus-trap: ^7.6.0
focus-trap: ^7.6.1
tabbable: ^6.2.0
peerDependencies:
prop-types: ^15.8.1
react: ">=16.3.0"
react-dom: ">=16.3.0"
checksum: 040fb4a2ad848dee0fce72ca957843fb57c4cc5dd84d8e96e717d6b27cdb30d726a59b5503f3a3369dec4aeab42d9efe5dec625539c99a3f104c242192ab89f7
checksum: 7992402b86a2ebada9232f36388fe7997e395365f1ca89927114caf84c53c546940c066b0a60417b01b4b366d97d0ac313d7c65ef69b74d188fc0863f850f480
languageName: node
linkType: hard

"focus-trap@npm:^7.6.0":
version: 7.6.0
resolution: "focus-trap@npm:7.6.0"
"focus-trap@npm:^7.6.1":
version: 7.6.2
resolution: "focus-trap@npm:7.6.2"
dependencies:
tabbable: ^6.2.0
checksum: 4cb89de0bf60b687787cdeedc4a44c37f2eba57a76f522915cf0550170acd937836fc8d00d31161a3bb58df14d871ead481f1f14d2600dcdd618ac027a220246
checksum: b5873f8e506d3f466d9823d2f144612d3938f3c74c3be3db922052e5e54fd41a3a46889f8219f16f60d1ce5aff9e0a7fef9dea03ca0da96820c2ea36243236f7
languageName: node
linkType: hard

Expand Down Expand Up @@ -9896,7 +9896,7 @@ __metadata:
eslint-plugin-testing-library: ^7.1.1
eslint-plugin-vitest: ^0.5.4
export-to-csv-fix-source-map: ^0.2.1
focus-trap-react: ^10.3.0
focus-trap-react: ^10.3.1
globals: ^15.13.0
history: ^5.3.0
html-to-text: ^9.0.5
Expand Down
Loading