From a7927a23f146f2a9307798cc6d9749748aefcdfb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Jul 2022 15:28:06 +0000 Subject: [PATCH] Bump moment from 2.27.0 to 2.29.4 in /ChampionMains.Pyrobot Bumps [moment](https://github.com/moment/moment) from 2.27.0 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.27.0...2.29.4) --- updated-dependencies: - dependency-name: moment dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ChampionMains.Pyrobot/package-lock.json | 6 +++--- ChampionMains.Pyrobot/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ChampionMains.Pyrobot/package-lock.json b/ChampionMains.Pyrobot/package-lock.json index b04203f..070c9a6 100644 --- a/ChampionMains.Pyrobot/package-lock.json +++ b/ChampionMains.Pyrobot/package-lock.json @@ -38,9 +38,9 @@ "integrity": "sha512-AbTv1ytcoOUAkxw6u5oo2QPf27kEZgxBAQr49jFb4i2VnTnFGfJbcIQ9UDBOdfNECeXsgkYFwB2BkdeTfOzztw==" }, "moment": { - "version": "2.27.0", - "resolved": "https://registry.npmjs.org/moment/-/moment-2.27.0.tgz", - "integrity": "sha512-al0MUK7cpIcglMv3YF13qSgdAIqxHTO7brRtaz3DlSULbqfazqkc5kEjNrLDOM7fsjshoFIihnU8snrP7zUvhQ==" + "version": "2.29.4", + "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.4.tgz", + "integrity": "sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w==" }, "native-promise-only": { "version": "0.8.1", diff --git a/ChampionMains.Pyrobot/package.json b/ChampionMains.Pyrobot/package.json index 49d4153..959f583 100644 --- a/ChampionMains.Pyrobot/package.json +++ b/ChampionMains.Pyrobot/package.json @@ -19,7 +19,7 @@ "material-design-lite": "^1.3.0", "mdl-ext": "^0.17.1", "mdn-polyfills": "^5.15.0", - "moment": "^2.23.0", + "moment": "^2.29.4", "native-promise-only": "^0.8.1", "numeral": "^2.0.6", "vue": "^2.5.21",