chore(deps): update dependency jasmine to ^5.5.0

This commit is contained in:
renovate[bot] 2024-12-03 01:04:33 +00:00 committed by GitHub
parent 56f3096481
commit cd31e603dd
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.5.1", "execa": "^9.5.1",
"hereby": "^1.10.0", "hereby": "^1.10.0",
"husky": "^9.1.7", "husky": "^9.1.7",
"jasmine": "^5.4.0", "jasmine": "^5.5.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",
@ -6218,14 +6218,14 @@
} }
}, },
"node_modules/jasmine": { "node_modules/jasmine": {
"version": "5.4.0", "version": "5.5.0",
"resolved": "https://registry.npmjs.org/jasmine/-/jasmine-5.4.0.tgz", "resolved": "https://registry.npmjs.org/jasmine/-/jasmine-5.5.0.tgz",
"integrity": "sha512-E2u4ylX5tgGYvbynImU6EUBKKrSVB1L72FEPjGh4M55ov1VsxR26RA2JU91L9YSPFgcjo4mCLyKn/QXvEYGBkA==", "integrity": "sha512-JKlEVCVD5QBPYLsg/VE+IUtjyseDCrW8rMBu8la+9ysYashDgavMLM9Kotls1FhI6dCJLJ40dBCIfQjGLPZI1Q==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"glob": "^10.2.2", "glob": "^10.2.2",
"jasmine-core": "~5.4.0" "jasmine-core": "~5.5.0"
}, },
"bin": { "bin": {
"jasmine": "bin/jasmine.js" "jasmine": "bin/jasmine.js"
@ -6354,9 +6354,9 @@
} }
}, },
"node_modules/jasmine-core": { "node_modules/jasmine-core": {
"version": "5.4.0", "version": "5.5.0",
"resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-5.4.0.tgz", "resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-5.5.0.tgz",
"integrity": "sha512-T4fio3W++llLd7LGSGsioriDHgWyhoL6YTu4k37uwJLF7DzOzspz7mNxRoM3cQdLWtL/ebazQpIf/yZGJx/gzg==", "integrity": "sha512-NHOvoPO6o9gVR6pwqEACTEpbgcH+JJ6QDypyymGbSUIFIFsMMbBJ/xsFNud8MSClfnWclXd7RQlAZBz7yVo5TQ==",
"dev": true, "dev": true,
"license": "MIT" "license": "MIT"
}, },

View File

@ -22,7 +22,7 @@
"execa": "^9.5.1", "execa": "^9.5.1",
"hereby": "^1.10.0", "hereby": "^1.10.0",
"husky": "^9.1.7", "husky": "^9.1.7",
"jasmine": "^5.4.0", "jasmine": "^5.5.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",