diff --git a/package-lock.json b/package-lock.json index 399b067e..b5acf4f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "filter-obj": "^2.0.1", "got": "^11.8.1", "graphql": "^15.5.0", - "hypixelconstants": "^3.3.6", + "hypixelconstants": "^3.3.7", "ioredis": "^4.27.2", "moment": "^2.29.1", "morgan": "^1.10.0", @@ -31,7 +31,7 @@ "request-ip": "^2.1.3", "skyblock-parser": "0.2.10", "universalify": "^2.0.0", - "uuid": "^8.2.0", + "uuid": "^8.3.2", "winston": "^3.3.3" }, "devDependencies": { @@ -8709,9 +8709,9 @@ } }, "node_modules/uuid": { - "version": "8.2.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.2.0.tgz", - "integrity": "sha512-CYpGiFTUrmI6OBMkAdjSDM0k5h8SkkiTP4WAjQgDgNB1S3Ou9VBEvr6q0Kv2H1mMk7IWfxYGpMH5sd5AvcIV2Q==", + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", + "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", "bin": { "uuid": "dist/bin/uuid" } @@ -15645,9 +15645,9 @@ "integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=" }, "uuid": { - "version": "8.2.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.2.0.tgz", - "integrity": "sha512-CYpGiFTUrmI6OBMkAdjSDM0k5h8SkkiTP4WAjQgDgNB1S3Ou9VBEvr6q0Kv2H1mMk7IWfxYGpMH5sd5AvcIV2Q==" + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", + "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==" }, "v8-compile-cache": { "version": "2.1.0", diff --git a/package.json b/package.json index 9c9c9053..c3288edb 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "request-ip": "^2.1.3", "skyblock-parser": "0.2.10", "universalify": "^2.0.0", - "uuid": "^8.2.0", + "uuid": "^8.3.2", "winston": "^3.3.3" }, "devDependencies": {