chore(deps): update dependency jasmine to ^5.3.0

This commit is contained in:
renovate[bot] 2024-09-07 23:01:45 +00:00 committed by GitHub
parent 234b57a924
commit 1f4923dd1b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@ -43,7 +43,7 @@
"execa": "^9.3.1", "execa": "^9.3.1",
"hereby": "^1.9.0", "hereby": "^1.9.0",
"husky": "^9.1.5", "husky": "^9.1.5",
"jasmine": "^5.2.0", "jasmine": "^5.3.0",
"jasmine-console-reporter": "^3.1.0", "jasmine-console-reporter": "^3.1.0",
"js-green-licenses": "^4.0.0", "js-green-licenses": "^4.0.0",
"klaw-sync": "^6.0.0", "klaw-sync": "^6.0.0",
@ -6166,14 +6166,14 @@
} }
}, },
"node_modules/jasmine": { "node_modules/jasmine": {
"version": "5.2.0", "version": "5.3.0",
"resolved": "https://registry.npmjs.org/jasmine/-/jasmine-5.2.0.tgz", "resolved": "https://registry.npmjs.org/jasmine/-/jasmine-5.3.0.tgz",
"integrity": "sha512-il+noV96N1BGU9/FMmc8QtAMxC8lPnXUiAvgb0o9MDZATRdxglTQe9wo6UdL049ropQL6MopDYwDlludKR6wJQ==", "integrity": "sha512-Vrv5VWTXVZ/5xcNawlYCmE24pOaZu3KduLr9iAaENoMJ8W8Ryvhfpw2cf3rI4Unc2ajvu2t4tCKjS72TnraBGQ==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"glob": "^10.2.2", "glob": "^10.2.2",
"jasmine-core": "~5.2.0" "jasmine-core": "~5.3.0"
}, },
"bin": { "bin": {
"jasmine": "bin/jasmine.js" "jasmine": "bin/jasmine.js"
@ -6302,9 +6302,9 @@
} }
}, },
"node_modules/jasmine-core": { "node_modules/jasmine-core": {
"version": "5.2.0", "version": "5.3.0",
"resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-5.2.0.tgz", "resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-5.3.0.tgz",
"integrity": "sha512-tSAtdrvWybZkQmmaIoDgnvHG8ORUNw5kEVlO5CvrXj02Jjr9TZrmjFq7FUiOUzJiOP2wLGYT6PgrQgQF4R1xiw==", "integrity": "sha512-zsOmeBKESky4toybvWEikRiZ0jHoBEu79wNArLfMdSnlLMZx3Xcp6CSm2sUcYyoJC+Uyj8LBJap/MUbVSfJ27g==",
"dev": true, "dev": true,
"license": "MIT" "license": "MIT"
}, },

View File

@ -22,7 +22,7 @@
"execa": "^9.3.1", "execa": "^9.3.1",
"hereby": "^1.9.0", "hereby": "^1.9.0",
"husky": "^9.1.5", "husky": "^9.1.5",
"jasmine": "^5.2.0", "jasmine": "^5.3.0",
"jasmine-console-reporter": "^3.1.0", "jasmine-console-reporter": "^3.1.0",
"js-green-licenses": "^4.0.0", "js-green-licenses": "^4.0.0",
"klaw-sync": "^6.0.0", "klaw-sync": "^6.0.0",