chore(deps): update dependency jasmine to ^5.9.0

This commit is contained in:
renovate[bot] 2025-07-19 17:06:52 +00:00 committed by GitHub
parent 2de6b34ab0
commit 0621d6391a
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

@ -45,7 +45,7 @@
"hereby": "^1.11.0",
"husky": "^9.1.7",
"installed-check": "^9.3.0",
"jasmine": "^5.8.0",
"jasmine": "^5.9.0",
"jasmine-console-reporter": "^3.1.0",
"js-green-licenses": "^4.0.0",
"klaw-sync": "^7.0.0",
@ -3457,14 +3457,14 @@
}
},
"node_modules/jasmine": {
"version": "5.8.0",
"resolved": "https://registry.npmjs.org/jasmine/-/jasmine-5.8.0.tgz",
"integrity": "sha512-1V6HGa0+TMoMY20+/vp++RqLlL1noupV8awzV6CiPuICC0g7iKZ9z87zV2KyelRyoig0G1lHn7ueElXVMGVagg==",
"version": "5.9.0",
"resolved": "https://registry.npmjs.org/jasmine/-/jasmine-5.9.0.tgz",
"integrity": "sha512-SspK51QMnuC92z5zpF4kOkWN+MyZZDOBv8zgzlMAYvMD0UoGwcq5yYaDe1mrpN7wXZ2CFXh5y8Ua2ugwE4OmXQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"glob": "^10.2.2",
"jasmine-core": "~5.8.0"
"jasmine-core": "~5.9.0"
},
"bin": {
"jasmine": "bin/jasmine.js"
@ -3593,9 +3593,9 @@
}
},
"node_modules/jasmine-core": {
"version": "5.8.0",
"resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-5.8.0.tgz",
"integrity": "sha512-Q9dqmpUAfptwyueW3+HqBOkSuYd9I/clZSSfN97wXE/Nr2ROFNCwIBEC1F6kb3QXS9Fcz0LjFYSDQT+BiwjuhA==",
"version": "5.9.0",
"resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-5.9.0.tgz",
"integrity": "sha512-OMUvF1iI6+gSRYOhMrH4QYothVLN9C3EJ6wm4g7zLJlnaTl8zbaPOr0bTw70l7QxkoM7sVFOWo83u9B2Fe2Zng==",
"dev": true,
"license": "MIT"
},

View File

@ -23,7 +23,7 @@
"hereby": "^1.11.0",
"husky": "^9.1.7",
"installed-check": "^9.3.0",
"jasmine": "^5.8.0",
"jasmine": "^5.9.0",
"jasmine-console-reporter": "^3.1.0",
"js-green-licenses": "^4.0.0",
"klaw-sync": "^7.0.0",