Skip to content

Commit 75ae808

Browse files
authored
Merge pull request #909 from nextcloud/automated/noid/master-fix-npm-audit
2 parents 6501587 + f3592a9 commit 75ae808

11 files changed

Lines changed: 355 additions & 38 deletions

js/recommendations-dashboard.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/recommendations-dashboard.js.license

Lines changed: 54 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
44
SPDX-License-Identifier: BSD-3-Clause
55
SPDX-License-Identifier: BSD-2-Clause
66
SPDX-License-Identifier: AGPL-3.0-or-later
7+
SPDX-License-Identifier: (MPL-2.0 OR Apache-2.0)
78
SPDX-FileCopyrightText: xiaokai <kexiaokai@gmail.com>
89
SPDX-FileCopyrightText: rhysd <lin90162@yahoo.co.jp>
910
SPDX-FileCopyrightText: inline-style-parser developers
@@ -15,24 +16,30 @@ SPDX-FileCopyrightText: T. Jameson Little <t.jameson.little@gmail.com>
1516
SPDX-FileCopyrightText: Stefan Thomas <justmoon@members.fsf.org> (http://www.justmoon.net)
1617
SPDX-FileCopyrightText: Sindre Sorhus
1718
SPDX-FileCopyrightText: Roman Shtylman <shtylman@gmail.com>
19+
SPDX-FileCopyrightText: Roeland Jago Douma
1820
SPDX-FileCopyrightText: Rob Cresswell <robcresswell@pm.me>
1921
SPDX-FileCopyrightText: Paul Vorbach <paul@vorba.ch> (http://paul.vorba.ch)
2022
SPDX-FileCopyrightText: Paul Vorbach <paul@vorb.de> (http://vorb.de)
23+
SPDX-FileCopyrightText: Nextcloud GmbH and Nextcloud contributors
2124
SPDX-FileCopyrightText: Max <max@nextcloud.com>
2225
SPDX-FileCopyrightText: Matt Zabriskie
2326
SPDX-FileCopyrightText: Mark <mark@remarkablemark.org>
2427
SPDX-FileCopyrightText: Mapbox
25-
SPDX-FileCopyrightText: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2628
SPDX-FileCopyrightText: Jeff Sagal <sagalbot@gmail.com>
29+
SPDX-FileCopyrightText: Jacob Clevenger<https://github.com/wheatjs>
30+
SPDX-FileCopyrightText: Guillaume Chau <guillaume.b.chau@gmail.com>
2731
SPDX-FileCopyrightText: GitHub Inc.
2832
SPDX-FileCopyrightText: Feross Aboukhadijeh
2933
SPDX-FileCopyrightText: Evan You
3034
SPDX-FileCopyrightText: Eugene Sharygin <eush77@gmail.com>
3135
SPDX-FileCopyrightText: Eric Norris (https://github.com/ericnorris)
36+
SPDX-FileCopyrightText: Dr.-Ing. Mario Heiderich, Cure53 <mario@cure53.de> (https://cure53.de/)
37+
SPDX-FileCopyrightText: David Clark
3238
SPDX-FileCopyrightText: Christoph Wurst
3339
SPDX-FileCopyrightText: Borys Serebrov
3440
SPDX-FileCopyrightText: Arnout Kazemier
3541
SPDX-FileCopyrightText: Antoni Andre <antoniandre.web@gmail.com>
42+
SPDX-FileCopyrightText: Anthony Fu <https://github.com/antfu>
3643
SPDX-FileCopyrightText: Andrea Giammarchi
3744

3845

@@ -49,18 +56,51 @@ This file is generated from multiple sources. Included packages:
4956
- @mapbox/hast-util-table-cell-style
5057
- version: 0.2.1
5158
- license: BSD-2-Clause
59+
- @nextcloud/auth
60+
- version: 2.4.0
61+
- license: GPL-3.0-or-later
62+
- @nextcloud/axios
63+
- version: 2.5.1
64+
- license: GPL-3.0-or-later
5265
- @nextcloud/browser-storage
5366
- version: 0.4.0
5467
- license: GPL-3.0-or-later
68+
- @nextcloud/capabilities
69+
- version: 1.2.0
70+
- license: GPL-3.0-or-later
71+
- @nextcloud/event-bus
72+
- version: 3.3.2
73+
- license: GPL-3.0-or-later
74+
- @nextcloud/initial-state
75+
- version: 2.2.0
76+
- license: GPL-3.0-or-later
77+
- @nextcloud/l10n
78+
- version: 3.4.0
79+
- license: GPL-3.0-or-later
80+
- @nextcloud/logger
81+
- version: 3.0.2
82+
- license: GPL-3.0-or-later
83+
- @nextcloud/router
84+
- version: 3.0.1
85+
- license: GPL-3.0-or-later
5586
- @nextcloud/vue-select
5687
- version: 3.25.1
5788
- license: MIT
5889
- @nextcloud/vue
59-
- version: 8.28.0
90+
- version: 8.29.1
6091
- license: AGPL-3.0-or-later
6192
- @ungap/structured-clone
6293
- version: 1.2.0
6394
- license: ISC
95+
- @vueuse/components
96+
- version: 11.1.0
97+
- license: MIT
98+
- @vueuse/core
99+
- version: 11.1.0
100+
- license: MIT
101+
- @vueuse/shared
102+
- version: 11.1.0
103+
- license: MIT
64104
- axios
65105
- version: 1.9.0
66106
- license: MIT
@@ -94,6 +134,9 @@ This file is generated from multiple sources. Included packages:
94134
- devlop
95135
- version: 1.1.0
96136
- license: MIT
137+
- dompurify
138+
- version: 3.2.6
139+
- license: (MPL-2.0 OR Apache-2.0)
97140
- emoji-mart-vue-fast
98141
- version: 15.0.4
99142
- license: BSD-3-Clause
@@ -103,6 +146,12 @@ This file is generated from multiple sources. Included packages:
103146
- extend
104147
- version: 3.0.2
105148
- license: MIT
149+
- floating-vue
150+
- version: 1.0.0-beta.19
151+
- license: MIT
152+
- focus-trap
153+
- version: 7.5.4
154+
- license: MIT
106155
- hast-to-hyperscript
107156
- version: 10.0.3
108157
- license: MIT
@@ -250,6 +299,9 @@ This file is generated from multiple sources. Included packages:
250299
- style-to-object
251300
- version: 0.4.4
252301
- license: MIT
302+
- tabbable
303+
- version: 6.2.0
304+
- license: MIT
253305
- trim-lines
254306
- version: 3.0.1
255307
- license: MIT

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

Lines changed: 54 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
44
SPDX-License-Identifier: BSD-3-Clause
55
SPDX-License-Identifier: BSD-2-Clause
66
SPDX-License-Identifier: AGPL-3.0-or-later
7+
SPDX-License-Identifier: (MPL-2.0 OR Apache-2.0)
78
SPDX-FileCopyrightText: xiaokai <kexiaokai@gmail.com>
89
SPDX-FileCopyrightText: rhysd <lin90162@yahoo.co.jp>
910
SPDX-FileCopyrightText: inline-style-parser developers
@@ -15,25 +16,31 @@ SPDX-FileCopyrightText: T. Jameson Little <t.jameson.little@gmail.com>
1516
SPDX-FileCopyrightText: Stefan Thomas <justmoon@members.fsf.org> (http://www.justmoon.net)
1617
SPDX-FileCopyrightText: Sindre Sorhus
1718
SPDX-FileCopyrightText: Roman Shtylman <shtylman@gmail.com>
19+
SPDX-FileCopyrightText: Roeland Jago Douma
1820
SPDX-FileCopyrightText: Rob Cresswell <robcresswell@pm.me>
1921
SPDX-FileCopyrightText: Paul Vorbach <paul@vorba.ch> (http://paul.vorba.ch)
2022
SPDX-FileCopyrightText: Paul Vorbach <paul@vorb.de> (http://vorb.de)
23+
SPDX-FileCopyrightText: Nextcloud GmbH and Nextcloud contributors
2124
SPDX-FileCopyrightText: Max <max@nextcloud.com>
2225
SPDX-FileCopyrightText: Matt Zabriskie
2326
SPDX-FileCopyrightText: Mark <mark@remarkablemark.org>
2427
SPDX-FileCopyrightText: Mapbox
25-
SPDX-FileCopyrightText: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2628
SPDX-FileCopyrightText: Jeff Sagal <sagalbot@gmail.com>
2729
SPDX-FileCopyrightText: James Halliday
30+
SPDX-FileCopyrightText: Jacob Clevenger<https://github.com/wheatjs>
31+
SPDX-FileCopyrightText: Guillaume Chau <guillaume.b.chau@gmail.com>
2832
SPDX-FileCopyrightText: GitHub Inc.
2933
SPDX-FileCopyrightText: Feross Aboukhadijeh
3034
SPDX-FileCopyrightText: Evan You
3135
SPDX-FileCopyrightText: Eugene Sharygin <eush77@gmail.com>
3236
SPDX-FileCopyrightText: Eric Norris (https://github.com/ericnorris)
37+
SPDX-FileCopyrightText: Dr.-Ing. Mario Heiderich, Cure53 <mario@cure53.de> (https://cure53.de/)
38+
SPDX-FileCopyrightText: David Clark
3339
SPDX-FileCopyrightText: Christoph Wurst
3440
SPDX-FileCopyrightText: Borys Serebrov
3541
SPDX-FileCopyrightText: Arnout Kazemier
3642
SPDX-FileCopyrightText: Antoni Andre <antoniandre.web@gmail.com>
43+
SPDX-FileCopyrightText: Anthony Fu <https://github.com/antfu>
3744
SPDX-FileCopyrightText: Andrea Giammarchi
3845
SPDX-FileCopyrightText: Alkemics
3946

@@ -51,18 +58,51 @@ This file is generated from multiple sources. Included packages:
5158
- @mapbox/hast-util-table-cell-style
5259
- version: 0.2.1
5360
- license: BSD-2-Clause
61+
- @nextcloud/auth
62+
- version: 2.4.0
63+
- license: GPL-3.0-or-later
64+
- @nextcloud/axios
65+
- version: 2.5.1
66+
- license: GPL-3.0-or-later
5467
- @nextcloud/browser-storage
5568
- version: 0.4.0
5669
- license: GPL-3.0-or-later
70+
- @nextcloud/capabilities
71+
- version: 1.2.0
72+
- license: GPL-3.0-or-later
73+
- @nextcloud/event-bus
74+
- version: 3.3.2
75+
- license: GPL-3.0-or-later
76+
- @nextcloud/initial-state
77+
- version: 2.2.0
78+
- license: GPL-3.0-or-later
79+
- @nextcloud/l10n
80+
- version: 3.4.0
81+
- license: GPL-3.0-or-later
82+
- @nextcloud/logger
83+
- version: 3.0.2
84+
- license: GPL-3.0-or-later
85+
- @nextcloud/router
86+
- version: 3.0.1
87+
- license: GPL-3.0-or-later
5788
- @nextcloud/vue-select
5889
- version: 3.25.1
5990
- license: MIT
6091
- @nextcloud/vue
61-
- version: 8.28.0
92+
- version: 8.29.1
6293
- license: AGPL-3.0-or-later
6394
- @ungap/structured-clone
6495
- version: 1.2.0
6596
- license: ISC
97+
- @vueuse/components
98+
- version: 11.1.0
99+
- license: MIT
100+
- @vueuse/core
101+
- version: 11.1.0
102+
- license: MIT
103+
- @vueuse/shared
104+
- version: 11.1.0
105+
- license: MIT
66106
- axios
67107
- version: 1.9.0
68108
- license: MIT
@@ -99,6 +139,9 @@ This file is generated from multiple sources. Included packages:
99139
- devlop
100140
- version: 1.1.0
101141
- license: MIT
142+
- dompurify
143+
- version: 3.2.6
144+
- license: (MPL-2.0 OR Apache-2.0)
102145
- emoji-mart-vue-fast
103146
- version: 15.0.4
104147
- license: BSD-3-Clause
@@ -108,6 +151,12 @@ This file is generated from multiple sources. Included packages:
108151
- extend
109152
- version: 3.0.2
110153
- license: MIT
154+
- floating-vue
155+
- version: 1.0.0-beta.19
156+
- license: MIT
157+
- focus-trap
158+
- version: 7.5.4
159+
- license: MIT
111160
- hast-to-hyperscript
112161
- version: 10.0.3
113162
- license: MIT
@@ -258,6 +307,9 @@ This file is generated from multiple sources. Included packages:
258307
- style-to-object
259308
- version: 0.4.4
260309
- license: MIT
310+
- tabbable
311+
- version: 6.2.0
312+
- license: MIT
261313
- trim-lines
262314
- version: 3.0.1
263315
- license: MIT

js/recommendations-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/recommendations-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: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
SPDX-License-Identifier: MIT
2+
SPDX-License-Identifier: GPL-3.0-or-later
3+
SPDX-License-Identifier: AGPL-3.0-or-later
4+
SPDX-License-Identifier: (MPL-2.0 OR Apache-2.0)
5+
SPDX-FileCopyrightText: xiaokai <kexiaokai@gmail.com>
6+
SPDX-FileCopyrightText: escape-html developers
7+
SPDX-FileCopyrightText: Tobias Koppers @sokra
8+
SPDX-FileCopyrightText: Nextcloud GmbH and Nextcloud contributors
9+
SPDX-FileCopyrightText: Guillaume Chau <guillaume.b.chau@gmail.com>
10+
SPDX-FileCopyrightText: Evan You
11+
SPDX-FileCopyrightText: Dr.-Ing. Mario Heiderich, Cure53 <mario@cure53.de> (https://cure53.de/)
12+
SPDX-FileCopyrightText: David Clark
13+
SPDX-FileCopyrightText: Christoph Wurst
14+
SPDX-FileCopyrightText: Anthony Fu <https://github.com/antfu>
15+
16+
17+
This file is generated from multiple sources. Included packages:
18+
- @nextcloud/l10n
19+
- version: 3.4.0
20+
- license: GPL-3.0-or-later
21+
- @nextcloud/router
22+
- version: 3.0.1
23+
- license: GPL-3.0-or-later
24+
- @nextcloud/vue
25+
- version: 8.29.1
26+
- license: AGPL-3.0-or-later
27+
- @vueuse/core
28+
- version: 11.1.0
29+
- license: MIT
30+
- @vueuse/shared
31+
- version: 11.1.0
32+
- license: MIT
33+
- css-loader
34+
- version: 7.1.2
35+
- license: MIT
36+
- dompurify
37+
- version: 3.2.6
38+
- license: (MPL-2.0 OR Apache-2.0)
39+
- escape-html
40+
- version: 1.0.3
41+
- license: MIT
42+
- floating-vue
43+
- version: 1.0.0-beta.19
44+
- license: MIT
45+
- focus-trap
46+
- version: 7.5.4
47+
- license: MIT
48+
- style-loader
49+
- version: 4.0.0
50+
- license: MIT
51+
- tabbable
52+
- version: 6.2.0
53+
- license: MIT
54+
- vue-color
55+
- version: 2.8.1
56+
- license: MIT
57+
- vue
58+
- version: 2.7.16
59+
- license: MIT

js/recommendations-node_modules_nextcloud_vue_dist_Components_NcSelect_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.

0 commit comments

Comments
 (0)