From 1b6e14366925c80a1ae652c16dfd39eae5c05706 Mon Sep 17 00:00:00 2001 From: Gautam Krishna R Date: Mon, 15 Jan 2024 18:08:29 +0530 Subject: [PATCH] remove unwanted dep --- package.json | 3 --- yarn.lock | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/package.json b/package.json index 3545404..396ab4d 100644 --- a/package.json +++ b/package.json @@ -23,9 +23,6 @@ "url": "https://github.com/gautamkrishnar/keepalive-workflow/issues" }, "homepage": "https://github.com/gautamkrishnar/keepalive-workflow#readme", - "dependencies": { - "process": "latest" - }, "devDependencies": { "@actions/core": "^1.5.0", "jshint": "^2.12.0", diff --git a/yarn.lock b/yarn.lock index 71cc504..e2c6435 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4749,7 +4749,7 @@ process-nextick-args@~2.0.0: resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2" integrity sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag== -process@^0.11.10, process@latest: +process@^0.11.10: version "0.11.10" resolved "https://registry.yarnpkg.com/process/-/process-0.11.10.tgz#7332300e840161bda3e69a1d1d91a7d4bc16f182" integrity sha1-czIwDoQBYb2j5podHZGn1LwW8YI=