Bump p-limit from 3.0.2 to 3.1.0

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
pull/24421/head
dependabot-preview[bot] 5 years ago committed by Morris Jobke
parent dda83950f1
commit 771cda3d2d
No known key found for this signature in database
GPG Key ID: FE03C3A163FEDE68
  1. 4
      apps/settings/js/vue-settings-apps-users-management.js
  2. 2
      apps/settings/js/vue-settings-apps-users-management.js.map
  3. 2
      apps/settings/js/vue-vendors-settings-apps-1ded838d8e478c79366d.js
  4. 1
      apps/settings/js/vue-vendors-settings-apps-1ded838d8e478c79366d.js.map
  5. 2
      core/js/dist/recommendedapps.js
  6. 2
      core/js/dist/recommendedapps.js.map
  7. 13
      package-lock.json
  8. 2
      package.json

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

13
package-lock.json generated

@ -8125,11 +8125,11 @@
"integrity": "sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4="
},
"p-limit": {
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.0.2.tgz",
"integrity": "sha512-iwqZSOoWIW+Ew4kAGUlN16J4M7OB3ysMLSZtnhmqx7njIHFPlxWBX8xo3lVTyFVq6mI/lL9qt2IsN1sHwaxJkg==",
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
"integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
"requires": {
"p-try": "^2.0.0"
"yocto-queue": "^0.1.0"
}
},
"p-locate": {
@ -11218,6 +11218,11 @@
"dev": true
}
}
},
"yocto-queue": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
"integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q=="
}
}
}

@ -65,7 +65,7 @@
"moment": "^2.29.1",
"moment-timezone": "^0.5.32",
"nextcloud-vue-collections": "^0.9.0",
"p-limit": "^3.0.2",
"p-limit": "^3.1.0",
"p-queue": "^6.6.2",
"query-string": "^5.1.1",
"regenerator-runtime": "^0.13.7",

Loading…
Cancel
Save