Bumps [jasmine](https://github.com/jasmine/jasmine-npm) from 5.13.0 to 6.1.0. - [Release notes](https://github.com/jasmine/jasmine-npm/releases) - [Changelog](https://github.com/jasmine/jasmine-npm/blob/main/RELEASE.md) - [Commits](https://github.com/jasmine/jasmine-npm/compare/v5.13.0...v6.1.0) --- updated-dependencies: - dependency-name: jasmine dependency-version: 6.1.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
14 lines
246 B
JSON
14 lines
246 B
JSON
{
|
|
"dependencies": {
|
|
"altcha": "^2.2.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/firefox-webext-browser": "^143.0.0",
|
|
"jasmine": "^6.1.0",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"scripts": {
|
|
"build": "dev-scripts/build-extension.sh"
|
|
}
|
|
}
|