Skip to content

Commit

Permalink
chore(deps): bump glob from 11.0.0 to 11.0.1 (#3661)
Browse files Browse the repository at this point in the history
Bumps [glob](https://github.com/isaacs/node-glob) from 11.0.0 to 11.0.1.
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
- [Commits](isaacs/node-glob@v11.0.0...v11.0.1)

---
updated-dependencies:
- dependency-name: glob
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent fd89066 commit f3a449f
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 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 @@ -62,7 +62,7 @@
"dotenv": "^16.4.7",
"eslint-plugin-prettier": "^5.2.1",
"fs-extra": "^11.2.0",
"glob": "^11.0.0",
"glob": "^11.0.1",
"http-server": "14.1.1",
"husky": "9.1.7",
"jscpd": "^4.0.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/foundations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"cpr": "3.0.1",
"cssnano": "^7.0.6",
"dotenv": "^16.4.7",
"glob": "11.0.0",
"glob": "11.0.1",
"nodemon": "3.1.9",
"prettier": "^3.4.2",
"sass": "1.77.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/migration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"dependencies": {
"commander": "^13.0.0",
"glob": "^11.0.0",
"glob": "^11.0.1",
"replace-in-file": "^8.3.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
},
"devDependencies": {
"@inquirer/prompts": "7.2.2",
"glob": "^11.0.0",
"glob": "^11.0.1",
"inquirer": "^12.3.1",
"replace-in-file": "^8.3.0"
}
Expand Down

0 comments on commit f3a449f

Please sign in to comment.