Merge pull request #203 from strukturag/dependabot/npm_and_yarn/stylelint-14.16.1

Bump stylelint from 14.16.0 to 14.16.1
This commit is contained in:
Joachim Bauch 2023-01-16 11:25:54 +01:00 committed by GitHub
commit 5a6627a1c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -21,7 +21,7 @@
"devDependencies": {
"copy-webpack-plugin": "11.0.0",
"eslint": "8.32.0",
"stylelint": "14.16.0",
"stylelint": "14.16.1",
"stylelint-config-standard-scss": "^6.1.0",
"webpack": "5.75.0",
"webpack-cli": "5.0.1"
@ -3311,9 +3311,9 @@
"dev": true
},
"node_modules/stylelint": {
"version": "14.16.0",
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.16.0.tgz",
"integrity": "sha512-X6uTi9DcxjzLV8ZUAjit1vsRtSwcls0nl07c9rqOPzvpA8IvTX/xWEkBRowS0ffevRrqkHa/ThDEu86u73FQDg==",
"version": "14.16.1",
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.16.1.tgz",
"integrity": "sha512-ErlzR/T3hhbV+a925/gbfc3f3Fep9/bnspMiJPorfGEmcBbXdS+oo6LrVtoUZ/w9fqD6o6k7PtUlCOsCRdjX/A==",
"dev": true,
"dependencies": {
"@csstools/selector-specificity": "^2.0.2",
@ -6439,9 +6439,9 @@
"dev": true
},
"stylelint": {
"version": "14.16.0",
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.16.0.tgz",
"integrity": "sha512-X6uTi9DcxjzLV8ZUAjit1vsRtSwcls0nl07c9rqOPzvpA8IvTX/xWEkBRowS0ffevRrqkHa/ThDEu86u73FQDg==",
"version": "14.16.1",
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.16.1.tgz",
"integrity": "sha512-ErlzR/T3hhbV+a925/gbfc3f3Fep9/bnspMiJPorfGEmcBbXdS+oo6LrVtoUZ/w9fqD6o6k7PtUlCOsCRdjX/A==",
"dev": true,
"requires": {
"@csstools/selector-specificity": "^2.0.2",

View file

@ -25,7 +25,7 @@
"devDependencies": {
"copy-webpack-plugin": "11.0.0",
"eslint": "8.32.0",
"stylelint": "14.16.0",
"stylelint": "14.16.1",
"stylelint-config-standard-scss": "^6.1.0",
"webpack": "5.75.0",
"webpack-cli": "5.0.1"