Skip to content

Commit

Permalink
build(deps): bump clamscan and @types/clamscan
Browse files Browse the repository at this point in the history
Bumps [clamscan](https://github.com/kylefarris/clamscan) and [@types/clamscan](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/clamscan). These dependencies needed to be updated together.

Updates `clamscan` from 2.3.1 to 2.4.0
- [Release notes](https://github.com/kylefarris/clamscan/releases)
- [Changelog](https://github.com/kylefarris/clamscan/blob/master/HISTORY.md)
- [Commits](kylefarris/clamscan@v2.3.1...v2.4.0)

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

---
updated-dependencies:
- dependency-name: clamscan
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: "@types/clamscan"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 4, 2024
1 parent 1a13235 commit 2ac4e1a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
28 changes: 14 additions & 14 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
"aws-lambda": "^1.0.7",
"aws-lambda-ric": "^3.2.1",
"axios": "^1.7.7",
"clamscan": "^2.3.1",
"clamscan": "^2.4.0",
"convict": "^6.2.4",
"http-status-codes": "^2.3.0",
"pino": "^9.5.0",
"uuid": "^10.0.0"
},
"devDependencies": {
"@types/aws-lambda": "^8.10.145",
"@types/clamscan": "^2.0.2",
"@types/clamscan": "^2.4.0",
"@types/convict": "^6.1.6",
"@types/jest": "^29.5.13",
"@types/node": "^22.10.1",
Expand Down

0 comments on commit 2ac4e1a

Please sign in to comment.