Skip to content

Commit ba90cd5

Browse files
build(dev-deps): bump jasmine-core from 5.2.0 to 5.3.0 (#62)
* build(dev-deps): bump jasmine-core from 5.2.0 to 5.3.0 Bumps [jasmine-core](https://github.com/jasmine/jasmine) from 5.2.0 to 5.3.0. - [Release notes](https://github.com/jasmine/jasmine/releases) - [Changelog](https://github.com/jasmine/jasmine/blob/main/RELEASE.md) - [Commits](jasmine/jasmine@v5.2.0...v5.3.0) --- updated-dependencies: - dependency-name: jasmine-core dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7b6b90b commit ba90cd5

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/), and this
1212

1313
- Update `gpt-4o` model pricing.
1414
- Deps: update `openai` to 4.67.3.
15+
- Dev-deps: update `jasmine-core` to 5.3.0.
1516

1617

1718

package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@angular/cli": "^18.2.2",
3636
"@angular/compiler-cli": "^18.2.2",
3737
"@types/jasmine": "~5.1.4",
38-
"jasmine-core": "~5.2.0",
38+
"jasmine-core": "~5.3.0",
3939
"karma": "~6.4.4",
4040
"karma-chrome-launcher": "~3.2.0",
4141
"karma-coverage": "~2.2.1",

0 commit comments

Comments
 (0)