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: [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest), [axios](https://github.com/axios/axios) and [yaml](https://github.com/eemeli/yaml).


Updates `@types/jest` from 29.5.6 to 29.5.11
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

Updates `axios` from 1.5.0 to 1.6.2
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.5.0...v1.6.2)

Updates `yaml` from 2.3.2 to 2.3.4
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](eemeli/yaml@v2.3.2...v2.3.4)

---
updated-dependencies:
- dependency-name: "@types/jest"
  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-minor
  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 Dec 11, 2023
1 parent 2d2cd8a commit b93b27a
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
42 changes: 21 additions & 21 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 @@ -22,11 +22,11 @@
"license": "MIT",
"dependencies": {
"@actions/core": "^1.10.1",
"@types/jest": "^29.5.6",
"@types/jest": "^29.5.11",
"archiver": "^6.0.1",
"axios": "^1.5.0",
"axios": "^1.6.2",
"form-data": "^4.0.0",
"yaml": "^2.3.2"
"yaml": "^2.3.4"
},
"devDependencies": {
"@types/adm-zip": "^0.5.3",
Expand Down

0 comments on commit b93b27a

Please sign in to comment.