From 5361052c8850e6e0e7c21c382635c9ef0662c787 Mon Sep 17 00:00:00 2001 From: Vallie Joseph Date: Mon, 31 Jul 2023 18:48:16 +0000 Subject: [PATCH] Adding uuid package --- package-lock.json | 2 +- package.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8a926461..db8dac48 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@azure/ms-rest-js": "^2.6.0", "@azure/storage-blob": "^12.13.0", "tmp-promise": "^3.0.3", - "uuid": "^7.0.0" + "uuid": "^7.0.3" }, "devDependencies": { "@types/jest": "^27.0.2", diff --git a/package.json b/package.json index 346d6253..1b67d632 100644 --- a/package.json +++ b/package.json @@ -32,13 +32,13 @@ }, "dependencies": { "@actions/core": "^1.10.0", + "@actions/exec": "^1.1.1", "@actions/glob": "^0.1.0", + "@actions/io": "^1.1.3", "@azure/abort-controller": "^1.1.0", "@azure/ms-rest-js": "^2.6.0", "@azure/storage-blob": "^12.13.0", - "@actions/exec": "^1.1.1", - "@actions/io": "^1.1.3", "tmp-promise": "^3.0.3", - "uuid": "^7.0.0" + "uuid": "^7.0.3" } -} \ No newline at end of file +}