From 735c239b84764ffd17217ce7b37ec85ffe7a8588 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jan 2022 18:52:02 +0000 Subject: [PATCH] Bump uuid from 8.2.0 to 8.3.2 Bumps [uuid](https://github.com/uuidjs/uuid) from 8.2.0 to 8.3.2. - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/master/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v8.2.0...v8.3.2) Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) 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": {