Skip to content

Commit

Permalink
chore: update dependency glob to ^10.4.1
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 6, 2024
1 parent fbd2ed3 commit c7041fe
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 15 deletions.
25 changes: 13 additions & 12 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 packages/boot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@types/debug": "^4.1.12",
"@types/glob": "^8.1.0",
"debug": "^4.3.4",
"glob": "^10.3.16",
"glob": "^10.4.1",
"tslib": "^2.6.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"debug": "^4.3.4",
"eslint": "^8.57.0",
"fs-extra": "^11.2.0",
"glob": "^10.3.16",
"glob": "^10.4.1",
"lodash": "^4.17.21",
"mocha": "^10.4.0",
"nyc": "^15.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"change-case": "^4.1.2",
"debug": "^4.3.4",
"fs-extra": "^11.2.0",
"glob": "^10.3.16",
"glob": "^10.4.1",
"inquirer-autocomplete-prompt": "^2.0.1",
"json5": "^2.2.3",
"latest-version": "^5.1.0",
Expand Down

0 comments on commit c7041fe

Please sign in to comment.