Update Typescript and Jest dependencies (#55)

This is a mechanical update to Typescript and Jest dependencies, but
since I also upgraded `npm` to 7.5.2, the `package-lock.json` file has
a lot of churn.
This commit is contained in:
Ian Flanigan 2021-02-08 05:52:16 +01:00 committed by GitHub
parent 910238bf63
commit 279f770e28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 22202 additions and 4236 deletions

26430
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -33,12 +33,12 @@
"babel-jest": "^25.1.0",
"eslint": "^6.8.0",
"file-loader": "^6.0.0",
"jest": "^25.5.4",
"jest": "^26.6.3",
"node-forge": "^0.10.0",
"raw-loader": "^4.0.0",
"ts-jest": "^26.4.1",
"ts-loader": "^8.0.5",
"typescript": "^4.0.3",
"ts-jest": "^26.5.0",
"ts-loader": "^8.0.15",
"typescript": "^4.1.3",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0"