From 22920768cb346a9f02f29ff0769c4d6099d1201b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Aug 2022 23:56:01 +0000 Subject: [PATCH] Bump moment-timezone from 0.5.16 to 0.5.35 in /application Bumps [moment-timezone](https://github.com/moment/moment-timezone) from 0.5.16 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.16...0.5.35) --- updated-dependencies: - dependency-name: moment-timezone dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- application/package-lock.json | 6 +++--- application/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/application/package-lock.json b/application/package-lock.json index 483f91a..467df4f 100644 --- a/application/package-lock.json +++ b/application/package-lock.json @@ -7450,9 +7450,9 @@ "integrity": "sha512-shJkRTSebXvsVqk56I+lkb2latjBs8I+pc2TzWc545y2iFnSjm7Wg0QMh+ZWcdSLQyGEau5jI8ocnmkyTgr9YQ==" }, "moment-timezone": { - "version": "0.5.16", - "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.16.tgz", - "integrity": "sha512-4d1l92plNNqnMkqI/7boWNVXJvwGL2WyByl1Hxp3h/ao3HZiAqaoQY+6KBkYdiN5QtNDpndq+58ozl8W4GVoNw==", + "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" } diff --git a/application/package.json b/application/package.json index 21fb2e9..8af456e 100644 --- a/application/package.json +++ b/application/package.json @@ -22,7 +22,7 @@ "lodash": "^4.17.4", "masonry-layout": "^4.2.0", "moment": "^2.20.1", - "moment-timezone": "^0.5.14", + "moment-timezone": "^0.5.35", "net": "^1.0.2", "node-sass": "^4.8.3", "popper.js": "^1.12",