Skip to content

Commit 46c73ab

Browse files
authored
Merge branch 'main' into 1185-git-request-classification
2 parents 33657f4 + 13ee734 commit 46c73ab

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+1613
-1246
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,3 +269,6 @@ website/.docusaurus
269269

270270
# Jetbrains IDE
271271
.idea
272+
273+
# Generated from testing
274+
/test/fixtures/test-package/package-lock.json

package-lock.json

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

package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@
6868
"lusca": "^1.7.0",
6969
"moment": "^2.30.1",
7070
"mongodb": "^5.9.2",
71-
"nodemailer": "^6.10.1",
7271
"openid-client": "^6.8.1",
7372
"parse-diff": "^0.11.1",
7473
"passport": "^0.7.0",
@@ -93,12 +92,20 @@
9392
"@eslint/compat": "^1.4.0",
9493
"@eslint/js": "^9.37.0",
9594
"@eslint/json": "^0.13.2",
95+
"@types/activedirectory2": "^1.2.6",
96+
"@types/cors": "^2.8.19",
9697
"@types/domutils": "^1.7.8",
9798
"@types/express": "^5.0.3",
9899
"@types/express-http-proxy": "^1.6.7",
100+
"@types/express-session": "^1.18.2",
101+
"@types/jsonwebtoken": "^9.0.10",
102+
"@types/jwk-to-pem": "^2.0.3",
99103
"@types/lodash": "^4.17.20",
104+
"@types/lusca": "^1.7.5",
100105
"@types/mocha": "^10.0.10",
101106
"@types/node": "^22.18.10",
107+
"@types/passport": "^1.0.17",
108+
"@types/passport-local": "^1.0.38",
102109
"@types/react-dom": "^17.0.26",
103110
"@types/react-html-parser": "^2.0.7",
104111
"@types/validator": "^13.15.3",

0 commit comments

Comments
 (0)