Skip to content

Commit 3893cce

Browse files
authored
Update gatsby and angular samples (#7150)
This PR updates the version for Gatsby in the gatsby-sample app to patch a `sharp` vulnerability and makes some required updates to angular sample dependencies
1 parent 3ee9c68 commit 3893cce

File tree

7 files changed

+42613
-52148
lines changed

7 files changed

+42613
-52148
lines changed

package-lock.json

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

samples/msal-angular-v3-samples/angular-standalone-sample/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@angular/compiler": "^16.1.5",
1818
"@angular/core": "^16.1.5",
1919
"@angular/forms": "^16.1.5",
20-
"@angular/material": "^16.1.5",
20+
"@angular/material": "^16.2.14",
2121
"@angular/platform-browser": "^16.1.5",
2222
"@angular/platform-browser-dynamic": "^16.1.5",
2323
"@angular/router": "^16.1.5",
@@ -47,4 +47,4 @@
4747
"ts-jest": "^29.1.0",
4848
"typescript": "~4.9.4"
4949
}
50-
}
50+
}

samples/msal-angular-v3-samples/angular15-sample-app/angular.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,5 +117,8 @@
117117
}
118118
}
119119
}
120+
},
121+
"cli": {
122+
"analytics": false
120123
}
121124
}

samples/msal-angular-v3-samples/angular15-sample-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@angular/compiler": "^15.1.0",
1818
"@angular/core": "^15.1.0",
1919
"@angular/forms": "^15.1.0",
20-
"@angular/material": "^15.2.1",
20+
"@angular/material": "^15.2.9",
2121
"@angular/platform-browser": "^15.1.0",
2222
"@angular/platform-browser-dynamic": "^15.1.0",
2323
"@angular/router": "^15.1.0",
@@ -46,4 +46,4 @@
4646
"ts-jest": "^29.1.0",
4747
"typescript": "~4.9.4"
4848
}
49-
}
49+
}

samples/msal-angular-v3-samples/angular16-sample-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@angular/compiler": "^16.0.4",
1818
"@angular/core": "^16.0.4",
1919
"@angular/forms": "^16.0.4",
20-
"@angular/material": "^16.0.3",
20+
"@angular/material": "^16.2.14",
2121
"@angular/platform-browser": "^16.0.4",
2222
"@angular/platform-browser-dynamic": "^16.0.4",
2323
"@angular/router": "^16.0.4",
@@ -47,4 +47,4 @@
4747
"ts-jest": "^29.1.0",
4848
"typescript": "~4.9.4"
4949
}
50-
}
50+
}

samples/msal-angular-v3-samples/angular17-standalone-sample/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@angular/compiler": "^17.3.0",
1919
"@angular/core": "^17.3.0",
2020
"@angular/forms": "^17.3.0",
21-
"@angular/material": "^17.3.3",
21+
"@angular/material": "^17.3.10",
2222
"@angular/platform-browser": "^17.3.0",
2323
"@angular/platform-browser-dynamic": "^17.3.0",
2424
"@angular/router": "^17.3.0",
@@ -46,4 +46,4 @@
4646
"ts-jest": "^29.1.2",
4747
"typescript": "~5.4.2"
4848
}
49-
}
49+
}

samples/msal-react-samples/gatsby-sample/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@emotion/styled": "^11.10.5",
2020
"@mui/icons-material": "^5.11.0",
2121
"@mui/material": "^5.11.1",
22-
"gatsby": "^4.0.0",
22+
"gatsby": "^5.13.6",
2323
"gatsby-material-ui-components": "^5.3.0",
2424
"react": "^18.2.0",
2525
"react-dom": "^18.2.0"

0 commit comments

Comments
 (0)