Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/issuetemplate.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2022-02-15 02:05:35 +0300
committerGitHub <noreply@github.com>2022-02-15 02:05:35 +0300
commit1f63c2d3bcfe2a8950438f6207d8980eff208b00 (patch)
tree90b432e81a0325ae18b49bc44e6869d2c4e5a474
parenta2ea49a0028db1e8ee49095eb02358bde583d5fc (diff)
parentef3b330440e2c3a2efb57bf2787862a8e4969fc4 (diff)
Merge pull request #405 from nextcloud/dependabot/npm_and_yarn/stylelint-webpack-plugin-2.3.2
Bump stylelint-webpack-plugin from 2.3.1 to 2.3.2
-rw-r--r--package-lock.json36
-rw-r--r--package.json2
2 files changed, 8 insertions, 30 deletions
diff --git a/package-lock.json b/package-lock.json
index 20b2ac8..900ec54 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -33,7 +33,7 @@
"stylelint": "^14.5.0",
"stylelint-config-recommended-scss": "^4.3.0",
"stylelint-scss": "^3.21.0",
- "stylelint-webpack-plugin": "^2.3.1",
+ "stylelint-webpack-plugin": "^2.3.2",
"url-loader": "^4.1.1",
"vue-hot-reload-api": "^2.3.4",
"vue-loader": "^15.9.8",
@@ -2146,16 +2146,6 @@
"@types/node": "*"
}
},
- "node_modules/@types/stylelint": {
- "version": "13.13.3",
- "resolved": "https://registry.npmjs.org/@types/stylelint/-/stylelint-13.13.3.tgz",
- "integrity": "sha512-xvYwobi9L69FXbJTimKYRNHyMwtmcJxMd1woI3U822rkW/f7wcZ6fsV1DqYPT+sNaO0qUtngiBhTQfMeItUvUA==",
- "dev": true,
- "dependencies": {
- "globby": "11.x.x",
- "postcss": "7.x.x"
- }
- },
"node_modules/@types/ws": {
"version": "8.2.2",
"resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.2.2.tgz",
@@ -12065,12 +12055,11 @@
}
},
"node_modules/stylelint-webpack-plugin": {
- "version": "2.3.1",
- "resolved": "https://registry.npmjs.org/stylelint-webpack-plugin/-/stylelint-webpack-plugin-2.3.1.tgz",
- "integrity": "sha512-IPNQ0MJpNfTK/eQbkaiktYVYPN0m2tS/p/yCRdVbHpaebtzmMbmvuLtM7B08Wb3nbTOKL8+g1uQul9HVdOKTJQ==",
+ "version": "2.3.2",
+ "resolved": "https://registry.npmjs.org/stylelint-webpack-plugin/-/stylelint-webpack-plugin-2.3.2.tgz",
+ "integrity": "sha512-gjerWQ7nY+4JdebL3LTDPp80DV10O1OOWtM+v+W29+ThzLsKGz3UptEVd0jVdFpWEohEXVilbnan2b/YXxakqA==",
"dev": true,
"dependencies": {
- "@types/stylelint": "^13.13.3",
"arrify": "^2.0.1",
"globby": "^11.0.4",
"jest-worker": "^27.3.1",
@@ -16088,16 +16077,6 @@
"@types/node": "*"
}
},
- "@types/stylelint": {
- "version": "13.13.3",
- "resolved": "https://registry.npmjs.org/@types/stylelint/-/stylelint-13.13.3.tgz",
- "integrity": "sha512-xvYwobi9L69FXbJTimKYRNHyMwtmcJxMd1woI3U822rkW/f7wcZ6fsV1DqYPT+sNaO0qUtngiBhTQfMeItUvUA==",
- "dev": true,
- "requires": {
- "globby": "11.x.x",
- "postcss": "7.x.x"
- }
- },
"@types/ws": {
"version": "8.2.2",
"resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.2.2.tgz",
@@ -24586,12 +24565,11 @@
}
},
"stylelint-webpack-plugin": {
- "version": "2.3.1",
- "resolved": "https://registry.npmjs.org/stylelint-webpack-plugin/-/stylelint-webpack-plugin-2.3.1.tgz",
- "integrity": "sha512-IPNQ0MJpNfTK/eQbkaiktYVYPN0m2tS/p/yCRdVbHpaebtzmMbmvuLtM7B08Wb3nbTOKL8+g1uQul9HVdOKTJQ==",
+ "version": "2.3.2",
+ "resolved": "https://registry.npmjs.org/stylelint-webpack-plugin/-/stylelint-webpack-plugin-2.3.2.tgz",
+ "integrity": "sha512-gjerWQ7nY+4JdebL3LTDPp80DV10O1OOWtM+v+W29+ThzLsKGz3UptEVd0jVdFpWEohEXVilbnan2b/YXxakqA==",
"dev": true,
"requires": {
- "@types/stylelint": "^13.13.3",
"arrify": "^2.0.1",
"globby": "^11.0.4",
"jest-worker": "^27.3.1",
diff --git a/package.json b/package.json
index 5ae82b9..ab01f19 100644
--- a/package.json
+++ b/package.json
@@ -57,7 +57,7 @@
"stylelint": "^14.5.0",
"stylelint-config-recommended-scss": "^4.3.0",
"stylelint-scss": "^3.21.0",
- "stylelint-webpack-plugin": "^2.3.1",
+ "stylelint-webpack-plugin": "^2.3.2",
"url-loader": "^4.1.1",
"vue-hot-reload-api": "^2.3.4",
"vue-loader": "^15.9.8",