mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
fix: upgrade tinycon from 0.0.1 to 0.6.8
Snyk has created this PR to upgrade tinycon from 0.0.1 to 0.6.8. See this package in npm: https://www.npmjs.com/package/tinycon See this project in Snyk: https://app.snyk.io/org/johnmclear/project/d9a12bfb-7ccd-443f-9e22-f30d339cc8c5?utm_source=github&utm_medium=upgrade-pr
This commit is contained in:
parent
da65057bb1
commit
a380fc2abf
2 changed files with 4 additions and 4 deletions
6
src/package-lock.json
generated
6
src/package-lock.json
generated
|
@ -8298,9 +8298,9 @@
|
|||
}
|
||||
},
|
||||
"tinycon": {
|
||||
"version": "0.0.1",
|
||||
"resolved": "https://registry.npmjs.org/tinycon/-/tinycon-0.0.1.tgz",
|
||||
"integrity": "sha1-beEM1SGaHxIdmgokssEbP7JN/+0="
|
||||
"version": "0.6.8",
|
||||
"resolved": "https://registry.npmjs.org/tinycon/-/tinycon-0.6.8.tgz",
|
||||
"integrity": "sha1-59oiPj7gy/nbeWP6M1aZuyF3enM="
|
||||
},
|
||||
"to-array": {
|
||||
"version": "0.1.4",
|
||||
|
|
|
@ -68,7 +68,7 @@
|
|||
"terser": "^4.7.0",
|
||||
"threads": "^1.4.0",
|
||||
"tiny-worker": "^2.3.0",
|
||||
"tinycon": "0.0.1",
|
||||
"tinycon": "0.6.8",
|
||||
"ueberdb2": "^1.2.5",
|
||||
"underscore": "1.12.0",
|
||||
"unorm": "1.4.1",
|
||||
|
|
Loading…
Reference in a new issue