From 81347ee4d7d4d2fd868bb08f2a5bfb9fa38876ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Mar 2023 20:58:31 +0000 Subject: [PATCH] Bump jasmine-core from 4.5.0 to 4.6.0 in /modules/admin-ui-frontend Bumps [jasmine-core](https://github.com/jasmine/jasmine) from 4.5.0 to 4.6.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/v4.5.0...v4.6.0) --- updated-dependencies: - dependency-name: jasmine-core dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- modules/admin-ui-frontend/package-lock.json | 6 +++--- modules/admin-ui-frontend/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/admin-ui-frontend/package-lock.json b/modules/admin-ui-frontend/package-lock.json index 658da7bc82f..cc3b0743bc9 100644 --- a/modules/admin-ui-frontend/package-lock.json +++ b/modules/admin-ui-frontend/package-lock.json @@ -3531,9 +3531,9 @@ } }, "jasmine-core": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-4.5.0.tgz", - "integrity": "sha512-9PMzyvhtocxb3aXJVOPqBDswdgyAeSB81QnLop4npOpbqnheaTEwPc9ZloQeVswugPManznQBjD8kWDTjlnHuw==", + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-4.6.0.tgz", + "integrity": "sha512-O236+gd0ZXS8YAjFx8xKaJ94/erqUliEkJTDedyE7iHvv4ZVqi+q+8acJxu05/WJDKm512EUNn809In37nWlAQ==", "dev": true }, "jit-grunt": { diff --git a/modules/admin-ui-frontend/package.json b/modules/admin-ui-frontend/package.json index 8ba9e9e5019..9a9238ec192 100644 --- a/modules/admin-ui-frontend/package.json +++ b/modules/admin-ui-frontend/package.json @@ -34,7 +34,7 @@ "grunt-wiredep": "^3.0.1", "html-linter": "^1.1.1", "html-validate": "^7.13.2", - "jasmine-core": "^4.5.0", + "jasmine-core": "^4.6.0", "jit-grunt": "^0.10.0", "jshint-stylish": "^2.2.1", "karma": "^6.4.1",