From a0ae2a5216d0b96d62494fbe46153695e0e4f9c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Mar 2021 08:47:21 +0000 Subject: [PATCH] build(deps-dev): Bump @types/jasmine in /Kaizen/ClientApp Bumps [@types/jasmine](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jasmine) from 3.6.4 to 3.6.6. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jasmine) Signed-off-by: dependabot[bot] --- Kaizen/ClientApp/package-lock.json | 6 +++--- Kaizen/ClientApp/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Kaizen/ClientApp/package-lock.json b/Kaizen/ClientApp/package-lock.json index f71d5ae3..aad33ba2 100644 --- a/Kaizen/ClientApp/package-lock.json +++ b/Kaizen/ClientApp/package-lock.json @@ -2459,9 +2459,9 @@ "integrity": "sha512-ZWNoz/O8MPEpiajvj7QiqCY8tTLFNqNZ/a+s+zTV58wFVNAvvqV4bdGfnsjTb5Cs4V6wEsLrX8XRhmnyYJ2Tdg==" }, "@types/jasmine": { - "version": "3.6.4", - "resolved": "https://registry.npmjs.org/@types/jasmine/-/jasmine-3.6.4.tgz", - "integrity": "sha512-CTdMERA4iGNcxeqzD7pavb4WLIFq6bGnx6nIJD+1D4Knx24GE6QBPrWVhO8UlIy7gf7rbIt3ZD7iIzryRD2TgA==", + "version": "3.6.6", + "resolved": "https://registry.npmjs.org/@types/jasmine/-/jasmine-3.6.6.tgz", + "integrity": "sha512-kgl+oYOLCBt41iba8cetp+QPOqDAaTJnHtVPCE7JzYmda4juglRBLX35opVcANc7TLA/Lp0DEnajbUNnyxGC+Q==", "dev": true }, "@types/jasminewd2": { diff --git a/Kaizen/ClientApp/package.json b/Kaizen/ClientApp/package.json index 49948131..375d6bba 100644 --- a/Kaizen/ClientApp/package.json +++ b/Kaizen/ClientApp/package.json @@ -48,7 +48,7 @@ "@angular/cli": "11.2.3", "@angular/compiler-cli": "11.2.4", "@angular/language-service": "11.2.4", - "@types/jasmine": "~3.6.4", + "@types/jasmine": "~3.6.6", "@types/jasminewd2": "~2.0.8", "@types/node": "^14.14.31", "codelyzer": "^6.0.1",