mirror of
https://github.com/hay-kot/homebox.git
synced 2024-11-22 00:25:43 +00:00
chore(deps): update dependency @types/dompurify to v3 (#346)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
cb9b20e2d2
commit
9e55c880f6
2 changed files with 5 additions and 5 deletions
|
@ -16,7 +16,7 @@
|
|||
"devDependencies": {
|
||||
"@faker-js/faker": "^7.5.0",
|
||||
"@nuxtjs/eslint-config-typescript": "^12.0.0",
|
||||
"@types/dompurify": "^2.4.0",
|
||||
"@types/dompurify": "^3.0.0",
|
||||
"@types/markdown-it": "^12.2.3",
|
||||
"@typescript-eslint/eslint-plugin": "^5.36.2",
|
||||
"@typescript-eslint/parser": "^5.36.2",
|
||||
|
|
|
@ -10,7 +10,7 @@ specifiers:
|
|||
'@tailwindcss/aspect-ratio': ^0.4.0
|
||||
'@tailwindcss/forms': ^0.5.2
|
||||
'@tailwindcss/typography': ^0.5.4
|
||||
'@types/dompurify': ^2.4.0
|
||||
'@types/dompurify': ^3.0.0
|
||||
'@types/markdown-it': ^12.2.3
|
||||
'@typescript-eslint/eslint-plugin': ^5.36.2
|
||||
'@typescript-eslint/parser': ^5.36.2
|
||||
|
@ -63,7 +63,7 @@ dependencies:
|
|||
devDependencies:
|
||||
'@faker-js/faker': 7.6.0
|
||||
'@nuxtjs/eslint-config-typescript': 12.0.0_ha6vam6werchizxrnqvarmz2zu
|
||||
'@types/dompurify': 2.4.0
|
||||
'@types/dompurify': 3.0.0
|
||||
'@types/markdown-it': 12.2.3
|
||||
'@typescript-eslint/eslint-plugin': 5.46.0_5mle7isnkfgjmrghnnczirv6iy
|
||||
'@typescript-eslint/parser': 5.46.0_ha6vam6werchizxrnqvarmz2zu
|
||||
|
@ -1394,8 +1394,8 @@ packages:
|
|||
resolution: {integrity: sha512-KnRanxnpfpjUTqTCXslZSEdLfXExwgNxYPdiO2WGUj8+HDjFi8R3k5RVKPeSCzLjCcshCAtVO2QBbVuAV4kTnw==}
|
||||
dev: true
|
||||
|
||||
/@types/dompurify/2.4.0:
|
||||
resolution: {integrity: sha512-IDBwO5IZhrKvHFUl+clZxgf3hn2b/lU6H1KaBShPkQyGJUQ0xwebezIPSuiyGwfz1UzJWQl4M7BDxtHtCCPlTg==}
|
||||
/@types/dompurify/3.0.0:
|
||||
resolution: {integrity: sha512-EcSqmgm/xJwH8CcJPy9AHNypp/j58CYga3nWdl93/wLxX6OH+rSD3aAj75NQazcZd1YKHJ/pjNZ9qmgVajggwQ==}
|
||||
dependencies:
|
||||
'@types/trusted-types': 2.0.3
|
||||
dev: true
|
||||
|
|
Loading…
Reference in a new issue