diff options
author | John Molakvoæ <skjnldsv@protonmail.com> | 2023-06-27 11:44:59 +0200 |
---|---|---|
committer | John Molakvoæ <skjnldsv@protonmail.com> | 2023-06-27 16:16:41 +0200 |
commit | cd54f7c7f432e7a88f81c1d453798812edff0459 (patch) | |
tree | ea64c844770fd75d08df0e6ee121654e0742799f /dist/core-common.js.LICENSE.txt | |
parent | 4cfab4b838ed40dec200f7673992009896c69f16 (diff) | |
download | nextcloud-server-cd54f7c7f432e7a88f81c1d453798812edff0459.tar.gz nextcloud-server-cd54f7c7f432e7a88f81c1d453798812edff0459.zip |
chore: upgrade typescript, eslint and fix lint
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'dist/core-common.js.LICENSE.txt')
-rw-r--r-- | dist/core-common.js.LICENSE.txt | 28 |
1 files changed, 3 insertions, 25 deletions
diff --git a/dist/core-common.js.LICENSE.txt b/dist/core-common.js.LICENSE.txt index 3d8817718de..5f0d58b92e4 100644 --- a/dist/core-common.js.LICENSE.txt +++ b/dist/core-common.js.LICENSE.txt @@ -84,7 +84,7 @@ object-assign */ /*! -* focus-trap 7.4.0 +* focus-trap 7.4.3 * @license MIT, https://github.com/focus-trap/focus-trap/blob/master/LICENSE */ @@ -94,11 +94,11 @@ object-assign */ /*! -* tabbable 6.1.1 +* tabbable 6.2.0 * @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE */ -/*! @license DOMPurify 2.4.5 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.4.5/LICENSE */ +/*! @license DOMPurify 3.0.3 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.0.3/LICENSE */ /*! For license information please see NcActionButton.js.LICENSE.txt */ @@ -182,28 +182,6 @@ object-assign * */ -/** - * @copyright Copyright (c) 2021 Christoph Wurst - * - * @author Christoph Wurst <christoph@winzerhof-wurst.at> - * - * @license AGPL-3.0-or-later - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see <http://www.gnu.org/licenses/>. - * - */ - /**! * @fileOverview Kickass library to create and place poppers near their reference elements. * @version 1.16.1 |