From f5c326f1b0f4cdf9dc9bb66009a4855e85b136e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 09:36:51 +0000 Subject: [PATCH] chore(deps-dev): bump jasmine-core from 5.0.1 to 5.1.0 Bumps [jasmine-core](https://github.com/jasmine/jasmine) from 5.0.1 to 5.1.0. - [Release notes](https://github.com/jasmine/jasmine/releases) - [Changelog](https://github.com/jasmine/jasmine/blob/main/RELEASE.md) - [Commits](https://github.com/jasmine/jasmine/compare/v5.0.1...v5.1.0) --- updated-dependencies: - dependency-name: jasmine-core dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4640068f92..cf3908df7d 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ }, "devDependencies": { "husky": "^8.0.0", - "jasmine-core": "~5.0.1", + "jasmine-core": "~5.1.0", "jest": "^27.4.7", "karma": "~6.4.2", "karma-chrome-launcher": "~3.2.0", diff --git a/yarn.lock b/yarn.lock index 231c3cb5b4..54c236b7c7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5032,10 +5032,10 @@ istanbul-reports@^3.1.3: html-escaper "^2.0.0" istanbul-lib-report "^3.0.0" -jasmine-core@~5.0.1: - version "5.0.1" - resolved "https://registry.yarnpkg.com/jasmine-core/-/jasmine-core-5.0.1.tgz#ba0a0c8e0088c19f99bbce3c9e22accd4c4da37f" - integrity sha512-D4bRej8CplwNtNGyTPD++cafJlZUphzZNV+MSAnbD3er4D0NjL4x9V+mu/SI+5129utnCBen23JwEuBZA9vlpQ== +jasmine-core@~5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/jasmine-core/-/jasmine-core-5.1.0.tgz#2a52c92ec2e5a4bf674c3de0edbaa10c3875b6fc" + integrity sha512-bFMMwpKuTZXCuGd51yClFobw5SOtad1kmdWnYO8dNwYV8i01Xj0C2+nyQpSKl1EKxiPfyd1ZgBl/rsusL3aS6w== jest-changed-files@^27.5.1: version "27.5.1"