Skip to content

Commit

Permalink
Merge branch 'main' of github.com:tourlane/cal.com
Browse files Browse the repository at this point in the history
  • Loading branch information
haffla committed Oct 15, 2024
2 parents 096dc38 + 5dd72ad commit 349f943
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"ts-jest": "^28.0.8"
},
"dependencies": {
"dompurify": "^2.4.1",
"dompurify": "^2.5.4",
"turbo": "^1.4.3"
},
"resolutions": {
Expand Down
2 changes: 1 addition & 1 deletion packages/features/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"main": "index.ts",
"dependencies": {
"@lexical/react": "^0.5.0",
"dompurify": "^2.4.1",
"dompurify": "^2.5.4",
"lexical": "^0.5.0",
"zustand": "^4.1.4",
"@calcom/ui": "*",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12629,10 +12629,10 @@ dompurify@=2.3.3:
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-2.3.3.tgz#c1af3eb88be47324432964d8abc75cf4b98d634c"
integrity sha512-dqnqRkPMAjOZE0FogZ+ceJNM2dZ3V/yNOuFB7+39qpO93hHhfRpHw3heYQC7DPK9FqbQTfBKUJhiSfz4MvXYwg==

dompurify@^2.4.1:
version "2.4.1"
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-2.4.1.tgz#f9cb1a275fde9af6f2d0a2644ef648dd6847b631"
integrity sha512-ewwFzHzrrneRjxzmK6oVz/rZn9VWspGFRDb4/rRtIsM1n36t9AKma/ye8syCpcw+XJ25kOK/hOG7t1j2I2yBqA==
dompurify@^2.5.4:
version "2.5.4"
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-2.5.4.tgz#347e91070963b22db31c7c8d0ce9a0a2c3c08746"
integrity sha512-l5NNozANzaLPPe0XaAwvg3uZcHtDBnziX/HjsY1UcDj1MxTK8Dd0Kv096jyPK5HRzs/XM5IMj20dW8Fk+HnbUA==

domutils@^2.0.0, domutils@^2.5.2, domutils@^2.8.0:
version "2.8.0"
Expand Down

0 comments on commit 349f943

Please sign in to comment.