From 4dd34a4be5d5ad8958dd2dc334c926450c01c15f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 16:01:51 -0400 Subject: [PATCH] build(deps-dev): Bump @eslint-community/regexpp from 4.10.0 to 4.11.0 (#2189) Bumps [@eslint-community/regexpp](https://github.com/eslint-community/regexpp) from 4.10.0 to 4.11.0. - [Release notes](https://github.com/eslint-community/regexpp/releases) - [Commits](https://github.com/eslint-community/regexpp/compare/v4.10.0...v4.11.0) --- updated-dependencies: - dependency-name: "@eslint-community/regexpp" dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7f5cf21d6..a708fc9a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2999,9 +2999,9 @@ } }, "node_modules/@eslint-community/regexpp": { - "version": "4.10.0", - "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.10.0.tgz", - "integrity": "sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==", + "version": "4.11.0", + "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.11.0.tgz", + "integrity": "sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==", "dev": true, "engines": { "node": "^12.0.0 || ^14.0.0 || >=16.0.0"