From 083a2af32b0101d38651b7e4a9ab7f7240e54797 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 05:32:26 +0000 Subject: [PATCH] Bump the stylelint-dependencies group with 1 update Bumps the stylelint-dependencies group with 1 update: [stylelint](https://github.com/stylelint/stylelint). - [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 dependency-group: stylelint-dependencies ... 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 09b68c0..47b057b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "elm-json": "^0.2.13", "elm-review": "^2.10.3", "elm-test": "^0.19.1-revision12", - "stylelint": "^16.0.1", + "stylelint": "^16.0.2", "stylelint-config-recommended": "^14.0.0", "typescript": "^5.3.3", "vite": "^4.5.0", @@ -3875,9 +3875,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", @@ -7153,9 +7153,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 e078bd4..8cf1eb9 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "elm-json": "^0.2.13", "elm-review": "^2.10.3", "elm-test": "^0.19.1-revision12", - "stylelint": "^16.0.1", + "stylelint": "^16.0.2", "stylelint-config-recommended": "^14.0.0", "typescript": "^5.3.3", "vite": "^4.5.0",