From 1d39bbe3348646324e6427c93c31bcfff8fc6355 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Jul 2022 04:23:26 +0000 Subject: [PATCH] Bump moment from 2.27.0 to 2.29.4 in /psyclog-test-chat 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] --- psyclog-test-chat/package-lock.json | 6 +++--- psyclog-test-chat/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/psyclog-test-chat/package-lock.json b/psyclog-test-chat/package-lock.json index b70a582..fd5b995 100644 --- a/psyclog-test-chat/package-lock.json +++ b/psyclog-test-chat/package-lock.json @@ -7195,9 +7195,9 @@ } }, "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==" }, "move-concurrently": { "version": "1.0.1", diff --git a/psyclog-test-chat/package.json b/psyclog-test-chat/package.json index 8985ce1..402a180 100644 --- a/psyclog-test-chat/package.json +++ b/psyclog-test-chat/package.json @@ -10,7 +10,7 @@ "dependencies": { "axios": "^0.21.1", "core-js": "^3.6.5", - "moment": "^2.27.0", + "moment": "^2.29.4", "socket.io": "^2.4.0", "socket.io-client": "^2.3.0", "vue": "^2.6.11",