diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-11-04 02:15:46 +0000 |
---|---|---|
committer | Ferdinand Thiessen <opensource@fthiessen.de> | 2023-11-04 21:46:07 +0100 |
commit | 7b33e19a4cbc46ab7455f3a68354bd5369f8fb99 (patch) | |
tree | ad7fe4e0b38648a9e54360c7c893826650c7a806 /package.json | |
parent | a7e9044a12db2dcd0a7822e73c8a92f5ca36aea1 (diff) | |
download | nextcloud-server-7b33e19a4cbc46ab7455f3a68354bd5369f8fb99.tar.gz nextcloud-server-7b33e19a4cbc46ab7455f3a68354bd5369f8fb99.zip |
chore(deps): Bump focus-trap from 7.5.2 to 7.5.4
Bumps [focus-trap](https://github.com/focus-trap/focus-trap) from 7.5.2 to 7.5.4.
- [Release notes](https://github.com/focus-trap/focus-trap/releases)
- [Changelog](https://github.com/focus-trap/focus-trap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/focus-trap/focus-trap/compare/v7.5.2...v7.5.4)
---
updated-dependencies:
- dependency-name: focus-trap
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 016b9775216..aab8126df63 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "debounce": "^1.2.1", "dompurify": "^3.0.6", "escape-html": "^1.0.3", - "focus-trap": "^7.4.0", + "focus-trap": "^7.5.4", "handlebars": "^4.7.7", "ical.js": "^1.4.0", "jquery": "~3.7", |