Merge pull request #1 from bettydreemurr/depfu/update/npm/@types/auto-launch-5.0.2

Update @types/auto-launch: 5.0.1 → 5.0.2 (patch)
This commit is contained in:
Exorcism 2021-09-29 11:49:59 +02:00 committed by GitHub
commit 80578dcb62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@ -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": {

View File

@ -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",