Skip to content

Commit

Permalink
Merge pull request #1960 from serverless-heaven/fix/update-glob
Browse files Browse the repository at this point in the history
Update glob
  • Loading branch information
j0k3r authored Oct 22, 2024
2 parents a2875c6 + ff4bf40 commit 78864eb
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 72 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ updates:
patterns:
- '*babel*'
ignore:
# require node > 16
# require node >= 20
- dependency-name: glob
versions:
- '>= 9.0.0'
- '>= 11.0.0'
# because tests aren't compatible
- dependency-name: serverless
versions:
Expand Down
101 changes: 32 additions & 69 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
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"bluebird": "^3.7.2",
"find-yarn-workspace-root": "^2.0.0",
"fs-extra": "^11.2.0",
"glob": "^8.1.0",
"glob": "^10.4.5",
"is-builtin-module": "^3.2.1",
"lodash": "^4.17.21",
"semver": "^7.6.3"
Expand Down

0 comments on commit 78864eb

Please sign in to comment.