mirror of
https://github.com/dessant/lock-threads.git
synced 2026-03-15 09:20:40 -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
|
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
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
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
|
## License
|
||||||
|
|
||||||
Copyright (c) 2017-2021 Armin Sebastian
|
Copyright (c) 2017-2022 Armin Sebastian
|
||||||
|
|
||||||
This software is released under the terms of the MIT License.
|
This software is released under the terms of the MIT License.
|
||||||
See the [LICENSE](LICENSE) file for further information.
|
See the [LICENSE](LICENSE) file for further information.
|
||||||
|
|||||||
@@ -101,7 +101,7 @@ outputs:
|
|||||||
prs:
|
prs:
|
||||||
description: 'Pull requests that have been locked, value is a JSON string'
|
description: 'Pull requests that have been locked, value is a JSON string'
|
||||||
runs:
|
runs:
|
||||||
using: 'node12'
|
using: 'node16'
|
||||||
main: 'dist/index.js'
|
main: 'dist/index.js'
|
||||||
branding:
|
branding:
|
||||||
icon: 'lock'
|
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"
|
"push": "git push --tags origin master"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/core": "^1.5.0",
|
"@actions/core": "^1.10.0",
|
||||||
"@actions/github": "^5.0.0",
|
"@actions/github": "^5.1.1",
|
||||||
"joi": "^17.4.2"
|
"joi": "^17.7.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@vercel/ncc": "^0.31.1",
|
"@vercel/ncc": "^0.34.0",
|
||||||
"npm-check-updates": "^11.8.5",
|
"npm-check-updates": "^16.4.3",
|
||||||
"prettier": "^2.4.1",
|
"prettier": "^2.8.0",
|
||||||
"standard-version": "^9.3.1"
|
"standard-version": "^9.5.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=12.0.0"
|
"node": ">=16.0.0"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"github",
|
"github",
|
||||||
|
|||||||
Reference in New Issue
Block a user