mirror of
https://github.com/gradle/gradle-build-action.git
synced 2024-11-22 17:12:51 +00:00
Upgrade Jest to address security warning
This commit is contained in:
parent
727b4612ba
commit
6ff2065a12
2 changed files with 4599 additions and 2591 deletions
7181
package-lock.json
generated
7181
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -21,7 +21,6 @@
|
|||
"github-actions",
|
||||
"gradle"
|
||||
],
|
||||
"author": "Paul Merlin <paul@nosphere.org>",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@actions/cache": "1.0.7",
|
||||
|
@ -34,7 +33,7 @@
|
|||
"string-argv": "0.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "26.0.23",
|
||||
"@types/jest": "27.0.2",
|
||||
"@types/node": "14.17.3",
|
||||
"@types/unzipper": "0.10.4",
|
||||
"@typescript-eslint/parser": "4.28.2",
|
||||
|
@ -42,11 +41,11 @@
|
|||
"eslint": "7.30.0",
|
||||
"eslint-plugin-github": "4.1.3",
|
||||
"eslint-plugin-jest": "24.3.6",
|
||||
"jest": "26.6.3",
|
||||
"jest-circus": "26.6.3",
|
||||
"jest": "27.3.1",
|
||||
"jest-circus": "27.3.1",
|
||||
"js-yaml": "3.14.1",
|
||||
"prettier": "2.3.2",
|
||||
"ts-jest": "26.5.6",
|
||||
"ts-jest": "27.0.7",
|
||||
"typescript": "4.3.5"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue