From f32a0c9ba21d45de9e0d01e52ec561c0bbe1ae69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 19:32:22 +0000 Subject: [PATCH] build(deps-dev): Bump eslint-module-utils from 2.11.0 to 2.12.0 Bumps [eslint-module-utils](https://github.com/import-js/eslint-plugin-import/tree/HEAD/utils) from 2.11.0 to 2.12.0. - [Release notes](https://github.com/import-js/eslint-plugin-import/releases) - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/utils/CHANGELOG.md) - [Commits](https://github.com/import-js/eslint-plugin-import/commits/v2.12.0/utils) --- updated-dependencies: - dependency-name: eslint-module-utils dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index a01da8db0..cc7998501 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13884,9 +13884,9 @@ } }, "node_modules/eslint-module-utils": { - "version": "2.11.0", - "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.11.0.tgz", - "integrity": "sha512-gbBE5Hitek/oG6MUVj6sFuzEjA/ClzNflVrLovHi/JgLdC7fiN5gLAY1WIPW1a0V5I999MnsrvVrCOGmmVqDBQ==", + "version": "2.12.0", + "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.12.0.tgz", + "integrity": "sha512-wALZ0HFoytlyh/1+4wuZ9FJCD/leWHQzzrxJ8+rebyReSLk7LApMyd3WJaLVoN+D5+WIdJyDK1c6JnE65V4Zyg==", "dev": true, "dependencies": { "debug": "^3.2.7"