Skip to content

Commit

Permalink
Bump the dev-dependencies group across 1 directory with 3 updates
Browse files Browse the repository at this point in the history
Bumps the dev-dependencies group with 3 updates in the / directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [adm-zip](https://github.com/cthackers/adm-zip) and [ts-jest](https://github.com/kulshekhar/ts-jest).


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

Updates `adm-zip` from 0.5.12 to 0.5.14
- [Release notes](https://github.com/cthackers/adm-zip/releases)
- [Changelog](https://github.com/cthackers/adm-zip/blob/master/history.md)
- [Commits](cthackers/adm-zip@v0.5.12...v0.5.14)

Updates `ts-jest` from 29.1.2 to 29.1.4
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v29.1.2...v29.1.4)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: adm-zip
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: ts-jest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 10, 2024
1 parent 05bac8f commit 8d77b85
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 26 deletions.
50 changes: 27 additions & 23 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 @@ -31,11 +31,11 @@
"devDependencies": {
"@types/adm-zip": "^0.5.5",
"@types/archiver": "^6.0.2",
"@types/node": "^20.12.7",
"@types/node": "^20.14.2",
"@vercel/ncc": "^0.38.1",
"adm-zip": "^0.5.12",
"adm-zip": "^0.5.14",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"ts-jest": "^29.1.4",
"typescript": "^5.4.5"
}
}

0 comments on commit 8d77b85

Please sign in to comment.