runtipi/packages/shared/package.json
dependabot[bot] f928b5a056 chore(deps): bump winston from 3.9.0 to 3.11.0
Bumps [winston](https://github.com/winstonjs/winston) from 3.9.0 to 3.11.0.
- [Release notes](https://github.com/winstonjs/winston/releases)
- [Changelog](https://github.com/winstonjs/winston/blob/master/CHANGELOG.md)
- [Commits](https://github.com/winstonjs/winston/compare/v3.9.0...v3.11.0)

---
updated-dependencies:
- dependency-name: winston
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-18 08:02:14 +02:00

17 lines
309 B
JSON

{
"name": "@runtipi/shared",
"version": "1.0.0",
"description": "",
"main": "src/index.ts",
"scripts": {
"lint": "eslint --ext .ts src",
"tsc": "tsc --noEmit"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"winston": "^3.11.0",
"zod": "^3.22.4"
}
}