From 0f1c29cc50028defc799eb38954679a1119b9910 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 00:00:08 +0000 Subject: [PATCH] chore(deps-dev): bump stylelint from 16.0.1 to 16.0.2 Bumps [stylelint](https://github.com/stylelint/stylelint) from 16.0.1 to 16.0.2. - [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.0.1...16.0.2) --- updated-dependencies: - dependency-name: stylelint dependency-type: direct:development update-type: version-update:semver-patch ... 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 101c63535..455a84fc3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "npm-run-all": "^4.1.5", "prettier": "^3.1.1", "prettier-eslint": "^16.1.2", - "stylelint": "^16.0.1", + "stylelint": "^16.0.2", "stylelint-prettier": "^4.1.0" }, "engines": { @@ -6603,9 +6603,9 @@ } }, "node_modules/stylelint": { - "version": "16.0.1", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.0.1.tgz", - "integrity": "sha512-nPO7f7JBxX0gPwdQs1fBQL+b0PabHykxSQ9HtpobbtV7pe2lb/nmlqxKepPUwHJTi9P9iu+Hkwt1mdmOnkkTVw==", + "version": "16.0.2", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.0.2.tgz", + "integrity": "sha512-SxA/rg3VWxdoHZlW0nmVueWO1E7TAKW4W6mmA3iTxxEF9bIeQdFZu2oiBlQYyNe1pGnOamOqo2XYnI7cs5Bgow==", "dev": true, "dependencies": { "@csstools/css-parser-algorithms": "^2.3.2", @@ -12096,9 +12096,9 @@ } }, "stylelint": { - "version": "16.0.1", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.0.1.tgz", - "integrity": "sha512-nPO7f7JBxX0gPwdQs1fBQL+b0PabHykxSQ9HtpobbtV7pe2lb/nmlqxKepPUwHJTi9P9iu+Hkwt1mdmOnkkTVw==", + "version": "16.0.2", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.0.2.tgz", + "integrity": "sha512-SxA/rg3VWxdoHZlW0nmVueWO1E7TAKW4W6mmA3iTxxEF9bIeQdFZu2oiBlQYyNe1pGnOamOqo2XYnI7cs5Bgow==", "dev": true, "requires": { "@csstools/css-parser-algorithms": "^2.3.2", diff --git a/package.json b/package.json index 2830f3cc6..86fb54cd1 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "npm-run-all": "^4.1.5", "prettier": "^3.1.1", "prettier-eslint": "^16.1.2", - "stylelint": "^16.0.1", + "stylelint": "^16.0.2", "stylelint-prettier": "^4.1.0" } }