deps: Bump require-kernel and yajsml

This brings improvements to the readability of stack traces,
especially in Firefox.
pull/5146/head
Richard Hansen 2021-08-09 19:04:34 -04:00
parent 9eadd9988f
commit 15995acc2a
2 changed files with 11 additions and 8 deletions

15
src/package-lock.json generated
View File

@ -2291,14 +2291,17 @@
}
},
"etherpad-require-kernel": {
"version": "1.0.11",
"resolved": "https://registry.npmjs.org/etherpad-require-kernel/-/etherpad-require-kernel-1.0.11.tgz",
"integrity": "sha512-I03bkNiBMrcsJRSl0IqotUU70s9v6VISrITj/cQgAoVQSoRFbV/NUn2fPIF4LskysTpmwlmwJqgfL2FZpAtxEw=="
"version": "1.0.15",
"resolved": "https://registry.npmjs.org/etherpad-require-kernel/-/etherpad-require-kernel-1.0.15.tgz",
"integrity": "sha512-t8Z950sCfgS4ssex6SHhb3Ni8BQL0XdvZhMQWWDLhSWttyHgf+zPSMglBODyAUGh8mBX0XwGK7hpICGBHsvSGQ=="
},
"etherpad-yajsml": {
"version": "0.0.4",
"resolved": "https://registry.npmjs.org/etherpad-yajsml/-/etherpad-yajsml-0.0.4.tgz",
"integrity": "sha512-rxpEOMZmv6DOCQeaDo6tztneaKF9ZxbLo/+hQcV+hn0lNrxJZ7MKIPD2pTWWnNLj6gFFfs6QQ67RfMNWIr3fSA=="
"version": "0.0.12",
"resolved": "https://registry.npmjs.org/etherpad-yajsml/-/etherpad-yajsml-0.0.12.tgz",
"integrity": "sha512-lVCqsZYpFsuIz417h+O83I7eadNXJ3MnQavriFa52/KTwj6xPAzEYr0PvH7KTxcqyAFtW7ItoTNVXe2h7zGxlw==",
"requires": {
"mime": "^1.6.0"
}
},
"event-target-shim": {
"version": "5.0.1",

View File

@ -38,8 +38,8 @@
"cookie-parser": "1.4.5",
"cross-spawn": "^7.0.3",
"ejs": "^3.1.6",
"etherpad-require-kernel": "1.0.11",
"etherpad-yajsml": "0.0.4",
"etherpad-require-kernel": "^1.0.15",
"etherpad-yajsml": "0.0.12",
"express": "4.17.1",
"express-rate-limit": "5.3.0",
"express-session": "1.17.2",