fix: update dependencies

BREAKING CHANGE: the action now requires Node.js 16
This commit is contained in:
dessant
2022-12-04 02:13:10 +02:00
parent 08e671be8a
commit 38e9185581
6 changed files with 6969 additions and 1611 deletions

2
.nvmrc
View File

@@ -1 +1 @@
12.22.2 16.18.1

View File

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

View File

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

View File

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

8538
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

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