From fd4f420e9c1d52a7e6ff32c07b1867edecf4317d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Mar 2026 18:33:03 +0000 Subject: [PATCH] chore(deps-dev): bump @types/minimatch in /apps/editor/build Bumps [@types/minimatch](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/minimatch) from 3.0.3 to 6.0.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/minimatch) --- updated-dependencies: - dependency-name: "@types/minimatch" dependency-version: 6.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- apps/editor/build/package-lock.json | 15 ++++++++++----- apps/editor/build/package.json | 2 +- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/apps/editor/build/package-lock.json b/apps/editor/build/package-lock.json index 445e842c..2397d25c 100644 --- a/apps/editor/build/package-lock.json +++ b/apps/editor/build/package-lock.json @@ -31,7 +31,7 @@ "@types/gulp-sourcemaps": "^0.0.32", "@types/jws": "^3.2.10", "@types/mime": "0.0.29", - "@types/minimatch": "^3.0.3", + "@types/minimatch": "^6.0.0", "@types/minimist": "^1.2.1", "@types/mocha": "^9.1.1", "@types/node": "20.x", @@ -1168,10 +1168,15 @@ "dev": true }, "node_modules/@types/minimatch": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.3.tgz", - "integrity": "sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA==", - "dev": true + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-6.0.0.tgz", + "integrity": "sha512-zmPitbQ8+6zNutpwgcQuLcsEpn/Cj54Kbn7L5pX0Os5kdWplB7xPgEh/g+SWOB/qmows2gpuCaPyduq8ZZRnxA==", + "deprecated": "This is a stub types definition. minimatch provides its own type definitions, so you do not need this installed.", + "dev": true, + "license": "MIT", + "dependencies": { + "minimatch": "*" + } }, "node_modules/@types/minimist": { "version": "1.2.1", diff --git a/apps/editor/build/package.json b/apps/editor/build/package.json index 73d4f42e..67108768 100644 --- a/apps/editor/build/package.json +++ b/apps/editor/build/package.json @@ -25,7 +25,7 @@ "@types/gulp-sourcemaps": "^0.0.32", "@types/jws": "^3.2.10", "@types/mime": "0.0.29", - "@types/minimatch": "^3.0.3", + "@types/minimatch": "^6.0.0", "@types/minimist": "^1.2.1", "@types/mocha": "^9.1.1", "@types/node": "20.x",