diff --git a/package-lock.json b/package-lock.json index 9271dbcaa5..35bf246ff8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12544,9 +12544,9 @@ "integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=" }, "uuid": { - "version": "8.3.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.1.tgz", - "integrity": "sha512-FOmRr+FmWEIG8uhZv6C2bTgEVXsHk08kE7mPlrBbEe+c3r9pjceVPgupIfNIhc4yx55H69OXANrUaSuu9eInKg==" + "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 8640d05014..9ead1887b6 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "semver": "7.3.4", "subscriptions-transport-ws": "0.9.18", "tv4": "1.3.0", - "uuid": "8.3.1", + "uuid": "8.3.2", "winston": "3.3.3", "winston-daily-rotate-file": "4.5.0", "ws": "7.4.1"