0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00

fix(deps): update dependency dompurify to v3.0.7 (#4378)

This commit is contained in:
renovate[bot] 2024-01-04 20:19:43 +01:00 committed by GitHub
parent ddd74ef0fc
commit 851950a0fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 11 deletions

View file

@ -35,7 +35,7 @@
"country-flag-icons": "1.5.9",
"css-loader": "6.8.1",
"dayjs": "1.11.10",
"dompurify": "3.0.6",
"dompurify": "3.0.7",
"friendly-errors-webpack-plugin": "1.7.0",
"harmony-reflect": "1.6.2",
"highlight.js": "11.9.0",

View file

@ -34,7 +34,7 @@
"classnames": "2.5.1",
"country-flag-icons": "1.5.9",
"dayjs": "1.11.10",
"dompurify": "3.0.6",
"dompurify": "3.0.7",
"highlight.js": "11.9.0",
"history": "4.10.1",
"i18next": "20.6.1",

View file

@ -1236,8 +1236,8 @@ importers:
specifier: 1.11.10
version: 1.11.10
dompurify:
specifier: 3.0.6
version: 3.0.6
specifier: 3.0.7
version: 3.0.7
friendly-errors-webpack-plugin:
specifier: 1.7.0
version: 1.7.0(webpack@5.89.0)
@ -1842,8 +1842,8 @@ importers:
specifier: 1.11.10
version: 1.11.10
dompurify:
specifier: 3.0.6
version: 3.0.6
specifier: 3.0.7
version: 3.0.7
highlight.js:
specifier: 11.9.0
version: 11.9.0
@ -2211,8 +2211,8 @@ importers:
specifier: 0.18.0
version: 0.18.0(typedoc-plugin-markdown@3.14.0)(typedoc@0.23.25)
dompurify:
specifier: 3.0.6
version: 3.0.6
specifier: 3.0.7
version: 3.0.7
p-cancelable:
specifier: 2.1.1
version: 2.1.1
@ -15579,8 +15579,8 @@ packages:
resolution: {integrity: sha512-q6QaLcakcRjebxjg8/+NP+h0rPfatOgOzc46Fst9VAA3jF2ApfKBNKMzdP4DYTqtUMXSCd5pRS/8Po/OmoCHZQ==}
dev: false
/dompurify@3.0.6:
resolution: {integrity: sha512-ilkD8YEnnGh1zJ240uJsW7AzE+2qpbOUYjacomn3AvJ6J4JhKGSZ2nh4wUIXPZrEPppaCLx5jFe8T89Rk8tQ7w==}
/dompurify@3.0.7:
resolution: {integrity: sha512-BViYTZoqP3ak/ULKOc101y+CtHDUvBsVgSxIF1ku0HmK6BRf+C03MC+tArMvOPtVtZp83DDh5puywKDu4sbVjQ==}
/domutils@1.7.0:
resolution: {integrity: sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg==}

View file

@ -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": "3.0.6",
"dompurify": "3.0.7",
"p-cancelable": "2.1.1",
"react": "17.0.2",
"react-dom": "17.0.2",