Skip to content

Commit

Permalink
chore(deps): update dependency karma-jasmine to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 11, 2023
1 parent b01ad84 commit 8f5fd60
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -83,7 +83,7 @@
"jasmine-core": "^4.0.0",
"karma": "^6.0.0",
"karma-chrome-launcher": "^3.1.0",
"karma-jasmine": "^4.0.0",
"karma-jasmine": "^5.0.0",
"karma-mocha-reporter": "^2.0.0",
"karma-sourcemap-loader": "^0.4.0",
"karma-webpack": "^5.0.0",
Expand Down
15 changes: 6 additions & 9 deletions yarn.lock
Expand Up @@ -2765,11 +2765,7 @@ isobject@^3.0.0, isobject@^3.0.1:
version "3.0.1"
resolved "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz"

jasmine-core@^3.6.0:
version "3.7.1"
resolved "https://registry.npmjs.org/jasmine-core/-/jasmine-core-3.7.1.tgz"

jasmine-core@^4.0.0:
jasmine-core@^4.0.0, jasmine-core@^4.1.0:
version "4.5.0"
resolved "https://registry.yarnpkg.com/jasmine-core/-/jasmine-core-4.5.0.tgz#1a6bd0bde3f60996164311c88a0995d67ceda7c3"
integrity sha512-9PMzyvhtocxb3aXJVOPqBDswdgyAeSB81QnLop4npOpbqnheaTEwPc9ZloQeVswugPManznQBjD8kWDTjlnHuw==
Expand Down Expand Up @@ -2855,11 +2851,12 @@ karma-chrome-launcher@^3.1.0:
dependencies:
which "^1.2.1"

karma-jasmine@^4.0.0:
version "4.0.1"
resolved "https://registry.npmjs.org/karma-jasmine/-/karma-jasmine-4.0.1.tgz"
karma-jasmine@^5.0.0:
version "5.1.0"
resolved "https://registry.yarnpkg.com/karma-jasmine/-/karma-jasmine-5.1.0.tgz#3af4558a6502fa16856a0f346ec2193d4b884b2f"
integrity sha512-i/zQLFrfEpRyQoJF9fsCdTMOF5c2dK7C7OmsuKg2D0YSsuZSfQDiLuaiktbuio6F2wiCsZSnSnieIQ0ant/uzQ==
dependencies:
jasmine-core "^3.6.0"
jasmine-core "^4.1.0"

karma-mocha-reporter@^2.0.0:
version "2.2.5"
Expand Down

0 comments on commit 8f5fd60

Please sign in to comment.