aboutsummaryrefslogtreecommitdiff
path: root/vnext
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2021-03-12 06:25:39 +0000
committerGravatar Vitaly Takmazov2023-01-13 10:37:56 +0300
commit303be14573033d94204e0247ac712a3db5b972b2 (patch)
tree9863431f2cb24704fa5ec45cc2fbc9c127490663 /vnext
parent7a02b8411b28abef21794a27396f2e0ec5988626 (diff)
Bump postcss-loader from 5.1.0 to 5.2.0
Bumps [postcss-loader](https://github.com/webpack-contrib/postcss-loader) from 5.1.0 to 5.2.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/v5.1.0...v5.2.0) Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'vnext')
-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 74a567e9..ec2b59c7 100644
--- a/vnext/package-lock.json
+++ b/vnext/package-lock.json
@@ -12527,9 +12527,9 @@
}
},
"postcss-loader": {
- "version": "5.1.0",
- "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-5.1.0.tgz",
- "integrity": "sha512-tGgKZF6Ntn16zIWXt7yKV19L0rISaozHPCfdPt+aHOnTZrreeqVR6hCkFhZYfJ6KgpyIFRkKuW8ygHtUid4GlA==",
+ "version": "5.2.0",
+ "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-5.2.0.tgz",
+ "integrity": "sha512-uSuCkENFeUaOYsKrXm0eNNgVIxc71z8RcckLMbVw473rGojFnrUeqEz6zBgXsH2q1EIzXnO/4pEz9RhALjlITA==",
"dev": true,
"requires": {
"cosmiconfig": "^7.0.0",
diff --git a/vnext/package.json b/vnext/package.json
index 61d98a2f..929f344e 100644
--- a/vnext/package.json
+++ b/vnext/package.json
@@ -33,7 +33,7 @@
"html-webpack-plugin": "^5.3.1",
"jest": "^26.6.3",
"mini-css-extract-plugin": "^1.3.9",
- "postcss-loader": "^5.1.0",
+ "postcss-loader": "^5.2.0",
"postcss-preset-env": "^6.7.0",
"react-test-renderer": "^17.0.1",
"style-loader": "^2.0.0",