mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 09:46:30 -05:00
Update dependency method-override to v3
Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
7f5ceaa496
commit
e6a1e82f03
2 changed files with 6 additions and 6 deletions
|
@ -85,7 +85,7 @@
|
|||
"mattermost": "^3.4.0",
|
||||
"mermaid": "^8.5.1",
|
||||
"meta-marked": "git+https://github.com/hedgedoc/meta-marked",
|
||||
"method-override": "^2.3.7",
|
||||
"method-override": "^3.0.0",
|
||||
"minimist": "^1.2.0",
|
||||
"minio": "^6.0.0",
|
||||
"moment": "^2.17.1",
|
||||
|
|
10
yarn.lock
10
yarn.lock
|
@ -6797,12 +6797,12 @@ messageformat@^2.3.0:
|
|||
js-yaml "~3.14.0"
|
||||
marked "~1.2.0"
|
||||
|
||||
method-override@^2.3.7:
|
||||
version "2.3.10"
|
||||
resolved "https://registry.yarnpkg.com/method-override/-/method-override-2.3.10.tgz#e3daf8d5dee10dd2dce7d4ae88d62bbee77476b4"
|
||||
integrity sha1-49r41d7hDdLc59SuiNYrvud0drQ=
|
||||
method-override@^3.0.0:
|
||||
version "3.0.0"
|
||||
resolved "https://registry.yarnpkg.com/method-override/-/method-override-3.0.0.tgz#6ab0d5d574e3208f15b0c9cf45ab52000468d7a2"
|
||||
integrity sha512-IJ2NNN/mSl9w3kzWB92rcdHpz+HjkxhDJWNDBqSlas+zQdP8wBiJzITPg08M/k2uVvMow7Sk41atndNtt/PHSA==
|
||||
dependencies:
|
||||
debug "2.6.9"
|
||||
debug "3.1.0"
|
||||
methods "~1.1.2"
|
||||
parseurl "~1.3.2"
|
||||
vary "~1.1.2"
|
||||
|
|
Loading…
Reference in a new issue