mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 23:03:00 -04:00
build(deps): bump moment-timezone from 0.5.48 to 0.6.0
Bumps [moment-timezone](https://github.com/moment/moment-timezone) from 0.5.48 to 0.6.0. - [Release notes](https://github.com/moment/moment-timezone/releases) - [Changelog](https://github.com/moment/moment-timezone/blob/develop/changelog.md) - [Commits](https://github.com/moment/moment-timezone/compare/0.5.48...0.6.0) --- updated-dependencies: - dependency-name: moment-timezone dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
This commit is contained in:
parent
5957579445
commit
212ab71cc9
5 changed files with 9 additions and 9 deletions
4
dist/workflowengine-workflowengine.js
vendored
4
dist/workflowengine-workflowengine.js
vendored
File diff suppressed because one or more lines are too long
|
|
@ -137,7 +137,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 2.3.0
|
||||
- license: BSD-3-Clause
|
||||
- moment-timezone
|
||||
- version: 0.5.48
|
||||
- version: 0.6.0
|
||||
- license: MIT
|
||||
- moment
|
||||
- version: 2.30.1
|
||||
|
|
|
|||
2
dist/workflowengine-workflowengine.js.map
vendored
2
dist/workflowengine-workflowengine.js.map
vendored
File diff suppressed because one or more lines are too long
8
package-lock.json
generated
8
package-lock.json
generated
|
|
@ -59,7 +59,7 @@
|
|||
"lodash": "^4.17.21",
|
||||
"marked": "^15.0.11",
|
||||
"moment": "^2.30.1",
|
||||
"moment-timezone": "^0.5.48",
|
||||
"moment-timezone": "^0.6.0",
|
||||
"nextcloud-vue-collections": "^0.13.0",
|
||||
"p-limit": "^6.2.0",
|
||||
"p-queue": "^8.1.0",
|
||||
|
|
@ -18634,9 +18634,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/moment-timezone": {
|
||||
"version": "0.5.48",
|
||||
"resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.48.tgz",
|
||||
"integrity": "sha512-f22b8LV1gbTO2ms2j2z13MuPogNoh5UzxL3nzNAYKGraILnbGc9NEE6dyiiiLv46DGRb8A4kg8UKWLjPthxBHw==",
|
||||
"version": "0.6.0",
|
||||
"resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.6.0.tgz",
|
||||
"integrity": "sha512-ldA5lRNm3iJCWZcBCab4pnNL3HSZYXVb/3TYr75/1WCTWYuTqYUb5f/S384pncYjJ88lbO8Z4uPDvmoluHJc8Q==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"moment": "^2.29.4"
|
||||
|
|
|
|||
|
|
@ -90,7 +90,7 @@
|
|||
"lodash": "^4.17.21",
|
||||
"marked": "^15.0.11",
|
||||
"moment": "^2.30.1",
|
||||
"moment-timezone": "^0.5.48",
|
||||
"moment-timezone": "^0.6.0",
|
||||
"nextcloud-vue-collections": "^0.13.0",
|
||||
"p-limit": "^6.2.0",
|
||||
"p-queue": "^8.1.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue