aboutsummaryrefslogtreecommitdiff
path: root/vnext
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2021-02-26 06:36:13 +0000
committerGravatar Vitaly Takmazov2023-01-13 10:37:56 +0300
commitaaf5aac357745ab89f44e77073addd0a01bb537f (patch)
tree6ca15ccad9d3445a76b143a398e1a5792ba1ec49 /vnext
parenta71c6e4ae4941a78e41515621cd67091c609231b (diff)
Bump css-loader from 5.0.2 to 5.1.0
Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 5.0.2 to 5.1.0. - [Release notes](https://github.com/webpack-contrib/css-loader/releases) - [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/css-loader/compare/v5.0.2...v5.1.0) Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'vnext')
-rw-r--r--vnext/package-lock.json14
-rw-r--r--vnext/package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/vnext/package-lock.json b/vnext/package-lock.json
index cf67abb4..7cb963a4 100644
--- a/vnext/package-lock.json
+++ b/vnext/package-lock.json
@@ -5702,16 +5702,16 @@
}
},
"css-loader": {
- "version": "5.0.2",
- "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-5.0.2.tgz",
- "integrity": "sha512-gbkBigdcHbmNvZ1Cg6aV6qh6k9N6XOr8YWzISLQGrwk2mgOH8LLrizhkxbDhQtaLtktyKHD4970S0xwz5btfTA==",
+ "version": "5.1.0",
+ "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-5.1.0.tgz",
+ "integrity": "sha512-mFs3Xe2UrzRzL0+ML6e7Q2e/Ozp/WpDcam0l1X+rXgkuFjjsNSrjiyimG6malUOZGVuEjzKp1NqEqN3exG7ZqQ==",
"dev": true,
"requires": {
"camelcase": "^6.2.0",
"cssesc": "^3.0.0",
"icss-utils": "^5.1.0",
"loader-utils": "^2.0.0",
- "postcss": "^8.2.4",
+ "postcss": "^8.2.6",
"postcss-modules-extract-imports": "^3.0.0",
"postcss-modules-local-by-default": "^4.0.0",
"postcss-modules-scope": "^3.0.0",
@@ -5739,9 +5739,9 @@
}
},
"postcss": {
- "version": "8.2.5",
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.2.5.tgz",
- "integrity": "sha512-wMcb7BpDcm3gxQOQx46NDNT36Kk0Ao6PJLLI2ed5vehbbbxCEuslSQzbQ2sfSKy+gkYxhWcGWSeaK+gwm4KIZg==",
+ "version": "8.2.6",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.2.6.tgz",
+ "integrity": "sha512-xpB8qYxgPuly166AGlpRjUdEYtmOWx2iCwGmrv4vqZL9YPVviDVPZPRXxnXr6xPZOdxQ9lp3ZBFCRgWJ7LE3Sg==",
"dev": true,
"requires": {
"colorette": "^1.2.1",
diff --git a/vnext/package.json b/vnext/package.json
index fc83ddb1..301a42f7 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.0.2",
+ "css-loader": "^5.1.0",
"css-minimizer-webpack-plugin": "^1.2.0",
"error-overlay-webpack-plugin": "^0.4.2",
"eslint": "^7.20.0",