Bump p-queue

Signed-off-by: Louis Chemineau <louis@chmn.me>
This commit is contained in:
Louis Chemineau 2022-01-07 11:09:46 +01:00 committed by John Molakvoæ
parent d3661c7d38
commit 9ed12e8946
No known key found for this signature in database
GPG Key ID: 60C25B8C072916CF
7 changed files with 29 additions and 29 deletions

View File

@ -25,7 +25,9 @@
* *
*/ */
import PQueue from 'p-queue/dist/index' // eslint-disable-next-line import/no-unresolved, node/no-missing-import
import PQueue from 'p-queue'
// import PQueue from 'p-queue/dist/index'
import debounce from 'debounce' import debounce from 'debounce'
import Share from '../models/Share' import Share from '../models/Share'

BIN
dist/core-common.js vendored

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

52
package-lock.json generated
View File

@ -53,7 +53,7 @@
"moment-timezone": "^0.5.34", "moment-timezone": "^0.5.34",
"nextcloud-vue-collections": "^0.9.0", "nextcloud-vue-collections": "^0.9.0",
"p-limit": "^4.0.0", "p-limit": "^4.0.0",
"p-queue": "^6.6.2", "p-queue": "^7.1.0",
"path": "^0.12.7", "path": "^0.12.7",
"query-string": "^7.0.1", "query-string": "^7.0.1",
"regenerator-runtime": "^0.13.9", "regenerator-runtime": "^0.13.9",
@ -87,7 +87,6 @@
"@testing-library/jest-dom": "^5.16.1", "@testing-library/jest-dom": "^5.16.1",
"@testing-library/user-event": "^13.5.0", "@testing-library/user-event": "^13.5.0",
"@testing-library/vue": "^5.8.2", "@testing-library/vue": "^5.8.2",
"@vue/test-utils": "^1.3.0",
"babel-loader": "^8.2.3", "babel-loader": "^8.2.3",
"babel-loader-exclude-node-modules-except": "^1.2.1", "babel-loader-exclude-node-modules-except": "^1.2.1",
"css-loader": "^5.2.7", "css-loader": "^5.2.7",
@ -12666,6 +12665,7 @@
"version": "1.0.0", "version": "1.0.0",
"resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz", "resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz",
"integrity": "sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=", "integrity": "sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=",
"dev": true,
"engines": { "engines": {
"node": ">=4" "node": ">=4"
} }
@ -12718,29 +12718,29 @@
} }
}, },
"node_modules/p-queue": { "node_modules/p-queue": {
"version": "6.6.2", "version": "7.1.0",
"resolved": "https://registry.npmjs.org/p-queue/-/p-queue-6.6.2.tgz", "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-7.1.0.tgz",
"integrity": "sha512-RwFpb72c/BhQLEXIZ5K2e+AhgNVmIejGlTgiB9MzZ0e93GRvqZ7uSi0dvRF7/XIXDeNkra2fNHBxTyPDGySpjQ==", "integrity": "sha512-V+0vPJbhYkBqknPp0qnaz+dWcj8cNepfXZcsVIVEHPbFQXMPwrzCNIiM4FoxGtwHXtPzVCPHDvqCr1YrOJX2Gw==",
"dependencies": { "dependencies": {
"eventemitter3": "^4.0.4", "eventemitter3": "^4.0.7",
"p-timeout": "^3.2.0" "p-timeout": "^5.0.0"
}, },
"engines": { "engines": {
"node": ">=8" "node": ">=12"
}, },
"funding": { "funding": {
"url": "https://github.com/sponsors/sindresorhus" "url": "https://github.com/sponsors/sindresorhus"
} }
}, },
"node_modules/p-timeout": { "node_modules/p-timeout": {
"version": "3.2.0", "version": "5.0.2",
"resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-3.2.0.tgz", "resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-5.0.2.tgz",
"integrity": "sha512-rhIwUycgwwKcP9yTOOFK/AKsAopjjCakVqLHePO3CC6Mir1Z99xT+R63jZxAT5lFZLa2inS5h+ZS2GvR99/FBg==", "integrity": "sha512-sEmji9Yaq+Tw+STwsGAE56hf7gMy9p0tQfJojIAamB7WHJYJKf1qlsg9jqBWG8q9VCxKPhZaP/AcXwEoBcYQhQ==",
"dependencies": {
"p-finally": "^1.0.0"
},
"engines": { "engines": {
"node": ">=8" "node": ">=12"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
} }
}, },
"node_modules/p-try": { "node_modules/p-try": {
@ -26443,7 +26443,8 @@
"p-finally": { "p-finally": {
"version": "1.0.0", "version": "1.0.0",
"resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz", "resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz",
"integrity": "sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=" "integrity": "sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=",
"dev": true
}, },
"p-limit": { "p-limit": {
"version": "4.0.0", "version": "4.0.0",
@ -26477,21 +26478,18 @@
} }
}, },
"p-queue": { "p-queue": {
"version": "6.6.2", "version": "7.1.0",
"resolved": "https://registry.npmjs.org/p-queue/-/p-queue-6.6.2.tgz", "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-7.1.0.tgz",
"integrity": "sha512-RwFpb72c/BhQLEXIZ5K2e+AhgNVmIejGlTgiB9MzZ0e93GRvqZ7uSi0dvRF7/XIXDeNkra2fNHBxTyPDGySpjQ==", "integrity": "sha512-V+0vPJbhYkBqknPp0qnaz+dWcj8cNepfXZcsVIVEHPbFQXMPwrzCNIiM4FoxGtwHXtPzVCPHDvqCr1YrOJX2Gw==",
"requires": { "requires": {
"eventemitter3": "^4.0.4", "eventemitter3": "^4.0.7",
"p-timeout": "^3.2.0" "p-timeout": "^5.0.0"
} }
}, },
"p-timeout": { "p-timeout": {
"version": "3.2.0", "version": "5.0.2",
"resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-3.2.0.tgz", "resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-5.0.2.tgz",
"integrity": "sha512-rhIwUycgwwKcP9yTOOFK/AKsAopjjCakVqLHePO3CC6Mir1Z99xT+R63jZxAT5lFZLa2inS5h+ZS2GvR99/FBg==", "integrity": "sha512-sEmji9Yaq+Tw+STwsGAE56hf7gMy9p0tQfJojIAamB7WHJYJKf1qlsg9jqBWG8q9VCxKPhZaP/AcXwEoBcYQhQ=="
"requires": {
"p-finally": "^1.0.0"
}
}, },
"p-try": { "p-try": {
"version": "1.0.0", "version": "1.0.0",

View File

@ -69,7 +69,7 @@
"moment-timezone": "^0.5.34", "moment-timezone": "^0.5.34",
"nextcloud-vue-collections": "^0.9.0", "nextcloud-vue-collections": "^0.9.0",
"p-limit": "^4.0.0", "p-limit": "^4.0.0",
"p-queue": "^6.6.2", "p-queue": "^7.1.0",
"path": "^0.12.7", "path": "^0.12.7",
"query-string": "^7.0.1", "query-string": "^7.0.1",
"regenerator-runtime": "^0.13.9", "regenerator-runtime": "^0.13.9",