From 3c897922558973acf1e9183867f55651a16297d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Jan 2021 17:00:12 +0000 Subject: [PATCH] Bump vue-moment from 3.0.0 to 4.1.0 Bumps [vue-moment](https://github.com/brockpetrie/vue-moment) from 3.0.0 to 4.1.0. - [Release notes](https://github.com/brockpetrie/vue-moment/releases) - [Commits](https://github.com/brockpetrie/vue-moment/compare/v3.0.0...v4.1.0) Signed-off-by: dependabot[bot] --- package-lock.json | 15 +++++++++++---- package.json | 2 +- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 384fef50..28bfec0d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18708,11 +18708,18 @@ } }, "vue-moment": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/vue-moment/-/vue-moment-3.0.0.tgz", - "integrity": "sha512-VjwDFc2NPzA93j9quSH6FB5wZbSbU+5aCyMq5AFzYVHVDStJCSPKw30FNt5A+S63Qz1GqJzVOCc9B0hVDdN+kw==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/vue-moment/-/vue-moment-4.1.0.tgz", + "integrity": "sha512-Gzisqpg82ItlrUyiD9d0Kfru+JorW2o4mQOH06lEDZNgxci0tv/fua1Hl0bo4DozDV2JK1r52Atn/8QVCu8qQw==", "requires": { - "moment": "^2.11.1" + "moment": "^2.19.2" + }, + "dependencies": { + "moment": { + "version": "2.29.1", + "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.1.tgz", + "integrity": "sha512-kHmoybcPV8Sqy59DwNDY3Jefr64lK/by/da0ViFcuA4DH0vQg5Q6Ze5VimxkfQNSC+Mls/Kx53s7TjP1RhFEDQ==" + } } }, "vue-multiselect": { diff --git a/package.json b/package.json index 5fbc2067..27516b07 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "vue-images-loaded": "^1.1.2", "vue-infinite-loading": "^2.2.1", "vue-js-toggle-button": "^1.2.0", - "vue-moment": "^3.0.0", + "vue-moment": "^4.1.0", "vue-multiselect": "~2.1.0", "vue-notifications": "^0.9.0", "vue-prevent-parent-scroll": "^1.0.5",