diff --git a/package-lock.json b/package-lock.json index 2bc209bd0f8..5f0dee45797 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5800,9 +5800,9 @@ } }, "untildify": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/untildify/-/untildify-3.0.2.tgz", - "integrity": "sha1-fx8wIFWz/qDz6B3HjrNnZstl4/E=" + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/untildify/-/untildify-3.0.3.tgz", + "integrity": "sha512-iSk/J8efr8uPT/Z4eSUywnqyrQU7DSdMfdqK4iWEaUVVmcP5JcnpRqmVMwcwcnmI1ATFNgC5V90u09tBynNFKA==" }, "urix": { "version": "0.1.0", diff --git a/package.json b/package.json index 7ed6a2eaa05..8eaaa02ba1f 100644 --- a/package.json +++ b/package.json @@ -587,7 +587,7 @@ "lodash": "4.17.10", "neovim-client": "2.1.0", "promised-neovim-client": "2.0.2", - "untildify": "3.0.2" + "untildify": "3.0.3" }, "devDependencies": { "@types/clipboardy": "1.1.0",