diff --git a/tabby-ssh/package.json b/tabby-ssh/package.json index 5aa9df9e..18cafa14 100644 --- a/tabby-ssh/package.json +++ b/tabby-ssh/package.json @@ -21,7 +21,7 @@ "author": "Eugene Pankov", "license": "MIT", "devDependencies": { - "@types/node": "16.0.0", + "@types/node": "16.0.1", "@types/ssh2": "^0.5.46", "ansi-colors": "^4.1.1", "ssh2": "^1.1.0", diff --git a/tabby-ssh/yarn.lock b/tabby-ssh/yarn.lock index 63c0abbc..4a211be9 100644 --- a/tabby-ssh/yarn.lock +++ b/tabby-ssh/yarn.lock @@ -2,10 +2,10 @@ # yarn lockfile v1 -"@types/node@*", "@types/node@16.0.0": - version "16.0.0" - resolved "https://registry.yarnpkg.com/@types/node/-/node-16.0.0.tgz#067a6c49dc7a5c2412a505628e26902ae967bf6f" - integrity sha512-TmCW5HoZ2o2/z2EYi109jLqIaPIi9y/lc2LmDCWzuCi35bcaQ+OtUh6nwBiFK7SOu25FAU5+YKdqFZUwtqGSdg== +"@types/node@*", "@types/node@16.0.1": + version "16.0.1" + resolved "https://registry.yarnpkg.com/@types/node/-/node-16.0.1.tgz#70cedfda26af7a2ca073fdcc9beb2fff4aa693f8" + integrity sha512-hBOx4SUlEPKwRi6PrXuTGw1z6lz0fjsibcWCM378YxsSu/6+C30L6CR49zIBKHiwNWCYIcOLjg4OHKZaFeLAug== "@types/ssh2-streams@*": version "0.1.8"