Skip to content

Commit 5830ecb

Browse files
Bump karma-jasmine from 2.0.1 to 4.0.1
Bumps [karma-jasmine](https://github.com/karma-runner/karma-jasmine) from 2.0.1 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@v2.0.1...v4.0.1) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent bdffa3b commit 5830ecb

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"karma-coverage": "^2.0.1",
3939
"karma-coverage-istanbul-reporter": "^2.0.5",
4040
"karma-intl-shim": "^1.0.3",
41-
"karma-jasmine": "^2.0.1",
41+
"karma-jasmine": "^4.0.1",
4242
"karma-jasmine-ajax": "^0.1.12",
4343
"karma-phantomjs-launcher": "^1.0.0",
4444
"less": "^3.9.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3257,10 +3257,10 @@ jasmine-ajax@^3.0.0:
32573257
resolved "https://registry.yarnpkg.com/jasmine-ajax/-/jasmine-ajax-3.4.0.tgz#8dce36c0e3f16b9b900adb1f2ef83e0cd87c6755"
32583258
integrity sha512-LIVNVCmx5ou+IG6wgX7j73YYzvE2e3aqFWMjOhvAHWTnLICOYSobIH+PG/gOwtP20X0u2SkD3NXT/j5X8rMGOA==
32593259

3260-
jasmine-core@^3.3, jasmine-core@^3.4.0:
3261-
version "3.5.0"
3262-
resolved "https://registry.yarnpkg.com/jasmine-core/-/jasmine-core-3.5.0.tgz#132c23e645af96d85c8bca13c8758b18429fc1e4"
3263-
integrity sha512-nCeAiw37MIMA9w9IXso7bRaLl+c/ef3wnxsoSAlYrzS+Ot0zTG6nU8G/cIfGkqpkjX2wNaIW9RFG0TwIFnG6bA==
3260+
jasmine-core@^3.4.0, jasmine-core@^3.6.0:
3261+
version "3.8.0"
3262+
resolved "https://registry.yarnpkg.com/jasmine-core/-/jasmine-core-3.8.0.tgz#815399aae5aa5d9beeb1262805f981b99ffc9bf0"
3263+
integrity sha512-zl0nZWDrmbCiKns0NcjkFGYkVTGCPUgoHypTaj+G2AzaWus7QGoXARSlYsSle2VRpSdfJmM+hzmFKzQNhF2kHg==
32643264

32653265
jquery@^3.4.1:
32663266
version "3.4.1"
@@ -3421,12 +3421,12 @@ karma-jasmine-ajax@^0.1.12:
34213421
dependencies:
34223422
jasmine-ajax "^3.0.0"
34233423

3424-
karma-jasmine@^2.0.1:
3425-
version "2.0.1"
3426-
resolved "https://registry.yarnpkg.com/karma-jasmine/-/karma-jasmine-2.0.1.tgz#26e3e31f2faf272dd80ebb0e1898914cc3a19763"
3427-
integrity sha512-iuC0hmr9b+SNn1DaUD2QEYtUxkS1J+bSJSn7ejdEexs7P8EYvA1CWkEdrDQ+8jVH3AgWlCNwjYsT1chjcNW9lA==
3424+
karma-jasmine@^4.0.1:
3425+
version "4.0.1"
3426+
resolved "https://registry.yarnpkg.com/karma-jasmine/-/karma-jasmine-4.0.1.tgz#b99e073b6d99a5196fc4bffc121b89313b0abd82"
3427+
integrity sha512-h8XDAhTiZjJKzfkoO1laMH+zfNlra+dEQHUAjpn5JV1zCPtOIVWGQjLBrqhnzQa/hrU2XrZwSyBa6XjEBzfXzw==
34283428
dependencies:
3429-
jasmine-core "^3.3"
3429+
jasmine-core "^3.6.0"
34303430

34313431
karma-phantomjs-launcher@^1.0.0:
34323432
version "1.0.4"

0 commit comments

Comments
 (0)