Merge pull request #145 from strukturag/dependabot/npm_and_yarn/stylelint-14.9.1

Bump stylelint from 14.9.0 to 14.9.1
This commit is contained in:
Joachim Bauch 2022-06-13 12:23:28 +02:00 committed by GitHub
commit 6321ea7723
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 16 deletions

30
package-lock.json generated
View file

@ -21,7 +21,7 @@
"devDependencies": { "devDependencies": {
"copy-webpack-plugin": "11.0.0", "copy-webpack-plugin": "11.0.0",
"eslint": "8.17.0", "eslint": "8.17.0",
"stylelint": "14.9.0", "stylelint": "14.9.1",
"stylelint-config-standard-scss": "^4.0.0", "stylelint-config-standard-scss": "^4.0.0",
"webpack": "5.73.0", "webpack": "5.73.0",
"webpack-cli": "4.9.2" "webpack-cli": "4.9.2"
@ -134,9 +134,9 @@
} }
}, },
"node_modules/@csstools/selector-specificity": { "node_modules/@csstools/selector-specificity": {
"version": "2.0.0", "version": "2.0.1",
"resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-2.0.0.tgz", "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-2.0.1.tgz",
"integrity": "sha512-rZ6vufeY/UjAgtyiJ4WvfF6XP6HizIyOfbZOg0RnecIwjrvH8Am3nN1BpKnnPZunYAkUcPPXDhwbxOtGop8cfQ==", "integrity": "sha512-aG20vknL4/YjQF9BSV7ts4EWm/yrjagAN7OWBNmlbEOUiu0llj4OGrFoOKK3g2vey4/p2omKCoHrWtPxSwV3HA==",
"dev": true, "dev": true,
"engines": { "engines": {
"node": "^12 || ^14 || >=16" "node": "^12 || ^14 || >=16"
@ -3294,12 +3294,12 @@
"dev": true "dev": true
}, },
"node_modules/stylelint": { "node_modules/stylelint": {
"version": "14.9.0", "version": "14.9.1",
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.9.0.tgz", "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.9.1.tgz",
"integrity": "sha512-+xsQ4uKS56RQs8AGYx2CXc9nhWyPR7c/G0RqyiKgWZx2LuE3VJnIhGRQXUfnGQXOqBPHxNjMCHiK5NNQRB52sw==", "integrity": "sha512-RdAkJdPiLqHawCSnu21nE27MjNXaVd4WcOHA4vK5GtIGjScfhNnaOuWR2wWdfKFAvcWQPOYe311iveiVKSmwsA==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@csstools/selector-specificity": "^2.0.0", "@csstools/selector-specificity": "^2.0.1",
"balanced-match": "^2.0.0", "balanced-match": "^2.0.0",
"colord": "^2.9.2", "colord": "^2.9.2",
"cosmiconfig": "^7.0.1", "cosmiconfig": "^7.0.1",
@ -4059,9 +4059,9 @@
} }
}, },
"@csstools/selector-specificity": { "@csstools/selector-specificity": {
"version": "2.0.0", "version": "2.0.1",
"resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-2.0.0.tgz", "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-2.0.1.tgz",
"integrity": "sha512-rZ6vufeY/UjAgtyiJ4WvfF6XP6HizIyOfbZOg0RnecIwjrvH8Am3nN1BpKnnPZunYAkUcPPXDhwbxOtGop8cfQ==", "integrity": "sha512-aG20vknL4/YjQF9BSV7ts4EWm/yrjagAN7OWBNmlbEOUiu0llj4OGrFoOKK3g2vey4/p2omKCoHrWtPxSwV3HA==",
"dev": true, "dev": true,
"requires": {} "requires": {}
}, },
@ -6465,12 +6465,12 @@
"dev": true "dev": true
}, },
"stylelint": { "stylelint": {
"version": "14.9.0", "version": "14.9.1",
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.9.0.tgz", "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.9.1.tgz",
"integrity": "sha512-+xsQ4uKS56RQs8AGYx2CXc9nhWyPR7c/G0RqyiKgWZx2LuE3VJnIhGRQXUfnGQXOqBPHxNjMCHiK5NNQRB52sw==", "integrity": "sha512-RdAkJdPiLqHawCSnu21nE27MjNXaVd4WcOHA4vK5GtIGjScfhNnaOuWR2wWdfKFAvcWQPOYe311iveiVKSmwsA==",
"dev": true, "dev": true,
"requires": { "requires": {
"@csstools/selector-specificity": "^2.0.0", "@csstools/selector-specificity": "^2.0.1",
"balanced-match": "^2.0.0", "balanced-match": "^2.0.0",
"colord": "^2.9.2", "colord": "^2.9.2",
"cosmiconfig": "^7.0.1", "cosmiconfig": "^7.0.1",

View file

@ -25,7 +25,7 @@
"devDependencies": { "devDependencies": {
"copy-webpack-plugin": "11.0.0", "copy-webpack-plugin": "11.0.0",
"eslint": "8.17.0", "eslint": "8.17.0",
"stylelint": "14.9.0", "stylelint": "14.9.1",
"stylelint-config-standard-scss": "^4.0.0", "stylelint-config-standard-scss": "^4.0.0",
"webpack": "5.73.0", "webpack": "5.73.0",
"webpack-cli": "4.9.2" "webpack-cli": "4.9.2"