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

github.com/nextcloud/bookmarks.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>2022-08-27 11:20:19 +0300
committerGitHub <noreply@github.com>2022-08-27 11:20:19 +0300
commitb431e8540daa110ff42c7ed97c4449e07772fd5a (patch)
tree3c44a0042a8a9690c2fceb91b856a00795d4ac74
parente8a36d2d76ea3debb36e1a14461a7e1adbbc341f (diff)
parent4a17a2eed206d9911a6cd11b506aa8e446324650 (diff)
Merge pull request #1881 from nextcloud/dependabot/npm_and_yarn/humanize-duration-3.27.3
-rw-r--r--package-lock.json14
-rw-r--r--package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index caaedb74..5f9433a8 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -20,7 +20,7 @@
"async-parallel": "^1.2.3",
"clone-deep": "^4.0.1",
"copy-text-to-clipboard": "^3.0.1",
- "humanize-duration": "^3.27.2",
+ "humanize-duration": "^3.27.3",
"linkify-it": "^3.0.3",
"lodash": "^4.17.21",
"nextcloud-vue-collections": "^0.10.0",
@@ -7255,9 +7255,9 @@
}
},
"node_modules/humanize-duration": {
- "version": "3.27.2",
- "resolved": "https://registry.npmjs.org/humanize-duration/-/humanize-duration-3.27.2.tgz",
- "integrity": "sha512-A15OmA3FLFRnehvF4ZMocsxTZYvHq4ze7L+AgR1DeHw0xC9vMd4euInY83uqGU9/XXKNnVIEeKc1R8G8nKqtzg=="
+ "version": "3.27.3",
+ "resolved": "https://registry.npmjs.org/humanize-duration/-/humanize-duration-3.27.3.tgz",
+ "integrity": "sha512-iimHkHPfIAQ8zCDQLgn08pRqSVioyWvnGfaQ8gond2wf7Jq2jJ+24ykmnRyiz3fIldcn4oUuQXpjqKLhSVR7lw=="
},
"node_modules/ical.js": {
"version": "1.5.0",
@@ -19508,9 +19508,9 @@
"peer": true
},
"humanize-duration": {
- "version": "3.27.2",
- "resolved": "https://registry.npmjs.org/humanize-duration/-/humanize-duration-3.27.2.tgz",
- "integrity": "sha512-A15OmA3FLFRnehvF4ZMocsxTZYvHq4ze7L+AgR1DeHw0xC9vMd4euInY83uqGU9/XXKNnVIEeKc1R8G8nKqtzg=="
+ "version": "3.27.3",
+ "resolved": "https://registry.npmjs.org/humanize-duration/-/humanize-duration-3.27.3.tgz",
+ "integrity": "sha512-iimHkHPfIAQ8zCDQLgn08pRqSVioyWvnGfaQ8gond2wf7Jq2jJ+24ykmnRyiz3fIldcn4oUuQXpjqKLhSVR7lw=="
},
"ical.js": {
"version": "1.5.0",
diff --git a/package.json b/package.json
index 494176f7..5ca28dd6 100644
--- a/package.json
+++ b/package.json
@@ -32,7 +32,7 @@
"async-parallel": "^1.2.3",
"clone-deep": "^4.0.1",
"copy-text-to-clipboard": "^3.0.1",
- "humanize-duration": "^3.27.2",
+ "humanize-duration": "^3.27.3",
"linkify-it": "^3.0.3",
"lodash": "^4.17.21",
"nextcloud-vue-collections": "^0.10.0",