From f3822c6d0d4623d849e4bbbb42f7b061206e4a37 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Jun 2025 00:01:43 +0000 Subject: [PATCH] chore(deps): update dependency @adobe/eslint-config-helix to v3.0.4 --- package-lock.json | 20 +++++--------------- package.json | 2 +- 2 files changed, 6 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 96380ea..107e944 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "webpack": "5.99.9" }, "devDependencies": { - "@adobe/eslint-config-helix": "3.0.3", + "@adobe/eslint-config-helix": "3.0.4", "@eslint/config-helpers": "0.2.3", "@semantic-release/changelog": "6.0.3", "@semantic-release/git": "10.0.1", @@ -34,13 +34,13 @@ } }, "node_modules/@adobe/eslint-config-helix": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@adobe/eslint-config-helix/-/eslint-config-helix-3.0.3.tgz", - "integrity": "sha512-X4hwy/6aYh9Wz9yDDksyN+Xl3zIZIATkspmpmA0YCHaFNABUWEV9/lmQnAjHB+4ZJEJVSmiLlTpRz6LhvNRyWA==", + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/@adobe/eslint-config-helix/-/eslint-config-helix-3.0.4.tgz", + "integrity": "sha512-A5VRj0kVeNPn+9sKFkZyh18U9EWUd+6PlW823BxYosjGeEc0IQal64uFhYsWBCfTVfz9wl/HmLxG2sHlM5ahtA==", "dev": true, "license": "Apache-2.0", "dependencies": { - "@eslint/config-helpers": "0.2.2", + "@eslint/config-helpers": "0.2.3", "eslint-plugin-import": "2.31.0", "globals": "16.2.0" }, @@ -51,16 +51,6 @@ "eslint": "^9.0.0" } }, - "node_modules/@adobe/eslint-config-helix/node_modules/@eslint/config-helpers": { - "version": "0.2.2", - "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.2.2.tgz", - "integrity": "sha512-+GPzk8PlG0sPpzdU5ZvIRMPidzAnZDl/s9L+y13iodqvb8leL53bTannOrQ/Im7UkpsmFU5Ily5U60LWixnmLg==", - "dev": true, - "license": "Apache-2.0", - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - } - }, "node_modules/@adobe/fetch": { "version": "4.2.1", "resolved": "https://registry.npmjs.org/@adobe/fetch/-/fetch-4.2.1.tgz", diff --git a/package.json b/package.json index 03dc2c7..288c05d 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "reporter-options": "configFile=.mocha-multi.json" }, "devDependencies": { - "@adobe/eslint-config-helix": "3.0.3", + "@adobe/eslint-config-helix": "3.0.4", "@eslint/config-helpers": "0.2.3", "@semantic-release/changelog": "6.0.3", "@semantic-release/git": "10.0.1",