Compare commits

..

1 Commits

Author SHA1 Message Date
dependabot[bot]
a529c1ed17 Bump moment-timezone from 0.5.25 to 0.5.35
Bumps [moment-timezone](https://github.com/moment/moment-timezone) from 0.5.25 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.25...0.5.35)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-30 23:05:11 +00:00
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@@ -4953,9 +4953,9 @@
}
},
"hosted-git-info": {
"version": "2.8.9",
"resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz",
"integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==",
"version": "2.7.1",
"resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.7.1.tgz",
"integrity": "sha512-7T/BxH19zbcCTa8XkMlbK5lTo1WtgkFi3GvdWEyNuc4Vex7/9Dqbnpsf4JMydcfj9HCg4zUWFTL3Za6lapg5/w==",
"dev": true
},
"hpack.js": {
@@ -6763,9 +6763,9 @@
"integrity": "sha512-bV7f+6l2QigeBBZSM/6yTNq4P2fNpSWj/0e7jQcy87A8e7o2nAfP/34/2ky5Vw4B9S446EtIhodAzkFCcR4dQg=="
},
"moment-timezone": {
"version": "0.5.25",
"resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.25.tgz",
"integrity": "sha512-DgEaTyN/z0HFaVcVbSyVCUU6HeFdnNC3vE4c9cgu2dgMTvjBUBdBzWfasTBmAW45u5OIMeCJtU8yNjM22DHucw==",
"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

@@ -31,7 +31,7 @@
"@types/moment-timezone": "^0.5.12",
"bootstrap": "^4.3.1",
"core-js": "^2.5.4",
"moment-timezone": "^0.5.25",
"moment-timezone": "^0.5.35",
"rxjs": "~6.2.0",
"rxjs-compat": "6.0.0",
"zone.js": "~0.8.26"