Merge pull request #118 from Qortal/feature/multi-instances

update dep3
This commit is contained in:
Phillip
2025-07-27 22:27:53 +03:00
committed by GitHub
2 changed files with 9 additions and 5 deletions

12
package-lock.json generated
View File

@@ -47,7 +47,7 @@
"buffer": "6.0.3", "buffer": "6.0.3",
"chokidar": "^3.6.0", "chokidar": "^3.6.0",
"compressorjs": "^1.2.1", "compressorjs": "^1.2.1",
"dompurify": "^3.1.6", "dompurify": "^3.2.6",
"emoji-picker-react": "^4.12.0", "emoji-picker-react": "^4.12.0",
"file-saver": "^2.0.5", "file-saver": "^2.0.5",
"html-to-text": "^9.0.5", "html-to-text": "^9.0.5",
@@ -7795,9 +7795,13 @@
} }
}, },
"node_modules/dompurify": { "node_modules/dompurify": {
"version": "3.1.6", "version": "3.2.6",
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.1.6.tgz", "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.2.6.tgz",
"integrity": "sha512-cTOAhc36AalkjtBpfG6O8JimdTMWNXjiePT2xQH/ppBGi/4uIpmj8eKyIkMJErXWARyINV/sB38yf8JCLF5pbQ==" "integrity": "sha512-/2GogDQlohXPZe6D6NOgQvXLPSYBqIWMnZ8zzOhn09REE4eyAzb+Hed3jhoM9OkuaJ8P6ZGTTVWQKAi8ieIzfQ==",
"license": "(MPL-2.0 OR Apache-2.0)",
"optionalDependencies": {
"@types/trusted-types": "^2.0.7"
}
}, },
"node_modules/domutils": { "node_modules/domutils": {
"version": "3.1.0", "version": "3.1.0",

View File

@@ -52,7 +52,7 @@
"buffer": "6.0.3", "buffer": "6.0.3",
"chokidar": "^3.6.0", "chokidar": "^3.6.0",
"compressorjs": "^1.2.1", "compressorjs": "^1.2.1",
"dompurify": "^3.1.6", "dompurify": "^3.2.6",
"emoji-picker-react": "^4.12.0", "emoji-picker-react": "^4.12.0",
"file-saver": "^2.0.5", "file-saver": "^2.0.5",
"html-to-text": "^9.0.5", "html-to-text": "^9.0.5",