Skip to content

Commit e33511b

Browse files
fix(deps): Fix npm audit
Signed-off-by: GitHub <noreply@github.com>
1 parent 844e103 commit e33511b

19 files changed

+1288
-1573
lines changed

js/privacy-main.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/privacy-main.js.license

Lines changed: 17 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,10 @@ SPDX-FileCopyrightText: Roeland Jago Douma
1414
SPDX-FileCopyrightText: Rob Cresswell <robcresswell@pm.me>
1515
SPDX-FileCopyrightText: Paul Vorbach <paul@vorba.ch> (http://paul.vorba.ch)
1616
SPDX-FileCopyrightText: Paul Vorbach <paul@vorb.de> (http://vorb.de)
17-
SPDX-FileCopyrightText: Matt Zabriskie
18-
SPDX-FileCopyrightText: John-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)
19-
SPDX-FileCopyrightText: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
17+
SPDX-FileCopyrightText: Nextcloud GmbH and Nextcloud contributors
2018
SPDX-FileCopyrightText: Jeff Sagal <sagalbot@gmail.com>
2119
SPDX-FileCopyrightText: James Halliday
2220
SPDX-FileCopyrightText: Jacob Clevenger<https://github.com/wheatjs>
23-
SPDX-FileCopyrightText: Hypercontext
2421
SPDX-FileCopyrightText: Guillaume Chau <guillaume.b.chau@gmail.com>
2522
SPDX-FileCopyrightText: GitHub Inc.
2623
SPDX-FileCopyrightText: Georg Ehrke
@@ -32,46 +29,48 @@ SPDX-FileCopyrightText: Dr.-Ing. Mario Heiderich, Cure53 <mario@cure53.de> (http
3229
SPDX-FileCopyrightText: David Clark
3330
SPDX-FileCopyrightText: Christoph Wurst
3431
SPDX-FileCopyrightText: Anthony Fu <https://github.com/antfu>
35-
SPDX-FileCopyrightText: Andris Reinman
3632
SPDX-FileCopyrightText: @nextcloud/dialogs developers
3733

3834

3935
This file is generated from multiple sources. Included packages:
4036
- @nextcloud/auth
41-
- version: 2.4.0
37+
- version: 2.5.3
4238
- license: GPL-3.0-or-later
4339
- @nextcloud/axios
44-
- version: 2.5.1
40+
- version: 2.5.2
4541
- license: GPL-3.0-or-later
4642
- @nextcloud/browser-storage
47-
- version: 0.4.0
43+
- version: 0.5.0
4844
- license: GPL-3.0-or-later
4945
- @nextcloud/capabilities
5046
- version: 1.2.0
5147
- license: GPL-3.0-or-later
5248
- @nextcloud/dialogs
53-
- version: 5.3.7
49+
- version: 5.3.8
5450
- license: AGPL-3.0-or-later
5551
- semver
56-
- version: 7.6.2
52+
- version: 7.7.3
5753
- license: ISC
5854
- @nextcloud/event-bus
59-
- version: 3.3.1
55+
- version: 3.3.2
6056
- license: GPL-3.0-or-later
6157
- @nextcloud/initial-state
6258
- version: 2.2.0
6359
- license: GPL-3.0-or-later
6460
- @nextcloud/l10n
65-
- version: 3.1.0
61+
- version: 3.4.0
62+
- license: GPL-3.0-or-later
63+
- @nextcloud/logger
64+
- version: 3.0.2
6665
- license: GPL-3.0-or-later
6766
- @nextcloud/router
6867
- version: 3.0.1
6968
- license: GPL-3.0-or-later
7069
- @nextcloud/vue-select
71-
- version: 3.25.1
70+
- version: 3.26.0
7271
- license: MIT
7372
- @nextcloud/vue
74-
- version: 8.19.0
73+
- version: 8.33.0
7574
- license: AGPL-3.0-or-later
7675
- @vueuse/components
7776
- version: 11.1.0
@@ -82,9 +81,6 @@ This file is generated from multiple sources. Included packages:
8281
- @vueuse/shared
8382
- version: 11.1.0
8483
- license: MIT
85-
- axios
86-
- version: 1.7.7
87-
- license: MIT
8884
- base64-js
8985
- version: 1.5.1
9086
- license: MIT
@@ -101,7 +97,7 @@ This file is generated from multiple sources. Included packages:
10197
- version: 7.1.2
10298
- license: MIT
10399
- dompurify
104-
- version: 3.1.7
100+
- version: 3.3.0
105101
- license: (MPL-2.0 OR Apache-2.0)
106102
- escape-html
107103
- version: 1.0.3
@@ -118,18 +114,9 @@ This file is generated from multiple sources. Included packages:
118114
- is-buffer
119115
- version: 1.1.6
120116
- license: MIT
121-
- linkify-string
122-
- version: 4.1.1
123-
- license: MIT
124-
- lodash.get
125-
- version: 4.4.2
126-
- license: MIT
127117
- md5
128118
- version: 2.3.0
129119
- license: BSD-3-Clause
130-
- node-gettext
131-
- version: 3.0.0
132-
- license: MIT
133120
- path-browserify
134121
- version: 1.0.1
135122
- license: MIT
@@ -142,6 +129,9 @@ This file is generated from multiple sources. Included packages:
142129
- style-loader
143130
- version: 4.0.0
144131
- license: MIT
132+
- tabbable
133+
- version: 6.2.0
134+
- license: MIT
145135
- toastify-js
146136
- version: 1.12.0
147137
- license: MIT

js/privacy-main.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/privacy-node_modules_nextcloud_dialogs_dist_chunks_index-C1azEbgd_mjs.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

js/privacy-node_modules_nextcloud_dialogs_dist_chunks_index-C1azEbgd_mjs.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

js/privacy-node_modules_nextcloud_dialogs_dist_chunks_index-Kg2hZgGF_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.

js/privacy-node_modules_nextcloud_dialogs_dist_chunks_index-C1azEbgd_mjs.js.license renamed to js/privacy-node_modules_nextcloud_dialogs_dist_chunks_index-Kg2hZgGF_mjs.js.license

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ SPDX-FileCopyrightText: @nextcloud/dialogs developers
66

77
This file is generated from multiple sources. Included packages:
88
- @nextcloud/dialogs
9-
- version: 5.3.7
9+
- version: 5.3.8
1010
- license: AGPL-3.0-or-later
1111
- vue
1212
- version: 2.7.16

js/privacy-node_modules_nextcloud_dialogs_dist_chunks_index-Kg2hZgGF_mjs.js.map

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/privacy-node_modules_nextcloud_vue_dist_Components_NcColorPicker_mjs.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.
Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
SPDX-License-Identifier: MIT
2+
SPDX-License-Identifier: ISC
3+
SPDX-License-Identifier: GPL-3.0-or-later
4+
SPDX-License-Identifier: AGPL-3.0-or-later
5+
SPDX-License-Identifier: (MPL-2.0 OR Apache-2.0)
6+
SPDX-FileCopyrightText: xiaokai <kexiaokai@gmail.com>
7+
SPDX-FileCopyrightText: escape-html developers
8+
SPDX-FileCopyrightText: Tobias Koppers @sokra
9+
SPDX-FileCopyrightText: Roman Shtylman <shtylman@gmail.com>
10+
SPDX-FileCopyrightText: Nextcloud GmbH and Nextcloud contributors
11+
SPDX-FileCopyrightText: Guillaume Chau <guillaume.b.chau@gmail.com>
12+
SPDX-FileCopyrightText: GitHub Inc.
13+
SPDX-FileCopyrightText: Evan You
14+
SPDX-FileCopyrightText: Dr.-Ing. Mario Heiderich, Cure53 <mario@cure53.de> (https://cure53.de/)
15+
SPDX-FileCopyrightText: David Clark
16+
SPDX-FileCopyrightText: Christoph Wurst
17+
SPDX-FileCopyrightText: Anthony Fu <https://github.com/antfu>
18+
19+
20+
This file is generated from multiple sources. Included packages:
21+
- @nextcloud/auth
22+
- version: 2.5.3
23+
- license: GPL-3.0-or-later
24+
- @nextcloud/browser-storage
25+
- version: 0.5.0
26+
- license: GPL-3.0-or-later
27+
- semver
28+
- version: 7.7.3
29+
- license: ISC
30+
- @nextcloud/event-bus
31+
- version: 3.3.2
32+
- license: GPL-3.0-or-later
33+
- @nextcloud/l10n
34+
- version: 3.4.0
35+
- license: GPL-3.0-or-later
36+
- @nextcloud/logger
37+
- version: 3.0.2
38+
- license: GPL-3.0-or-later
39+
- @nextcloud/router
40+
- version: 3.0.1
41+
- license: GPL-3.0-or-later
42+
- @nextcloud/vue
43+
- version: 8.33.0
44+
- license: AGPL-3.0-or-later
45+
- @vueuse/core
46+
- version: 11.1.0
47+
- license: MIT
48+
- @vueuse/shared
49+
- version: 11.1.0
50+
- license: MIT
51+
- css-loader
52+
- version: 7.1.2
53+
- license: MIT
54+
- dompurify
55+
- version: 3.3.0
56+
- license: (MPL-2.0 OR Apache-2.0)
57+
- escape-html
58+
- version: 1.0.3
59+
- license: MIT
60+
- floating-vue
61+
- version: 1.0.0-beta.19
62+
- license: MIT
63+
- focus-trap
64+
- version: 7.5.2
65+
- license: MIT
66+
- process
67+
- version: 0.11.10
68+
- license: MIT
69+
- style-loader
70+
- version: 4.0.0
71+
- license: MIT
72+
- tabbable
73+
- version: 6.2.0
74+
- license: MIT
75+
- vue-color
76+
- version: 2.8.1
77+
- license: MIT
78+
- vue
79+
- version: 2.7.16
80+
- license: MIT

0 commit comments

Comments
 (0)