mirror of
https://github.com/dessant/lock-threads.git
synced 2026-03-13 01:27:03 -04:00
fix: update dependencies
BREAKING CHANGE: the action now requires Node.js 16
This commit is contained in:
2
LICENSE
2
LICENSE
@@ -1,6 +1,6 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2017-2021 Armin Sebastian
|
||||
Copyright (c) 2017-2022 Armin Sebastian
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
||||
@@ -408,7 +408,7 @@ than that, it will just take a few hours or days to process them all.
|
||||
|
||||
## License
|
||||
|
||||
Copyright (c) 2017-2021 Armin Sebastian
|
||||
Copyright (c) 2017-2022 Armin Sebastian
|
||||
|
||||
This software is released under the terms of the MIT License.
|
||||
See the [LICENSE](LICENSE) file for further information.
|
||||
|
||||
@@ -101,7 +101,7 @@ outputs:
|
||||
prs:
|
||||
description: 'Pull requests that have been locked, value is a JSON string'
|
||||
runs:
|
||||
using: 'node12'
|
||||
using: 'node16'
|
||||
main: 'dist/index.js'
|
||||
branding:
|
||||
icon: 'lock'
|
||||
|
||||
8556
package-lock.json
generated
8556
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
16
package.json
16
package.json
@@ -20,18 +20,18 @@
|
||||
"push": "git push --tags origin master"
|
||||
},
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.5.0",
|
||||
"@actions/github": "^5.0.0",
|
||||
"joi": "^17.4.2"
|
||||
"@actions/core": "^1.10.0",
|
||||
"@actions/github": "^5.1.1",
|
||||
"joi": "^17.7.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vercel/ncc": "^0.31.1",
|
||||
"npm-check-updates": "^11.8.5",
|
||||
"prettier": "^2.4.1",
|
||||
"standard-version": "^9.3.1"
|
||||
"@vercel/ncc": "^0.34.0",
|
||||
"npm-check-updates": "^16.4.3",
|
||||
"prettier": "^2.8.0",
|
||||
"standard-version": "^9.5.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=12.0.0"
|
||||
"node": ">=16.0.0"
|
||||
},
|
||||
"keywords": [
|
||||
"github",
|
||||
|
||||
Reference in New Issue
Block a user