Skip to content

Commit

Permalink
Merge branch 'main' into snyk-upgrade-c231e5f7884005ae7b2b96bc7210de5a
Browse files Browse the repository at this point in the history
  • Loading branch information
nechry authored Jun 10, 2024
2 parents 98dc625 + 935d445 commit 8b7d817
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 57 deletions.
112 changes: 59 additions & 53 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"lint:fix": "eslint --fix src/."
},
"dependencies": {
"@azure/msal-node": "^2.7.0",
"@azure/msal-node": "^2.8.1",
"axios": "^1.7.0",
"cookie-parser": "~1.4.4",
"debug": "~4.3.4",
Expand All @@ -23,14 +23,14 @@
"express-session": "^1.18.0",
"helmet": "^7.1.0",
"http-errors": "~2.0.0",
"joi": "^17.13.0",
"joi": "^17.13.1",
"morgan": "~1.10.0",
"serve-favicon": "^2.5.0"
},
"devDependencies": {
"eslint": "^9.1.1",
"eslint": "^9.4.0",
"eslint-config-prettier": "^9.1.0",
"nodemon": "^3.1.0",
"nodemon": "^3.1.3",
"prettier": "^3.2.5"
}
}

0 comments on commit 8b7d817

Please sign in to comment.