From f1ec8939d970884ad680684d301ae42538bfb52d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Jul 2022 20:43:38 +0000 Subject: [PATCH] Bump moment in /RaspberryPiSoftware/authbox-user-interface Bumps [moment](https://github.com/moment/moment) from 2.20.1 to 2.29.4. - [Release notes](https://github.com/moment/moment/releases) - [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md) - [Commits](https://github.com/moment/moment/compare/2.20.1...2.29.4) --- updated-dependencies: - dependency-name: moment dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../authbox-user-interface/package-lock.json | 6 +++--- RaspberryPiSoftware/authbox-user-interface/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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",