1 Commits

Author SHA1 Message Date
renovate d1bcdee9b2 Update dependency saferphore to v0.0.2
renovate/artifacts Artifact file update failure
web/cryptpad/pipeline/head There was a failure building this commit
web/cryptpad/pipeline/pr-master There was a failure building this commit
2026-05-26 23:42:47 +00:00
3 changed files with 11 additions and 18 deletions
Vendored
+3 -3
View File
@@ -7,9 +7,9 @@ pipeline {
agent any agent any
//triggers { triggers {
// cron('@midnight') cron('@midnight')
//} }
stages { stages {
stage('Clone repository') { stage('Clone repository') {
+6 -13
View File
@@ -176,18 +176,16 @@
"optional": true "optional": true
}, },
"chainpad-crypto": { "chainpad-crypto": {
"version": "0.3.0", "version": "0.2.4",
"resolved": "https://registry.npmjs.org/chainpad-crypto/-/chainpad-crypto-0.3.0.tgz", "resolved": "https://registry.npmjs.org/chainpad-crypto/-/chainpad-crypto-0.2.4.tgz",
"integrity": "sha512-L6gUiE8m/ZrUE3eVMju6qzG92Mis3M4T1xCuxVF3eqwa9+46fl9OFwt/TiSmi+oVHSIBmgDTcnOEF/JSxnxYxw==", "integrity": "sha512-fWbVyeAv35vf/dkkQaefASlJcEfpEvfRI23Mtn+/TBBry7+LYNuJMXJiovVY35pfyw2+trKh1Py5Asg9vrmaVg==",
"requires": { "requires": {
"tweetnacl": "^1.0.3", "tweetnacl": "git://github.com/dchest/tweetnacl-js.git#v0.12.2"
"tweetnacl-util": "^0.15.1"
}, },
"dependencies": { "dependencies": {
"tweetnacl": { "tweetnacl": {
"version": "1.0.3", "version": "git://github.com/dchest/tweetnacl-js.git#8a21381d696acdc4e99c9f706f1ad23285795f79",
"resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-1.0.3.tgz", "from": "git://github.com/dchest/tweetnacl-js.git#v0.12.2"
"integrity": "sha512-6rt+RN7aOi1nGMyC4Xa5DdYiukl2UWCbcJft7YhxReBGQD7OAM8Pbxw6YMo4r2diNEA8FEmu32YOn9rhaiE5yw=="
} }
} }
}, },
@@ -1609,11 +1607,6 @@
"resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.12.2.tgz", "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.12.2.tgz",
"integrity": "sha1-vVn4kFB4VvsKETasw6i0RUfinds=" "integrity": "sha1-vVn4kFB4VvsKETasw6i0RUfinds="
}, },
"tweetnacl-util": {
"version": "0.15.1",
"resolved": "https://registry.npmjs.org/tweetnacl-util/-/tweetnacl-util-0.15.1.tgz",
"integrity": "sha512-RKJBIj8lySrShN4w6i/BonWp2Z/uxwC3h4y7xsRrpP59ZboCd0GpEVsOnMDYLMmKBpYhb5TgHzZXy7wTfYFBRw=="
},
"type-is": { "type-is": {
"version": "1.6.18", "version": "1.6.18",
"resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz",
+2 -2
View File
@@ -12,7 +12,7 @@
"url": "https://opencollective.com/cryptpad" "url": "https://opencollective.com/cryptpad"
}, },
"dependencies": { "dependencies": {
"chainpad-crypto": "^0.3.0", "chainpad-crypto": "^0.2.2",
"chainpad-server": "^4.0.9", "chainpad-server": "^4.0.9",
"express": "~4.16.0", "express": "~4.16.0",
"fs-extra": "^7.0.0", "fs-extra": "^7.0.0",
@@ -20,7 +20,7 @@
"netflux-websocket": "^0.1.20", "netflux-websocket": "^0.1.20",
"nthen": "0.1.8", "nthen": "0.1.8",
"pull-stream": "^3.6.1", "pull-stream": "^3.6.1",
"saferphore": "0.0.1", "saferphore": "0.0.2",
"sortify": "^1.0.4", "sortify": "^1.0.4",
"stream-to-pull-stream": "^1.7.2", "stream-to-pull-stream": "^1.7.2",
"tweetnacl": "~0.12.2", "tweetnacl": "~0.12.2",