From 316ff59568ce3aae4f95d972e3f853f521f7ffbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Jan 2021 11:01:34 +0000 Subject: [PATCH] Bump jasmine from 3.5.0 to 3.6.4 in /uaa Bumps [jasmine](https://github.com/jasmine/jasmine-npm) from 3.5.0 to 3.6.4. - [Release notes](https://github.com/jasmine/jasmine-npm/releases) - [Commits](https://github.com/jasmine/jasmine-npm/compare/v3.5.0...v3.6.4) Signed-off-by: dependabot[bot] --- uaa/package-lock.json | 16 ++++++++-------- uaa/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/uaa/package-lock.json b/uaa/package-lock.json index 97e59026019..35dccf2cfb5 100644 --- a/uaa/package-lock.json +++ b/uaa/package-lock.json @@ -56,18 +56,18 @@ "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" }, "jasmine": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/jasmine/-/jasmine-3.5.0.tgz", - "integrity": "sha512-DYypSryORqzsGoMazemIHUfMkXM7I7easFaxAvNM3Mr6Xz3Fy36TupTrAOxZWN8MVKEU5xECv22J4tUQf3uBzQ==", + "version": "3.6.4", + "resolved": "https://registry.npmjs.org/jasmine/-/jasmine-3.6.4.tgz", + "integrity": "sha512-hIeOou6y0BgCOKYgXYveQvlY+PTHgDPajFf+vLCYbMTQ+VjAP9+EQv0nuC9+gyCAAWISRFauB1XUb9kFuOKtcQ==", "requires": { - "glob": "^7.1.4", - "jasmine-core": "~3.5.0" + "glob": "^7.1.6", + "jasmine-core": "~3.6.0" }, "dependencies": { "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": "3.6.0", + "resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-3.6.0.tgz", + "integrity": "sha512-8uQYa7zJN8hq9z+g8z1bqCfdC8eoDAeVnM5sfqs7KHv9/ifoJ500m018fpFc7RDaO6SWCLCXwo/wPSNcdYTgcw==" } } }, diff --git a/uaa/package.json b/uaa/package.json index 4890fba060a..97571ec9175 100644 --- a/uaa/package.json +++ b/uaa/package.json @@ -13,7 +13,7 @@ "author": "CloudFoundry", "license": "Apache-2.0", "dependencies": { - "jasmine": "^3.5.0", + "jasmine": "^3.6.4", "jasmine-core": "3.5.0" } }