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 Apr 10, 2023
1 parent 5fbfb5c commit 9acff8b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 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
18 changes: 10 additions & 8 deletions yarn.lock
Expand Up @@ -2765,15 +2765,16 @@ 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:
version "4.5.0"
resolved "https://registry.npmjs.org/jasmine-core/-/jasmine-core-4.5.0.tgz"
integrity sha512-9PMzyvhtocxb3aXJVOPqBDswdgyAeSB81QnLop4npOpbqnheaTEwPc9ZloQeVswugPManznQBjD8kWDTjlnHuw==

jasmine-core@^4.1.0:
version "4.6.0"
resolved "https://registry.yarnpkg.com/jasmine-core/-/jasmine-core-4.6.0.tgz#6884fc3d5b66bf293e422751eed6d6da217c38f5"
integrity sha512-O236+gd0ZXS8YAjFx8xKaJ94/erqUliEkJTDedyE7iHvv4ZVqi+q+8acJxu05/WJDKm512EUNn809In37nWlAQ==

jest-worker@^27.4.5:
version "27.5.1"
resolved "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz"
Expand Down Expand Up @@ -2855,11 +2856,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 9acff8b

Please sign in to comment.