Skip to content

Commit

Permalink
Update dependency glob to v10.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 25, 2024
1 parent 9463ac1 commit c955daf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/create-next-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"conf": "12.0.0",
"cpy": "11.0.1",
"cross-spawn": "7.0.3",
"glob": "10.3.16",
"glob": "10.4.1",
"got": "14.2.1",
"prompts": "2.4.2",
"tar": "7.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dist"
],
"dependencies": {
"glob": "10.3.16"
"glob": "10.4.1"
},
"devDependencies": {
"@types/glob": "8.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@
"find-up": "7.0.0",
"fresh": "0.5.2",
"get-orientation": "1.1.2",
"glob": "10.3.16",
"glob": "10.4.1",
"gzip-size": "7.0.0",
"http-proxy": "1.18.1",
"https-browserify": "1.0.0",
Expand Down

0 comments on commit c955daf

Please sign in to comment.