summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-12-11 19:33:38 +0000
committerDaniel Micay <danielmicay@gmail.com>2024-12-11 19:01:34 -0500
commit2e0a8fe4163e0f5412fed2125859c3c3b8028fdb (patch)
tree14f44c6a694bcbca2edc374bd73199b6559991ad
parent0500358604d4a4264bb2397e3d148a864d7d80df (diff)
Bump @stylistic/eslint-plugin from 2.12.0 to 2.12.1
Bumps [@stylistic/eslint-plugin](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin) from 2.12.0 to 2.12.1. - [Release notes](https://github.com/eslint-stylistic/eslint-stylistic/releases) - [Changelog](https://github.com/eslint-stylistic/eslint-stylistic/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint-stylistic/eslint-stylistic/commits/v2.12.1/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@stylistic/eslint-plugin" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json8
-rw-r--r--package.json2
2 files changed, 5 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json
index 4f97f958..87811a3d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -5,7 +5,7 @@
"packages": {
"": {
"dependencies": {
- "@stylistic/eslint-plugin": "^2.12.0",
+ "@stylistic/eslint-plugin": "^2.12.1",
"csso-cli": "^4.0.2",
"eslint": "^9.16.0",
"html-minifier-terser": "^7.2.0",
@@ -451,9 +451,9 @@
}
},
"node_modules/@stylistic/eslint-plugin": {
- "version": "2.12.0",
- "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-2.12.0.tgz",
- "integrity": "sha512-IvD2WXbOoSp0zNpyYbjdSyEjZtut78RYfj2WIlbChE7HFuposTK5X1hc5+4AyqYcjLXYdD5oo/sJtqMGFNRb1w==",
+ "version": "2.12.1",
+ "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-2.12.1.tgz",
+ "integrity": "sha512-fubZKIHSPuo07FgRTn6S4Nl0uXPRPYVNpyZzIDGfp7Fny6JjNus6kReLD7NI380JXi4HtUTSOZ34LBuNPO1XLQ==",
"license": "MIT",
"dependencies": {
"@typescript-eslint/utils": "^8.13.0",
diff --git a/package.json b/package.json
index ec781297..9c83fb31 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"dependencies": {
- "@stylistic/eslint-plugin": "^2.12.0",
+ "@stylistic/eslint-plugin": "^2.12.1",
"csso-cli": "^4.0.2",
"eslint": "^9.16.0",
"html-minifier-terser": "^7.2.0",