Files
slop-farmer-extension/package.json
dependabot[bot] 7eb5278b74 Bump altcha from 2.2.4 to 2.3.0
Bumps [altcha](https://github.com/altcha-org/altcha) from 2.2.4 to 2.3.0.
- [Release notes](https://github.com/altcha-org/altcha/releases)
- [Commits](https://github.com/altcha-org/altcha/compare/v2.2.4...v2.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-22 22:25:00 +00:00

14 lines
247 B
JSON

{
"dependencies": {
"altcha": "^2.3.0"
},
"devDependencies": {
"@types/firefox-webext-browser": "^143.0.0",
"jasmine": "^5.13.0",
"typescript": "^5.9.3"
},
"scripts": {
"build": "dev-scripts/build-extension.sh"
}
}