Strengthify is now in the Nextcloud org

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/30104/head
Joas Schilling 3 years ago
parent f0e1621eed
commit d0709dfc85
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA

10
package-lock.json generated

@ -57,7 +57,7 @@
"regenerator-runtime": "^0.13.9", "regenerator-runtime": "^0.13.9",
"select2": "3.5.1", "select2": "3.5.1",
"snap.js": "^2.0.9", "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", "underscore": "^1.12.0",
"url-search-params-polyfill": "^8.1.1", "url-search-params-polyfill": "^8.1.1",
"uuid": "^8.3.2", "uuid": "^8.3.2",
@ -20733,8 +20733,7 @@
}, },
"node_modules/strengthify": { "node_modules/strengthify": {
"version": "0.5.9", "version": "0.5.9",
"resolved": "git+ssh://git@github.com/MorrisJobke/strengthify.git#d78452649da2cd59df594a2a5c210cb7045ac899", "resolved": "git+ssh://git@github.com/nextcloud/strengthify.git#d78452649da2cd59df594a2a5c210cb7045ac899",
"integrity": "sha512-sWwDgOh4dbx+oojxjLidZdnlr8sOomd6XYTL7q+MRC8CNVoLfHklDIoGTaT0s9kJsQYXd4BzOnm+Y4HfmHyCOA==",
"license": "MIT" "license": "MIT"
}, },
"node_modules/strict-uri-encode": { "node_modules/strict-uri-encode": {
@ -38978,9 +38977,8 @@
"integrity": "sha512-AiisoFqQ0vbGcZgQPY1cdP2I76glaVA/RauYR4G4thNFgkTqr90yXTo4LYX60Jl+sIlPNHHdGSwo01AvbKUSVQ==" "integrity": "sha512-AiisoFqQ0vbGcZgQPY1cdP2I76glaVA/RauYR4G4thNFgkTqr90yXTo4LYX60Jl+sIlPNHHdGSwo01AvbKUSVQ=="
}, },
"strengthify": { "strengthify": {
"version": "git+ssh://git@github.com/MorrisJobke/strengthify.git#d78452649da2cd59df594a2a5c210cb7045ac899", "version": "git+ssh://git@github.com/nextcloud/strengthify.git#d78452649da2cd59df594a2a5c210cb7045ac899",
"integrity": "sha512-sWwDgOh4dbx+oojxjLidZdnlr8sOomd6XYTL7q+MRC8CNVoLfHklDIoGTaT0s9kJsQYXd4BzOnm+Y4HfmHyCOA==", "from": "strengthify@git+https://github.com/nextcloud/strengthify.git#0.5.9"
"from": "strengthify@git+https://github.com/MorrisJobke/strengthify.git#0.5.9"
}, },
"strict-uri-encode": { "strict-uri-encode": {
"version": "2.0.0", "version": "2.0.0",

@ -73,7 +73,7 @@
"regenerator-runtime": "^0.13.9", "regenerator-runtime": "^0.13.9",
"select2": "3.5.1", "select2": "3.5.1",
"snap.js": "^2.0.9", "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", "underscore": "^1.12.0",
"url-search-params-polyfill": "^8.1.1", "url-search-params-polyfill": "^8.1.1",
"uuid": "^8.3.2", "uuid": "^8.3.2",
@ -123,10 +123,10 @@
"browserslist": [ "browserslist": [
"extends @nextcloud/browserslist-config" "extends @nextcloud/browserslist-config"
], ],
"engines": { "engines": {
"node": "^14.0.0", "node": "^14.0.0",
"npm": "^7.0.0" "npm": "^7.0.0"
}, },
"jest": { "jest": {
"moduleFileExtensions": [ "moduleFileExtensions": [
"js", "js",

Loading…
Cancel
Save