Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"mailparser": "^3.9.8",
"morgan": "^1.10.0",
"multer": "^2.1.1",
"sanitize-html": "^2.17.3",
"sanitize-html": "^2.17.4",
"signale": "^1.4.0",
"stripe": "^20.0.0"
},
Expand Down
27 changes: 22 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8101,7 +8101,7 @@ __metadata:
mailparser: "npm:^3.9.8"
morgan: "npm:^1.10.0"
multer: "npm:^2.1.1"
sanitize-html: "npm:^2.17.3"
sanitize-html: "npm:^2.17.4"
signale: "npm:^1.4.0"
stripe: "npm:^20.0.0"
tsx: "npm:^4.20.6"
Expand Down Expand Up @@ -9522,6 +9522,13 @@ __metadata:
languageName: node
linkType: hard

"dayjs@npm:^1.11.7":
version: 1.11.20
resolution: "dayjs@npm:1.11.20"
checksum: 10c0/8af525e2aa100c8db9923d706c42b2b2d30579faf89456619413a5c10916efc92c2b166e193c27c02eb3174b30aa440ee1e7b72b0a2876b3da651d204db848a0
languageName: node
linkType: hard

"debounce-fn@npm:^6.0.0":
version: 6.0.0
resolution: "debounce-fn@npm:6.0.0"
Expand Down Expand Up @@ -13291,6 +13298,15 @@ __metadata:
languageName: node
linkType: hard

"launder@npm:^1.7.1":
version: 1.7.1
resolution: "launder@npm:1.7.1"
dependencies:
dayjs: "npm:^1.11.7"
checksum: 10c0/c4884c08cc5a1a19cbec840aac7fa97db4928c25fc99ea2981a0482df3ebdbf1cf6605226a3c968e3281025126ff10055686e81f428ecc0e8f8666ca05bae8cc
languageName: node
linkType: hard

"leac@npm:^0.6.0":
version: 0.6.0
resolution: "leac@npm:0.6.0"
Expand Down Expand Up @@ -17215,17 +17231,18 @@ __metadata:
languageName: node
linkType: hard

"sanitize-html@npm:^2.17.3":
version: 2.17.3
resolution: "sanitize-html@npm:2.17.3"
"sanitize-html@npm:^2.17.4":
version: 2.17.4
resolution: "sanitize-html@npm:2.17.4"
dependencies:
deepmerge: "npm:^4.2.2"
escape-string-regexp: "npm:^4.0.0"
htmlparser2: "npm:^10.1.0"
is-plain-object: "npm:^5.0.0"
launder: "npm:^1.7.1"
parse-srcset: "npm:^1.0.2"
postcss: "npm:^8.3.11"
checksum: 10c0/8afa59bed125b38bf4b437f9b5a3289a4307f42d720e45105de5a0b3d665be70e27d1722d223121993be2e54a2b99304cd9c54317fb2d251fd7f4abf06b68d27
checksum: 10c0/5c352376a44bf8a70644f6d4421684000a982f6bda59beac051693d8fc08acbe48dc6358f5c8eb8ae4a815746260167926747a858e6a6e2daf01ccfb775100dd
languageName: node
linkType: hard

Expand Down
Loading