3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-25 18:25:03 +00:00

chore(deps): bump moment-timezone from 0.5.27 to 0.5.35 in /backend

Bumps [moment-timezone](https://github.com/moment/moment-timezone) from 0.5.27 to 0.5.35.
- [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.27...0.5.35)

---
updated-dependencies:
- dependency-name: moment-timezone
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-08-30 23:49:05 +00:00 committed by GitHub
parent ccd1d3d69e
commit 31dab78e51
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 5 deletions

View file

@ -33,7 +33,7 @@
"lodash.intersection": "^4.4.0",
"lodash.isequal": "^4.5.0",
"lodash.pick": "^4.4.0",
"moment-timezone": "^0.5.21",
"moment-timezone": "^0.5.35",
"multer": "^1.4.3",
"mysql": "^2.16.0",
"node-fetch": "^2.6.7",
@ -3031,8 +3031,9 @@
}
},
"node_modules/moment-timezone": {
"version": "0.5.27",
"license": "MIT",
"version": "0.5.35",
"resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.35.tgz",
"integrity": "sha512-cY/pBOEXepQvlgli06ttCTKcIf8cD1nmNwOKQQAdHBqYApQSpAqotBMX0RJZNgMp6i0PlZuf1mFtnlyEkwyvFw==",
"dependencies": {
"moment": ">= 2.9.0"
},
@ -7206,7 +7207,9 @@
"version": "2.24.0"
},
"moment-timezone": {
"version": "0.5.27",
"version": "0.5.35",
"resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.35.tgz",
"integrity": "sha512-cY/pBOEXepQvlgli06ttCTKcIf8cD1nmNwOKQQAdHBqYApQSpAqotBMX0RJZNgMp6i0PlZuf1mFtnlyEkwyvFw==",
"requires": {
"moment": ">= 2.9.0"
}

View file

@ -48,7 +48,7 @@
"lodash.intersection": "^4.4.0",
"lodash.isequal": "^4.5.0",
"lodash.pick": "^4.4.0",
"moment-timezone": "^0.5.21",
"moment-timezone": "^0.5.35",
"multer": "^1.4.3",
"mysql": "^2.16.0",
"node-fetch": "^2.6.7",