Skip to content

Commit 22591b6

Browse files
[Identity] upgrade the msal dependencies due to security issue in jsonwebtoken (#24458)
1 parent b5d9a6b commit 22591b6

3 files changed

Lines changed: 61 additions & 34 deletions

File tree

common/config/rush/pnpm-lock.yaml

Lines changed: 50 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/identity/identity/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
# Release History
2+
3+
## 3.1.3 (2023-01-12)
4+
5+
### Other Changes
6+
7+
- Upgraded versions of @azure/msal-node, @azure/msal-common and @azure/msal-browser to remove any dependency versions that were depending on old version of jsonwebtoken which had a [security issue](https://nvd.nist.gov/vuln/detail/CVE-2022-23529)
8+
29
## 3.1.2 (2022-12-05)
310

411
### Bugs Fixed

sdk/identity/identity/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@azure/identity",
33
"sdk-type": "client",
4-
"version": "3.1.2",
4+
"version": "3.1.3",
55
"description": "Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory",
66
"main": "dist/index.js",
77
"module": "dist-esm/src/index.js",
@@ -110,9 +110,9 @@
110110
"@azure/core-tracing": "^1.0.0",
111111
"@azure/core-util": "^1.0.0",
112112
"@azure/logger": "^1.0.0",
113-
"@azure/msal-browser": "^2.32.0",
114-
"@azure/msal-common": "^9.0.0",
115-
"@azure/msal-node": "^1.14.4",
113+
"@azure/msal-browser": "^2.32.2",
114+
"@azure/msal-common": "^9.0.2",
115+
"@azure/msal-node": "^1.14.6",
116116
"events": "^3.0.0",
117117
"jws": "^4.0.0",
118118
"open": "^8.0.0",

0 commit comments

Comments
 (0)