Bump async from 2.6.2 to 2.6.4 #33

Open
dependabot[bot] wants to merge 1 commits from dependabot/npm_and_yarn/async-2.6.4 into master
1 changed files with 4 additions and 4 deletions

8
package-lock.json generated
View File

@ -259,11 +259,11 @@
"dev": true
},
"async": {
"version": "2.6.2",
"resolved": "https://registry.npmjs.org/async/-/async-2.6.2.tgz",
"integrity": "sha512-H1qVYh1MYhEEFLsP97cVKqCGo7KfCyTt6uEWqsTBr9SO84oK9Uwbyd/yCW+6rKJLHksBNUVWZDAjfS+Ccx0Bbg==",
"version": "2.6.4",
"resolved": "https://registry.npmjs.org/async/-/async-2.6.4.tgz",
"integrity": "sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==",
"requires": {
"lodash": "^4.17.11"
"lodash": "^4.17.14"
}
},
"asynckit": {