From 9c0aa085553a4844a87ba077523e60b1df476435 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Apr 2025 04:19:32 +0000 Subject: [PATCH] build(deps-dev): bump stylelint from 16.16.0 to 16.18.0 Bumps [stylelint](https://github.com/stylelint/stylelint) from 16.16.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.16.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] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index b7b746ee..69939ce1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -87,7 +87,7 @@ "redux-mock-store": "1.5.5", "sass": "1.86.0", "sass-loader": "16.0.5", - "stylelint": "16.16.0", + "stylelint": "16.18.0", "stylelint-config-recommended-scss": "14.1.0", "ts-node": "10.9.2", "ts-patch": "3.3.0", @@ -17019,9 +17019,9 @@ } }, "node_modules/stylelint": { - "version": "16.16.0", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.16.0.tgz", - "integrity": "sha512-40X5UOb/0CEFnZVEHyN260HlSSUxPES+arrUphOumGWgXERHfwCD0kNBVILgQSij8iliYVwlc0V7M5bcLP9vPg==", + "version": "16.18.0", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.18.0.tgz", + "integrity": "sha512-OXb68qzesv7J70BSbFwfK3yTVLEVXiQ/ro6wUE4UrSbKCMjLLA02S8Qq3LC01DxKyVjk7z8xh35aB4JzO3/sNA==", "dev": true, "funding": [ { @@ -29873,9 +29873,9 @@ "dev": true }, "stylelint": { - "version": "16.16.0", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.16.0.tgz", - "integrity": "sha512-40X5UOb/0CEFnZVEHyN260HlSSUxPES+arrUphOumGWgXERHfwCD0kNBVILgQSij8iliYVwlc0V7M5bcLP9vPg==", + "version": "16.18.0", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.18.0.tgz", + "integrity": "sha512-OXb68qzesv7J70BSbFwfK3yTVLEVXiQ/ro6wUE4UrSbKCMjLLA02S8Qq3LC01DxKyVjk7z8xh35aB4JzO3/sNA==", "dev": true, "requires": { "@csstools/css-parser-algorithms": "^3.0.4", diff --git a/package.json b/package.json index 3c50043e..2f21f39a 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "redux-mock-store": "1.5.5", "sass": "1.86.0", "sass-loader": "16.0.5", - "stylelint": "16.16.0", + "stylelint": "16.18.0", "stylelint-config-recommended-scss": "14.1.0", "ts-node": "10.9.2", "ts-patch": "3.3.0",