diff --git a/client/package-lock.json b/client/package-lock.json index 95801b93de0..1b88055fe59 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -5416,9 +5416,9 @@ "integrity": "sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ==" }, "@types/validator": { - "version": "13.6.4", - "resolved": "https://registry.npmjs.org/@types/validator/-/validator-13.6.4.tgz", - "integrity": "sha512-M9Lk74A8hjJIxnSW1+TcPo7Iv4arXBUvd91HuucGPjXVKRAhFHWP5HFpWjxhNWrm7HYoJwuyWpB+BKLgFYHq4w==", + "version": "13.6.5", + "resolved": "https://registry.npmjs.org/@types/validator/-/validator-13.6.5.tgz", + "integrity": "sha512-ilpDKpjjq/w/IyyTuQ38mABdaEzTzTugPyU7DlMCMKd8MMYngnPKhA2TgdO1MfEDED9KVV7uSOL1fDkgwJp/wg==", "dev": true }, "@types/websocket": { diff --git a/client/package.json b/client/package.json index f9df2265014..e1fb05fcaa1 100644 --- a/client/package.json +++ b/client/package.json @@ -150,7 +150,7 @@ "@types/redux-actions": "2.6.2", "@types/sanitize-html": "2.5.0", "@types/store": "2.0.2", - "@types/validator": "13.6.4", + "@types/validator": "13.6.5", "autoprefixer": "10.3.7", "babel-plugin-transform-imports": "2.0.0", "chokidar": "3.5.2",