Skip to content

Commit

Permalink
fix(deps): update dependency glob to v10 (#551)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tony Brix <tony@brix.ninja>
  • Loading branch information
renovate[bot] and UziTech committed Apr 11, 2023
1 parent f2849a0 commit 7817150
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 46 deletions.
2 changes: 1 addition & 1 deletion lib/express-handlebars.ts
Expand Up @@ -8,7 +8,7 @@ import * as Handlebars from "handlebars";
import * as fs from "graceful-fs";
import * as path from "node:path";
import { promisify } from "node:util";
import glob from "glob";
import { glob } from "glob";
import type {
UnknownObject,
FunctionObject,
Expand Down
88 changes: 44 additions & 44 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -24,7 +24,7 @@
"node": ">=v16"
},
"dependencies": {
"glob": "^9.3.2",
"glob": "^10.0.0",
"graceful-fs": "^4.2.11",
"handlebars": "^4.7.7"
},
Expand Down

0 comments on commit 7817150

Please sign in to comment.