mirror of https://github.com/status-im/codimd.git
chore: upgrade method-override to 3.0.0
Signed-off-by: BoHong Li <raccoon@hackmd.io>
This commit is contained in:
parent
885fb34c27
commit
82b5bc8a1c
|
@ -96,7 +96,7 @@
|
||||||
"mathjax": "~2.7.5",
|
"mathjax": "~2.7.5",
|
||||||
"mattermost-redux": "~5.13.0",
|
"mattermost-redux": "~5.13.0",
|
||||||
"mermaid": "~8.2.3",
|
"mermaid": "~8.2.3",
|
||||||
"method-override": "~2.3.7",
|
"method-override": "~3.0.0",
|
||||||
"minimist": "~1.2.0",
|
"minimist": "~1.2.0",
|
||||||
"minio": "~6.0.0",
|
"minio": "~6.0.0",
|
||||||
"moment": "~2.24.0",
|
"moment": "~2.24.0",
|
||||||
|
|
10
yarn.lock
10
yarn.lock
|
@ -8258,12 +8258,12 @@ messageformat@^0.3.1:
|
||||||
nopt "~3.0.6"
|
nopt "~3.0.6"
|
||||||
watchr "~2.4.13"
|
watchr "~2.4.13"
|
||||||
|
|
||||||
method-override@~2.3.7:
|
method-override@~3.0.0:
|
||||||
version "2.3.10"
|
version "3.0.0"
|
||||||
resolved "https://registry.yarnpkg.com/method-override/-/method-override-2.3.10.tgz#e3daf8d5dee10dd2dce7d4ae88d62bbee77476b4"
|
resolved "https://registry.yarnpkg.com/method-override/-/method-override-3.0.0.tgz#6ab0d5d574e3208f15b0c9cf45ab52000468d7a2"
|
||||||
integrity sha1-49r41d7hDdLc59SuiNYrvud0drQ=
|
integrity sha512-IJ2NNN/mSl9w3kzWB92rcdHpz+HjkxhDJWNDBqSlas+zQdP8wBiJzITPg08M/k2uVvMow7Sk41atndNtt/PHSA==
|
||||||
dependencies:
|
dependencies:
|
||||||
debug "2.6.9"
|
debug "3.1.0"
|
||||||
methods "~1.1.2"
|
methods "~1.1.2"
|
||||||
parseurl "~1.3.2"
|
parseurl "~1.3.2"
|
||||||
vary "~1.1.2"
|
vary "~1.1.2"
|
||||||
|
|
Loading…
Reference in New Issue