Dependency upgrades

- Bump ts-jest from 27.1.3 to 27.1.4
- Bump prettier from 2.6.0 to 2.6.1.
- Bump eslint from 8.11.0 to 8.12.0.
This commit is contained in:
Daz DeBoer 2022-03-29 08:11:43 -06:00
parent df274d47a3
commit 50d833aa5b
No known key found for this signature in database
GPG key ID: DD6B9F0B06683D5D
2 changed files with 24 additions and 25 deletions

View file

@ -39,15 +39,15 @@
"@types/unzipper": "0.10.5",
"@typescript-eslint/parser": "5.17.0",
"@zeit/ncc": "0.22.3",
"eslint": "8.11.0",
"eslint": "8.12.0",
"eslint-plugin-github": "4.3.6",
"eslint-plugin-jest": "26.1.3",
"jest": "27.5.1",
"jest-circus": "27.5.1",
"js-yaml": "4.1.0",
"patch-package": "6.4.7",
"prettier": "2.6.0",
"ts-jest": "27.1.3",
"prettier": "2.6.1",
"ts-jest": "27.1.4",
"typescript": "4.6.3"
}
}