From dbf38e3317fd0bd16bbce6cbc5b5b14856e92044 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jan 2022 18:54:14 +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 | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index a88be12d..f9e1f4da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "request-ip": "^2.1.3", "skyblock-parser": "0.2.4", "universalify": "^2.0.0", - "uuid": "^8.2.0", + "uuid": "^8.3.2", "winston": "^3.3.3" }, "devDependencies": { @@ -8205,9 +8205,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" } @@ -15234,9 +15234,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 c7e27257..6e20a261 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "request-ip": "^2.1.3", "skyblock-parser": "0.2.4", "universalify": "^2.0.0", - "uuid": "^8.2.0", + "uuid": "^8.3.2", "winston": "^3.3.3" }, "devDependencies": {