diff --git a/package-lock.json b/package-lock.json index 727efc3..6e49cd4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "nexe", - "version": "3.0.0-beta.5", + "version": "3.0.0-beta.7", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -160,6 +160,11 @@ "integrity": "sha512-41qEJgBH/TWgo5NFSvBCJ1qkoi3Q6ONSF2avrHq1LVEZfYpdHmj0y9SuTK+u9ZhG1sYQKBL1AWXKyLWP4RaUoQ==", "dev": true }, + "acorn": { + "version": "6.0.4", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-6.0.4.tgz", + "integrity": "sha512-VY4i5EKSKkofY2I+6QLTbTTN/UvEQPCo6eiwzzSaSWfpaDhOmStMCMod6wmuPciNq+XS0faCglFu2lHZpdHUtg==" + }, "ansi-regex": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz", @@ -2248,12 +2253,12 @@ } }, "resolve-dependencies": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/resolve-dependencies/-/resolve-dependencies-2.1.1.tgz", - "integrity": "sha512-Qmd1eEp9CmAZZx1e3scW2Cof0kauO3Y6jKMoZIm8RN/BWwkfhUdfLV+qpb7+ONITVmqWFUdHb6r62HSlmAMv5Q==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/resolve-dependencies/-/resolve-dependencies-2.2.0.tgz", + "integrity": "sha512-XIF2ujfs7qBOa4awXgdpQfhCawKiwOeUT/n9YlaipKHqj2iO41t56QDKdO0GGluPs4QduzKtbbM/B+iYPlQVUA==", "requires": { "@calebboyd/semaphore": "^1.3.1", - "cherow": "^1.6.8", + "acorn": "^6.0.4", "enhanced-resolve": "^4.1.0", "globby": "^8.0.1", "pify": "^4.0.0" @@ -2625,9 +2630,9 @@ "integrity": "sha512-e900nM8RRtGhlV36KGEU9k65K3mPb1WV70OdjfxlG2EAuM1noi/E/BaW/uMhL7bPEssK8QV57vN3esixjUvcXQ==" }, "tapable": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/tapable/-/tapable-1.0.0.tgz", - "integrity": "sha512-dQRhbNQkRnaqauC7WqSJ21EEksgT0fYZX2lqXzGkpo8JNig9zGZTYoMGvyI2nWmXlE2VSVXVDu7wLVGu/mQEsg==" + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/tapable/-/tapable-1.1.0.tgz", + "integrity": "sha512-IlqtmLVaZA2qab8epUXbVWRn3aB1imbDMJtjB3nu4X0NqPkcY/JH9ZtCBWKHWPxs8Svi9tyo8w2dBoi07qZbBA==" }, "tar-stream": { "version": "1.6.1", diff --git a/package.json b/package.json index c2ac910..a969e00 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "nexe", "description": "Create a single executable out of your Node.js application", "license": "MIT", - "version": "3.0.0-beta.7", + "version": "3.0.0-beta.8", "contributors": [ "Craig Condon (http://crcn.io)", "Jared Allard ", @@ -46,7 +46,7 @@ "multistream": "^2.1.1", "ora": "^3.0.0", "pify": "^4.0.0", - "resolve-dependencies": "^2.1.1", + "resolve-dependencies": "^2.2.0", "rimraf": "^2.6.2" }, "devDependencies": {