From 356c57c962779ec03ad51bd25ebaccd971766b40 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 8 Jun 2021 07:10:05 +0000 Subject: [PATCH] Bump @actions/io from 1.0.1 to 1.1.1 Bumps [@actions/io](https://github.com/actions/toolkit/tree/HEAD/packages/io) from 1.0.1 to 1.1.1. - [Release notes](https://github.com/actions/toolkit/releases) - [Changelog](https://github.com/actions/toolkit/blob/main/packages/io/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/@actions/tool-cache@1.1.1/packages/io) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3ba066388ea..31fe69623cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,9 +17,9 @@ } }, "@actions/io": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@actions/io/-/io-1.0.1.tgz", - "integrity": "sha512-rhq+tfZukbtaus7xyUtwKfuiCRXd1hWSfmJNEpFgBQJ4woqPEpsBw04awicjwz9tyG2/MVhAEMfVn664Cri5zA==" + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@actions/io/-/io-1.1.1.tgz", + "integrity": "sha512-Qi4JoKXjmE0O67wAOH6y0n26QXhMKMFo7GD/4IXNVcrtLjUlGjGuVys6pQgwF3ArfGTQu0XpqaNr0YhED2RaRA==" }, "@types/fs-extra": { "version": "8.0.1", diff --git a/package.json b/package.json index 100081f6f4d..3880e2dc551 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "fs-extra": "^8.1.0" }, "devDependencies": { - "@actions/io": "^1.0.0", + "@actions/io": "^1.1.1", "@types/fs-extra": "^8.0.1", "@types/node": "^13.1.0", "prettier": "^1.19.1",