mirror of
https://github.com/nextcloud/server.git
synced 2026-02-26 11:31:13 -05:00
Merge pull request #53718 from nextcloud/automated/noid/master-fix-npm-audit
[master] Fix npm audit
This commit is contained in:
commit
ae4bbbf82b
4 changed files with 13 additions and 13 deletions
4
dist/dav-settings-personal-availability.js
vendored
4
dist/dav-settings-personal-availability.js
vendored
File diff suppressed because one or more lines are too long
|
|
@ -81,7 +81,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 0.4.0
|
||||
- license: GPL-3.0-or-later
|
||||
- @nextcloud/calendar-availability-vue
|
||||
- version: 2.2.6
|
||||
- version: 2.2.7
|
||||
- license: MIT
|
||||
- @nextcloud/capabilities
|
||||
- version: 1.2.0
|
||||
|
|
@ -396,7 +396,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 0.12.5
|
||||
- license: MIT
|
||||
- uuid
|
||||
- version: 11.0.4
|
||||
- version: 11.1.0
|
||||
- license: MIT
|
||||
- vue-loader
|
||||
- version: 15.11.1
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
16
package-lock.json
generated
16
package-lock.json
generated
|
|
@ -4036,15 +4036,15 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@nextcloud/calendar-availability-vue": {
|
||||
"version": "2.2.6",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/calendar-availability-vue/-/calendar-availability-vue-2.2.6.tgz",
|
||||
"integrity": "sha512-FVH1fyE3LClbTtrSGGkd/u0FBASQwXchp4DYDMrw+OPiLb3Q/p9zmOVC6liXzHuRmNPAwvtOgLyKWZE18Fr5Sg==",
|
||||
"version": "2.2.7",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/calendar-availability-vue/-/calendar-availability-vue-2.2.7.tgz",
|
||||
"integrity": "sha512-C8nnj/z2L0c3aiYXsGNsG8KdLec++IQrFvSwaLo9E26FxWymnHkdwXlcZSZumDw0vRBvbtkthWJVqv5pL9lY3w==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@nextcloud/logger": "^3.0.2",
|
||||
"ical.js": "^2.1.0",
|
||||
"icalzone": "^0.0.1",
|
||||
"uuid": "^11.0.3",
|
||||
"uuid": "^11.1.0",
|
||||
"vue-material-design-icons": "^5.3.1"
|
||||
},
|
||||
"engines": {
|
||||
|
|
@ -4053,7 +4053,7 @@
|
|||
},
|
||||
"peerDependencies": {
|
||||
"@nextcloud/l10n": "^1.4 || ^2.0 || ^3.0.0",
|
||||
"@nextcloud/vue": "^8",
|
||||
"@nextcloud/vue": "^8.27.0",
|
||||
"vue": "^2.7.16"
|
||||
}
|
||||
},
|
||||
|
|
@ -25889,9 +25889,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/uuid": {
|
||||
"version": "11.0.4",
|
||||
"resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.4.tgz",
|
||||
"integrity": "sha512-IzL6VtTTYcAhA/oghbFJ1Dkmqev+FpQWnCBaKq/gUluLxliWvO8DPFWfIviRmYbtaavtSQe4WBL++rFjdcGWEg==",
|
||||
"version": "11.1.0",
|
||||
"resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.0.tgz",
|
||||
"integrity": "sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==",
|
||||
"funding": [
|
||||
"https://github.com/sponsors/broofa",
|
||||
"https://github.com/sponsors/ctavan"
|
||||
|
|
|
|||
Loading…
Reference in a new issue