Skip to content

Commit 34eb9b6

Browse files
Bump jasmine-core from 3.10.1 to 5.1.0
Bumps [jasmine-core](https://github.com/jasmine/jasmine) from 3.10.1 to 5.1.0. - [Release notes](https://github.com/jasmine/jasmine/releases) - [Changelog](https://github.com/jasmine/jasmine/blob/main/RELEASE.md) - [Commits](jasmine/jasmine@v3.10.1...v5.1.0) --- updated-dependencies: - dependency-name: jasmine-core dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0389838 commit 34eb9b6

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"contributors": [],
1313
"dependencies": {},
1414
"devDependencies": {
15-
"jasmine-core": "^3.10.1",
15+
"jasmine-core": "^5.1.0",
1616
"jasmine-sinon": "^0.4.0",
1717
"karma": "^6.4.2",
1818
"karma-jasmine": "^4.0.2",

yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,11 +652,16 @@ isstream@~0.1.2:
652652
version "0.1.2"
653653
resolved "https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a"
654654

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

660+
jasmine-core@^5.1.0:
661+
version "5.1.0"
662+
resolved "https://registry.yarnpkg.com/jasmine-core/-/jasmine-core-5.1.0.tgz#2a52c92ec2e5a4bf674c3de0edbaa10c3875b6fc"
663+
integrity sha512-bFMMwpKuTZXCuGd51yClFobw5SOtad1kmdWnYO8dNwYV8i01Xj0C2+nyQpSKl1EKxiPfyd1ZgBl/rsusL3aS6w==
664+
660665
jasmine-sinon@^0.4.0:
661666
version "0.4.0"
662667
resolved "https://registry.yarnpkg.com/jasmine-sinon/-/jasmine-sinon-0.4.0.tgz#8040a179a01ae0349b234aee438c24191239ae98"

0 commit comments

Comments
 (0)