mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
Merge pull request #48186 from nextcloud/dependabot/npm_and_yarn/stable30/nextcloud/calendar-availability-vue-2.2.4
chore(deps): Bump @nextcloud/calendar-availability-vue from 2.2.2 to 2.2.4
This commit is contained in:
commit
afd88e0798
5 changed files with 16 additions and 18 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
|
|
@ -85,7 +85,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.2
|
||||
- version: 2.2.4
|
||||
- license: MIT
|
||||
- @nextcloud/capabilities
|
||||
- version: 1.2.0
|
||||
|
|
@ -406,7 +406,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 0.12.5
|
||||
- license: MIT
|
||||
- uuid
|
||||
- version: 9.0.1
|
||||
- version: 10.0.0
|
||||
- license: MIT
|
||||
- vue-loader
|
||||
- version: 15.11.1
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
22
package-lock.json
generated
22
package-lock.json
generated
|
|
@ -16,7 +16,7 @@
|
|||
"@nextcloud/axios": "^2.5.0",
|
||||
"@nextcloud/browser-storage": "^0.4.0",
|
||||
"@nextcloud/browserslist-config": "^3.0.1",
|
||||
"@nextcloud/calendar-availability-vue": "^2.2.2",
|
||||
"@nextcloud/calendar-availability-vue": "^2.2.4",
|
||||
"@nextcloud/capabilities": "^1.2.0",
|
||||
"@nextcloud/dialogs": "^6.0.0",
|
||||
"@nextcloud/event-bus": "^3.3.1",
|
||||
|
|
@ -4509,16 +4509,15 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@nextcloud/calendar-availability-vue": {
|
||||
"version": "2.2.2",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/calendar-availability-vue/-/calendar-availability-vue-2.2.2.tgz",
|
||||
"integrity": "sha512-UM+Eny8fwOPZIo1P5AwUe7dlBUJnrOKR6xyZhtRCYCSf5t5q61kqrYkYnFqvg0sMQuJLIYhZz74EqlC1zBFLgA==",
|
||||
"license": "MIT",
|
||||
"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==",
|
||||
"dependencies": {
|
||||
"@nextcloud/logger": "^3.0.2",
|
||||
"ical.js": "^2.0.1",
|
||||
"icalzone": "^0.0.1",
|
||||
"uuid": "^9.0.1",
|
||||
"vue-material-design-icons": "^5.1.2"
|
||||
"uuid": "^10.0.0",
|
||||
"vue-material-design-icons": "^5.3.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^20.0.0",
|
||||
|
|
@ -4526,7 +4525,7 @@
|
|||
},
|
||||
"peerDependencies": {
|
||||
"@nextcloud/l10n": "^1.4 || ^2.0 || ^3.0.0",
|
||||
"@nextcloud/vue": "^8.12.0",
|
||||
"@nextcloud/vue": "^8.16.0",
|
||||
"vue": "^2.7.16"
|
||||
}
|
||||
},
|
||||
|
|
@ -29270,14 +29269,13 @@
|
|||
}
|
||||
},
|
||||
"node_modules/uuid": {
|
||||
"version": "9.0.1",
|
||||
"resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz",
|
||||
"integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==",
|
||||
"version": "10.0.0",
|
||||
"resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz",
|
||||
"integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==",
|
||||
"funding": [
|
||||
"https://github.com/sponsors/broofa",
|
||||
"https://github.com/sponsors/ctavan"
|
||||
],
|
||||
"license": "MIT",
|
||||
"bin": {
|
||||
"uuid": "dist/bin/uuid"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@
|
|||
"@nextcloud/axios": "^2.5.0",
|
||||
"@nextcloud/browser-storage": "^0.4.0",
|
||||
"@nextcloud/browserslist-config": "^3.0.1",
|
||||
"@nextcloud/calendar-availability-vue": "^2.2.2",
|
||||
"@nextcloud/calendar-availability-vue": "^2.2.4",
|
||||
"@nextcloud/capabilities": "^1.2.0",
|
||||
"@nextcloud/dialogs": "^6.0.0",
|
||||
"@nextcloud/event-bus": "^3.3.1",
|
||||
|
|
|
|||
Loading…
Reference in a new issue