diff --git a/package-lock.json b/package-lock.json index f323814..d3efba0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2483,9 +2483,9 @@ "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=" }, "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==" }, "which": { "version": "2.0.2", diff --git a/package.json b/package.json index cdc2692..c857b62 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "convert-units": "^2.3.4", "lodash": "^4.17.20", "onstarjs": "^2.0.10", - "uuid": "^8.3.1" + "uuid": "^8.3.2" }, "devDependencies": { "mocha": "^8.2.1",