fix dependecies

This commit is contained in:
Hongbo Wu
2024-01-18 11:13:50 +08:00
parent d9feb740cb
commit a03eee5ef7
2 changed files with 16 additions and 0 deletions

View File

@ -21,6 +21,8 @@
"urlsafe-base64": "^1.0.0"
},
"devDependencies": {
"@types/dompurify": "^3.0.5",
"@types/urlsafe-base64": "^1.0.31",
"chai": "^4.3.6",
"mocha": "^10.0.0"
},

View File

@ -7334,6 +7334,13 @@
dependencies:
"@types/trusted-types" "*"
"@types/dompurify@^3.0.5":
version "3.0.5"
resolved "https://registry.yarnpkg.com/@types/dompurify/-/dompurify-3.0.5.tgz#02069a2fcb89a163bacf1a788f73cb415dd75cb7"
integrity sha512-1Wg0g3BtQF7sSb27fJQAKck1HECM6zV1EB66j8JH9i3LCjYabJa0FSdiSgsD5K/RbrsR0SiraKacLB+T8ZVYAg==
dependencies:
"@types/trusted-types" "*"
"@types/duplexify@^3.6.0":
version "3.6.0"
resolved "https://registry.yarnpkg.com/@types/duplexify/-/duplexify-3.6.0.tgz#dfc82b64bd3a2168f5bd26444af165bf0237dcd8"
@ -8195,6 +8202,13 @@
dependencies:
"@types/node" "*"
"@types/urlsafe-base64@^1.0.31":
version "1.0.31"
resolved "https://registry.yarnpkg.com/@types/urlsafe-base64/-/urlsafe-base64-1.0.31.tgz#716fde3a64a558a32f7f464bc31b43da3e5e87fd"
integrity sha512-f+l5StyboXmVsjTXLUkNHu8FptkdJ6iGl7z7nKBQVQwvSDulzi+Ov5Rtuq6c43jHYjSHax7Mplr1ldweOdFohg==
dependencies:
"@types/node" "*"
"@types/uuid@^8.3.0", "@types/uuid@^8.3.1", "@types/uuid@^8.3.4":
version "8.3.4"
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-8.3.4.tgz#bd86a43617df0594787d38b735f55c805becf1bc"