Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/undo-ransomware/ransomware_detection.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2020-12-13 16:38:11 +0300
committerGitHub <noreply@github.com>2020-12-13 16:38:11 +0300
commit15523b50c1fd19c399ae005862d351c26deeecc5 (patch)
tree2a84fbd1f7db0b3b06ffd5982cee81018f4a4d66
parent6c14180f6db359983a32d599059b4be4e224d3e5 (diff)
Bump vue-moment from 4.0.0 to 4.1.0
Bumps [vue-moment](https://github.com/brockpetrie/vue-moment) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/brockpetrie/vue-moment/releases) - [Commits](https://github.com/brockpetrie/vue-moment/compare/v4.0.0...v4.1.0) Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json8
-rw-r--r--package.json2
2 files changed, 5 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json
index 49946b7..7cc3253 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -12054,11 +12054,11 @@
}
},
"vue-moment": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/vue-moment/-/vue-moment-4.0.0.tgz",
- "integrity": "sha512-lNkEPuA3i3A4q4TDSwOXoRF4Y2vHHdaTOSvpPyGgxoFQP8n4sUh6jU5aJj3FIMlXo5UaHLPIz5hvvpvYx9Wj0w==",
+ "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"
}
},
"vue-multiselect": {
diff --git a/package.json b/package.json
index b8e2173..c2e965e 100644
--- a/package.json
+++ b/package.json
@@ -44,7 +44,7 @@
"time-elements": "^2.0.2",
"vue": "^2.6.10",
"vue-async-computed": "^3.7.0",
- "vue-moment": "^4.0.0",
+ "vue-moment": "^4.1.0",
"vue-router": "^3.0.6",
"vuetify": "^2.3.10",
"vuetify-loader": "^1.6.0",