aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vnext/package-lock.json6
-rw-r--r--vnext/package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/vnext/package-lock.json b/vnext/package-lock.json
index 47b33a14..ac5e0fe3 100644
--- a/vnext/package-lock.json
+++ b/vnext/package-lock.json
@@ -11245,9 +11245,9 @@
}
},
"mini-css-extract-plugin": {
- "version": "2.2.1",
- "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.2.1.tgz",
- "integrity": "sha512-A0GBXpz8WIPgh2HfASJ0EeY8grd2dGxmC4R8uTujFJXZY7zFy0nvYSYW6SKCLKlz7y45BdHONfaxZQMIZpeF/w==",
+ "version": "2.2.2",
+ "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.2.2.tgz",
+ "integrity": "sha512-eUjQ/q1rQIeHWgIx7ny/DNgXHcMXHdBwgrZQK7Ev8dbR+HxhroFM2Cb6kMiswOYaq05IRJhPuQqXWUABIjjA3g==",
"dev": true,
"requires": {
"schema-utils": "^3.1.0"
diff --git a/vnext/package.json b/vnext/package.json
index c1c4061d..bf33400a 100644
--- a/vnext/package.json
+++ b/vnext/package.json
@@ -32,7 +32,7 @@
"html-loader": "^2.1.2",
"html-webpack-plugin": "^5.3.2",
"jest": "^27.1.0",
- "mini-css-extract-plugin": "^2.2.1",
+ "mini-css-extract-plugin": "^2.2.2",
"postcss": "^8.3.6",
"postcss-loader": "^6.1.1",
"postcss-preset-env": "^6.7.0",