Skip to content

Commit 0ee4539

Browse files
chore(deps-dev): bump jasmine-core from 4.6.0 to 5.12.1
Bumps [jasmine-core](https://github.com/jasmine/jasmine) from 4.6.0 to 5.12.1. - [Release notes](https://github.com/jasmine/jasmine/releases) - [Changelog](https://github.com/jasmine/jasmine/blob/main/RELEASE.md) - [Commits](jasmine/jasmine@v4.6.0...v5.12.1) --- updated-dependencies: - dependency-name: jasmine-core dependency-version: 5.12.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ae6db38 commit 0ee4539

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
@@ -70,7 +70,7 @@
7070
"eslint-plugin-import": "^2.26.0",
7171
"eslint-webpack-plugin": "^2.6.0",
7272
"jasmine": "^4.2.1",
73-
"jasmine-core": "^4.2.0",
73+
"jasmine-core": "^6.0.1",
7474
"karma": "^6.3.14",
7575
"karma-babel-preprocessor": "^8.0.1",
7676
"karma-chrome-launcher": "^3.1.0",

yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3003,11 +3003,16 @@ isobject@^3.0.1:
30033003
resolved "https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df"
30043004
integrity sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==
30053005

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

3011+
jasmine-core@^6.0.1:
3012+
version "6.0.1"
3013+
resolved "https://registry.yarnpkg.com/jasmine-core/-/jasmine-core-6.0.1.tgz#c3f22635d54e6a8316e1bc5c7e7008fe5a94df95"
3014+
integrity sha512-gUtzV5ASR0MLBwDNqri4kBsgKNCcRQd9qOlNw/w/deavD0cl3JmWXXfH8JhKM4LTg6LPTt2IOQ4px3YYfgh2Xg==
3015+
30113016
jasmine@^4.2.1:
30123017
version "4.6.0"
30133018
resolved "https://registry.yarnpkg.com/jasmine/-/jasmine-4.6.0.tgz#2ecde288da25815c67897bb9b9b91f6709880ce1"

0 commit comments

Comments
 (0)