Upgrade JavaScript module dependencies

This commit is contained in:
Christian Bundy 2019-08-14 13:30:24 -07:00
parent f5962ad117
commit 2e43805a5d
No known key found for this signature in database
GPG Key ID: EB541AAEF4366237
4 changed files with 344 additions and 318 deletions

View File

@ -55,7 +55,7 @@
"repository": "git@github.com:fraction/oasis.git",
"devDependencies": {
"cspell": "^4.0.23",
"dependency-check": "^3.3.0",
"dependency-check": "4.1.0",
"nodemon": "^1.19.1",
"standard": "^13.1.0"
},

View File

@ -4,7 +4,6 @@ const post = require('./models/post')
const ssbMentions = require('ssb-mentions')
module.exports = async function ({ message, text }) {
const mentions = ssbMentions(text) || undefined
return post.publish({
root: message,

View File

@ -26,7 +26,7 @@ module.exports = ({ avatarUrl, name, description, messages, feedId }) => {
}),
description !== '<p>null</p>\n'
? article({ innerHTML: description })
: null,
: null
)
return template(

657
yarn.lock

File diff suppressed because it is too large Load Diff