Bump jasmine from 4.2.1 to 4.3.0 (#2163)

Bumps [jasmine](https://github.com/jasmine/jasmine-npm) from 4.2.1 to 4.3.0.
- [Release notes](https://github.com/jasmine/jasmine-npm/releases)
- [Commits](https://github.com/jasmine/jasmine-npm/compare/v4.2.1...v4.3.0)

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

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-07-25 07:19:38 -04:00
committed by GitHub
parent e89e58dd19
commit 3f3ce37d79

16
package-lock.json generated
View File

@@ -13781,12 +13781,12 @@
}
},
"node_modules/jasmine": {
"version": "4.2.1",
"resolved": "https://registry.npmjs.org/jasmine/-/jasmine-4.2.1.tgz",
"integrity": "sha512-LNZEKcScnjPRj5J92I1P515bxTvaHMRAERTyCoaGnWr87eOT6zv+b3M+kxKdH/06Gz4TnnXyHbXLiPtMHZ0ncw==",
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/jasmine/-/jasmine-4.3.0.tgz",
"integrity": "sha512-ieBmwkd8L1DXnvSnxx7tecXgA0JDgMXPAwBcqM4lLPedJeI9hTHuWifPynTC+dLe4Y+GkSPSlbqqrmYIgGzYUw==",
"dependencies": {
"glob": "^7.1.6",
"jasmine-core": "^4.2.0"
"jasmine-core": "^4.3.0"
},
"bin": {
"jasmine": "bin/jasmine.js"
@@ -37008,12 +37008,12 @@
}
},
"jasmine": {
"version": "4.2.1",
"resolved": "https://registry.npmjs.org/jasmine/-/jasmine-4.2.1.tgz",
"integrity": "sha512-LNZEKcScnjPRj5J92I1P515bxTvaHMRAERTyCoaGnWr87eOT6zv+b3M+kxKdH/06Gz4TnnXyHbXLiPtMHZ0ncw==",
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/jasmine/-/jasmine-4.3.0.tgz",
"integrity": "sha512-ieBmwkd8L1DXnvSnxx7tecXgA0JDgMXPAwBcqM4lLPedJeI9hTHuWifPynTC+dLe4Y+GkSPSlbqqrmYIgGzYUw==",
"requires": {
"glob": "^7.1.6",
"jasmine-core": "^4.2.0"
"jasmine-core": "^4.3.0"
}
},
"jasmine-core": {