Bump p-limit from 3.0.1 to 3.0.2

Bumps [p-limit](https://github.com/sindresorhus/p-limit) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/sindresorhus/p-limit/releases)
- [Commits](https://github.com/sindresorhus/p-limit/compare/v3.0.1...v3.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-07-18 01:19:42 +00:00 committed by GitHub
parent cd470f9126
commit b877e6c246
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -13137,9 +13137,9 @@
"dev": true
},
"p-limit": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.0.1.tgz",
"integrity": "sha512-mw/p92EyOzl2MhauKodw54Rx5ZK4624rNfgNaBguFZkHzyUG9WsDzFF5/yQVEJinbJDdP4jEfMN+uBquiGnaLg==",
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.0.2.tgz",
"integrity": "sha512-iwqZSOoWIW+Ew4kAGUlN16J4M7OB3ysMLSZtnhmqx7njIHFPlxWBX8xo3lVTyFVq6mI/lL9qt2IsN1sHwaxJkg==",
"requires": {
"p-try": "^2.0.0"
},

View File

@ -62,7 +62,7 @@
"jstz": "^2.1.1",
"linkifyjs": "^2.1.9",
"md5": "^2.2.1",
"p-limit": "^3.0.1",
"p-limit": "^3.0.2",
"v-tooltip": "^2.0.3",
"vue": "^2.6.11",
"vue-click-outside": "^1.1.0",