From 851f15727740d0b2f0938e76f08617ec75ada725 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 20:32:30 +0000 Subject: [PATCH] Bump jasmine-core from 5.0.0 to 5.1.1 in /modules/admin-ui-frontend Bumps [jasmine-core](https://github.com/jasmine/jasmine) from 5.0.0 to 5.1.1. - [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.0...v5.1.1) --- 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 8ad47f1f5c7..2940939af4e 100644 --- a/modules/admin-ui-frontend/package-lock.json +++ b/modules/admin-ui-frontend/package-lock.json @@ -3553,9 +3553,9 @@ } }, "jasmine-core": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-5.0.0.tgz", - "integrity": "sha512-BJLxZlSVyWPN/oyaS1IIvIjChghI9/xWsLAIJqL9J5Fz47CN3JNr8Lmik3S2S7QS2RxclYjvSVSXP7IR35PAmg==", + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-5.1.1.tgz", + "integrity": "sha512-UrzO3fL7nnxlQXlvTynNAenL+21oUQRlzqQFsA2U11ryb4+NLOCOePZ70PTojEaUKhiFugh7dG0Q+I58xlPdWg==", "dev": true }, "jit-grunt": { diff --git a/modules/admin-ui-frontend/package.json b/modules/admin-ui-frontend/package.json index 9c579da53ce..8a06c2eb372 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.15.1", - "jasmine-core": "^5.0.0", + "jasmine-core": "^5.1.1", "jit-grunt": "^0.10.0", "jshint-stylish": "^2.2.1", "karma": "^6.4.2",