From e59edd1f23d7c019a466b7829cfed6addede3b74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 18:22:14 +0000 Subject: [PATCH] Bump angular-jwt from 0.0.9 to 0.1.10 Bumps [angular-jwt](https://github.com/auth0/angular-jwt) from 0.0.9 to 0.1.10. - [Release notes](https://github.com/auth0/angular-jwt/releases) - [Changelog](https://github.com/auth0/angular-jwt/blob/master/History.md) - [Commits](https://github.com/auth0/angular-jwt/compare/0.0.9...0.1.10) --- updated-dependencies: - dependency-name: angular-jwt dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 366dc02..a29e32f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "angular-clipboard": "~1.2.1", "angular-cookies": "~1.7.4", "angular-footable": "0.0.3", - "angular-jwt": "~0.0.9", + "angular-jwt": "~0.1.10", "angular-moment": "~1.0.0-beta.3", "angular-resource": "~1.7.4", "angular-sanitize": "~1.7.4", @@ -3526,9 +3526,9 @@ "integrity": "sha512-0W4b90vg9NauhlHnxpsFNJ4lhRnMMo3vIqt4iTc/WWuywZKwQYg0/FTenhmvAKenfPBPviQCxgUp4wfnMvraLg==" }, "node_modules/angular-jwt": { - "version": "0.0.9", - "resolved": "https://registry.npmjs.org/angular-jwt/-/angular-jwt-0.0.9.tgz", - "integrity": "sha512-h7R8Cn4MLpx4YLc4oCKjIGb/UVrqYUF5GXNAnIOmbFW2S7khv00Z2552i5g/pGSHWBHq7M1g3FhG8oWz+ZdK/Q==", + "version": "0.1.10", + "resolved": "https://registry.npmjs.org/angular-jwt/-/angular-jwt-0.1.10.tgz", + "integrity": "sha512-o+V/OzwNGpS30QmgP7DJWTdBJ2BMDut481qqB72sM0L59dkO6TNjRV7qubQCntGqGe98h9vObweQUVYTfEO4vg==", "engines": { "node": ">=0.8.0" } diff --git a/package.json b/package.json index 3a644a6..4c77619 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "angular-clipboard": "~1.2.1", "angular-cookies": "~1.7.4", "angular-footable": "0.0.3", - "angular-jwt": "~0.0.9", + "angular-jwt": "~0.1.10", "angular-moment": "~1.0.0-beta.3", "angular-resource": "~1.7.4", "angular-sanitize": "~1.7.4",