Skip to content

Commit ea3d205

Browse files
authored
[v5] Address CVE Feb 2026 - Part 1 (#8335)
1 parent 2b78625 commit ea3d205

20 files changed

Lines changed: 1157 additions & 1311 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "Update dev dependencies [#8335](https://github.com/AzureAD/microsoft-authentication-library-for-js/pull/8335)",
4+
"packageName": "@azure/msal-angular",
5+
"email": "joarroyo@microsoft.com",
6+
"dependentChangeType": "patch"
7+
}

extensions/samples/electron-webpack/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@vercel/webpack-asset-relocator-loader": "^1.7.3",
3939
"autoprefixer": "^10.4.13",
4040
"css-loader": "^6.7.1",
41-
"electron": "22.3.25",
41+
"electron": "^36.9.5",
4242
"eslint": "^8.27.0",
4343
"eslint-plugin-import": "^2.26.0",
4444
"fork-ts-checker-webpack-plugin": "^7.2.13",
@@ -58,4 +58,4 @@
5858
"bootstrap": "^5.0.0",
5959
"electron-squirrel-startup": "^1.0.0"
6060
}
61-
}
61+
}

lib/msal-angular/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,17 @@
3838
]
3939
},
4040
"devDependencies": {
41-
"@angular-devkit/build-angular": "^19.2.3",
42-
"@angular/animations": "^19.2.2",
43-
"@angular/cli": "^19.2.3",
44-
"@angular/common": "^19.2.2",
45-
"@angular/compiler": "^19.2.2",
46-
"@angular/compiler-cli": "^19.2.2",
47-
"@angular/core": "^19.2.2",
48-
"@angular/forms": "^19.2.2",
49-
"@angular/platform-browser": "^19.2.2",
50-
"@angular/platform-browser-dynamic": "^19.2.2",
51-
"@angular/router": "^19.2.2",
41+
"@angular-devkit/build-angular": "^19.2.18",
42+
"@angular/animations": "^19.2.18",
43+
"@angular/cli": "^19.2.18",
44+
"@angular/common": "^19.2.18",
45+
"@angular/compiler": "^19.2.18",
46+
"@angular/compiler-cli": "^19.2.18",
47+
"@angular/core": "^19.2.18",
48+
"@angular/forms": "^19.2.18",
49+
"@angular/platform-browser": "^19.2.18",
50+
"@angular/platform-browser-dynamic": "^19.2.18",
51+
"@angular/router": "^19.2.18",
5252
"@azure/msal-browser": "^5.2.0",
5353
"@types/jasmine": "~3.6.0",
5454
"@types/jasminewd2": "~2.0.3",
@@ -73,4 +73,4 @@
7373
"@azure/msal-browser": "^5.2.0",
7474
"rxjs": "^7.0.0"
7575
}
76-
}
76+
}

0 commit comments

Comments
 (0)