build(deps-dev): bump stylelint-config-wikimedia from 0.17.1 to 0.17.2 (#142)

Bumps [stylelint-config-wikimedia](https://github.com/wikimedia/stylelint-config-wikimedia) from 0.17.1 to 0.17.2.
- [Release notes](https://github.com/wikimedia/stylelint-config-wikimedia/releases)
- [Changelog](https://github.com/wikimedia/stylelint-config-wikimedia/blob/main/CHANGELOG.md)
- [Commits](https://github.com/wikimedia/stylelint-config-wikimedia/compare/v0.17.1...v0.17.2)

---
updated-dependencies:
- dependency-name: stylelint-config-wikimedia
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-06-20 13:41:28 -04:00 committed by GitHub
parent 35ffe555c0
commit de2b891807
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -13,7 +13,7 @@
"oojs": "^7.0.1",
"oojs-ui": "^0.49.2",
"stylelint-config-idiomatic-order": "10.0.0",
"stylelint-config-wikimedia": "0.17.1"
"stylelint-config-wikimedia": "0.17.2"
}
},
"node_modules/@babel/code-frame": {
@ -3855,9 +3855,9 @@
}
},
"node_modules/stylelint-config-wikimedia": {
"version": "0.17.1",
"resolved": "https://registry.npmjs.org/stylelint-config-wikimedia/-/stylelint-config-wikimedia-0.17.1.tgz",
"integrity": "sha512-wLgadkHgAkz9jLLOVjBETSU+P3fzHB+rbx4ajct6+w/sqtKd2N9DM77ufJXZXA+Ai0HHanU9ltAy9XzFEFkT2Q==",
"version": "0.17.2",
"resolved": "https://registry.npmjs.org/stylelint-config-wikimedia/-/stylelint-config-wikimedia-0.17.2.tgz",
"integrity": "sha512-cc3PYhe1O/GTgsMOp+Ri3ru579YBbZ3Me0oU7xNb06n4iwyXYPz8qO5G4iQ13UH19UW2NIS8Tk0goPRrJ1RAfw==",
"dev": true,
"dependencies": {
"@stylistic/stylelint-config": "1.0.1",

View file

@ -17,6 +17,6 @@
"oojs": "^7.0.1",
"oojs-ui": "^0.49.2",
"stylelint-config-idiomatic-order": "10.0.0",
"stylelint-config-wikimedia": "0.17.1"
"stylelint-config-wikimedia": "0.17.2"
}
}