From a50b3e0fb8a6d252675c20e0e30b95934cef38c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 20:36:36 +0000 Subject: [PATCH] Build(deps-dev): Bump @eslint-community/regexpp from 4.12.1 to 4.12.2 Bumps [@eslint-community/regexpp](https://github.com/eslint-community/regexpp) from 4.12.1 to 4.12.2. - [Release notes](https://github.com/eslint-community/regexpp/releases) - [Commits](https://github.com/eslint-community/regexpp/compare/v4.12.1...v4.12.2) --- updated-dependencies: - dependency-name: "@eslint-community/regexpp" dependency-version: 4.12.2 dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5a7b90f7..abd6134e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1223,10 +1223,11 @@ } }, "node_modules/@eslint-community/regexpp": { - "version": "4.12.1", - "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.1.tgz", - "integrity": "sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==", + "version": "4.12.2", + "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.2.tgz", + "integrity": "sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==", "dev": true, + "license": "MIT", "engines": { "node": "^12.0.0 || ^14.0.0 || >=16.0.0" }