diff options
author | dependabot[bot] | 2021-03-12 06:25:39 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:56 +0300 |
commit | 303be14573033d94204e0247ac712a3db5b972b2 (patch) | |
tree | 9863431f2cb24704fa5ec45cc2fbc9c127490663 /vnext/package-lock.json | |
parent | 7a02b8411b28abef21794a27396f2e0ec5988626 (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/package-lock.json')
-rw-r--r-- | vnext/package-lock.json | 6 |
1 files changed, 3 insertions, 3 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", |