mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
fix: upgrade threads from 1.6.5 to 1.7.0
Snyk has created this PR to upgrade threads from 1.6.5 to 1.7.0. See this package in npm: https://www.npmjs.com/package/threads See this project in Snyk: https://app.snyk.io/org/johnmclear/project/d9a12bfb-7ccd-443f-9e22-f30d339cc8c5?utm_source=github&utm_medium=referral&page=upgrade-pr
This commit is contained in:
parent
1a008ed6fa
commit
ccd7a8d5ff
2 changed files with 4 additions and 4 deletions
6
src/package-lock.json
generated
6
src/package-lock.json
generated
|
@ -8754,9 +8754,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"threads": {
|
||||
"version": "1.6.5",
|
||||
"resolved": "https://registry.npmjs.org/threads/-/threads-1.6.5.tgz",
|
||||
"integrity": "sha512-yL1NN4qZ25crW8wDoGn7TqbENJ69w3zCEjIGXpbqmQ4I+QHrG8+DLaZVKoX74OQUXWCI2lbbrUxDxAbr1xjDGQ==",
|
||||
"version": "1.7.0",
|
||||
"resolved": "https://registry.npmjs.org/threads/-/threads-1.7.0.tgz",
|
||||
"integrity": "sha512-Mx5NBSHX3sQYR6iI9VYbgHKBLisyB+xROCBGjjWm1O9wb9vfLxdaGtmT/KCjUqMsSNW6nERzCW3T6H43LqjDZQ==",
|
||||
"requires": {
|
||||
"callsites": "^3.1.0",
|
||||
"debug": "^4.2.0",
|
||||
|
|
|
@ -66,7 +66,7 @@
|
|||
"semver": "^7.3.5",
|
||||
"socket.io": "^2.4.1",
|
||||
"terser": "^5.9.0",
|
||||
"threads": "^1.6.5",
|
||||
"threads": "^1.7.0",
|
||||
"tiny-worker": "^2.3.0",
|
||||
"tinycon": "0.6.8",
|
||||
"ueberdb2": "^1.4.18",
|
||||
|
|
Loading…
Reference in a new issue