Update lockfileVersion in package-lock.json in io package (#1020)

* update lockfileVersion

* Update package
This commit is contained in:
Jonathan Tamsut
2022-03-16 11:23:44 -07:00
committed by GitHub
parent a502af8759
commit 72dfadb0c3
3 changed files with 14 additions and 3 deletions

View File

@@ -1,5 +1,13 @@
{
"name": "@actions/io",
"version": "1.1.1",
"lockfileVersion": 1
"version": "1.1.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@actions/io",
"version": "1.1.2",
"license": "MIT"
}
}
}