Skip to content

Commit

Permalink
refactor(core): move security checks to core
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasduteil committed Dec 16, 2024
1 parent 7a1aca3 commit b37b6f1
Show file tree
Hide file tree
Showing 42 changed files with 637 additions and 384 deletions.
157 changes: 104 additions & 53 deletions package-lock.json

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

16 changes: 7 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,11 @@
"html-to-text": "^9.0.5",
"http-errors": "^2.0.0",
"ioredis": "^5.4.1",
"is-disposable-email-domain": "^1.0.7",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"moment": "^2.30.1",
"moment-timezone": "^0.5.45",
"morgan": "^1.10.0",
"nanoid": "^3.3.6",
"nocache": "^4.0.0",
"node-pg-migrate": "^7.6.1",
"nodemailer": "^6.9.15",
Expand All @@ -101,7 +99,7 @@
"qrcode": "^1.5.4",
"rate-limiter-flexible": "^2.4.2",
"tld-extract": "^2.1.0",
"tsx": "^4.17.0",
"tsx": "^4.19.2",
"typescript": "^5.5.4",
"vite": "^5.2.14",
"zod": "^3.23.8",
Expand All @@ -112,28 +110,28 @@
"@changesets/cli": "^2.27.10",
"@simplewebauthn/types": "^10.0.0",
"@sinonjs/fake-timers": "^11.2.2",
"@types/chai": "^5.0.0",
"@types/chai": "^5.0.1",
"@types/chai-as-promised": "^7.1.8",
"@types/html-to-text": "^9.0.4",
"@types/http-errors": "^2.0.4",
"@types/lodash": "^4.17.10",
"@types/lodash-es": "^4.17.12",
"@types/mocha": "^10.0.7",
"@types/node": "^22.1.0",
"@types/mocha": "^10.0.10",
"@types/node": "^22.10.2",
"@types/nodemailer": "^6.4.16",
"@types/oidc-provider": "^8.5.2",
"@types/qrcode": "^1.5.5",
"@types/sinonjs__fake-timers": "^8.1.5",
"axe-core": "^4.8.4",
"chai": "^5.1.1",
"chai-as-promised": "^8.0.0",
"chai": "^5.1.2",
"chai-as-promised": "^8.0.1",
"concurrently": "^9.0.1",
"copy-and-watch": "^0.1.6",
"csv": "^6.3.9",
"cypress": "^13.15.2",
"cypress-axe": "^1.5.0",
"cypress-maildev": "^1.3.2",
"mocha": "^10.7.3",
"mocha": "^11.0.1",
"nock": "^13.5.4",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^4.0.0"
Expand Down
Loading

0 comments on commit b37b6f1

Please sign in to comment.