fix: update dependencies

This commit is contained in:
dessant
2021-01-01 12:00:48 +02:00
parent 63786a6c74
commit eb0aabb42c
6 changed files with 1025 additions and 1386 deletions

View File

@@ -1,4 +1,4 @@
name: 'Lock threads'
name: 'Lock Threads'
on:
schedule:

1
.gitignore vendored
View File

@@ -1 +1,2 @@
node_modules
.assets

2
.nvmrc
View File

@@ -1 +1 @@
12.18.2
12.20.0

View File

@@ -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

File diff suppressed because it is too large Load Diff

View File

@@ -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"