Skip to content

Commit

Permalink
update express lib version in schematics and core-libs
Browse files Browse the repository at this point in the history
  • Loading branch information
giancorderoortiz committed Sep 10, 2024
1 parent 334a954 commit dd174d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core-libs/setup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"optionalDependencies": {
"@angular/platform-server": "^17.0.5",
"express": "^4.19.2"
"express": "^4.20.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion projects/schematics/src/dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@
"angular-oauth2-oidc": "^17.0.1",
"bootstrap": "^4.6.2",
"comment-json": "^4.2.3",
"express": "^4.19.2",
"express": "^4.20.0",
"hamburgers": "^1.2.1",
"i18next": "^23.7.6",
"i18next-http-backend": "^2.4.2",
Expand Down

0 comments on commit dd174d9

Please sign in to comment.