Skip to content

Commit

Permalink
Bump karma-jasmine from 0.3.8 to 4.0.1
Browse files Browse the repository at this point in the history
Bumps [karma-jasmine](https://github.com/karma-runner/karma-jasmine) from 0.3.8 to 4.0.1.
- [Release notes](https://github.com/karma-runner/karma-jasmine/releases)
- [Changelog](https://github.com/karma-runner/karma-jasmine/blob/master/CHANGELOG.md)
- [Commits](karma-runner/karma-jasmine@v0.3.8...v4.0.1)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Dec 27, 2021
1 parent 750411f commit 68749e3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -22,7 +22,7 @@
"karma": "~6.3.9",
"karma-chrome-launcher": "~3.1.0",
"karma-coffee-preprocessor": "~1.0.1",
"karma-jasmine": "~0.3.8",
"karma-jasmine": "~4.0.1",
"webpack-dev-server": "~3"
},
"license": "AGPL-3.0",
Expand Down
15 changes: 11 additions & 4 deletions yarn.lock
Expand Up @@ -7590,6 +7590,11 @@ iterate-value@^1.0.2:
es-get-iterator "^1.0.2"
iterate-iterator "^1.0.1"

jasmine-core@^3.6.0:
version "3.10.1"
resolved "https://registry.yarnpkg.com/jasmine-core/-/jasmine-core-3.10.1.tgz#7aa6fa2b834a522315c651a128d940eca553989a"
integrity sha512-ooZWSDVAdh79Rrj4/nnfklL3NQVra0BcuhcuWoAwwi+znLDoUeH87AFfeX8s+YeYi6xlv5nveRyaA1v7CintfA==

jasmine-core@~2.4.1:
version "2.4.1"
resolved "https://registry.yarnpkg.com/jasmine-core/-/jasmine-core-2.4.1.tgz#6f83ab3a0f16951722ce07d206c773d57cc838be"
Expand Down Expand Up @@ -8199,10 +8204,12 @@ karma-coffee-preprocessor@~1.0.1:
coffee-script "~1"
object-assign "^4.1.0"

karma-jasmine@~0.3.8:
version "0.3.8"
resolved "https://registry.yarnpkg.com/karma-jasmine/-/karma-jasmine-0.3.8.tgz#5b6457791ad9b89aa173f079e3ebe1b8c805236c"
integrity sha1-W2RXeRrZuJqhc/B54+vhuMgFI2w=
karma-jasmine@~4.0.1:
version "4.0.1"
resolved "https://registry.yarnpkg.com/karma-jasmine/-/karma-jasmine-4.0.1.tgz#b99e073b6d99a5196fc4bffc121b89313b0abd82"
integrity sha512-h8XDAhTiZjJKzfkoO1laMH+zfNlra+dEQHUAjpn5JV1zCPtOIVWGQjLBrqhnzQa/hrU2XrZwSyBa6XjEBzfXzw==
dependencies:
jasmine-core "^3.6.0"

karma@~6.3.9:
version "6.3.9"
Expand Down

0 comments on commit 68749e3

Please sign in to comment.