Merge pull request #50139 from nextcloud/dependabot/npm_and_yarn/stable30/nextcloud/calendar-availability-vue-2.2.6

This commit is contained in:
dependabot[bot] 2025-01-19 11:38:23 +00:00 committed by GitHub
commit e99ce27384
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 46 additions and 34 deletions

View file

@ -289,7 +289,7 @@ This file is generated from multiple sources. Included packages:
- version: 2.0.1
- license: MIT
- ical.js
- version: 2.0.1
- version: 2.1.0
- license: MPL-2.0
- ieee754
- version: 1.2.1

View file

@ -216,7 +216,7 @@ This file is generated from multiple sources. Included packages:
- version: 2.0.2
- license: MIT
- ical.js
- version: 2.0.1
- version: 2.1.0
- license: MPL-2.0
- ieee754
- version: 1.2.1

View file

@ -268,7 +268,7 @@ This file is generated from multiple sources. Included packages:
- version: 2.0.1
- license: MIT
- ical.js
- version: 2.0.1
- version: 2.1.0
- license: MPL-2.0
- ieee754
- version: 1.2.1

4
dist/core-common.js vendored

File diff suppressed because one or more lines are too long

View file

@ -378,7 +378,7 @@ This file is generated from multiple sources. Included packages:
- version: 1.0.0
- license: MIT
- ical.js
- version: 2.0.1
- version: 2.1.0
- license: MPL-2.0
- ieee754
- version: 1.2.1

File diff suppressed because one or more lines are too long

View file

@ -270,7 +270,7 @@ This file is generated from multiple sources. Included packages:
- version: 2.0.1
- license: MIT
- ical.js
- version: 2.0.1
- version: 2.1.0
- license: MPL-2.0
- ieee754
- version: 1.2.1

View file

@ -254,7 +254,7 @@ This file is generated from multiple sources. Included packages:
- version: 2.0.1
- license: MIT
- ical.js
- version: 2.0.1
- version: 2.1.0
- license: MPL-2.0
- ieee754
- version: 1.2.1

File diff suppressed because one or more lines are too long

View file

@ -84,8 +84,11 @@ This file is generated from multiple sources. Included packages:
- @nextcloud/browser-storage
- version: 0.4.0
- license: GPL-3.0-or-later
- uuid
- version: 11.0.5
- license: MIT
- @nextcloud/calendar-availability-vue
- version: 2.2.4
- version: 2.2.6
- license: MIT
- @nextcloud/capabilities
- version: 1.2.0
@ -241,7 +244,7 @@ This file is generated from multiple sources. Included packages:
- version: 1.0.0
- license: MIT
- ical.js
- version: 2.0.1
- version: 2.1.0
- license: MPL-2.0
- icalzone
- version: 0.0.1
@ -405,9 +408,6 @@ This file is generated from multiple sources. Included packages:
- util
- version: 0.12.5
- license: MIT
- uuid
- version: 10.0.0
- license: MIT
- vue-loader
- version: 15.11.1
- license: MIT

File diff suppressed because one or more lines are too long

View file

@ -218,7 +218,7 @@ This file is generated from multiple sources. Included packages:
- version: 2.0.2
- license: MIT
- ical.js
- version: 2.0.1
- version: 2.1.0
- license: MPL-2.0
- ieee754
- version: 1.2.1

View file

@ -232,7 +232,7 @@ This file is generated from multiple sources. Included packages:
- version: 2.0.2
- license: MIT
- ical.js
- version: 2.0.1
- version: 2.1.0
- license: MPL-2.0
- ieee754
- version: 1.2.1

View file

@ -260,7 +260,7 @@ This file is generated from multiple sources. Included packages:
- version: 2.0.1
- license: MIT
- ical.js
- version: 2.0.1
- version: 2.1.0
- license: MPL-2.0
- ieee754
- version: 1.2.1

View file

@ -197,7 +197,7 @@ This file is generated from multiple sources. Included packages:
- version: 2.0.2
- license: MIT
- ical.js
- version: 2.0.1
- version: 2.1.0
- license: MPL-2.0
- ieee754
- version: 1.2.1

36
package-lock.json generated
View file

@ -16,7 +16,7 @@
"@nextcloud/axios": "^2.5.1",
"@nextcloud/browser-storage": "^0.4.0",
"@nextcloud/browserslist-config": "^3.0.1",
"@nextcloud/calendar-availability-vue": "^2.2.4",
"@nextcloud/calendar-availability-vue": "^2.2.6",
"@nextcloud/capabilities": "^1.2.0",
"@nextcloud/dialogs": "^6.0.1",
"@nextcloud/event-bus": "^3.3.1",
@ -4552,15 +4552,15 @@
}
},
"node_modules/@nextcloud/calendar-availability-vue": {
"version": "2.2.4",
"resolved": "https://registry.npmjs.org/@nextcloud/calendar-availability-vue/-/calendar-availability-vue-2.2.4.tgz",
"integrity": "sha512-UAdqave5kWJCQHFndijQbYW0hX0ya1J+XRMpHi6RbV9Kgjdl9mP5Br6bDjrxeTt9mA55xYlI1LCdPTmUhsKq/A==",
"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==",
"dependencies": {
"@nextcloud/logger": "^3.0.2",
"ical.js": "^2.0.1",
"ical.js": "^2.1.0",
"icalzone": "^0.0.1",
"uuid": "^10.0.0",
"vue-material-design-icons": "^5.3.0"
"uuid": "^11.0.3",
"vue-material-design-icons": "^5.3.1"
},
"engines": {
"node": "^20.0.0",
@ -4568,10 +4568,22 @@
},
"peerDependencies": {
"@nextcloud/l10n": "^1.4 || ^2.0 || ^3.0.0",
"@nextcloud/vue": "^8.16.0",
"@nextcloud/vue": "^8",
"vue": "^2.7.16"
}
},
"node_modules/@nextcloud/calendar-availability-vue/node_modules/uuid": {
"version": "11.0.5",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.5.tgz",
"integrity": "sha512-508e6IcKLrhxKdBbcA2b4KQZlLVp2+J5UwQ6F7Drckkc5N9ZJwFa4TgWtsww9UG8fGHbm6gbV19TdM5pQ4GaIA==",
"funding": [
"https://github.com/sponsors/broofa",
"https://github.com/sponsors/ctavan"
],
"bin": {
"uuid": "dist/esm/bin/uuid"
}
},
"node_modules/@nextcloud/capabilities": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/@nextcloud/capabilities/-/capabilities-1.2.0.tgz",
@ -15978,10 +15990,9 @@
"license": "Unlicense"
},
"node_modules/ical.js": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/ical.js/-/ical.js-2.0.1.tgz",
"integrity": "sha512-uYYb1CwTXbd9NP/xTtgQZ5ivv6bpUjQu9VM98s3X78L3XRu00uJW5ZtmnLwyxhztpf5fSiRyDpFW7ZNCePlaPw==",
"license": "MPL-2.0"
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/ical.js/-/ical.js-2.1.0.tgz",
"integrity": "sha512-BOVfrH55xQ6kpS3muGvIXIg2l7p+eoe12/oS7R5yrO3TL/j/bLsR0PR+tYQESFbyTbvGgPHn9zQ6tI4FWyuSaQ=="
},
"node_modules/icalzone": {
"version": "0.0.1",
@ -29309,6 +29320,7 @@
"version": "10.0.0",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz",
"integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==",
"dev": true,
"funding": [
"https://github.com/sponsors/broofa",
"https://github.com/sponsors/ctavan"

View file

@ -44,7 +44,7 @@
"@nextcloud/axios": "^2.5.1",
"@nextcloud/browser-storage": "^0.4.0",
"@nextcloud/browserslist-config": "^3.0.1",
"@nextcloud/calendar-availability-vue": "^2.2.4",
"@nextcloud/calendar-availability-vue": "^2.2.6",
"@nextcloud/capabilities": "^1.2.0",
"@nextcloud/dialogs": "^6.0.1",
"@nextcloud/event-bus": "^3.3.1",