Skip to content

Commit 9a66234

Browse files
Update dependency tar to v7.4.4 (#2059)
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more [here](https://redirect.github.com/renovatebot/renovate/discussions/37842). This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [tar](https://redirect.github.com/isaacs/node-tar) | [`7.4.3` -> `7.4.4`](https://renovatebot.com/diffs/npm/tar/7.4.3/7.4.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/tar/7.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/tar/7.4.3/7.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>isaacs/node-tar (tar)</summary> ### [`v7.4.4`](https://redirect.github.com/isaacs/node-tar/compare/v7.4.3...v7.4.4) [Compare Source](https://redirect.github.com/isaacs/node-tar/compare/v7.4.3...v7.4.4) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/X-oss-byte/Canary-nextjs).
1 parent fefae22 commit 9a66234

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/create-next-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"glob": "11.0.3",
5050
"got": "14.4.9",
5151
"prompts": "2.4.2",
52-
"tar": "7.4.3",
52+
"tar": "7.4.4",
5353
"update-check": "1.5.4",
5454
"validate-npm-package-name": "6.0.2"
5555
},

packages/next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@
272272
"string-hash": "1.1.3",
273273
"string_decoder": "1.3.0",
274274
"strip-ansi": "7.1.2",
275-
"tar": "7.4.3",
275+
"tar": "7.4.4",
276276
"taskr": "1.1.0",
277277
"terser": "5.44.0",
278278
"text-table": "0.2.0",

0 commit comments

Comments
 (0)