Skip to content

Commit 675a692

Browse files
authored
Merge branch 'main' into 1238-escape-literals-in-scanDiff
Signed-off-by: Kris West <kristopher.west@natwest.com>
2 parents 15f8999 + 13ee734 commit 675a692

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

+1615
-1246
lines changed

.gitignore

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

270270
# Jetbrains IDE
271271
.idea
272+
273+
# VS COde IDE
272274
.vscode/settings.json
275+
276+
# Generated from testing
277+
/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
@@ -69,7 +69,6 @@
6969
"lusca": "^1.7.0",
7070
"moment": "^2.30.1",
7171
"mongodb": "^5.9.2",
72-
"nodemailer": "^6.10.1",
7372
"openid-client": "^6.8.1",
7473
"parse-diff": "^0.11.1",
7574
"passport": "^0.7.0",
@@ -94,12 +93,20 @@
9493
"@eslint/compat": "^1.4.0",
9594
"@eslint/js": "^9.37.0",
9695
"@eslint/json": "^0.13.2",
96+
"@types/activedirectory2": "^1.2.6",
97+
"@types/cors": "^2.8.19",
9798
"@types/domutils": "^1.7.8",
9899
"@types/express": "^5.0.3",
99100
"@types/express-http-proxy": "^1.6.7",
101+
"@types/express-session": "^1.18.2",
102+
"@types/jsonwebtoken": "^9.0.10",
103+
"@types/jwk-to-pem": "^2.0.3",
100104
"@types/lodash": "^4.17.20",
105+
"@types/lusca": "^1.7.5",
101106
"@types/mocha": "^10.0.10",
102107
"@types/node": "^22.18.10",
108+
"@types/passport": "^1.0.17",
109+
"@types/passport-local": "^1.0.38",
103110
"@types/react-dom": "^17.0.26",
104111
"@types/react-html-parser": "^2.0.7",
105112
"@types/sinon": "^17.0.4",

0 commit comments

Comments
 (0)