- upgrade dependencies

```
    "@actions/exec": "^1.1.1",
    "@actions/github": "^5.0.1",
    "moment": "^2.29.2",
    "semver": "^7.3.6",
    "webpack": "^5.72.0"
    "@typescript-eslint/parser": "^5.18.0",
    "@types/node": "^17.0.23",
    "eslint": "^8.12.0",
    "eslint-plugin-jest": "^26.1.4",
    "prettier": "2.6.2",
    "ts-jest": "^27.1.4",
    "typescript": "^4.6.3"
```
This commit is contained in:
Mike Penz
2022-04-08 10:55:31 +02:00
parent 2114e8b947
commit 1965fbb393
5 changed files with 1374 additions and 1341 deletions
Generated Vendored
+1000 -914
View File
File diff suppressed because it is too large Load Diff
Generated Vendored
+1 -1
View File
File diff suppressed because one or more lines are too long
Generated Vendored
+1 -20
View File
@@ -543,7 +543,7 @@ lru-cache
ISC
The ISC License
Copyright (c) Isaac Z. Schlueter and Contributors
Copyright (c) 2010-2022 Isaac Z. Schlueter and Contributors
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
@@ -745,22 +745,3 @@ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
yallist
ISC
The ISC License
Copyright (c) Isaac Z. Schlueter and Contributors
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+360 -394
View File
File diff suppressed because it is too large Load Diff
+12 -12
View File
@@ -33,27 +33,27 @@
"license": "Apache 2.0",
"dependencies": {
"@actions/core": "^1.6.0",
"@actions/exec": "^1.1.0",
"@actions/github": "^5.0.0",
"@actions/exec": "^1.1.1",
"@actions/github": "^5.0.1",
"@octokit/rest": "^18.12.0",
"@types/semver": "^7.3.9",
"moment": "^2.29.1",
"semver": "^7.3.5",
"webpack": "^5.70.0"
"moment": "^2.29.2",
"semver": "^7.3.6",
"webpack": "^5.72.0"
},
"devDependencies": {
"@types/jest": "^27.4.1",
"@typescript-eslint/parser": "^5.15.0",
"@types/node": "^17.0.21",
"@typescript-eslint/parser": "^5.18.0",
"@types/node": "^17.0.23",
"@vercel/ncc": "^0.33.3",
"eslint": "^8.11.0",
"eslint": "^8.12.0",
"eslint-plugin-github": "^4.3.6",
"eslint-plugin-jest": "^26.1.3",
"eslint-plugin-jest": "^26.1.4",
"jest": "^27.5.1",
"jest-circus": "^27.5.1",
"js-yaml": "^4.1.0",
"prettier": "2.6.0",
"ts-jest": "^27.1.3",
"typescript": "^4.6.2"
"prettier": "2.6.2",
"ts-jest": "^27.1.4",
"typescript": "^4.6.3"
}
}