Skip to content

Commit

Permalink
Update gatsby and angular samples (#7150)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
hectormmg committed Jun 7, 2024
1 parent 3ee9c68 commit 3893cce
Show file tree
Hide file tree
Showing 7 changed files with 42,613 additions and 52,148 deletions.
94,740 changes: 42,601 additions & 52,139 deletions package-lock.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@angular/compiler": "^16.1.5",
"@angular/core": "^16.1.5",
"@angular/forms": "^16.1.5",
"@angular/material": "^16.1.5",
"@angular/material": "^16.2.14",
"@angular/platform-browser": "^16.1.5",
"@angular/platform-browser-dynamic": "^16.1.5",
"@angular/router": "^16.1.5",
Expand Down Expand Up @@ -47,4 +47,4 @@
"ts-jest": "^29.1.0",
"typescript": "~4.9.4"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -117,5 +117,8 @@
}
}
}
},
"cli": {
"analytics": false
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@angular/compiler": "^15.1.0",
"@angular/core": "^15.1.0",
"@angular/forms": "^15.1.0",
"@angular/material": "^15.2.1",
"@angular/material": "^15.2.9",
"@angular/platform-browser": "^15.1.0",
"@angular/platform-browser-dynamic": "^15.1.0",
"@angular/router": "^15.1.0",
Expand Down Expand Up @@ -46,4 +46,4 @@
"ts-jest": "^29.1.0",
"typescript": "~4.9.4"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@angular/compiler": "^16.0.4",
"@angular/core": "^16.0.4",
"@angular/forms": "^16.0.4",
"@angular/material": "^16.0.3",
"@angular/material": "^16.2.14",
"@angular/platform-browser": "^16.0.4",
"@angular/platform-browser-dynamic": "^16.0.4",
"@angular/router": "^16.0.4",
Expand Down Expand Up @@ -47,4 +47,4 @@
"ts-jest": "^29.1.0",
"typescript": "~4.9.4"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@angular/compiler": "^17.3.0",
"@angular/core": "^17.3.0",
"@angular/forms": "^17.3.0",
"@angular/material": "^17.3.3",
"@angular/material": "^17.3.10",
"@angular/platform-browser": "^17.3.0",
"@angular/platform-browser-dynamic": "^17.3.0",
"@angular/router": "^17.3.0",
Expand Down Expand Up @@ -46,4 +46,4 @@
"ts-jest": "^29.1.2",
"typescript": "~5.4.2"
}
}
}
2 changes: 1 addition & 1 deletion samples/msal-react-samples/gatsby-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@emotion/styled": "^11.10.5",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.1",
"gatsby": "^4.0.0",
"gatsby": "^5.13.6",
"gatsby-material-ui-components": "^5.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down

0 comments on commit 3893cce

Please sign in to comment.