Add dompurify library to package.json and package-lock.json

This commit is contained in:
Shidorien
2023-12-21 00:47:59 +01:00
parent 9872fcb856
commit d243475bf8
2 changed files with 12 additions and 0 deletions
+11
View File
@@ -14,6 +14,7 @@
"archiver": "^6.0.1",
"color": "^4.2.3",
"dateformat": "^5.0.3",
"dompurify": "^3.0.6",
"dot-prop": "^8.0.2",
"electron-debug": "^3.2.0",
"electron-log": "^4.4.8",
@@ -6627,6 +6628,11 @@
"url": "https://github.com/fb55/domhandler?sponsor=1"
}
},
"node_modules/dompurify": {
"version": "3.0.6",
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.0.6.tgz",
"integrity": "sha512-ilkD8YEnnGh1zJ240uJsW7AzE+2qpbOUYjacomn3AvJ6J4JhKGSZ2nh4wUIXPZrEPppaCLx5jFe8T89Rk8tQ7w=="
},
"node_modules/domutils": {
"version": "2.8.0",
"resolved": "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz",
@@ -24248,6 +24254,11 @@
"domelementtype": "^2.2.0"
}
},
"dompurify": {
"version": "3.0.6",
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.0.6.tgz",
"integrity": "sha512-ilkD8YEnnGh1zJ240uJsW7AzE+2qpbOUYjacomn3AvJ6J4JhKGSZ2nh4wUIXPZrEPppaCLx5jFe8T89Rk8tQ7w=="
},
"domutils": {
"version": "2.8.0",
"resolved": "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz",
+1
View File
@@ -239,6 +239,7 @@
"archiver": "^6.0.1",
"color": "^4.2.3",
"dateformat": "^5.0.3",
"dompurify": "^3.0.6",
"dot-prop": "^8.0.2",
"electron-debug": "^3.2.0",
"electron-log": "^4.4.8",