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

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package-lock.json6
-rw-r--r--package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index c8809f0fa..dfc21948f 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -625,9 +625,9 @@
}
},
"npm-registry-couchapp": {
- "version": "2.6.12",
- "resolved": "https://registry.npmjs.org/npm-registry-couchapp/-/npm-registry-couchapp-2.6.12.tgz",
- "integrity": "sha1-+QhfGEv0FXeu3QRSiHjf7H3iVlo=",
+ "version": "2.6.13",
+ "resolved": "https://registry.npmjs.org/npm-registry-couchapp/-/npm-registry-couchapp-2.6.13.tgz",
+ "integrity": "sha512-U3B4J3oMQqQVZhl4GE3LOxv+ZlOjtXg/HVUkwiS8HowdJCPTzIjNjM0u3W6sG4SYqiKqW2GbQBylSrsUKxA7IA==",
"dev": true,
"dependencies": {
"couchapp": {
diff --git a/package.json b/package.json
index 649fb32e7..dbf6b24f3 100644
--- a/package.json
+++ b/package.json
@@ -215,7 +215,7 @@
"deep-equal": "~1.0.1",
"marked": "~0.3.6",
"marked-man": "~0.2.1",
- "npm-registry-couchapp": "~2.6.12",
+ "npm-registry-couchapp": "~2.6.13",
"npm-registry-mock": "~1.1.0",
"require-inject": "~1.4.0",
"sprintf-js": "~1.0.3",