Build(deps-dev): Bump jasmine-core from 4.0.0 to 4.3.0 (#2571)

Bumps [jasmine-core](https://github.com/jasmine/jasmine) from 4.0.0 to 4.3.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/v4.0.0...v4.3.0)

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

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

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-08-12 09:37:14 +01:00
committed by GitHub
parent 52c4220c4f
commit 752f1a48fe
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -12497,9 +12497,9 @@
}
},
"jasmine-core": {
"version": "3.6.0",
"resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-3.6.0.tgz",
"integrity": "sha512-8uQYa7zJN8hq9z+g8z1bqCfdC8eoDAeVnM5sfqs7KHv9/ifoJ500m018fpFc7RDaO6SWCLCXwo/wPSNcdYTgcw==",
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-4.3.0.tgz",
"integrity": "sha512-qybtBUesniQdW6n+QIHMng2vDOHscIC/dEXjW+JzO9+LoAZMb03RCUC5xFOv/btSKPm1xL42fn+RjlU4oB42Lg==",
"dev": true
},
"jasmine-marbles": {

View File

@@ -96,7 +96,7 @@
"http-server": "^14.1.1",
"husky": "^7.0.2",
"inquirer": "^8.1.5",
"jasmine-core": "~3.6.0",
"jasmine-core": "~4.3.0",
"jasmine-marbles": "0.8.3",
"jasmine-spec-reporter": "~5.0.0",
"karma": "^6.3.17",