Skip to content

Commit 82b5bc8

Browse files
committed
chore: upgrade method-override to 3.0.0
Signed-off-by: BoHong Li <[email protected]>
1 parent 885fb34 commit 82b5bc8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"mathjax": "~2.7.5",
9797
"mattermost-redux": "~5.13.0",
9898
"mermaid": "~8.2.3",
99-
"method-override": "~2.3.7",
99+
"method-override": "~3.0.0",
100100
"minimist": "~1.2.0",
101101
"minio": "~6.0.0",
102102
"moment": "~2.24.0",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8258,12 +8258,12 @@ messageformat@^0.3.1:
82588258
nopt "~3.0.6"
82598259
watchr "~2.4.13"
82608260

8261-
method-override@~2.3.7:
8262-
version "2.3.10"
8263-
resolved "https://registry.yarnpkg.com/method-override/-/method-override-2.3.10.tgz#e3daf8d5dee10dd2dce7d4ae88d62bbee77476b4"
8264-
integrity sha1-49r41d7hDdLc59SuiNYrvud0drQ=
8261+
method-override@~3.0.0:
8262+
version "3.0.0"
8263+
resolved "https://registry.yarnpkg.com/method-override/-/method-override-3.0.0.tgz#6ab0d5d574e3208f15b0c9cf45ab52000468d7a2"
8264+
integrity sha512-IJ2NNN/mSl9w3kzWB92rcdHpz+HjkxhDJWNDBqSlas+zQdP8wBiJzITPg08M/k2uVvMow7Sk41atndNtt/PHSA==
82658265
dependencies:
8266-
debug "2.6.9"
8266+
debug "3.1.0"
82678267
methods "~1.1.2"
82688268
parseurl "~1.3.2"
82698269
vary "~1.1.2"

0 commit comments

Comments
 (0)