From 983aab92c8b89da16d79d89e1094224dd4c4d938 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 30 Jun 2024 23:41:09 +0000 Subject: [PATCH] feat: upgrade uuid from 9.0.1 to 10.0.0 Snyk has created this PR to upgrade uuid from 9.0.1 to 10.0.0. See this package in npm: uuid See this project in Snyk: https://app.snyk.io/org/gr00nd/project/4d67b063-63a8-4801-91e6-61e17fb26287?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 15 ++++++++------- package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5540aa0..d5771a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "os-locale": "^5.0.0", "picomatch": "^2.3.1", "ua-parser-js": "1.0.33", - "uuid": "^9.0.1" + "uuid": "^10.0.0" }, "devDependencies": { "@types/chai": "^4.3.3", @@ -5265,13 +5265,14 @@ "dev": true }, "node_modules/uuid": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", - "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz", + "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" ], + "license": "MIT", "bin": { "uuid": "dist/bin/uuid" } @@ -9558,9 +9559,9 @@ "dev": true }, "uuid": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", - "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==" + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz", + "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==" }, "v8-compile-cache": { "version": "2.3.0", diff --git a/package.json b/package.json index fd177bd..5bf69ee 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "picomatch": "^2.3.1", "object-hash": "^3.0.0", "os-locale": "^5.0.0", - "uuid": "^9.0.1", + "uuid": "^10.0.0", "ua-parser-js": "1.0.33" } }