From 10e0d7fe4e9188abaeef56506565beead80d2904 Mon Sep 17 00:00:00 2001 From: Uzair Khan Date: Sun, 10 Mar 2024 01:59:27 +0530 Subject: [PATCH] Update: changed the uuid from ver. 8.3.2 to 9.0.1 \n ran all test suites successfully --- 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 758871442..afea52f1b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8179,9 +8179,9 @@ "dev": true }, "uuid": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", - "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==" + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", + "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==" }, "v8-compile-cache": { "version": "2.3.0", diff --git a/package.json b/package.json index c761a0c77..57832a182 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "mime-types": "2.1.35", "postman-url-encoder": "3.0.5", "semver": "7.5.4", - "uuid": "8.3.2" + "uuid": "9.0.1" }, "devDependencies": { "@postman/shipit": "^0.4.0",