Skip to content

Commit d3bc40e

Browse files
authored
Merge pull request #313 from cipherstash/fix/cip-2803-minimatch-patch
fix(deps): patch minimatch to >= 10.2.3
2 parents 414be31 + 9d471d3 commit d3bc40e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"glob": ">=11.1.0",
5858
"qs": ">=6.14.1",
5959
"lodash": ">=4.17.23",
60-
"minimatch": ">=10.2.1",
60+
"minimatch": ">=10.2.3",
6161
"@isaacs/brace-expansion": ">=5.0.1",
6262
"fast-xml-parser": ">=5.3.4",
6363
"next": ">=15.5.10",

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)