diff --git a/package-lock.json b/package-lock.json index 1631845..37e9e40 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "lightcord", - "version": "0.1.7", + "version": "0.1.9", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "lightcord", - "version": "0.1.7", + "version": "0.1.9", "license": "MIT", "dependencies": { "auto-launch": "^5.0.5", @@ -19,7 +19,7 @@ "yauzl": "^2.10.0" }, "devDependencies": { - "@types/auto-launch": "^5.0.1", + "@types/auto-launch": "^5.0.2", "@types/electron-devtools-installer": "^2.2.0", "@types/micromatch": "^4.0.1", "@types/mkdirp": "^1.0.0", @@ -173,9 +173,9 @@ } }, "node_modules/@types/auto-launch": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/@types/auto-launch/-/auto-launch-5.0.1.tgz", - "integrity": "sha512-+KQ+/koZ7sJXnf5cnCANofY6yXAdYJNEoVZEuWcwJfuWbUp9u6l09I7KhwD+ivU+cdz7JId4V5ukxscWtHdSuw==", + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/@types/auto-launch/-/auto-launch-5.0.2.tgz", + "integrity": "sha512-b03X09+GCM9t6AUECpwA2gUPYs8s5tJHFJw92sK8EiJ7G4QNbsHmXV7nfCfP6G6ivtm230vi4oNfe8AzRgzxMQ==", "dev": true }, "node_modules/@types/braces": { @@ -3899,9 +3899,9 @@ } }, "@types/auto-launch": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/@types/auto-launch/-/auto-launch-5.0.1.tgz", - "integrity": "sha512-+KQ+/koZ7sJXnf5cnCANofY6yXAdYJNEoVZEuWcwJfuWbUp9u6l09I7KhwD+ivU+cdz7JId4V5ukxscWtHdSuw==", + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/@types/auto-launch/-/auto-launch-5.0.2.tgz", + "integrity": "sha512-b03X09+GCM9t6AUECpwA2gUPYs8s5tJHFJw92sK8EiJ7G4QNbsHmXV7nfCfP6G6ivtm230vi4oNfe8AzRgzxMQ==", "dev": true }, "@types/braces": { diff --git a/package.json b/package.json index efaf613..738fdf6 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ }, "private": true, "devDependencies": { - "@types/auto-launch": "^5.0.1", + "@types/auto-launch": "^5.0.2", "@types/electron-devtools-installer": "^2.2.0", "@types/micromatch": "^4.0.1", "@types/mkdirp": "^1.0.0",