From e3c9d02dbeab1433d0f5a3f5c14def0f312ad407 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Feb 2026 10:39:11 +0000 Subject: [PATCH] chore(deps): bump minimatch from 10.1.2 to 10.2.4 Bumps [minimatch](https://github.com/isaacs/minimatch) from 10.1.2 to 10.2.4. - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](https://github.com/isaacs/minimatch/compare/v10.1.2...v10.2.4) --- updated-dependencies: - dependency-name: minimatch dependency-version: 10.2.4 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 47 +++++++++++++++++++++++++++-------------------- 1 file changed, 27 insertions(+), 20 deletions(-) diff --git a/package-lock.json b/package-lock.json index f33a8d4..f7b1a6f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,46 +1,51 @@ { "name": "react-compiler-unmemo", - "version": "1.0.0", + "version": "0.6.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "react-compiler-unmemo", - "version": "1.0.0", + "version": "0.6.1", "license": "MIT", "dependencies": { "glob": "^11.0.0" }, "bin": { - "react-compiler-unmemo": "react-compiler-unmemo.mjs" + "react-compiler-unmemo": "react-compiler-unmemo.mjs", + "unmemo": "react-compiler-unmemo.mjs" }, "devDependencies": {}, "engines": { "node": ">=18" } }, - "node_modules/@isaacs/balanced-match": { - "version": "4.0.1", - "license": "MIT", + "node_modules/@isaacs/cliui": { + "version": "9.0.0", + "license": "BlueOak-1.0.0", "engines": { - "node": "20 || >=22" + "node": ">=18" } }, - "node_modules/@isaacs/brace-expansion": { - "version": "5.0.1", + "node_modules/balanced-match": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz", + "integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==", "license": "MIT", - "dependencies": { - "@isaacs/balanced-match": "^4.0.1" - }, "engines": { - "node": "20 || >=22" + "node": "18 || 20 || >=22" } }, - "node_modules/@isaacs/cliui": { - "version": "9.0.0", - "license": "BlueOak-1.0.0", + "node_modules/brace-expansion": { + "version": "5.0.4", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.4.tgz", + "integrity": "sha512-h+DEnpVvxmfVefa4jFbCf5HdH5YMDXRsmKflpf1pILZWRFlTbJpxeU55nJl4Smt5HQaGzg1o6RHFPJaOqnmBDg==", + "license": "MIT", + "dependencies": { + "balanced-match": "^4.0.2" + }, "engines": { - "node": ">=18" + "node": "18 || 20 || >=22" } }, "node_modules/cross-spawn": { @@ -115,13 +120,15 @@ } }, "node_modules/minimatch": { - "version": "10.1.2", + "version": "10.2.4", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.4.tgz", + "integrity": "sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==", "license": "BlueOak-1.0.0", "dependencies": { - "@isaacs/brace-expansion": "^5.0.1" + "brace-expansion": "^5.0.2" }, "engines": { - "node": "20 || >=22" + "node": "18 || 20 || >=22" }, "funding": { "url": "https://github.com/sponsors/isaacs"