mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
fix: upgrade etherpad-yajsml from 0.0.2 to 0.0.4
Snyk has created this PR to upgrade etherpad-yajsml from 0.0.2 to 0.0.4. See this package in npm: https://www.npmjs.com/package/etherpad-yajsml 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
24c1639f11
commit
da65057bb1
2 changed files with 4 additions and 4 deletions
6
src/package-lock.json
generated
6
src/package-lock.json
generated
|
@ -2026,9 +2026,9 @@
|
|||
"integrity": "sha1-7Y8E6f0szsOgBVu20t/p2ZkS5+I="
|
||||
},
|
||||
"etherpad-yajsml": {
|
||||
"version": "0.0.2",
|
||||
"resolved": "https://registry.npmjs.org/etherpad-yajsml/-/etherpad-yajsml-0.0.2.tgz",
|
||||
"integrity": "sha1-HCTSaLCUduY30EnN2xxt+McptG4="
|
||||
"version": "0.0.4",
|
||||
"resolved": "https://registry.npmjs.org/etherpad-yajsml/-/etherpad-yajsml-0.0.4.tgz",
|
||||
"integrity": "sha512-rxpEOMZmv6DOCQeaDo6tztneaKF9ZxbLo/+hQcV+hn0lNrxJZ7MKIPD2pTWWnNLj6gFFfs6QQ67RfMNWIr3fSA=="
|
||||
},
|
||||
"event-target-shim": {
|
||||
"version": "5.0.1",
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
"cross-spawn": "^7.0.3",
|
||||
"ejs": "^3.1.6",
|
||||
"etherpad-require-kernel": "1.0.9",
|
||||
"etherpad-yajsml": "0.0.2",
|
||||
"etherpad-yajsml": "0.0.4",
|
||||
"express": "4.17.1",
|
||||
"express-rate-limit": "5.2.3",
|
||||
"express-session": "1.17.1",
|
||||
|
|
Loading…
Reference in a new issue