Skip to content

Commit 9d2c8c5

Browse files
authored
Update help-me (#789)
1 parent 688c361 commit 9d2c8c5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"fastify": "^5.0.0",
6363
"fastify-plugin": "^5.0.0",
6464
"generify": "^4.0.0",
65-
"help-me": "^4.0.1",
65+
"help-me": "^5.0.0",
6666
"is-docker": "^2.0.0",
6767
"pino-pretty": "^11.2.0",
6868
"pkg-up": "^3.1.0",
@@ -80,6 +80,7 @@
8080
"concurrently": "^9.0.0",
8181
"cross-env": "^7.0.3",
8282
"fastify-tsconfig": "^2.0.0",
83+
"glob": "^11.0.1",
8384
"minimatch": "^9.0.5",
8485
"proxyquire": "^2.1.3",
8586
"rimraf": "^3.0.2",

suite-runner.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const { run } = require('node:test')
22
const { spec } = require('node:test/reporters')
33
const path = require('node:path')
4-
const glob = require('glob')
4+
const { glob } = require('glob')
55

66
const pattern = process.argv[process.argv.length - 1]
77

0 commit comments

Comments
 (0)