modestbench 0.9.2 → 0.9.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +5 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.9.3](https://github.com/boneskull/modestbench/compare/modestbench-v0.9.2...modestbench-v0.9.3) (2026-02-19)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **deps:** upgrade minimatch to v10.2.1 ([#228](https://github.com/boneskull/modestbench/issues/228)) ([72baac5](https://github.com/boneskull/modestbench/commit/72baac5de0459b06c55663b538c477c190e282da))
9
+
3
10
  ## [0.9.2](https://github.com/boneskull/modestbench/compare/modestbench-v0.9.1...modestbench-v0.9.2) (2026-01-09)
4
11
 
5
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "modestbench",
3
- "version": "0.9.2",
3
+ "version": "0.9.3",
4
4
  "type": "module",
5
5
  "description": "A full-ass benchmarking framework for Node.js",
6
6
  "repository": {
@@ -125,7 +125,7 @@
125
125
  "cosmiconfig": "9.0.0",
126
126
  "cosmiconfig-typescript-loader": "6.2.0",
127
127
  "glob": "13.0.0",
128
- "minimatch": "10.1.1",
128
+ "minimatch": "10.2.1",
129
129
  "tinybench": "6.0.0",
130
130
  "zod": "4.2.1"
131
131
  },
@@ -170,6 +170,9 @@
170
170
  "typescript-eslint": "8.50.1",
171
171
  "zshy": "0.6.0"
172
172
  },
173
+ "overrides": {
174
+ "minimatch": "$minimatch"
175
+ },
173
176
  "publishConfig": {
174
177
  "access": "public",
175
178
  "registry": "https://registry.npmjs.org/"