aboutsummaryrefslogtreecommitdiff
path: root/vnext
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2021-05-17 06:59:16 +0000
committerGravatar Vitaly Takmazov2023-01-13 10:37:57 +0300
commitc0f7dd362ffede47ea913077e5422f74ab7e00c4 (patch)
tree2736e00d031c524dcf3cc6fe6b863100cc5d108e /vnext
parenta9ca0afbae7eff4eddc96221f5ba2c157d9ef043 (diff)
Bump postcss-loader from 5.2.0 to 5.3.0
Bumps [postcss-loader](https://github.com/webpack-contrib/postcss-loader) from 5.2.0 to 5.3.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.2.0...v5.3.0) Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'vnext')
-rw-r--r--vnext/package-lock.json25
-rw-r--r--vnext/package.json2
2 files changed, 7 insertions, 20 deletions
diff --git a/vnext/package-lock.json b/vnext/package-lock.json
index 9f5a957f..39233479 100644
--- a/vnext/package-lock.json
+++ b/vnext/package-lock.json
@@ -12693,9 +12693,9 @@
}
},
"postcss-loader": {
- "version": "5.2.0",
- "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-5.2.0.tgz",
- "integrity": "sha512-uSuCkENFeUaOYsKrXm0eNNgVIxc71z8RcckLMbVw473rGojFnrUeqEz6zBgXsH2q1EIzXnO/4pEz9RhALjlITA==",
+ "version": "5.3.0",
+ "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-5.3.0.tgz",
+ "integrity": "sha512-/+Z1RAmssdiSLgIZwnJHwBMnlABPgF7giYzTN2NOfr9D21IJZ4mQC1R2miwp80zno9M4zMD/umGI8cR+2EL5zw==",
"dev": true,
"requires": {
"cosmiconfig": "^7.0.0",
@@ -12703,23 +12703,10 @@
"semver": "^7.3.4"
},
"dependencies": {
- "cosmiconfig": {
- "version": "7.0.0",
- "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.0.0.tgz",
- "integrity": "sha512-pondGvTuVYDk++upghXJabWzL6Kxu6f26ljFw64Swq9v6sQPUL3EUlVDV56diOjpCayKihL6hVe8exIACU4XcA==",
- "dev": true,
- "requires": {
- "@types/parse-json": "^4.0.0",
- "import-fresh": "^3.2.1",
- "parse-json": "^5.0.0",
- "path-type": "^4.0.0",
- "yaml": "^1.10.0"
- }
- },
"semver": {
- "version": "7.3.4",
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.4.tgz",
- "integrity": "sha512-tCfb2WLjqFAtXn4KEdxIhalnRtoKFN7nAwj0B3ZXCbQloV2tq5eDbcTmT68JJD3nRJq24/XgxtQKFIpQdtvmVw==",
+ "version": "7.3.5",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz",
+ "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==",
"dev": true,
"requires": {
"lru-cache": "^6.0.0"
diff --git a/vnext/package.json b/vnext/package.json
index efb11dbe..73d19387 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.6.0",
- "postcss-loader": "^5.2.0",
+ "postcss-loader": "^5.3.0",
"postcss-preset-env": "^6.7.0",
"react-test-renderer": "^17.0.2",
"style-loader": "^2.0.0",