From b23c295497f4ed6223b6b37364e2c04739fd64cf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 29 Jun 2023 16:05:30 +0000 Subject: [PATCH] fix: upgrade uuid from 8.2.0 to 8.3.2 Snyk has created this PR to upgrade uuid from 8.2.0 to 8.3.2. See this package in npm: https://www.npmjs.com/package/uuid See this project in Snyk: https://app.snyk.io/org/maty21/project/fe3cb803-301f-4049-8ad5-938706914192?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 94fe343..90aa346 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2202,9 +2202,9 @@ "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=" }, "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==" }, "which": { "version": "1.3.1", diff --git a/package.json b/package.json index 299be1f..3c133f4 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@hkube/nodejs-wrapper": "^2.0.16", "lodash.get": "^4.4.2", "lodash.set": "^4.3.2", - "uuid": "^8.2.0" + "uuid": "^8.3.2" }, "devDependencies": { "chai": "^4.2.0",