diff --git a/README.md b/README.md index 5c75626..ffff5fd 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,6 @@ You can reach out to me personally on: - ViteJS -> [MIT][vite] - shaka-player -> [Apache-2.0][shaka] - PeerJS -> [MIT][peer] -- DOMPurify -> [Apache-2.0][purify] - SortableJS -> [MIT][sortable] - Bootstrap Icons -> [MIT][bi] - VueJS theme -> [MIT][vuetheme] @@ -151,7 +150,6 @@ You can reach out to me personally on: [bi]: https://github.com/twbs/icons/blob/main/LICENSE.md [peer]: https://github.com/peers/peerjs/blob/master/LICENSE [shaka]: https://github.com/shaka-project/shaka-player/blob/main/LICENSE -[purify]: https://github.com/cure53/DOMPurify/blob/main/LICENSE [sortable]: https://github.com/SortableJS/Sortable/blob/master/LICENSE [nord]: https://github.com/arcticicestudio/nord/blob/develop/LICENSE.md [vuetheme]: https://github.com/vuejs/theme/blob/main/LICENSE diff --git a/package-lock.json b/package-lock.json index 3754d7a..4f3d674 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,6 @@ "version": "0.0.0", "dependencies": { "bootstrap-icons": "^1.11.3", - "dompurify": "^3.1.6", "peerjs": "^1.5.4", "pinia": "^2.1.7", "shaka-player": "^4.10.5", @@ -3097,11 +3096,6 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/dompurify": { - "version": "3.1.6", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.1.6.tgz", - "integrity": "sha512-cTOAhc36AalkjtBpfG6O8JimdTMWNXjiePT2xQH/ppBGi/4uIpmj8eKyIkMJErXWARyINV/sB38yf8JCLF5pbQ==" - }, "node_modules/ejs": { "version": "3.1.10", "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.10.tgz", diff --git a/package.json b/package.json index 9f62092..8f9921f 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,6 @@ }, "dependencies": { "bootstrap-icons": "^1.11.3", - "dompurify": "^3.1.6", "peerjs": "^1.5.4", "pinia": "^2.1.7", "shaka-player": "^4.10.5", diff --git a/src/components/Info.vue b/src/components/Info.vue index d351b50..742e194 100644 --- a/src/components/Info.vue +++ b/src/components/Info.vue @@ -12,8 +12,8 @@ const { t } = useI18n(),