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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2021-12-06 10:25:57 +0300
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>2021-12-06 11:59:57 +0300
commit7b88878895a16884721e0c699e416429e2ff044b (patch)
tree3b2c0b2dce16c816e4e878f6b10b195c956b0ef3
parentaf29d0b63e0661f040ce9596bee2eb0674441f86 (diff)
Strengthify is now in the Nextcloud org
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--package-lock.json10
-rw-r--r--package.json2
2 files changed, 5 insertions, 7 deletions
diff --git a/package-lock.json b/package-lock.json
index 4c5b9e0f6bc..80e9055f2b9 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -57,7 +57,7 @@
"regenerator-runtime": "^0.13.9",
"select2": "3.5.1",
"snap.js": "^2.0.9",
- "strengthify": "git+https://github.com/MorrisJobke/strengthify.git#0.5.9",
+ "strengthify": "github:nextcloud/strengthify#0.5.9",
"underscore": "^1.12.0",
"url-search-params-polyfill": "^8.1.1",
"uuid": "^8.3.2",
@@ -21366,8 +21366,7 @@
},
"node_modules/strengthify": {
"version": "0.5.9",
- "resolved": "git+ssh://git@github.com/MorrisJobke/strengthify.git#d78452649da2cd59df594a2a5c210cb7045ac899",
- "integrity": "sha512-sWwDgOh4dbx+oojxjLidZdnlr8sOomd6XYTL7q+MRC8CNVoLfHklDIoGTaT0s9kJsQYXd4BzOnm+Y4HfmHyCOA==",
+ "resolved": "git+ssh://git@github.com/nextcloud/strengthify.git#d78452649da2cd59df594a2a5c210cb7045ac899",
"license": "MIT"
},
"node_modules/strict-uri-encode": {
@@ -40475,9 +40474,8 @@
"integrity": "sha512-AiisoFqQ0vbGcZgQPY1cdP2I76glaVA/RauYR4G4thNFgkTqr90yXTo4LYX60Jl+sIlPNHHdGSwo01AvbKUSVQ=="
},
"strengthify": {
- "version": "git+ssh://git@github.com/MorrisJobke/strengthify.git#d78452649da2cd59df594a2a5c210cb7045ac899",
- "integrity": "sha512-sWwDgOh4dbx+oojxjLidZdnlr8sOomd6XYTL7q+MRC8CNVoLfHklDIoGTaT0s9kJsQYXd4BzOnm+Y4HfmHyCOA==",
- "from": "strengthify@git+https://github.com/MorrisJobke/strengthify.git#0.5.9"
+ "version": "git+ssh://git@github.com/nextcloud/strengthify.git#d78452649da2cd59df594a2a5c210cb7045ac899",
+ "from": "strengthify@git+https://github.com/nextcloud/strengthify.git#0.5.9"
},
"strict-uri-encode": {
"version": "2.0.0",
diff --git a/package.json b/package.json
index c53213897a4..db5c21475b0 100644
--- a/package.json
+++ b/package.json
@@ -73,7 +73,7 @@
"regenerator-runtime": "^0.13.9",
"select2": "3.5.1",
"snap.js": "^2.0.9",
- "strengthify": "git+https://github.com/MorrisJobke/strengthify.git#0.5.9",
+ "strengthify": "github:nextcloud/strengthify#0.5.9",
"underscore": "^1.12.0",
"url-search-params-polyfill": "^8.1.1",
"uuid": "^8.3.2",