From 3f09b5f22ae86e4203c09e43e809c3ce35f29cc7 Mon Sep 17 00:00:00 2001 From: Evan Sosenko Date: Sun, 1 Jan 2023 22:57:11 -0600 Subject: [PATCH] Update github actions core --- package-lock.json | 37 ++++++++++++++++++++++++++++--------- package.json | 2 +- 2 files changed, 29 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4402a07..86433cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "npm-publish": "bin/npm-publish.js" }, "devDependencies": { - "@actions/core": "^1.2.6", + "@actions/core": "^1.10.0", "@jsdevtools/chai-exec": "^2.1.1", "@jsdevtools/eslint-config": "^1.1.4", "@jsdevtools/version-bump-prompt": "^6.1.0", @@ -42,12 +42,22 @@ } }, "node_modules/@actions/core": { - "version": "1.8.2", - "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.8.2.tgz", - "integrity": "sha512-FXcBL7nyik8K5ODeCKlxi+vts7torOkoDAKfeh61EAkAy1HAvwn9uVzZBY0f15YcQTcZZ2/iSGBFHEuioZWfDA==", + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.10.0.tgz", + "integrity": "sha512-2aZDDa3zrrZbP5ZYg159sNoLRb61nQ7awl5pSvIq5Qpj81vwDzdMRKzkWJGJuwVvWpvZKx7vspJALyvaaIQyug==", "dev": true, "dependencies": { - "@actions/http-client": "^2.0.1" + "@actions/http-client": "^2.0.1", + "uuid": "^8.3.2" + } + }, + "node_modules/@actions/core/node_modules/uuid": { + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", + "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "dev": true, + "bin": { + "uuid": "dist/bin/uuid" } }, "node_modules/@actions/http-client": { @@ -7070,12 +7080,21 @@ }, "dependencies": { "@actions/core": { - "version": "1.8.2", - "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.8.2.tgz", - "integrity": "sha512-FXcBL7nyik8K5ODeCKlxi+vts7torOkoDAKfeh61EAkAy1HAvwn9uVzZBY0f15YcQTcZZ2/iSGBFHEuioZWfDA==", + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.10.0.tgz", + "integrity": "sha512-2aZDDa3zrrZbP5ZYg159sNoLRb61nQ7awl5pSvIq5Qpj81vwDzdMRKzkWJGJuwVvWpvZKx7vspJALyvaaIQyug==", "dev": true, "requires": { - "@actions/http-client": "^2.0.1" + "@actions/http-client": "^2.0.1", + "uuid": "^8.3.2" + }, + "dependencies": { + "uuid": { + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", + "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "dev": true + } } }, "@actions/http-client": { diff --git a/package.json b/package.json index 15d5968..746f4f3 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "node": ">=12" }, "devDependencies": { - "@actions/core": "^1.2.6", + "@actions/core": "^1.10.0", "@jsdevtools/chai-exec": "^2.1.1", "@jsdevtools/eslint-config": "^1.1.4", "@jsdevtools/version-bump-prompt": "^6.1.0",