Chore(deps): Bump p-queue from 7.4.0 to 7.4.1

Bumps [p-queue](https://github.com/sindresorhus/p-queue) from 7.4.0 to 7.4.1.
- [Release notes](https://github.com/sindresorhus/p-queue/releases)
- [Commits](https://github.com/sindresorhus/p-queue/compare/v7.4.0...v7.4.1)

---
updated-dependencies:
- dependency-name: p-queue
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-09-09 01:13:47 +00:00
committed by GitHub
parent 3a8579faca
commit 083e4ec42e
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -31,7 +31,7 @@
"markdown-it-task-checkbox": "^1.0.6",
"moment": "^2.29.4",
"nextcloud-vue-collections": "^0.11.1",
"p-queue": "^7.4.0",
"p-queue": "^7.4.1",
"url-search-params-polyfill": "^8.2.4",
"vue": "^2.7.14",
"vue-at": "^2.5.1",
@@ -15376,9 +15376,9 @@
}
},
"node_modules/p-queue": {
"version": "7.4.0",
"resolved": "https://registry.npmjs.org/p-queue/-/p-queue-7.4.0.tgz",
"integrity": "sha512-1FYFpop2WjLUfhSpKb0pi01JL+Z+H0Z8F2XPn2g04WxGynU/X8mx8s/66fb7jZ39pS2ZliAWCX97EoTSIdMmtw==",
"version": "7.4.1",
"resolved": "https://registry.npmjs.org/p-queue/-/p-queue-7.4.1.tgz",
"integrity": "sha512-vRpMXmIkYF2/1hLBKisKeVYJZ8S2tZ0zEAmIJgdVKP2nq0nh4qCdf8bgw+ZgKrkh71AOCaqzwbJJk1WtdcF3VA==",
"dependencies": {
"eventemitter3": "^5.0.1",
"p-timeout": "^5.0.2"
@@ -31086,9 +31086,9 @@
}
},
"p-queue": {
"version": "7.4.0",
"resolved": "https://registry.npmjs.org/p-queue/-/p-queue-7.4.0.tgz",
"integrity": "sha512-1FYFpop2WjLUfhSpKb0pi01JL+Z+H0Z8F2XPn2g04WxGynU/X8mx8s/66fb7jZ39pS2ZliAWCX97EoTSIdMmtw==",
"version": "7.4.1",
"resolved": "https://registry.npmjs.org/p-queue/-/p-queue-7.4.1.tgz",
"integrity": "sha512-vRpMXmIkYF2/1hLBKisKeVYJZ8S2tZ0zEAmIJgdVKP2nq0nh4qCdf8bgw+ZgKrkh71AOCaqzwbJJk1WtdcF3VA==",
"requires": {
"eventemitter3": "^5.0.1",
"p-timeout": "^5.0.2"

View File

@@ -52,7 +52,7 @@
"markdown-it-task-checkbox": "^1.0.6",
"moment": "^2.29.4",
"nextcloud-vue-collections": "^0.11.1",
"p-queue": "^7.4.0",
"p-queue": "^7.4.1",
"url-search-params-polyfill": "^8.2.4",
"vue": "^2.7.14",
"vue-at": "^2.5.1",