diff --git a/code_court/defendant-frontend/package-lock.json b/code_court/defendant-frontend/package-lock.json index f525daa..97227bd 100644 --- a/code_court/defendant-frontend/package-lock.json +++ b/code_court/defendant-frontend/package-lock.json @@ -7104,9 +7104,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/code_court/defendant-frontend/package.json b/code_court/defendant-frontend/package.json index f238767..b8836c8 100644 --- a/code_court/defendant-frontend/package.json +++ b/code_court/defendant-frontend/package.json @@ -25,7 +25,7 @@ "less-loader": "^2.2.3", "marked": "^0.3.9", "moment": "^2.21.0", - "moment-timezone": "^0.5.11", + "moment-timezone": "^0.5.35", "style-loader": "^0.13.2", "vue": "^2.2.1", "vue-router": "^2.2.0",