Build(deps-dev): Bump jasmine-core from 3.8.0 to 4.0.0 (#2388)

Bumps [jasmine-core](https://github.com/jasmine/jasmine) from 3.8.0 to 4.0.0.
- [Release notes](https://github.com/jasmine/jasmine/releases)
- [Changelog](https://github.com/jasmine/jasmine/blob/main/RELEASE.md)
- [Commits](https://github.com/jasmine/jasmine/compare/v3.8.0...v4.0.0)

---
updated-dependencies:
- dependency-name: jasmine-core
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-01-25 09:47:46 +00:00
committed by GitHub
parent 92f14ea86b
commit 75fcf917f1
2 changed files with 12 additions and 4 deletions
+11 -3
View File
@@ -9522,9 +9522,9 @@
}
},
"jasmine-core": {
"version": "3.8.0",
"resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-3.8.0.tgz",
"integrity": "sha512-zl0nZWDrmbCiKns0NcjkFGYkVTGCPUgoHypTaj+G2AzaWus7QGoXARSlYsSle2VRpSdfJmM+hzmFKzQNhF2kHg==",
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-4.0.0.tgz",
"integrity": "sha512-tq24OCqHElgU9KDpb/8O21r1IfotgjIzalfW9eCmRR40LZpvwXT68iariIyayMwi0m98RDt16aljdbwK0sBMmQ==",
"dev": true
},
"jasmine-marbles": {
@@ -10066,6 +10066,14 @@
"dev": true,
"requires": {
"jasmine-core": "^3.6.0"
},
"dependencies": {
"jasmine-core": {
"version": "3.99.0",
"resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-3.99.0.tgz",
"integrity": "sha512-+ZDaJlEfRopINQqgE+hvzRyDIQDeKfqqTvF8RzXsvU1yE3pBDRud2+Qfh9WvGgRpuzqxyQJVI6Amy5XQ11r/3w==",
"dev": true
}
}
},
"karma-jasmine-html-reporter": {
+1 -1
View File
@@ -85,7 +85,7 @@
"http-server": "^14.1.0",
"husky": "^7.0.2",
"inquirer": "^8.1.5",
"jasmine-core": "^3.8.0",
"jasmine-core": "^4.0.0",
"jasmine-marbles": "0.8.3",
"jasmine-spec-reporter": "^7.0.0",
"karma": "^6.3.9",