1
0
Fork 0

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

* update lockfileVersion

* Update package
pull/1025/head^2
Jonathan Tamsut 2022-03-16 11:23:44 -07:00 committed by GitHub
parent a502af8759
commit 72dfadb0c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 14 additions and 3 deletions

View File

@ -1,5 +1,8 @@
# @actions/io Releases # @actions/io Releases
### 1.1.2
- Update `lockfileVersion` to `v2` in `package-lock.json [#1020](https://github.com/actions/toolkit/pull/1020)
### 1.1.1 ### 1.1.1
- [Fixed a bug where we incorrectly escaped paths for rmrf](https://github.com/actions/toolkit/pull/828) - [Fixed a bug where we incorrectly escaped paths for rmrf](https://github.com/actions/toolkit/pull/828)

View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "@actions/io", "name": "@actions/io",
"version": "1.1.1", "version": "1.1.2",
"description": "Actions io lib", "description": "Actions io lib",
"keywords": [ "keywords": [
"github", "github",