From 70118022b82c62c908148c6a36c00d9311bf66cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 03:36:16 +0000 Subject: [PATCH] Bump @stylistic/stylelint-plugin from 3.1.0 to 3.1.1 Bumps [@stylistic/stylelint-plugin](https://github.com/stylelint-stylistic/stylelint-stylistic) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/stylelint-stylistic/stylelint-stylistic/releases) - [Changelog](https://github.com/stylelint-stylistic/stylelint-stylistic/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint-stylistic/stylelint-stylistic/compare/v3.1.0...v3.1.1) --- updated-dependencies: - dependency-name: "@stylistic/stylelint-plugin" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index b5c7151a7..35cea49e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,7 +50,7 @@ "vitreum": "git+https://git@github.com/calculuschild/vitreum.git" }, "devDependencies": { - "@stylistic/stylelint-plugin": "^3.1.0", + "@stylistic/stylelint-plugin": "^3.1.1", "eslint": "^9.11.1", "eslint-plugin-jest": "^28.8.3", "eslint-plugin-react": "^7.37.1", @@ -2979,9 +2979,9 @@ } }, "node_modules/@stylistic/stylelint-plugin": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@stylistic/stylelint-plugin/-/stylelint-plugin-3.1.0.tgz", - "integrity": "sha512-NU2XR6i1x163KdyDj3zqblA13890fBzHNZYqZ13aor/sB3Yq8kU/0NKCudv5pfl9Kb/UAteo/D7vKMHtaror/A==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@stylistic/stylelint-plugin/-/stylelint-plugin-3.1.1.tgz", + "integrity": "sha512-XagAHHIa528EvyGybv8EEYGK5zrVW74cHpsjhtovVATbhDRuJYfE+X4HCaAieW9lCkwbX6L+X0I4CiUG3w/hFw==", "dev": true, "dependencies": { "@csstools/css-parser-algorithms": "^3.0.1", diff --git a/package.json b/package.json index 08707b224..c9e921bcd 100644 --- a/package.json +++ b/package.json @@ -125,7 +125,7 @@ "vitreum": "git+https://git@github.com/calculuschild/vitreum.git" }, "devDependencies": { - "@stylistic/stylelint-plugin": "^3.1.0", + "@stylistic/stylelint-plugin": "^3.1.1", "eslint": "^9.11.1", "eslint-plugin-jest": "^28.8.3", "eslint-plugin-react": "^7.37.1",