Bump glob from 10.4.5 to 10.5.0 in /ui#3
Conversation
Bumps [glob](https://github.com/isaacs/node-glob) from 10.4.5 to 10.5.0. - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](isaacs/node-glob@v10.4.5...v10.5.0) --- updated-dependencies: - dependency-name: glob dependency-version: 10.5.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
This is the final PR Bugbot will review for you during this billing cycle
Your free Bugbot reviews will reset on December 26
Details
Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.
To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.
| "resolved": "https://registry.npmjs.org/react/-/react-19.1.0.tgz", | ||
| "integrity": "sha512-FS+XFBNvn3GTAWq26joslQgWNoFu08F4kl0J4CgdNKADkdSGXQyTCnKteIAJy96Br6YbpEU1LSzV5dYtjMkMDg==", | ||
| "license": "MIT", | ||
| "peer": true, |
There was a problem hiding this comment.
Bug: Unexpected peer flags added to direct dependencies in lockfile
This PR adds "peer": true to many packages that are direct dependencies in package.json, including react, react-dom, typescript, eslint, jest, and @types/react. In lockfileVersion 3, this flag indicates a package is installed only to satisfy peer dependencies. These packages are explicitly listed as direct dependencies/devDependencies, so marking them as peer-only is incorrect. This unexpected change to unrelated packages in a glob version bump suggests the lockfile may have been regenerated incorrectly by Dependabot.
Bumps glob from 10.4.5 to 10.5.0.
Commits
56774ef10.5.01e4e297bin: Do not expose filenames to shell expansionYou can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.
Note
Update
globfrom10.4.5to10.5.0inui.Written by Cursor Bugbot for commit 00f56a4. This will update automatically on new commits. Configure here.