Bump @actions/io from 1.0.1 to 1.0.2 (#49)

Bumps [@actions/io](https://github.com/actions/toolkit/tree/HEAD/packages/io) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/actions/toolkit/releases)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/io)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-01-17 07:58:12 +01:00 committed by CrazyMax
parent a5765d1aab
commit c58983fbba
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -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.0.2",
"resolved": "https://registry.npmjs.org/@actions/io/-/io-1.0.2.tgz",
"integrity": "sha512-J8KuFqVPr3p6U8W93DOXlXW6zFvrQAJANdS+vw0YhusLIq+bszW8zmK2Fh1C2kDPX8FMvwIl1OUcFgvJoXLbAg=="
},
"@types/fs-extra": {
"version": "8.0.1",

View File

@ -29,7 +29,7 @@
"fs-extra": "^8.1.0"
},
"devDependencies": {
"@actions/io": "^1.0.0",
"@actions/io": "^1.0.2",
"@types/fs-extra": "^8.0.1",
"@types/node": "^13.1.6",
"prettier": "^1.19.1",