From 0c09f795fd16a0372b841cbf76fa4c3da3e15dde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jun 2022 11:02:52 +0000 Subject: [PATCH] Bump jasmine-core from 3.5.0 to 4.2.0 in /uaa Bumps [jasmine-core](https://github.com/jasmine/jasmine) from 3.5.0 to 4.2.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/v3.5.0...v4.2.0) --- updated-dependencies: - dependency-name: jasmine-core dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- uaa/package-lock.json | 6 +++--- uaa/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/uaa/package-lock.json b/uaa/package-lock.json index 97e59026019..165863eba2d 100644 --- a/uaa/package-lock.json +++ b/uaa/package-lock.json @@ -72,9 +72,9 @@ } }, "jasmine-core": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-3.5.0.tgz", - "integrity": "sha512-nCeAiw37MIMA9w9IXso7bRaLl+c/ef3wnxsoSAlYrzS+Ot0zTG6nU8G/cIfGkqpkjX2wNaIW9RFG0TwIFnG6bA==" + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-4.2.0.tgz", + "integrity": "sha512-OcFpBrIhnbmb9wfI8cqPSJ50pv3Wg4/NSgoZIqHzIwO/2a9qivJWzv8hUvaREIMYYJBas6AvfXATFdVuzzCqVw==" }, "minimatch": { "version": "3.0.4", diff --git a/uaa/package.json b/uaa/package.json index 4890fba060a..9dcbcd4bda9 100644 --- a/uaa/package.json +++ b/uaa/package.json @@ -14,6 +14,6 @@ "license": "Apache-2.0", "dependencies": { "jasmine": "^3.5.0", - "jasmine-core": "3.5.0" + "jasmine-core": "4.2.0" } }