Skip to content

Commit ece7c27

Browse files
renovate[bot]nextcloud-command
authored andcommitted
fix(deps): bump @nextcloud/password-confirmation from 5.1.1 to ^5.3.1
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: nextcloud-command <[email protected]>
1 parent a3e21d5 commit ece7c27

File tree

24 files changed

+1875
-1074
lines changed

24 files changed

+1875
-1074
lines changed

js/twofactor_totp-data_image_svg_xml_3c_21--_20-_20SPDX-FileCopyrightText_202020_20Google_20Inc_20-_20SPDX-Lice-cc29b1.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/twofactor_totp-main-login-setup.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/twofactor_totp-main-login-setup.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/twofactor_totp-main-settings.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/twofactor_totp-main-settings.js.license

Lines changed: 55 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,45 +7,82 @@ SPDX-License-Identifier: AGPL-3.0-only
77
SPDX-License-Identifier: (MPL-2.0 OR Apache-2.0)
88
SPDX-FileCopyrightText: escape-html developers
99
SPDX-FileCopyrightText: debounce developers
10+
SPDX-FileCopyrightText: Varun A P
1011
SPDX-FileCopyrightText: Tobias Koppers @sokra
1112
SPDX-FileCopyrightText: T. Jameson Little <[email protected]>
1213
SPDX-FileCopyrightText: Roman Shtylman <[email protected]>
14+
SPDX-FileCopyrightText: Nextcloud GmbH and Nextcloud contributors
1315
SPDX-FileCopyrightText: Matt Zabriskie
14-
SPDX-FileCopyrightText: John-David Dalton <[email protected]> (http://allyoucanleet.com/)
1516
SPDX-FileCopyrightText: John Molakvoæ (skjnldsv) <[email protected]>
17+
SPDX-FileCopyrightText: James Halliday
1618
SPDX-FileCopyrightText: GitHub Inc.
1719
SPDX-FileCopyrightText: Feross Aboukhadijeh
20+
SPDX-FileCopyrightText: Evan You
1821
SPDX-FileCopyrightText: Dr.-Ing. Mario Heiderich, Cure53 <[email protected]> (https://cure53.de/)
1922
SPDX-FileCopyrightText: Denis Pushkarev
23+
SPDX-FileCopyrightText: David Clark
2024
SPDX-FileCopyrightText: Christoph Wurst <[email protected]>
2125
SPDX-FileCopyrightText: Christoph Wurst
2226
SPDX-FileCopyrightText: Chen Fengyuan
23-
SPDX-FileCopyrightText: Andris Reinman
24-
SPDX-FileCopyrightText: @nextcloud/password-confirmation developers
27+
SPDX-FileCopyrightText: Anthony Fu <https://github.com/antfu>
28+
SPDX-FileCopyrightText: @nextcloud/dialogs developers
2529

2630

2731
This file is generated from multiple sources. Included packages:
2832
- @chenfengyuan/vue-qrcode
2933
- version: 1.0.2
3034
- license: MIT
35+
- @nextcloud/auth
36+
- version: 2.5.1
37+
- license: GPL-3.0-or-later
38+
- @nextcloud/router
39+
- version: 3.0.1
40+
- license: GPL-3.0-or-later
41+
- @nextcloud/axios
42+
- version: 2.5.1
43+
- license: GPL-3.0-or-later
3144
- @nextcloud/browser-storage
3245
- version: 0.4.0
3346
- license: GPL-3.0-or-later
47+
- @nextcloud/dialogs
48+
- version: 6.3.1
49+
- license: AGPL-3.0-or-later
3450
- semver
3551
- version: 7.7.2
3652
- license: ISC
53+
- @nextcloud/event-bus
54+
- version: 3.3.2
55+
- license: GPL-3.0-or-later
56+
- @nextcloud/initial-state
57+
- version: 2.2.0
58+
- license: GPL-3.0-or-later
3759
- @nextcloud/router
3860
- version: 3.0.1
3961
- license: GPL-3.0-or-later
62+
- @nextcloud/l10n
63+
- version: 3.4.0
64+
- license: GPL-3.0-or-later
65+
- @nextcloud/logger
66+
- version: 3.0.2
67+
- license: GPL-3.0-or-later
4068
- @nextcloud/password-confirmation
41-
- version: 5.1.1
69+
- version: 5.3.1
4270
- license: MIT
4371
- @nextcloud/router
4472
- version: 2.2.1
4573
- license: GPL-3.0-or-later
74+
- @nextcloud/router
75+
- version: 3.0.1
76+
- license: GPL-3.0-or-later
4677
- @nextcloud/vue
47-
- version: 8.19.0
78+
- version: 8.28.0
4879
- license: AGPL-3.0-or-later
80+
- @vueuse/core
81+
- version: 11.1.0
82+
- license: MIT
83+
- @vueuse/shared
84+
- version: 11.1.0
85+
- license: MIT
4986
- axios
5087
- version: 1.7.4
5188
- license: MIT
@@ -62,29 +99,35 @@ This file is generated from multiple sources. Included packages:
6299
- version: 7.1.2
63100
- license: MIT
64101
- debounce
65-
- version: 2.1.1
102+
- version: 2.2.0
66103
- license: MIT
67104
- dompurify
68-
- version: 3.1.6
105+
- version: 3.2.6
69106
- license: (MPL-2.0 OR Apache-2.0)
70107
- escape-html
71108
- version: 1.0.3
72109
- license: MIT
110+
- focus-trap
111+
- version: 7.5.2
112+
- license: MIT
73113
- ieee754
74114
- version: 1.2.1
75115
- license: BSD-3-Clause
76-
- lodash.get
77-
- version: 4.4.2
78-
- license: MIT
79-
- node-gettext
80-
- version: 3.0.0
116+
- path-browserify
117+
- version: 1.0.1
81118
- license: MIT
82119
- process
83120
- version: 0.11.10
84121
- license: MIT
85122
- style-loader
86123
- version: 4.0.0
87124
- license: MIT
125+
- toastify-js
126+
- version: 1.12.0
127+
- license: MIT
128+
- vue
129+
- version: 2.7.16
130+
- license: MIT
88131
- webpack
89132
- version: 5.95.0
90133
- license: MIT

js/twofactor_totp-main-settings.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/twofactor_totp-node_modules_nextcloud_dialogs_dist_chunks_PublicAuthPrompt-BSFsDqYB_mjs.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 118 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,118 @@
1+
SPDX-License-Identifier: MIT
2+
SPDX-License-Identifier: ISC
3+
SPDX-License-Identifier: GPL-3.0-or-later
4+
SPDX-License-Identifier: BSD-3-Clause
5+
SPDX-License-Identifier: AGPL-3.0-or-later
6+
SPDX-License-Identifier: (MPL-2.0 OR Apache-2.0)
7+
SPDX-FileCopyrightText: string_decoder developers
8+
SPDX-FileCopyrightText: escape-html developers
9+
SPDX-FileCopyrightText: Varun A P
10+
SPDX-FileCopyrightText: Tobias Koppers @sokra
11+
SPDX-FileCopyrightText: T. Jameson Little <[email protected]>
12+
SPDX-FileCopyrightText: Roman Shtylman <[email protected]>
13+
SPDX-FileCopyrightText: Roeland Jago Douma
14+
SPDX-FileCopyrightText: Nextcloud GmbH and Nextcloud contributors
15+
SPDX-FileCopyrightText: John Molakvoæ (skjnldsv) <[email protected]>
16+
SPDX-FileCopyrightText: James Halliday
17+
SPDX-FileCopyrightText: GitHub Inc.
18+
SPDX-FileCopyrightText: Feross Aboukhadijeh
19+
SPDX-FileCopyrightText: Evan You
20+
SPDX-FileCopyrightText: Dr.-Ing. Mario Heiderich, Cure53 <[email protected]> (https://cure53.de/)
21+
SPDX-FileCopyrightText: David Clark
22+
SPDX-FileCopyrightText: Christoph Wurst
23+
SPDX-FileCopyrightText: Anthony Fu <https://github.com/antfu>
24+
SPDX-FileCopyrightText: Alkemics
25+
SPDX-FileCopyrightText: @nextcloud/dialogs developers
26+
27+
28+
This file is generated from multiple sources. Included packages:
29+
- @nextcloud/auth
30+
- version: 2.5.1
31+
- license: GPL-3.0-or-later
32+
- @nextcloud/browser-storage
33+
- version: 0.4.0
34+
- license: GPL-3.0-or-later
35+
- @nextcloud/capabilities
36+
- version: 1.2.0
37+
- license: GPL-3.0-or-later
38+
- @nextcloud/dialogs
39+
- version: 6.3.1
40+
- license: AGPL-3.0-or-later
41+
- semver
42+
- version: 7.7.2
43+
- license: ISC
44+
- @nextcloud/event-bus
45+
- version: 3.3.2
46+
- license: GPL-3.0-or-later
47+
- @nextcloud/files
48+
- version: 3.12.0
49+
- license: AGPL-3.0-or-later
50+
- @nextcloud/initial-state
51+
- version: 2.2.0
52+
- license: GPL-3.0-or-later
53+
- @nextcloud/router
54+
- version: 3.0.1
55+
- license: GPL-3.0-or-later
56+
- @nextcloud/l10n
57+
- version: 3.4.0
58+
- license: GPL-3.0-or-later
59+
- @nextcloud/logger
60+
- version: 3.0.2
61+
- license: GPL-3.0-or-later
62+
- @nextcloud/sharing
63+
- version: 0.2.5
64+
- license: GPL-3.0-or-later
65+
- @nextcloud/vue
66+
- version: 8.28.0
67+
- license: AGPL-3.0-or-later
68+
- @vueuse/core
69+
- version: 11.1.0
70+
- license: MIT
71+
- @vueuse/shared
72+
- version: 11.1.0
73+
- license: MIT
74+
- base64-js
75+
- version: 1.5.1
76+
- license: MIT
77+
- buffer
78+
- version: 6.0.3
79+
- license: MIT
80+
- cancelable-promise
81+
- version: 4.3.1
82+
- license: MIT
83+
- css-loader
84+
- version: 7.1.2
85+
- license: MIT
86+
- dompurify
87+
- version: 3.2.6
88+
- license: (MPL-2.0 OR Apache-2.0)
89+
- escape-html
90+
- version: 1.0.3
91+
- license: MIT
92+
- focus-trap
93+
- version: 7.5.2
94+
- license: MIT
95+
- ieee754
96+
- version: 1.2.1
97+
- license: BSD-3-Clause
98+
- path-browserify
99+
- version: 1.0.1
100+
- license: MIT
101+
- process
102+
- version: 0.11.10
103+
- license: MIT
104+
- safe-buffer
105+
- version: 5.2.1
106+
- license: MIT
107+
- string_decoder
108+
- version: 1.3.0
109+
- license: MIT
110+
- style-loader
111+
- version: 4.0.0
112+
- license: MIT
113+
- toastify-js
114+
- version: 1.12.0
115+
- license: MIT
116+
- vue
117+
- version: 2.7.16
118+
- license: MIT

0 commit comments

Comments
 (0)