dependencies: added sanitize-html type

This commit is contained in:
원더 2021-01-29 20:25:49 +09:00
parent 2f008e60e7
commit b02e4fc128
2 changed files with 8 additions and 0 deletions

View File

@ -17,6 +17,7 @@
"@sentry/node": "^6.0.2", "@sentry/node": "^6.0.2",
"@sentry/webpack-plugin": "^1.14.0", "@sentry/webpack-plugin": "^1.14.0",
"@types/cookie": "^0.4.0", "@types/cookie": "^0.4.0",
"@types/sanitize-html": "^1.27.1",
"autoprefixer": "^10.2.3", "autoprefixer": "^10.2.3",
"cookie": "^0.4.1", "cookie": "^0.4.1",
"core-js": "^3.8.3", "core-js": "^3.8.3",

View File

@ -920,6 +920,13 @@
"@types/prop-types" "*" "@types/prop-types" "*"
csstype "^3.0.2" csstype "^3.0.2"
"@types/sanitize-html@^1.27.1":
version "1.27.1"
resolved "https://registry.yarnpkg.com/@types/sanitize-html/-/sanitize-html-1.27.1.tgz#1fc4b67edd6296eeb366960d13cd01f5d6bffdcd"
integrity sha512-TW5gfZYplKQYO8003WrxaDgwyJsEG74920S+Ei7zB9mbUFgm7l2NvFAumXzxL+1fOwM2I9A+G/1rgiEebQOxcQ==
dependencies:
htmlparser2 "^4.1.0"
"@types/stack-utils@^2.0.0": "@types/stack-utils@^2.0.0":
version "2.0.0" version "2.0.0"
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.0.tgz#7036640b4e21cc2f259ae826ce843d277dad8cff" resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.0.tgz#7036640b4e21cc2f259ae826ce843d277dad8cff"