From 8e1a2773739135d43fab13034e4aa59401ce1c4f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2020 10:53:32 +0000 Subject: [PATCH] Bump @pylonide/vfs-local from 0.5.0 to 0.6.0 Bumps [@pylonide/vfs-local](https://github.com/pylonide/vfs-local) from 0.5.0 to 0.6.0. - [Release notes](https://github.com/pylonide/vfs-local/releases) - [Commits](https://github.com/pylonide/vfs-local/compare/v0.5.0...v0.6.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 24 ++++++++++++------------ package.json | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 37dba44..58a7b35 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,12 +10,12 @@ "integrity": "sha512-pEq1YHvBqsYOCXYjRGzLOhY6rOI5tzDUkIle8TQnHDBc7bGcwox+vsjsO2DSlCZUbfqTavIGy834p/XDZ8O0Pg==" }, "@pylonide/vfs-local": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/@pylonide/vfs-local/-/vfs-local-0.5.0.tgz", - "integrity": "sha512-dtCAjewcYH1sJQ4crYAk++/3T3yWx9k+L514tBzvKlDeIUGF3tg6TZ11bu+9f3hfTIhdwayJsvv+540iNTt8xg==", + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/@pylonide/vfs-local/-/vfs-local-0.6.0.tgz", + "integrity": "sha512-8cBX5mPlKg6YkNeqHoBElDCnoU9FcJUlVt7NKJ8sInGKO9qEAdLnewwb31pdKForjaLxGcdVHbKA+x79w6tYCg==", "requires": { - "node-pty": "0.9.0-beta21", - "simple-mime": "0.1.0" + "node-pty": "0.9.0", + "simple-mime": "~0.1.0" } }, "architect": { @@ -24,16 +24,16 @@ "integrity": "sha1-76eHg/2Bi2TkxHsOde6hk1IDkLo=" }, "nan": { - "version": "2.14.0", - "resolved": "https://registry.npmjs.org/nan/-/nan-2.14.0.tgz", - "integrity": "sha512-INOFj37C7k3AfaNTtX8RhsTw7qRy7eLET14cROi9+5HAVbbHuIWUHEauBv5qT4Av2tWasiTY1Jw6puUNqRJXQg==" + "version": "2.14.1", + "resolved": "https://registry.npmjs.org/nan/-/nan-2.14.1.tgz", + "integrity": "sha512-isWHgVjnFjh2x2yuJ/tj3JbwoHu3UC2dX5G/88Cm24yB6YopVgxvBObDY7n5xW6ExmFhJpSEQqFPvq9zaXc8Jw==" }, "node-pty": { - "version": "0.9.0-beta21", - "resolved": "https://registry.npmjs.org/node-pty/-/node-pty-0.9.0-beta21.tgz", - "integrity": "sha512-+OkCaEjr5xMLEa3IGqph+6jPDtRkZBFU2l0AsXKrGN/28AHoyfy+wrf5ov5KCd6UPjiCxCsJ+qOdBWoXJDHJHA==", + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/node-pty/-/node-pty-0.9.0.tgz", + "integrity": "sha512-MBnCQl83FTYOu7B4xWw10AW77AAh7ThCE1VXEv+JeWj8mSpGo+0bwgsV+b23ljBFwEM9OmsOv3kM27iUPPm84g==", "requires": { - "nan": "2.14.0" + "nan": "^2.14.0" } }, "simple-mime": { diff --git a/package.json b/package.json index 2a0a8fe..72d8b70 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ ], "dependencies": { "architect": "~0.1.13", - "@pylonide/vfs-local": "~0.5.0", + "@pylonide/vfs-local": "~0.6.0", "@pylonide/vfs-http-adapter": "~0.3.0" }, "license": "MIT",