build: Update jasmine from 5.1.0 to 5.3.0

This commit is contained in:
Elian Doran 2024-09-12 22:43:21 +03:00
parent 26621b6336
commit ec80ba5caf
No known key found for this signature in database
2 changed files with 10 additions and 12 deletions

20
package-lock.json generated
View File

@ -145,7 +145,7 @@
"electron-rebuild": "3.2.9",
"esm": "3.2.25",
"iconsur": "^1.7.0",
"jasmine": "5.1.0",
"jasmine": "^5.3.0",
"jsdoc": "^4.0.3",
"lorem-ipsum": "2.0.8",
"nodemon": "^3.1.4",
@ -10928,25 +10928,23 @@
}
},
"node_modules/jasmine": {
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/jasmine/-/jasmine-5.1.0.tgz",
"integrity": "sha512-prmJlC1dbLhti4nE4XAPDWmfJesYO15sjGXVp7Cs7Ym5I9Xtwa/hUHxxJXjnpfLO72+ySttA0Ztf8g/RiVnUKw==",
"version": "5.3.0",
"resolved": "https://registry.npmjs.org/jasmine/-/jasmine-5.3.0.tgz",
"integrity": "sha512-Vrv5VWTXVZ/5xcNawlYCmE24pOaZu3KduLr9iAaENoMJ8W8Ryvhfpw2cf3rI4Unc2ajvu2t4tCKjS72TnraBGQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"glob": "^10.2.2",
"jasmine-core": "~5.1.0"
"jasmine-core": "~5.3.0"
},
"bin": {
"jasmine": "bin/jasmine.js"
}
},
"node_modules/jasmine-core": {
"version": "5.1.2",
"resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-5.1.2.tgz",
"integrity": "sha512-2oIUMGn00FdUiqz6epiiJr7xcFyNYj3rDcfmnzfkBnHyBQ3cBQUs4mmyGsOb7TTLb9kxk7dBcmEmqhDKkBoDyA==",
"dev": true,
"license": "MIT"
"version": "5.3.0",
"resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-5.3.0.tgz",
"integrity": "sha512-zsOmeBKESky4toybvWEikRiZ0jHoBEu79wNArLfMdSnlLMZx3Xcp6CSm2sUcYyoJC+Uyj8LBJap/MUbVSfJ27g==",
"dev": true
},
"node_modules/jasmine/node_modules/brace-expansion": {
"version": "2.0.1",

View File

@ -182,7 +182,7 @@
"electron-rebuild": "3.2.9",
"esm": "3.2.25",
"iconsur": "^1.7.0",
"jasmine": "5.1.0",
"jasmine": "^5.3.0",
"jsdoc": "^4.0.3",
"lorem-ipsum": "2.0.8",
"nodemon": "^3.1.4",