diff options
-rw-r--r-- | vnext/package-lock.json | 6 | ||||
-rw-r--r-- | vnext/package.json | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/vnext/package-lock.json b/vnext/package-lock.json index a6a3f10b..d7d02eaa 100644 --- a/vnext/package-lock.json +++ b/vnext/package-lock.json @@ -5666,9 +5666,9 @@ } }, "css-loader": { - "version": "5.2.5", - "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-5.2.5.tgz", - "integrity": "sha512-bH6QQacvSRtLX0lycAOs43S173n+lfXxB5cx4FjVkTLw5tAEwk5bxNLbkt5K1iETd5KxazRx70GpqOxsuwKiFA==", + "version": "5.2.6", + "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-5.2.6.tgz", + "integrity": "sha512-0wyN5vXMQZu6BvjbrPdUJvkCzGEO24HC7IS7nW4llc6BBFC+zwR9CKtYGv63Puzsg10L/o12inMY5/2ByzfD6w==", "dev": true, "requires": { "icss-utils": "^5.1.0", diff --git a/vnext/package.json b/vnext/package.json index 75e704c5..28d11f41 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -18,7 +18,7 @@ "babel-eslint": "^10.1.0", "babel-jest": "^26.6.3", "babel-loader": "^8.2.2", - "css-loader": "^5.2.5", + "css-loader": "^5.2.6", "css-minimizer-webpack-plugin": "^3.0.0", "error-overlay-webpack-plugin": "^0.4.2", "eslint": "^7.27.0", |