mirror of
https://github.com/dessant/lock-threads.git
synced 2026-03-13 01:27:03 -04:00
fix: update dependencies
This commit is contained in:
2
.github/workflows/lock.yml
vendored
2
.github/workflows/lock.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: 'Lock threads'
|
||||
name: 'Lock Threads'
|
||||
|
||||
on:
|
||||
schedule:
|
||||
|
||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1 +1,2 @@
|
||||
node_modules
|
||||
.assets
|
||||
|
||||
@@ -95,7 +95,7 @@ The following workflow will search once an hour for closed issues
|
||||
and pull requests that can be locked.
|
||||
|
||||
```yaml
|
||||
name: 'Lock threads'
|
||||
name: 'Lock Threads'
|
||||
|
||||
on:
|
||||
schedule:
|
||||
@@ -127,7 +127,7 @@ and their default values. Any of the parameters can be omitted,
|
||||
except `github-token`.
|
||||
|
||||
```yaml
|
||||
name: 'Lock threads'
|
||||
name: 'Lock Threads'
|
||||
|
||||
on:
|
||||
schedule:
|
||||
@@ -225,7 +225,7 @@ than that, it will just take a few hours or days to process them all.
|
||||
|
||||
## License
|
||||
|
||||
Copyright (c) 2017-2020 Armin Sebastian
|
||||
Copyright (c) 2017-2021 Armin Sebastian
|
||||
|
||||
This software is released under the terms of the MIT License.
|
||||
See the [LICENSE](LICENSE) file for further information.
|
||||
|
||||
2386
package-lock.json
generated
2386
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
14
package.json
14
package.json
@@ -14,22 +14,22 @@
|
||||
},
|
||||
"main": "src/index.js",
|
||||
"scripts": {
|
||||
"update": "ncu --upgrade && npm install",
|
||||
"update": "ncu --upgrade",
|
||||
"package": "ncc build src/index.js -o dist",
|
||||
"push": "git push --tags origin master",
|
||||
"release": "standard-version"
|
||||
},
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.2.4",
|
||||
"@actions/core": "^1.2.6",
|
||||
"@actions/github": "^4.0.0",
|
||||
"@hapi/joi": "^17.1.1",
|
||||
"joi": "^17.3.0",
|
||||
"decamelize": "^4.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@zeit/ncc": "^0.22.3",
|
||||
"npm-check-updates": "^7.0.1",
|
||||
"prettier": "^2.0.5",
|
||||
"standard-version": "^8.0.0"
|
||||
"@vercel/ncc": "^0.26.1",
|
||||
"npm-check-updates": "^10.2.5",
|
||||
"prettier": "^2.2.1",
|
||||
"standard-version": "^9.1.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=12.0.0"
|
||||
|
||||
Reference in New Issue
Block a user