diff options
-rw-r--r-- | package-lock.json | 6 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json index 7e204cb..f76008c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1136,9 +1136,9 @@ "integrity": "sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==" }, "queue-promise": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/queue-promise/-/queue-promise-2.1.0.tgz", - "integrity": "sha512-JoIruzwY8HEXsUT0UHdL6Ny5L4CMid9YXLvjbTEHZkjGupae3tlR9/INhdq7Zm9/4NVp9ycLOAKd/zZItWWZhA==" + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/queue-promise/-/queue-promise-2.2.0.tgz", + "integrity": "sha512-nYEIO/24u+LKQ7uLGKzXEfarHiRsdywfeUGYhTkY56Jux1FhqClF+uf9LDxKJadrWYLnZIKHRQZzmbcT9h7JnQ==" }, "randombytes": { "version": "2.1.0", diff --git a/package.json b/package.json index 8f0967d..40bf806 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "node-cache": "^5.1.2", "node-fetch": "^2.6.1", "prismarine-nbt": "^1.5.0", - "queue-promise": "^2.1.0" + "queue-promise": "^2.2.0" }, "devDependencies": { "@types/express": "^4.17.11", |