From 3bcccfbcb1c80442925ae308a6ba7133a8e3f61d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 24 Dec 2021 09:30:36 +0000 Subject: [PATCH] chore(deps): update dependency @types/sanitize-html to v2.6.1 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 57dd038ba3..08483c8810 100644 --- a/package-lock.json +++ b/package-lock.json @@ -61,7 +61,7 @@ "@types/react-test-renderer": "17.0.1", "@types/react-transition-group": "4.4.4", "@types/redux-actions": "2.6.2", - "@types/sanitize-html": "2.6.0", + "@types/sanitize-html": "2.6.1", "@types/store": "2.0.2", "@types/validator": "13.7.0", "@typescript-eslint/eslint-plugin": "5.8.0", @@ -15190,9 +15190,9 @@ } }, "node_modules/@types/sanitize-html": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/@types/sanitize-html/-/sanitize-html-2.6.0.tgz", - "integrity": "sha512-5F2j1f2NITsZQPrGmrw4AH5Wfud81aqvUTNC7a1SrE8aa6fKyKVVX5FZxoRQYrBdqIDluyQGfkkj97faUqq7sw==", + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/@types/sanitize-html/-/sanitize-html-2.6.1.tgz", + "integrity": "sha512-+JLlZdJkIHdgvlFnMorJeLv5WIORNcI+jHsAoPBWMnhGx5Rbz/D1QN5D4qvmoA7fooDlEVy6zlioWSgqbU0KeQ==", "dev": true, "dependencies": { "htmlparser2": "^6.0.0" @@ -67651,9 +67651,9 @@ } }, "@types/sanitize-html": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/@types/sanitize-html/-/sanitize-html-2.6.0.tgz", - "integrity": "sha512-5F2j1f2NITsZQPrGmrw4AH5Wfud81aqvUTNC7a1SrE8aa6fKyKVVX5FZxoRQYrBdqIDluyQGfkkj97faUqq7sw==", + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/@types/sanitize-html/-/sanitize-html-2.6.1.tgz", + "integrity": "sha512-+JLlZdJkIHdgvlFnMorJeLv5WIORNcI+jHsAoPBWMnhGx5Rbz/D1QN5D4qvmoA7fooDlEVy6zlioWSgqbU0KeQ==", "dev": true, "requires": { "htmlparser2": "^6.0.0" diff --git a/package.json b/package.json index d727f78411..8f9b9be7bc 100644 --- a/package.json +++ b/package.json @@ -136,7 +136,7 @@ "@types/react-test-renderer": "17.0.1", "@types/react-transition-group": "4.4.4", "@types/redux-actions": "2.6.2", - "@types/sanitize-html": "2.6.0", + "@types/sanitize-html": "2.6.1", "@types/store": "2.0.2", "@types/validator": "13.7.0", "@typescript-eslint/eslint-plugin": "5.8.0",