aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar dependabot-preview[bot]2020-11-20 09:19:52 +0000
committerGravatar Vitaly Takmazov2023-01-13 10:37:56 +0300
commitdd1cf32b9cffc935397c78e0a6df33dd8426d7a3 (patch)
tree0494f5e4f8f3c0046b9d2b51fe8844bb2ed3c55b
parent3240e45d2a7916d6edafd0fa59bfd2a05dd1e6fe (diff)
Bump postcss-loader from 4.0.4 to 4.1.0
Bumps [postcss-loader](https://github.com/webpack-contrib/postcss-loader) from 4.0.4 to 4.1.0. - [Release notes](https://github.com/webpack-contrib/postcss-loader/releases) - [Changelog](https://github.com/webpack-contrib/postcss-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/postcss-loader/compare/v4.0.4...v4.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-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 c968e43f..a1cc2b62 100644
--- a/vnext/package-lock.json
+++ b/vnext/package-lock.json
@@ -11801,9 +11801,9 @@
}
},
"postcss-loader": {
- "version": "4.0.4",
- "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-4.0.4.tgz",
- "integrity": "sha512-pntA9zIR14drQo84yGTjQJg1m7T0DkXR4vXYHBngiRZdJtEeCrojL6lOpqUanMzG375lIJbT4Yug85zC/AJWGw==",
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-4.1.0.tgz",
+ "integrity": "sha512-vbCkP70F3Q9PIk6d47aBwjqAMI4LfkXCoyxj+7NPNuVIwfTGdzv2KVQes59/RuxMniIgsYQCFSY42P3+ykJfaw==",
"dev": true,
"requires": {
"cosmiconfig": "^7.0.0",
diff --git a/vnext/package.json b/vnext/package.json
index f12e82d2..69fa6cc5 100644
--- a/vnext/package.json
+++ b/vnext/package.json
@@ -33,7 +33,7 @@
"html-webpack-plugin": "^4.5.0",
"jest": "^26.6.3",
"mini-css-extract-plugin": "^1.3.1",
- "postcss-loader": "^4.0.4",
+ "postcss-loader": "^4.1.0",
"postcss-preset-env": "^6.7.0",
"react-test-renderer": "^17.0.1",
"style-loader": "^2.0.0",