mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-04-01 02:42:23 -05:00
fix(deps): update dependency dompurify to v2.4.7 (#4103)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
17087ffa97
commit
357f39b78a
4 changed files with 11 additions and 11 deletions
|
@ -35,7 +35,7 @@
|
|||
"country-flag-icons": "1.5.5",
|
||||
"css-loader": "6.8.1",
|
||||
"dayjs": "1.11.7",
|
||||
"dompurify": "2.4.5",
|
||||
"dompurify": "2.4.7",
|
||||
"friendly-errors-webpack-plugin": "1.7.0",
|
||||
"github-markdown-css": "5.2.0",
|
||||
"harmony-reflect": "1.6.2",
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
"@rematch/persist": "2.1.2",
|
||||
"country-flag-icons": "1.5.5",
|
||||
"dayjs": "1.11.7",
|
||||
"dompurify": "2.4.5",
|
||||
"dompurify": "2.4.7",
|
||||
"highlight.js": "11.7.0",
|
||||
"history": "4.10.1",
|
||||
"classnames": "2.3.2",
|
||||
|
|
16
pnpm-lock.yaml
generated
16
pnpm-lock.yaml
generated
|
@ -1240,8 +1240,8 @@ importers:
|
|||
specifier: 1.11.7
|
||||
version: 1.11.7
|
||||
dompurify:
|
||||
specifier: 2.4.5
|
||||
version: 2.4.5
|
||||
specifier: 2.4.7
|
||||
version: 2.4.7
|
||||
friendly-errors-webpack-plugin:
|
||||
specifier: 1.7.0
|
||||
version: 1.7.0(webpack@5.82.1)
|
||||
|
@ -1852,8 +1852,8 @@ importers:
|
|||
specifier: 1.11.7
|
||||
version: 1.11.7
|
||||
dompurify:
|
||||
specifier: 2.4.5
|
||||
version: 2.4.5
|
||||
specifier: 2.4.7
|
||||
version: 2.4.7
|
||||
highlight.js:
|
||||
specifier: 11.7.0
|
||||
version: 11.7.0
|
||||
|
@ -2218,8 +2218,8 @@ importers:
|
|||
specifier: 0.18.0
|
||||
version: 0.18.0(typedoc-plugin-markdown@3.14.0)(typedoc@0.23.25)
|
||||
dompurify:
|
||||
specifier: 2.4.5
|
||||
version: 2.4.5
|
||||
specifier: 2.4.7
|
||||
version: 2.4.7
|
||||
p-cancelable:
|
||||
specifier: 2.1.1
|
||||
version: 2.1.1
|
||||
|
@ -16568,8 +16568,8 @@ packages:
|
|||
resolution: {integrity: sha512-q6QaLcakcRjebxjg8/+NP+h0rPfatOgOzc46Fst9VAA3jF2ApfKBNKMzdP4DYTqtUMXSCd5pRS/8Po/OmoCHZQ==}
|
||||
dev: false
|
||||
|
||||
/dompurify@2.4.5:
|
||||
resolution: {integrity: sha512-jggCCd+8Iqp4Tsz0nIvpcb22InKEBrGz5dw3EQJMs8HPJDsKbFIO3STYtAvCfDx26Muevn1MHVI0XxjgFfmiSA==}
|
||||
/dompurify@2.4.7:
|
||||
resolution: {integrity: sha512-kxxKlPEDa6Nc5WJi+qRgPbOAbgTpSULL+vI3NUXsZMlkJxTqYI9wg5ZTay2sFrdZRWHPWNi+EdAhcJf81WtoMQ==}
|
||||
|
||||
/domutils@1.7.0:
|
||||
resolution: {integrity: sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg==}
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
"docusaurus-plugin-contributors": "workspace:2.0.0-next.0",
|
||||
"docusaurus-plugin-sentry": "1.0.0",
|
||||
"docusaurus-plugin-typedoc": "0.18.0",
|
||||
"dompurify": "2.4.5",
|
||||
"dompurify": "2.4.7",
|
||||
"p-cancelable": "2.1.1",
|
||||
"react": "17.0.2",
|
||||
"react-dom": "17.0.2",
|
||||
|
|
Loading…
Add table
Reference in a new issue