Skip to content

Commit

Permalink
Bump karma-jasmine from 1.1.1 to 4.0.2
Browse files Browse the repository at this point in the history
Bumps [karma-jasmine](https://github.com/karma-runner/karma-jasmine) from 1.1.1 to 4.0.2.
- [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@v1.1.1...v4.0.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 13, 2023
1 parent 8d5a007 commit 85b22cc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"karma": "~1.5.0",
"karma-chrome-launcher": "^3.1.1",
"karma-coverage": "*",
"karma-jasmine": "~1.1.0",
"karma-jasmine": "~4.0.2",
"karma-jasmine-sinon": "^1.0.4",
"karma-junit-reporter": "*",
"npm-watch": "*",
Expand Down
14 changes: 11 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1442,6 +1442,11 @@ istanbul@^0.4.0:
which "^1.1.1"
wordwrap "^1.0.0"

jasmine-core@^3.6.0:
version "3.99.1"
resolved "https://registry.yarnpkg.com/jasmine-core/-/jasmine-core-3.99.1.tgz#5bfa4b2d76618868bfac4c8ff08bb26fffa4120d"
integrity sha512-Hu1dmuoGcZ7AfyynN3LsfruwMbxMALMka+YtZeGoLuDEySVmVAPaonkNoBRIw/ectu8b9tVQCJNgp4a4knp+tg==

jasmine-core@~3.7.1:
version "3.7.1"
resolved "https://registry.yarnpkg.com/jasmine-core/-/jasmine-core-3.7.1.tgz#0401327f6249eac993d47bbfa18d4e8efacfb561"
Expand Down Expand Up @@ -1561,9 +1566,12 @@ karma-jasmine-sinon@^1.0.4:
version "1.0.4"
resolved "https://registry.yarnpkg.com/karma-jasmine-sinon/-/karma-jasmine-sinon-1.0.4.tgz#fe8996604137946900a706c06229679500734c40"

karma-jasmine@~1.1.0:
version "1.1.1"
resolved "https://registry.yarnpkg.com/karma-jasmine/-/karma-jasmine-1.1.1.tgz#6fe840e75a11600c9d91e84b33c458e1c46a3529"
karma-jasmine@~4.0.2:
version "4.0.2"
resolved "https://registry.yarnpkg.com/karma-jasmine/-/karma-jasmine-4.0.2.tgz#386db2a3e1acc0af5265c711f673f78f1e4938de"
integrity sha512-ggi84RMNQffSDmWSyyt4zxzh2CQGwsxvYYsprgyR1j8ikzIduEdOlcLvXjZGwXG/0j41KUXOWsUCBfbEHPWP9g==
dependencies:
jasmine-core "^3.6.0"

karma-junit-reporter@*:
version "2.0.1"
Expand Down

0 comments on commit 85b22cc

Please sign in to comment.