From 4e985f9d13b2820b181df75a912b581a61eab006 Mon Sep 17 00:00:00 2001 From: Eugene Lazutkin Date: Wed, 15 Nov 2023 02:16:05 -0600 Subject: [PATCH] Updated the artifact dependency. --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8aab090..cf2e268 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "license": "BSD-3-Clause", "dependencies": { - "install-artifact-from-github": "^1.3.4", + "install-artifact-from-github": "^1.3.5", "nan": "^2.18.0", "node-gyp": "^10.0.1" }, @@ -420,9 +420,9 @@ } }, "node_modules/install-artifact-from-github": { - "version": "1.3.4", - "resolved": "https://registry.npmjs.org/install-artifact-from-github/-/install-artifact-from-github-1.3.4.tgz", - "integrity": "sha512-a41E4kwwUANzNHjxJqLINaiY0ML96FH3GaW/XVJf+YiVzvNycU/ohZDdNzWL5Ava+e7Tv+2HioI267XjthZsYg==", + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/install-artifact-from-github/-/install-artifact-from-github-1.3.5.tgz", + "integrity": "sha512-gZHC7f/cJgXz7MXlHFBxPVMsvIbev1OQN1uKQYKVJDydGNm9oYf9JstbU4Atnh/eSvk41WtEovoRm+8IF686xg==", "bin": { "install-from-cache": "bin/install-from-cache.js", "save-to-github-cache": "bin/save-to-github-cache.js" diff --git a/package.json b/package.json index 5e89ca1..cbf515e 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "test": "tests" }, "dependencies": { - "install-artifact-from-github": "^1.3.4", + "install-artifact-from-github": "^1.3.5", "nan": "^2.18.0", "node-gyp": "^10.0.1" },