diff --git a/packages/plugins/ui-theme/package.json b/packages/plugins/ui-theme/package.json index ab6e67f2d..cee47ef57 100644 --- a/packages/plugins/ui-theme/package.json +++ b/packages/plugins/ui-theme/package.json @@ -52,7 +52,7 @@ "node-mocks-http": "1.12.1", "optimize-css-assets-webpack-plugin": "6.0.1", "ora": "5.4.1", - "dompurify": "2.4.4", + "dompurify": "2.4.5", "highlight.js": "11.7.0", "github-markdown-css": "4.0.0", "marked": "4.2.12", diff --git a/packages/ui-components/package.json b/packages/ui-components/package.json index 5dd89827c..00c663470 100644 --- a/packages/ui-components/package.json +++ b/packages/ui-components/package.json @@ -29,7 +29,7 @@ "@rematch/persist": "2.1.2", "@verdaccio/types": "workspace:11.0.0-6-next.22", "dayjs": "1.11.7", - "dompurify": "2.4.4", + "dompurify": "2.4.5", "github-markdown-css": "5.1.0", "highlight.js": "11.7.0", "i18next": "20.6.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f197959e9..71d1d41fc 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -853,7 +853,7 @@ importers: country-flag-icons: 1.5.5 css-loader: 6.7.3 dayjs: 1.11.7 - dompurify: 2.4.4 + dompurify: 2.4.5 friendly-errors-webpack-plugin: 1.7.0 github-markdown-css: 4.0.0 harmony-reflect: 1.6.2 @@ -931,7 +931,7 @@ importers: country-flag-icons: 1.5.5 css-loader: 6.7.3_webpack@5.75.0 dayjs: 1.11.7 - dompurify: 2.4.4 + dompurify: 2.4.5 friendly-errors-webpack-plugin: 1.7.0_webpack@5.75.0 github-markdown-css: 4.0.0 harmony-reflect: 1.6.2 @@ -1317,7 +1317,7 @@ importers: babel-loader: ^8.3.0 country-flag-icons: 1.5.5 dayjs: 1.11.7 - dompurify: 2.4.4 + dompurify: 2.4.5 github-markdown-css: 5.1.0 highlight.js: 11.7.0 history: 4.10.1 @@ -1353,7 +1353,7 @@ importers: '@verdaccio/types': link:../core/types country-flag-icons: 1.5.5 dayjs: 1.11.7 - dompurify: 2.4.4 + dompurify: 2.4.5 github-markdown-css: 5.1.0 highlight.js: 11.7.0 history: 4.10.1 @@ -1541,7 +1541,7 @@ importers: docusaurus-plugin-sass: ^0.2.1 docusaurus-plugin-sentry: 1.0.0 docusaurus-plugin-typedoc: 0.18.0 - dompurify: 2.4.4 + dompurify: 2.4.5 esbuild: 0.14.10 esbuild-loader: 2.16.0 p-cancelable: 2.1.1 @@ -1586,7 +1586,7 @@ importers: docusaurus-plugin-contributors: link:../packages/tools/docusaurus-plugin-contributors docusaurus-plugin-sentry: 1.0.0_67096f8b2a2bc215adc7db3ca9fcde4b docusaurus-plugin-typedoc: 0.18.0_d26ba2e1aeb21cf91c4fec6a1144127b - dompurify: 2.4.4 + dompurify: 2.4.5 p-cancelable: 2.1.1 react: 17.0.2 react-dom: 17.0.2_react@17.0.2 @@ -10274,7 +10274,7 @@ packages: /axios/0.21.3_debug@4.3.4: resolution: {integrity: sha512-JtoZ3Ndke/+Iwt5n+BgSli/3idTvpt5OjKyoCmz4LX5+lPiY5l7C1colYezhlxThjNa/NhngCUWZSZFypIFuaA==} dependencies: - follow-redirects: 1.14.9_debug@4.3.4 + follow-redirects: 1.14.9_debug@4.3.3 transitivePeerDependencies: - debug dev: false @@ -10282,7 +10282,7 @@ packages: /axios/0.25.0_debug@4.3.4: resolution: {integrity: sha512-cD8FOb0tRH3uuEe6+evtAbgJtfxr7ly3fQjYcMcuPlgkwVS9xboaVIpcDV+cYQe+yGykgwZCs1pzjntcGa6l5g==} dependencies: - follow-redirects: 1.14.9_debug@4.3.4 + follow-redirects: 1.14.9_debug@4.3.3 transitivePeerDependencies: - debug @@ -13573,8 +13573,8 @@ packages: resolution: {integrity: sha512-Be9tbQMZds4a3C6xTmz68NlMfeONA//4dOavl/1rNw50E+/QO0KVpbcU0PcaW0nsQxurXls9ZocqFxk8R2mWEA==} dev: false - /dompurify/2.4.4: - resolution: {integrity: sha512-1e2SpqHiRx4DPvmRuXU5J0di3iQACwJM+mFGE2HAkkK7Tbnfk9WcghcAmyWc9CRrjyRRUpmuhPUH6LphQQR3EQ==} + /dompurify/2.4.5: + resolution: {integrity: sha512-jggCCd+8Iqp4Tsz0nIvpcb22InKEBrGz5dw3EQJMs8HPJDsKbFIO3STYtAvCfDx26Muevn1MHVI0XxjgFfmiSA==} /domutils/1.7.0: resolution: {integrity: sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg==} diff --git a/website/package.json b/website/package.json index e86f71c9a..e18a2f849 100644 --- a/website/package.json +++ b/website/package.json @@ -41,7 +41,7 @@ "@mui/styles": "5.11.9", "@lyrasearch/lyra": "^0.3.1", "@verdaccio/ui-components": "workspace:2.0.0-6-next.5", - "dompurify": "2.4.4", + "dompurify": "2.4.5", "classnames": "2.3.2", "clsx": "1.2.1", "copy-text-to-clipboard": "3.0.1",