@azure/identity 3.1.3-alpha.20221213.2 → 3.1.3-alpha.20230103.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of @azure/identity might be problematic. Click here for more details.

Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@azure/identity",
3
3
  "sdk-type": "client",
4
- "version": "3.1.3-alpha.20221213.2",
4
+ "version": "3.1.3-alpha.20230103.2",
5
5
  "description": "Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist-esm/src/index.js",
@@ -128,7 +128,7 @@
128
128
  "@azure/test-utils": ">=1.0.0-alpha <1.0.0-alphb",
129
129
  "@microsoft/api-extractor": "^7.31.1",
130
130
  "@types/chai": "^4.1.6",
131
- "@types/jsonwebtoken": "~8.5.0",
131
+ "@types/jsonwebtoken": "^9.0.0",
132
132
  "@types/jws": "^3.2.2",
133
133
  "@types/mocha": "^7.0.2",
134
134
  "@types/ms": "^0.7.31",
@@ -141,7 +141,7 @@
141
141
  "dotenv": "^16.0.0",
142
142
  "eslint": "^8.0.0",
143
143
  "inherits": "^2.0.3",
144
- "jsonwebtoken": "^8.5.1",
144
+ "jsonwebtoken": "^9.0.0",
145
145
  "karma": "^6.2.0",
146
146
  "karma-chrome-launcher": "^3.0.0",
147
147
  "karma-coverage": "^2.0.0",