From 2ef00f24189a8cbb69947d9d742423402192d4da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Aug 2025 14:56:25 +0000 Subject: [PATCH] chore(deps-dev): bump the eslint group across 1 directory with 2 updates Bumps the eslint group with 2 updates in the / directory: [@devpow112/eslint-config](https://github.com/devpow112/eslint-config) and [eslint](https://github.com/eslint/eslint). Updates `@devpow112/eslint-config` from 4.1.0 to 4.1.1 - [Release notes](https://github.com/devpow112/eslint-config/releases) - [Commits](https://github.com/devpow112/eslint-config/compare/v4.1.0...v4.1.1) Updates `eslint` from 9.31.0 to 9.32.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v9.31.0...v9.32.0) --- updated-dependencies: - dependency-name: "@devpow112/eslint-config" dependency-version: 4.1.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: eslint - dependency-name: eslint dependency-version: 9.32.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint ... Signed-off-by: dependabot[bot] --- package-lock.json | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9b983102..5cafc83e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3255,9 +3255,9 @@ } }, "node_modules/@devpow112/eslint-config": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/@devpow112/eslint-config/-/eslint-config-4.1.0.tgz", - "integrity": "sha512-LeaFYxX0YSrwvv7gWTXz7vjA64l410OA2owfMq5Xf28SEkC7wrSRAXsUxVi9ZFj0qCuHGeZBEiqCM5SVVnr4lg==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/@devpow112/eslint-config/-/eslint-config-4.1.1.tgz", + "integrity": "sha512-vi5wpwPxMKs6ImO3Zv2wmXpJeHvzfp6/gAv+opeGqm9e87i1YgcCmgGMWag7kU6d5BmYf+Zz79ad2s+M2VVhdw==", "dev": true, "license": "MIT", "engines": { @@ -3448,9 +3448,9 @@ "license": "MIT" }, "node_modules/@eslint/js": { - "version": "9.31.0", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.31.0.tgz", - "integrity": "sha512-LOm5OVt7D4qiKCqoiPbA7LWmI+tbw1VbTUowBcUMgQSuM6poJufkFkYDcQpo5KfgD39TnNySV26QjOh7VFpSyw==", + "version": "9.32.0", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.32.0.tgz", + "integrity": "sha512-BBpRFZK3eX6uMLKz8WxFOBIFFcGFJ/g8XuwjTHCqHROSIsopI+ddn/d5Cfh36+7+e5edVS8dbSHnBNhrLEX0zg==", "dev": true, "license": "MIT", "engines": { @@ -3471,9 +3471,9 @@ } }, "node_modules/@eslint/plugin-kit": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.3.3.tgz", - "integrity": "sha512-1+WqvgNMhmlAambTvT3KPtCl/Ibr68VldY2XY40SL1CE0ZXiakFR/cbTspaF5HsnpDMvcYYoJHfl4980NBjGag==", + "version": "0.3.4", + "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.3.4.tgz", + "integrity": "sha512-Ul5l+lHEcw3L5+k8POx6r74mxEYKG5kOb6Xpy2gCRW6zweT6TEhAf8vhxGgjhqrd/VO/Dirhsb+1hNpD1ue9hw==", "dev": true, "license": "Apache-2.0", "dependencies": { @@ -9551,9 +9551,9 @@ } }, "node_modules/eslint": { - "version": "9.31.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.31.0.tgz", - "integrity": "sha512-QldCVh/ztyKJJZLr4jXNUByx3gR+TDYZCRXEktiZoUR3PGy4qCmSbkxcIle8GEwGpb5JBZazlaJ/CxLidXdEbQ==", + "version": "9.32.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.32.0.tgz", + "integrity": "sha512-LSehfdpgMeWcTZkWZVIJl+tkZ2nuSkyyB9C27MZqFWXuph7DvaowgcTvKqxvpLW1JZIk8PN7hFY3Rj9LQ7m7lg==", "dev": true, "license": "MIT", "dependencies": { @@ -9563,8 +9563,8 @@ "@eslint/config-helpers": "^0.3.0", "@eslint/core": "^0.15.0", "@eslint/eslintrc": "^3.3.1", - "@eslint/js": "9.31.0", - "@eslint/plugin-kit": "^0.3.1", + "@eslint/js": "9.32.0", + "@eslint/plugin-kit": "^0.3.4", "@humanfs/node": "^0.16.6", "@humanwhocodes/module-importer": "^1.0.1", "@humanwhocodes/retry": "^0.4.2",