Upgrade Jest to address security warning

This commit is contained in:
Daz DeBoer 2021-10-30 12:11:21 -06:00
parent 727b4612ba
commit 6ff2065a12
No known key found for this signature in database
GPG key ID: DD6B9F0B06683D5D
2 changed files with 4599 additions and 2591 deletions

7165
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -21,7 +21,6 @@
"github-actions", "github-actions",
"gradle" "gradle"
], ],
"author": "Paul Merlin <paul@nosphere.org>",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@actions/cache": "1.0.7", "@actions/cache": "1.0.7",
@ -34,7 +33,7 @@
"string-argv": "0.3.1" "string-argv": "0.3.1"
}, },
"devDependencies": { "devDependencies": {
"@types/jest": "26.0.23", "@types/jest": "27.0.2",
"@types/node": "14.17.3", "@types/node": "14.17.3",
"@types/unzipper": "0.10.4", "@types/unzipper": "0.10.4",
"@typescript-eslint/parser": "4.28.2", "@typescript-eslint/parser": "4.28.2",
@ -42,11 +41,11 @@
"eslint": "7.30.0", "eslint": "7.30.0",
"eslint-plugin-github": "4.1.3", "eslint-plugin-github": "4.1.3",
"eslint-plugin-jest": "24.3.6", "eslint-plugin-jest": "24.3.6",
"jest": "26.6.3", "jest": "27.3.1",
"jest-circus": "26.6.3", "jest-circus": "27.3.1",
"js-yaml": "3.14.1", "js-yaml": "3.14.1",
"prettier": "2.3.2", "prettier": "2.3.2",
"ts-jest": "26.5.6", "ts-jest": "27.0.7",
"typescript": "4.3.5" "typescript": "4.3.5"
} }
} }