Merge pull request #793 from skzhang1/fix_alert

fix_alert
This commit is contained in:
zsk
2022-11-04 19:22:50 -04:00
committed by GitHub
2 changed files with 9 additions and 1 deletions

View File

@@ -33,7 +33,8 @@
"rehype-katex": "4",
"remark-math": "3",
"trim": "^0.0.3",
"url-loader": "^4.1.1"
"url-loader": "^4.1.1",
"minimatch": "3.0.5"
},
"browserslist": {
"production": [

View File

@@ -5462,6 +5462,13 @@ minimatch@3.0.4:
dependencies:
brace-expansion "^1.1.7"
minimatch@3.0.5:
version "3.0.5"
resolved "https://registry.npmmirror.com/minimatch/-/minimatch-3.0.5.tgz#4da8f1290ee0f0f8e83d60ca69f8f134068604a3"
integrity sha512-tUpxzX0VAzJHjLu0xUfFv1gwVp9ba3IOuRAVH2EGuRW8a5emA2FlACLqiT/lDVtS1W+TGNwqz3sWaNyLgDJWuw==
dependencies:
brace-expansion "^1.1.7"
minimatch@^3.0.4, minimatch@^3.1.1:
version "3.1.2"
resolved "https://registry.npmmirror.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"