diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-04-12 01:22:13 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-12 01:22:13 +0000 |
commit | ab7a4ee2dde0c82fa6f4d1fce4333cce3883f99e (patch) | |
tree | f6a338c6a54a8ecf7be44a8fb9990416671ca79d | |
parent | 2494eff627bc48b3784bfd4eded79d17eb57239d (diff) | |
download | nextcloud-server-ab7a4ee2dde0c82fa6f4d1fce4333cce3883f99e.tar.gz nextcloud-server-ab7a4ee2dde0c82fa6f4d1fce4333cce3883f99e.zip |
build(deps-dev): bump stylelint from 16.17.0 to 16.18.0dependabot/npm_and_yarn/stylelint-16.18.0
Bumps [stylelint](https://github.com/stylelint/stylelint) from 16.17.0 to 16.18.0.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/16.17.0...16.18.0)
---
updated-dependencies:
- dependency-name: stylelint
dependency-version: 16.18.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | package-lock.json | 8 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json index f07ccb52fc5..769cf160c8c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -148,7 +148,7 @@ "sass-loader": "^16.0.2", "sinon": "<= 5.0.7", "style-loader": "^4.0.0", - "stylelint": "^16.17.0", + "stylelint": "^16.18.0", "stylelint-use-logical": "^2.1.2", "tar": "^7.4.3", "ts-loader": "^9.5.2", @@ -22881,9 +22881,9 @@ } }, "node_modules/stylelint": { - "version": "16.17.0", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.17.0.tgz", - "integrity": "sha512-I9OwVIWRMqVm2Br5iTbrfSqGRPWQUlvm6oXO1xZuYYu0Gpduy67N8wXOZv15p6E/JdlZiAtQaIoLKZEWk5hrjw==", + "version": "16.18.0", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.18.0.tgz", + "integrity": "sha512-OXb68qzesv7J70BSbFwfK3yTVLEVXiQ/ro6wUE4UrSbKCMjLLA02S8Qq3LC01DxKyVjk7z8xh35aB4JzO3/sNA==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index 429b35bbd0d..5cf4105d856 100644 --- a/package.json +++ b/package.json @@ -179,7 +179,7 @@ "sass-loader": "^16.0.2", "sinon": "<= 5.0.7", "style-loader": "^4.0.0", - "stylelint": "^16.17.0", + "stylelint": "^16.18.0", "stylelint-use-logical": "^2.1.2", "tar": "^7.4.3", "ts-loader": "^9.5.2", |