diff --git a/RaspberryPiSoftware/authbox-user-interface/package-lock.json b/RaspberryPiSoftware/authbox-user-interface/package-lock.json index 111d486..9cf30cf 100644 --- a/RaspberryPiSoftware/authbox-user-interface/package-lock.json +++ b/RaspberryPiSoftware/authbox-user-interface/package-lock.json @@ -1017,9 +1017,9 @@ } }, "moment": { - "version": "2.20.1", - "resolved": "https://registry.npmjs.org/moment/-/moment-2.20.1.tgz", - "integrity": "sha512-Yh9y73JRljxW5QxN08Fner68eFLxM5ynNOAw2LbIB1YAGeQzZT8QFSUvkAz609Zf+IHhhaUxqZK8dG3W/+HEvg==" + "version": "2.29.4", + "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.4.tgz", + "integrity": "sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w==" }, "mongodb": { "version": "3.0.2", diff --git a/RaspberryPiSoftware/authbox-user-interface/package.json b/RaspberryPiSoftware/authbox-user-interface/package.json index d780a6c..4921f99 100644 --- a/RaspberryPiSoftware/authbox-user-interface/package.json +++ b/RaspberryPiSoftware/authbox-user-interface/package.json @@ -11,7 +11,7 @@ "dependencies": { "adafruit-i2c-lcd": "^1.0.2", "homedir": "^0.6.0", - "moment": "^2.20.1", + "moment": "^2.29.4", "mongodb": "^3.0.2", "pbkdf2": "^3.0.14", "promise-do-whilst": "^1.0.1",