Skip to content

chore(deps): bump tmp from 0.2.4 to 0.2.6 in /packages/honkit#519

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/packages/honkit/tmp-0.2.6
Open

chore(deps): bump tmp from 0.2.4 to 0.2.6 in /packages/honkit#519
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/packages/honkit/tmp-0.2.6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 28, 2026

Copy link
Copy Markdown
Contributor

Bumps tmp from 0.2.4 to 0.2.6.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will 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.

Bumps [tmp](https://github.com/raszi/node-tmp) from 0.2.4 to 0.2.6.
- [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md)
- [Commits](raszi/node-tmp@v0.2.4...v0.2.6)

---
updated-dependencies:
- dependency-name: tmp
  dependency-version: 0.2.6
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 28, 2026

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Devin Review found 1 potential issue.

View 2 additional findings in Devin Review.

Open in Devin Review

"send": "^0.19.2",
"tiny-lr": "^1.1.1",
"tmp": "0.2.4"
"tmp": "0.2.6"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 Lockfile not updated to match package.json dependency change

The package.json changes tmp from exact version 0.2.4 to 0.2.6 (pinned, no ^ prefix), but pnpm-lock.yaml was not updated and still references tmp@0.2.4 (specifier: 0.2.4, version: 0.2.4). There is no tmp@0.2.6 entry in the lockfile at all. This means pnpm install --frozen-lockfile will fail due to the mismatch between package.json and the lockfile, and the resolution/integrity information for the new version is missing.

Prompt for agents
The pnpm-lock.yaml file needs to be regenerated to match the updated package.json. Run `pnpm install` at the repository root to update the lockfile, which will: (1) change the specifier for tmp from 0.2.4 to 0.2.6 in the importers section, (2) add a resolution entry for tmp@0.2.6 with its integrity hash, and (3) remove the orphaned tmp@0.2.4 entry if no other package depends on it. Then commit the updated pnpm-lock.yaml alongside the package.json change.
Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants