chore(deps): update @types/jasmine to v5

Update from v3.10.2 to v5.1.14 to match jasmine-core v5.10.0.
All tests pass with the new type definitions.
This commit is contained in:
Johannes Millan 2026-01-10 16:10:26 +01:00
parent e6da7ced37
commit dd57c5d6eb
2 changed files with 5 additions and 3 deletions

6
package-lock.json generated
View file

@ -71,7 +71,7 @@
"@types/electron": "^1.4.38",
"@types/electron-localshortcut": "^3.1.3",
"@types/file-saver": "^2.0.5",
"@types/jasmine": "^3.10.2",
"@types/jasmine": "^5.1.14",
"@types/jasminewd2": "~2.0.13",
"@types/node": "^22.19.5",
"@types/node-fetch": "^2.6.6",
@ -11065,7 +11065,9 @@
}
},
"node_modules/@types/jasmine": {
"version": "3.10.18",
"version": "5.1.14",
"resolved": "https://registry.npmjs.org/@types/jasmine/-/jasmine-5.1.14.tgz",
"integrity": "sha512-16bJdpgUPNKXuaelVxuLZUeDd02+PnF0aQd5HY4xLWoUOMoRE+CyNkRpjRMIcPBCR1dscSb52pmFNILAN1uzkw==",
"dev": true,
"license": "MIT"
},