diff --git a/html/package-lock.json b/html/package-lock.json
index f5c1a3fb..87ab14ef 100644
--- a/html/package-lock.json
+++ b/html/package-lock.json
@@ -20,7 +20,7 @@
},
"devDependencies": {
"canvas": "^2.11.2",
- "mini-css-extract-plugin": "2.7.6"
+ "mini-css-extract-plugin": "2.7.7"
}
},
"node_modules/@adobe/css-tools": {
@@ -9330,9 +9330,9 @@
}
},
"node_modules/mini-css-extract-plugin": {
- "version": "2.7.6",
- "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.7.6.tgz",
- "integrity": "sha512-Qk7HcgaPkGG6eD77mLvZS1nmxlao3j+9PkrT9Uc7HAE1id3F41+DdBRYRYkbyfNRGzm8/YWtzhw7nVPmwhqTQw==",
+ "version": "2.7.7",
+ "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.7.7.tgz",
+ "integrity": "sha512-+0n11YGyRavUR3IlaOzJ0/4Il1avMvJ1VJfhWfCn24ITQXhRr1gghbhhrda6tgtNcpZaWKdSuwKq20Jb7fnlyw==",
"dependencies": {
"schema-utils": "^4.0.0"
},
@@ -21884,9 +21884,9 @@
"integrity": "sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg=="
},
"mini-css-extract-plugin": {
- "version": "2.7.6",
- "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.7.6.tgz",
- "integrity": "sha512-Qk7HcgaPkGG6eD77mLvZS1nmxlao3j+9PkrT9Uc7HAE1id3F41+DdBRYRYkbyfNRGzm8/YWtzhw7nVPmwhqTQw==",
+ "version": "2.7.7",
+ "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.7.7.tgz",
+ "integrity": "sha512-+0n11YGyRavUR3IlaOzJ0/4Il1avMvJ1VJfhWfCn24ITQXhRr1gghbhhrda6tgtNcpZaWKdSuwKq20Jb7fnlyw==",
"requires": {
"schema-utils": "^4.0.0"
}
diff --git a/html/package.json b/html/package.json
index c7c8d90a..ce8e2622 100644
--- a/html/package.json
+++ b/html/package.json
@@ -42,6 +42,6 @@
},
"devDependencies": {
"canvas": "^2.11.2",
- "mini-css-extract-plugin": "2.7.6"
+ "mini-css-extract-plugin": "2.7.7"
}
}