From 13c369dad4e23751471e48fcb7175de8376c57dd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 29 Apr 2024 02:46:04 +0000 Subject: [PATCH] fix: upgrade uuid from 3.3.3 to 3.4.0 Snyk has created this PR to upgrade uuid from 3.3.3 to 3.4.0. See this package in npm: https://www.npmjs.com/package/uuid See this project in Snyk: https://app.snyk.io/org/graysonbarton/project/f867956a-ad82-477c-8907-826a25b3ee4a?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3a8851a32..c87cba72b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@actions/github": "^5.0.0", "@actions/io": "^1.1.3", "@actions/tool-cache": "^1.1.2", - "uuid": "^3.3.3" + "uuid": "^3.4.0" }, "devDependencies": { "@types/jest": "^27.0.2", @@ -8981,9 +8981,9 @@ } }, "node_modules/uuid": { - "version": "3.3.3", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.3.tgz", - "integrity": "sha512-pW0No1RGHgzlpHJO1nsVrHKpOEIxkGg1xB+v0ZmdNH5OAeAwzAVrCnI2/6Mtx+Uys6iaylxa+D3g4j63IKKjSQ==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", + "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==", "deprecated": "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.", "bin": { "uuid": "bin/uuid" @@ -15903,9 +15903,9 @@ } }, "uuid": { - "version": "3.3.3", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.3.tgz", - "integrity": "sha512-pW0No1RGHgzlpHJO1nsVrHKpOEIxkGg1xB+v0ZmdNH5OAeAwzAVrCnI2/6Mtx+Uys6iaylxa+D3g4j63IKKjSQ==" + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", + "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==" }, "v8-compile-cache": { "version": "2.3.0", diff --git a/package.json b/package.json index 0fd7c5c9c..71ed5c9dd 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@actions/github": "^5.0.0", "@actions/io": "^1.1.3", "@actions/tool-cache": "^1.1.2", - "uuid": "^3.3.3" + "uuid": "^3.4.0" }, "devDependencies": { "@types/jest": "^27.0.2",