Skip to content

Commit

Permalink
Bump the runtime-dependencies group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the runtime-dependencies group with 3 updates: [archiver](https://github.com/archiverjs/node-archiver), [axios](https://github.com/axios/axios) and [yaml](https://github.com/eemeli/yaml).


Updates `archiver` from 7.0.0 to 7.0.1
- [Release notes](https://github.com/archiverjs/node-archiver/releases)
- [Changelog](https://github.com/archiverjs/node-archiver/blob/master/CHANGELOG.md)
- [Commits](archiverjs/node-archiver@7.0.0...7.0.1)

Updates `axios` from 1.6.7 to 1.6.8
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.6.7...v1.6.8)

Updates `yaml` from 2.4.0 to 2.4.1
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](eemeli/yaml@v2.4.0...v2.4.1)

---
updated-dependencies:
- dependency-name: archiver
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: runtime-dependencies
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: runtime-dependencies
- dependency-name: yaml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: runtime-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 18, 2024
1 parent 5a80b77 commit 93bc193
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 84 deletions.
141 changes: 60 additions & 81 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"dependencies": {
"@actions/core": "^1.10.1",
"@types/jest": "^29.5.12",
"archiver": "^7.0.0",
"axios": "^1.6.7",
"archiver": "^7.0.1",
"axios": "^1.6.8",
"form-data": "^4.0.0",
"yaml": "^2.4.0"
"yaml": "^2.4.1"
},
"devDependencies": {
"@types/adm-zip": "^0.5.5",
Expand Down

0 comments on commit 93bc193

Please sign in to comment.