diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-09-21 03:06:44 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-21 03:06:44 +0000 |
commit | 3e32c36897719d29a5cc69a8815bce451e96e594 (patch) | |
tree | dbd433001e69224ef279067aee99c60ae0c00b4a /package-lock.json | |
parent | a33a2e2f9ca8b8ebbd9352994ccba676ce302f83 (diff) | |
download | nextcloud-server-3e32c36897719d29a5cc69a8815bce451e96e594.tar.gz nextcloud-server-3e32c36897719d29a5cc69a8815bce451e96e594.zip |
chore(deps): Bump focus-trap from 7.5.4 to 7.6.0dependabot/npm_and_yarn/focus-trap-7.6.0
Bumps [focus-trap](https://github.com/focus-trap/focus-trap) from 7.5.4 to 7.6.0.
- [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.4...v7.6.0)
---
updated-dependencies:
- dependency-name: focus-trap
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 47 |
1 files changed, 4 insertions, 43 deletions
diff --git a/package-lock.json b/package-lock.json index 861dcb55579..c5b9aed70d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -48,7 +48,7 @@ "debounce": "^2.1.0", "dompurify": "^3.0.11", "escape-html": "^1.0.3", - "focus-trap": "^7.5.4", + "focus-trap": "^7.6.0", "handlebars": "^4.7.7", "is-svg": "^5.1.0", "jquery": "~3.7", @@ -3690,44 +3690,6 @@ "cypress": "^13.9.0" } }, - "node_modules/@nextcloud/cypress/node_modules/wait-on": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/wait-on/-/wait-on-8.0.1.tgz", - "integrity": "sha512-1wWQOyR2LVVtaqrcIL2+OM+x7bkpmzVROa0Nf6FryXkS+er5Sa1kzFGjzZRqLnHa3n1rACFLeTwUqE1ETL9Mig==", - "dev": true, - "dependencies": { - "axios": "^1.7.7", - "joi": "^17.13.3", - "lodash": "^4.17.21", - "minimist": "^1.2.8", - "rxjs": "^7.8.1" - }, - "bin": { - "wait-on": "bin/wait-on" - }, - "engines": { - "node": ">=12.0.0" - } - }, - "node_modules/@nextcloud/cypress/node_modules/wait-on": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/wait-on/-/wait-on-7.2.0.tgz", - "integrity": "sha512-wCQcHkRazgjG5XoAq9jbTMLpNIjoSlZslrJ2+N9MxDsGEv1HnFoVjOCexL0ESva7Y9cu350j+DWADdk54s4AFQ==", - "dev": true, - "dependencies": { - "axios": "^1.6.1", - "joi": "^17.11.0", - "lodash": "^4.17.21", - "minimist": "^1.2.8", - "rxjs": "^7.8.1" - }, - "bin": { - "wait-on": "bin/wait-on" - }, - "engines": { - "node": ">=12.0.0" - } - }, "node_modules/@nextcloud/dialogs": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-6.0.0.tgz", @@ -13614,10 +13576,9 @@ } }, "node_modules/focus-trap": { - "version": "7.5.4", - "resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-7.5.4.tgz", - "integrity": "sha512-N7kHdlgsO/v+iD/dMoJKtsSqs5Dz/dXZVebRgJw23LDk+jMi/974zyiOYDziY2JPp8xivq9BmUGwIJMiuSBi7w==", - "license": "MIT", + "version": "7.6.0", + "resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-7.6.0.tgz", + "integrity": "sha512-1td0l3pMkWJLFipobUcGaf+5DTY4PLDDrcqoSaKP8ediO/CoWCCYk/fT/Y2A4e6TNB+Sh6clRJCjOPPnKoNHnQ==", "dependencies": { "tabbable": "^6.2.0" } |