cinny-desktop/package.json
dependabot[bot] 3dd7722573
Bump node-fetch from 3.2.10 to 3.3.0 (#101)
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 3.2.10 to 3.3.0.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](https://github.com/node-fetch/node-fetch/compare/v3.2.10...v3.3.0)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-20 18:06:52 +05:30

25 lines
476 B
JSON

{
"name": "cinny",
"version": "2.2.2",
"description": "Yet another matrix client",
"main": "index.js",
"engines": {
"node": ">=16.0.0"
},
"scripts": {
"tauri": "tauri",
"release": "node scripts/release.mjs"
},
"keywords": [],
"author": "Ajay Bura",
"license": "MIT",
"dependencies": {
"@tauri-apps/api": "1.2.0"
},
"devDependencies": {
"@actions/github": "5.1.1",
"@tauri-apps/cli": "1.2.0",
"node-fetch": "3.3.0"
}
}