diff --git a/package-lock.json b/package-lock.json
index 32fb8a0da8ae68d49edf5232a8de6a5f40ac8912..8081ddde3410793e2965169bed8bdaafb2fb9d76 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -8121,11 +8121,6 @@
 			"resolved": "https://registry.npmjs.org/p-debounce/-/p-debounce-3.0.2.tgz",
 			"integrity": "sha512-I5Tswd6ow31zGbudKRtKBlgI85n6BQrXdsuv1cN7MjNP3xCRSVsX8L57SzIegEx+b77LXzvGt5GJcXr7gBsiXA=="
 		},
-		"p-finally": {
-			"version": "1.0.0",
-			"resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz",
-			"integrity": "sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4="
-		},
 		"p-limit": {
 			"version": "2.2.1",
 			"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.2.1.tgz",
@@ -8136,21 +8131,18 @@
 			}
 		},
 		"p-queue": {
-			"version": "6.6.2",
-			"resolved": "https://registry.npmjs.org/p-queue/-/p-queue-6.6.2.tgz",
-			"integrity": "sha512-RwFpb72c/BhQLEXIZ5K2e+AhgNVmIejGlTgiB9MzZ0e93GRvqZ7uSi0dvRF7/XIXDeNkra2fNHBxTyPDGySpjQ==",
+			"version": "7.1.0",
+			"resolved": "https://registry.npmjs.org/p-queue/-/p-queue-7.1.0.tgz",
+			"integrity": "sha512-V+0vPJbhYkBqknPp0qnaz+dWcj8cNepfXZcsVIVEHPbFQXMPwrzCNIiM4FoxGtwHXtPzVCPHDvqCr1YrOJX2Gw==",
 			"requires": {
-				"eventemitter3": "^4.0.4",
-				"p-timeout": "^3.2.0"
+				"eventemitter3": "^4.0.7",
+				"p-timeout": "^5.0.0"
 			}
 		},
 		"p-timeout": {
-			"version": "3.2.0",
-			"resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-3.2.0.tgz",
-			"integrity": "sha512-rhIwUycgwwKcP9yTOOFK/AKsAopjjCakVqLHePO3CC6Mir1Z99xT+R63jZxAT5lFZLa2inS5h+ZS2GvR99/FBg==",
-			"requires": {
-				"p-finally": "^1.0.0"
-			}
+			"version": "5.0.0",
+			"resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-5.0.0.tgz",
+			"integrity": "sha512-z+bU/N7L1SABsqKnQzvAnINgPX7NHdzwUV+gHyJE7VGNDZSr03rhcPODCZSWiiT9k+gf74QPmzcZzqJRvxYZow=="
 		},
 		"p-try": {
 			"version": "2.2.0",
diff --git a/package.json b/package.json
index 432126cb8b478b0efb8b40490d9f6211de9ff36c..07a5002e5effb7dfa399904bce19997f72c5d8e3 100644
--- a/package.json
+++ b/package.json
@@ -35,7 +35,7 @@
 		"crypto-js": "^4.0.0",
 		"debounce": "^1.2.1",
 		"p-debounce": "^3.0.2",
-		"p-queue": "^6.6.2",
+		"p-queue": "^7.1.0",
 		"regenerator-runtime": "^0.13.7",
 		"v-click-outside": "^3.1.2",
 		"v-clipboard": "^2.2.3",