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
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"dependencies": {
"@standardnotes/common": "^1.50.0",
"dompurify": "^2.4.1",
"dompurify": "^3.4.12",
"lodash": "^4.17.21",
"reflect-metadata": "^0.1.13"
},
Expand Down
22 changes: 17 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9173,7 +9173,7 @@ __metadata:
"@types/lodash": ^4.14.189
"@types/node": ^18.11.9
"@typescript-eslint/eslint-plugin": ^5.43.0
dompurify: ^2.4.1
dompurify: ^3.4.12
eslint: "*"
eslint-plugin-prettier: "*"
jest: ^29.3.1
Expand Down Expand Up @@ -10223,6 +10223,13 @@ __metadata:
languageName: node
linkType: hard

"@types/trusted-types@npm:^2.0.7":
version: 2.0.7
resolution: "@types/trusted-types@npm:2.0.7"
checksum: 8e4202766a65877efcf5d5a41b7dd458480b36195e580a3b1085ad21e948bc417d55d6f8af1fd2a7ad008015d4117d5fdfe432731157da3c68678487174e4ba3
languageName: node
linkType: hard

"@types/uuid@npm:^8.3.4":
version: 8.3.4
resolution: "@types/uuid@npm:8.3.4"
Expand Down Expand Up @@ -15053,10 +15060,15 @@ __metadata:
languageName: node
linkType: hard

"dompurify@npm:^2.4.1":
version: 2.4.7
resolution: "dompurify@npm:2.4.7"
checksum: 13c047e772a1998348191554dda403950d45ef2ec75fa0b9915cc179ccea0a39ef780d283109bd72cf83a2a085af6c77664281d4d0106a737bc5f39906364efe
"dompurify@npm:^3.4.12":
version: 3.4.12
resolution: "dompurify@npm:3.4.12"
dependencies:
"@types/trusted-types": ^2.0.7
dependenciesMeta:
"@types/trusted-types":
optional: true
checksum: 477e944e669bac9247c9ebfa55c7ea5c73f3cc6cd6b21ee72e306000e3e53d308e7bdaac89e655a0e2661de2ffbdd877e6a92537d07ba1d70c6c441fcef8c65c
languageName: node
linkType: hard

Expand Down
Loading