From 7325da97ccf6793e8b5e80d0e3e0b35d4a4d1952 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Oct 2025 02:02:20 +0000 Subject: [PATCH] chore(deps): bump schema-utils in the dependencies group Bumps the dependencies group with 1 update: [schema-utils](https://github.com/webpack/schema-utils). Updates `schema-utils` from 4.3.2 to 4.3.3 - [Release notes](https://github.com/webpack/schema-utils/releases) - [Changelog](https://github.com/webpack/schema-utils/blob/main/CHANGELOG.md) - [Commits](https://github.com/webpack/schema-utils/compare/v4.3.2...v4.3.3) --- updated-dependencies: - dependency-name: schema-utils dependency-version: 4.3.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... 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 a5a7b422d..59bbe83fa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19423,9 +19423,9 @@ "license": "MIT" }, "node_modules/schema-utils": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.3.2.tgz", - "integrity": "sha512-Gn/JaSk/Mt9gYubxTtSn/QCV4em9mpAPiR1rqy/Ocu19u/G9J5WWdNoUT4SiV6mFC3y6cxyFcFwdzPM3FgxGAQ==", + "version": "4.3.3", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.3.3.tgz", + "integrity": "sha512-eflK8wEtyOE6+hsaRVPxvUKYCpRgzLqDTb8krvAsRIwOGlHoSgYLgBXoubGgLd2fT41/OUYdb48v4k4WWHQurA==", "license": "MIT", "dependencies": { "@types/json-schema": "^7.0.9",