From 18d9006adb176cb4c46d5ca1226aa95914d22b27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 01:49:11 +0000 Subject: [PATCH] Bump focus-trap from 7.5.2 to 7.5.3 Bumps [focus-trap](https://github.com/focus-trap/focus-trap) from 7.5.2 to 7.5.3. - [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.3) --- updated-dependencies: - dependency-name: focus-trap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7a01bcb..9c57c2d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@nextcloud/router": "^2.1.2", "@nextcloud/typings": "^1.7.0", "@nextcloud/vue": "^8.0.0-beta.5", - "focus-trap": "^7.5.2", + "focus-trap": "^7.5.3", "p-queue": "^7.4.1", "pinia": "^2.1.6", "vue": "^2.7.14", @@ -8091,9 +8091,9 @@ } }, "node_modules/focus-trap": { - "version": "7.5.2", - "resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-7.5.2.tgz", - "integrity": "sha512-p6vGNNWLDGwJCiEjkSK6oERj/hEyI9ITsSwIUICBoKLlWiTWXJRfQibCwcoi50rTZdbi87qDtUlMCmQwsGSgPw==", + "version": "7.5.3", + "resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-7.5.3.tgz", + "integrity": "sha512-7UsT/eSJcTPF0aZp73u7hBRTABz26knRRTJfoTGFCQD5mUImLIIOwWWCrtoQdmWa7dykBi6H+Cp5i3S/kvsMeA==", "dependencies": { "tabbable": "^6.2.0" } @@ -22259,9 +22259,9 @@ } }, "focus-trap": { - "version": "7.5.2", - "resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-7.5.2.tgz", - "integrity": "sha512-p6vGNNWLDGwJCiEjkSK6oERj/hEyI9ITsSwIUICBoKLlWiTWXJRfQibCwcoi50rTZdbi87qDtUlMCmQwsGSgPw==", + "version": "7.5.3", + "resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-7.5.3.tgz", + "integrity": "sha512-7UsT/eSJcTPF0aZp73u7hBRTABz26knRRTJfoTGFCQD5mUImLIIOwWWCrtoQdmWa7dykBi6H+Cp5i3S/kvsMeA==", "requires": { "tabbable": "^6.2.0" } diff --git a/package.json b/package.json index e845ac1..3d8a2e2 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@nextcloud/router": "^2.1.2", "@nextcloud/typings": "^1.7.0", "@nextcloud/vue": "^8.0.0-beta.5", - "focus-trap": "^7.5.2", + "focus-trap": "^7.5.3", "p-queue": "^7.4.1", "pinia": "^2.1.6", "vue": "^2.7.14",