Skip to content

Commit ad3b6ca

Browse files
authored
Algo 1/fix vulnerabilities (#136)
* remove redundant package.json * fix vanillajs-spa vulnerabilities * update deprecated msal-node package * fix vulnerabilites and update packages for protect-api * fix vulnerabilites and update packages for protected-api-access-protected-api * update dependencies * update react-spa dependencies * revert change to jwksUri & issuer * fix vulnerabilities in protect-function-app * fix broken dependencies + conflicts & fix vulnerabilities in Angular SPA * fix postcss vulnerability
1 parent 1c3aead commit ad3b6ca

File tree

20 files changed

+18407
-31189
lines changed

20 files changed

+18407
-31189
lines changed

angular-spa/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ This Angular application uses the Angular MSAL v2 library to authenticate a user
2929
## Prerequisites
3030

3131
- A Microsoft Entra tenant and the permissions or role required for managing app registrations in the tenant.
32-
- Node.js 16+
33-
- Angular 12
32+
- Node.js ^18.13.0 || ^20.9.0
33+
- Angular 17
3434

3535
## Setup
3636

angular-spa/angular.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,15 @@
4242
"builder": "@angular-devkit/build-angular:dev-server",
4343
"configurations": {
4444
"development": {
45-
"browserTarget": "angular-msal-example:build:development"
45+
"buildTarget": "angular-msal-example:build:development"
4646
}
4747
},
4848
"defaultConfiguration": "development"
4949
}
5050
}
5151
}
5252
},
53-
"defaultProject": "angular-msal-example"
53+
"cli": {
54+
"analytics": false
55+
}
5456
}

0 commit comments

Comments
 (0)