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.9",
"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 @@ -9156,7 +9156,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.9
eslint: "*"
eslint-plugin-prettier: "*"
jest: ^29.3.1
Expand Down Expand Up @@ -10206,6 +10206,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 @@ -15027,10 +15034,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.9":
version: 3.4.9
resolution: "dompurify@npm:3.4.9"
dependencies:
"@types/trusted-types": ^2.0.7
dependenciesMeta:
"@types/trusted-types":
optional: true
checksum: d3c4c64aad2775c3f59ff199bc1782e8dbd24f86912ef1a6c4e29398b9c336afd8e480364c48197c44dbf9594431a5a8b538ae5aebc668908e3218568e714b42
languageName: node
linkType: hard

Expand Down
Loading