mirror of
https://github.com/redhat-actions/buildah-build.git
synced 2025-04-20 17:11:23 +00:00
chore: pin dependencies
This commit is contained in:
parent
c472cf87ae
commit
d2f0c98eae
2 changed files with 3428 additions and 845 deletions
4229
package-lock.json
generated
4229
package-lock.json
generated
File diff suppressed because it is too large
Load diff
28
package.json
28
package.json
|
@ -21,21 +21,21 @@
|
||||||
"author": "Red Hat",
|
"author": "Red Hat",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/core": "^1.9.1",
|
"@actions/core": "1.10.0",
|
||||||
"@actions/exec": "^1.0.4",
|
"@actions/exec": "1.1.1",
|
||||||
"@actions/io": "^1.0.2",
|
"@actions/io": "1.1.2",
|
||||||
"ini": "^2.0.0"
|
"ini": "3.0.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@redhat-actions/action-io-generator": "^1.5.0",
|
"@redhat-actions/action-io-generator": "1.5.0",
|
||||||
"@redhat-actions/eslint-config": "^1.3.2",
|
"@redhat-actions/eslint-config": "1.3.2",
|
||||||
"@redhat-actions/tsconfig": "^1.1.1",
|
"@redhat-actions/tsconfig": "1.2.0",
|
||||||
"@types/ini": "^1.3.30",
|
"@types/ini": "1.3.31",
|
||||||
"@types/node": "^12",
|
"@types/node": "16.11.68",
|
||||||
"@typescript-eslint/eslint-plugin": "^4.28.2",
|
"@typescript-eslint/eslint-plugin": "5.40.1",
|
||||||
"@typescript-eslint/parser": "^4.28.2",
|
"@typescript-eslint/parser": "5.40.1",
|
||||||
"@vercel/ncc": "^0.25.1",
|
"@vercel/ncc": "0.34.0",
|
||||||
"eslint": "^7.30.0",
|
"eslint": "8.26.0",
|
||||||
"typescript": "^4.3.5"
|
"typescript": "4.8.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue