Skip to content

Commit

Permalink
chore(deps): bump the production group across 1 directory with 4 updates
Browse files Browse the repository at this point in the history
Bumps the production group with 4 updates in the / directory: [command-line-args](https://github.com/75lb/command-line-args), [semver](https://github.com/npm/node-semver), [tar](https://github.com/isaacs/node-tar) and [validate-npm-package-name](https://github.com/npm/validate-npm-package-name).


Updates `command-line-args` from 6.0.0 to 6.0.1
- [Release notes](https://github.com/75lb/command-line-args/releases)
- [Commits](75lb/command-line-args@v6.0.0...v6.0.1)

Updates `semver` from 7.6.2 to 7.6.3
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
- [Commits](npm/node-semver@v7.6.2...v7.6.3)

Updates `tar` from 7.4.0 to 7.4.3
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](isaacs/node-tar@v7.4.0...v7.4.3)

Updates `validate-npm-package-name` from 5.0.1 to 6.0.0
- [Release notes](https://github.com/npm/validate-npm-package-name/releases)
- [Changelog](https://github.com/npm/validate-npm-package-name/blob/main/CHANGELOG.md)
- [Commits](npm/validate-npm-package-name@v5.0.1...v6.0.0)

---
updated-dependencies:
- dependency-name: command-line-args
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: semver
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: tar
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: validate-npm-package-name
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 1, 2024
1 parent e06fe3e commit c1117b3
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 75 deletions.
135 changes: 64 additions & 71 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@
},
"dependencies": {
"@types/semver": "^7.5.2",
"command-line-args": "6.0.0",
"semver": "7.6.2",
"tar": "7.4.0",
"validate-npm-package-name": "^5.0.1"
"command-line-args": "6.0.1",
"semver": "7.6.3",
"tar": "7.4.3",
"validate-npm-package-name": "^6.0.0"
}
}

0 comments on commit c1117b3

Please sign in to comment.