Skip to content

Commit 1b91dcb

Browse files
authored
Merge pull request #1407 from nextcloud/automated/noid/stable26-fix-npm-audit
[stable26] Fix npm audit
2 parents cd56821 + 7777fba commit 1b91dcb

18 files changed

Lines changed: 225 additions & 76 deletions

__mocks__/@nextcloud/axios.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const wsData = require('./activity_ws.json')
44

55
axios.get = function(url) {
66
return new Promise((resolve, reject) => {
7-
if (url === 'http://localhostundefined/ocs/v2.php/apps/activity/api/v2/activity/filter') {
7+
if (url.match('/ocs/v2.php/apps/activity/api/v2/activity/filter')) {
88
resolve({ data: wsData })
99
} else {
1010
// eslint-disable-next-line no-console

js/activity-139.js

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

js/activity-139.js.LICENSE.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
/*!
2+
* Determine if an object is a Buffer
3+
*
4+
* @author Feross Aboukhadijeh <https://feross.org>
5+
* @license MIT
6+
*/
7+
8+
/*!
9+
* focus-trap 7.2.0
10+
* @license MIT, https://github.com/focus-trap/focus-trap/blob/master/LICENSE
11+
*/
12+
13+
/*!
14+
* tabbable 6.0.1
15+
* @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
16+
*/

js/activity-139.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/activity-620.js

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

js/activity-620.js.LICENSE.txt

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
/*!
2+
* Determine if an object is a Buffer
3+
*
4+
* @author Feross Aboukhadijeh <https://feross.org>
5+
* @license MIT
6+
*/
7+
8+
/*!
9+
* The buffer module from node.js, for the browser.
10+
*
11+
* @author Feross Aboukhadijeh <https://feross.org>
12+
* @license MIT
13+
*/
14+
15+
/*!
16+
* Vue.js v2.7.14
17+
* (c) 2014-2022 Evan You
18+
* Released under the MIT License.
19+
*/
20+
21+
/*!
22+
* escape-html
23+
* Copyright(c) 2012-2013 TJ Holowaychuk
24+
* Copyright(c) 2015 Andreas Lubbe
25+
* Copyright(c) 2015 Tiancheng "Timothy" Gu
26+
* MIT Licensed
27+
*/
28+
29+
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
30+
31+
/**
32+
* @copyright Copyright (c) 2021 Louis Chemineau <[email protected]>
33+
*
34+
* @author Louis Chemineau <[email protected]>
35+
*
36+
* @license AGPL-3.0-or-later
37+
*
38+
* This program is free software: you can redistribute it and/or modify
39+
* it under the terms of the GNU Affero General Public License as
40+
* published by the Free Software Foundation, either version 3 of the
41+
* License, or (at your option) any later version.
42+
*
43+
* This program is distributed in the hope that it will be useful,
44+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
45+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
46+
* GNU Affero General Public License for more details.
47+
*
48+
* You should have received a copy of the GNU Affero General Public License
49+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
50+
*
51+
*/
52+
53+
//! authors : Tim Wood, Iskren Chernev, Moment.js contributors
54+
55+
//! license : MIT
56+
57+
//! moment.js
58+
59+
//! moment.js locale configuration
60+
61+
//! momentjs.com
62+
63+
//! version : 2.29.4

js/activity-620.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/activity-adminSettings.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/activity-adminSettings.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/activity-dashboard-lazy.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.

0 commit comments

Comments
 (0)