Skip to content

Commit

Permalink
helmet update + syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
jolav committed Oct 7, 2024
1 parent 4a8af40 commit ff34e97
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
2 changes: 2 additions & 0 deletions server-Go/sp500/sp500.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ import (
u "betazone/_utils"
)

const IEXCLOUD_API_KEY_PUBLIC = "FAKE"

type sp500 struct {
Conf struct {
Dev bool `json:"dev"`
Expand Down
14 changes: 7 additions & 7 deletions server-Node/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion server-Node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"body-parser": "^2.0.0-beta.2",
"express": "^5.0.0",
"helmet": "^7.1.0"
"helmet": "^8.0.0"
},
"type": "module"
}

0 comments on commit ff34e97

Please sign in to comment.