Merge pull request #116 from thx/dependabot/npm_and_yarn/markdown-to-jsx-7.4.0

build(deps): bump markdown-to-jsx from 6.11.4 to 7.4.0
pull/129/head
Humphry 3 months ago committed by GitHub
commit 73fe7f8c70
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

31
package-lock.json generated

@ -33,7 +33,7 @@
"koa-session": "5.12.3",
"koa-static": "5.0.0",
"lodash": "^4.17.19",
"markdown-to-jsx": "^6.11.4",
"markdown-to-jsx": "^7.4.0",
"mockjs": "1.1.0",
"moment": "2.24.0",
"node-fetch": "2.6.7",
@ -12713,15 +12713,11 @@
}
},
"node_modules/markdown-to-jsx": {
"version": "6.11.4",
"resolved": "https://registry.npmjs.org/markdown-to-jsx/-/markdown-to-jsx-6.11.4.tgz",
"integrity": "sha512-3lRCD5Sh+tfA52iGgfs/XZiw33f7fFX9Bn55aNnVNUd2GzLDkOWyKYYD8Yju2B1Vn+feiEdgJs8T6Tg0xNokPw==",
"dependencies": {
"prop-types": "^15.6.2",
"unquote": "^1.1.0"
},
"version": "7.4.0",
"resolved": "https://registry.npmjs.org/markdown-to-jsx/-/markdown-to-jsx-7.4.0.tgz",
"integrity": "sha512-zilc+MIkVVXPyTb4iIUTIz9yyqfcWjszGXnwF9K/aiBWcHXFcmdEMTkG01/oQhwSCH7SY1BnG6+ev5BzWmbPrg==",
"engines": {
"node": ">= 4"
"node": ">= 10"
},
"peerDependencies": {
"react": ">= 0.14.0"
@ -20763,7 +20759,8 @@
"node_modules/unquote": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/unquote/-/unquote-1.1.1.tgz",
"integrity": "sha1-j97XMk7G6IoP+LkF58CYzcCG1UQ="
"integrity": "sha1-j97XMk7G6IoP+LkF58CYzcCG1UQ=",
"dev": true
},
"node_modules/unset-value": {
"version": "1.0.0",
@ -32152,13 +32149,10 @@
}
},
"markdown-to-jsx": {
"version": "6.11.4",
"resolved": "https://registry.npmjs.org/markdown-to-jsx/-/markdown-to-jsx-6.11.4.tgz",
"integrity": "sha512-3lRCD5Sh+tfA52iGgfs/XZiw33f7fFX9Bn55aNnVNUd2GzLDkOWyKYYD8Yju2B1Vn+feiEdgJs8T6Tg0xNokPw==",
"requires": {
"prop-types": "^15.6.2",
"unquote": "^1.1.0"
}
"version": "7.4.0",
"resolved": "https://registry.npmjs.org/markdown-to-jsx/-/markdown-to-jsx-7.4.0.tgz",
"integrity": "sha512-zilc+MIkVVXPyTb4iIUTIz9yyqfcWjszGXnwF9K/aiBWcHXFcmdEMTkG01/oQhwSCH7SY1BnG6+ev5BzWmbPrg==",
"requires": {}
},
"md5.js": {
"version": "1.3.5",
@ -38697,7 +38691,8 @@
"unquote": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/unquote/-/unquote-1.1.1.tgz",
"integrity": "sha1-j97XMk7G6IoP+LkF58CYzcCG1UQ="
"integrity": "sha1-j97XMk7G6IoP+LkF58CYzcCG1UQ=",
"dev": true
},
"unset-value": {
"version": "1.0.0",

@ -47,7 +47,7 @@
"koa-session": "5.12.3",
"koa-static": "5.0.0",
"lodash": "^4.17.19",
"markdown-to-jsx": "^6.11.4",
"markdown-to-jsx": "^7.4.0",
"mockjs": "1.1.0",
"moment": "2.24.0",
"node-fetch": "2.6.7",

Loading…
Cancel
Save