From 5dc8cac52b8955646d320d7879d77ef97506e907 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 02:55:56 +0000 Subject: [PATCH] chore(deps): update dependency @eik/eslint-config to v2.0.15 --- package-lock.json | 26 +++++++++++++------------- package.json | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6bd723a..ec01ce4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "abslog": "2.4.4" }, "devDependencies": { - "@eik/eslint-config": "2.0.11", + "@eik/eslint-config": "2.0.15", "@eik/prettier-config": "1.0.2", "@eik/semantic-release-config": "1.0.18", "@eik/typescript-config": "1.0.2", @@ -111,14 +111,14 @@ } }, "node_modules/@e18e/eslint-plugin": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/@e18e/eslint-plugin/-/eslint-plugin-0.6.0.tgz", - "integrity": "sha512-JQkeXoZA12f9WM2H4t4IobIRqlPvYLeNAjZF6raFu2vmD5YoyuzKmwsLZNJ4g/39c3v1Se2ad3o+oq4y2et/RA==", + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/@e18e/eslint-plugin/-/eslint-plugin-0.8.0.tgz", + "integrity": "sha512-js/TeM+XJyoJ2Zk4if5uTEchv3MEbqugc9gLgq8YdB6Dy+LvwGACpQiAwcul0r4LUl0TvhuzAKUeIUPtGp2cew==", "dev": true, "license": "MIT", "dependencies": { "empathic": "^2.0.1", - "module-replacements": "^3.0.0", + "module-replacements": "^3.1.0", "semver": "^7.8.5" }, "peerDependencies": { @@ -149,17 +149,17 @@ } }, "node_modules/@eik/eslint-config": { - "version": "2.0.11", - "resolved": "https://registry.npmjs.org/@eik/eslint-config/-/eslint-config-2.0.11.tgz", - "integrity": "sha512-IHmqbzfbKRzrcFQ+NSof9oGqdQZO8TqxacLWnV7MKhARTNx9EvIBkKQdq7s+R+nF2Gq1broFSUYdLiRqykAraA==", + "version": "2.0.15", + "resolved": "https://registry.npmjs.org/@eik/eslint-config/-/eslint-config-2.0.15.tgz", + "integrity": "sha512-sMxf/x3CFUS+QC+uDFfuGNL78cgo5nN1xa57oaRySmeQ2rtnhoY8BZuWIKSgXcV5jf+gKR00OmHrf8k2kc2c/w==", "dev": true, "license": "ISC", "dependencies": { - "@e18e/eslint-plugin": "0.6.0", + "@e18e/eslint-plugin": "0.8.0", "@eslint/js": "10.0.1", "eslint-config-prettier": "10.1.8", "eslint-plugin-prettier": "5.5.6", - "globals": "17.8.0" + "globals": "17.11.0" }, "peerDependencies": { "eslint": ">= 10" @@ -2689,9 +2689,9 @@ } }, "node_modules/globals": { - "version": "17.8.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-17.8.0.tgz", - "integrity": "sha512-Zz/LMDZScFmkakeL2cTHzf+PbWKdpU3uclqkZT7TjDG58j5WPt0PpA+n9uPI24fZtlw07q0OtEi84K+umsRzqQ==", + "version": "17.11.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-17.11.0.tgz", + "integrity": "sha512-Z2I8hM+PbJDXQDq3Icgpzv+mPdwr68iZUU9d5WW4FuXfDUQfkZaZuvjMv42/5crNyw154+9+VWXbYrUgDXbxNw==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 361e825..12fc5d9 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "abslog": "2.4.4" }, "devDependencies": { - "@eik/eslint-config": "2.0.11", + "@eik/eslint-config": "2.0.15", "@eik/prettier-config": "1.0.2", "@eik/semantic-release-config": "1.0.18", "@eik/typescript-config": "1.0.2",