Update many NPM dependencies to newer versions

This commit is contained in:
Daz DeBoer 2022-01-26 13:51:30 -07:00
parent 2920a48bbc
commit d5e58c8a04
No known key found for this signature in database
GPG key ID: DD6B9F0B06683D5D
2 changed files with 1419 additions and 1707 deletions

3106
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -35,19 +35,19 @@
"string-argv": "0.3.1"
},
"devDependencies": {
"@types/jest": "27.0.3",
"@types/jest": "^27.4.0",
"@types/node": "16.11.11",
"@types/unzipper": "0.10.4",
"@typescript-eslint/parser": "5.5.0",
"@types/unzipper": "^0.10.5",
"@typescript-eslint/parser": "^5.10.1",
"@zeit/ncc": "0.22.3",
"eslint": "8.3.0",
"eslint": "^8.7.0",
"eslint-plugin-github": "4.3.5",
"eslint-plugin-jest": "25.3.0",
"jest": "27.4.3",
"jest-circus": "27.4.2",
"eslint-plugin-jest": "^26.0.0",
"jest": "^27.4.7",
"jest-circus": "^27.4.6",
"js-yaml": "4.1.0",
"prettier": "2.5.0",
"ts-jest": "27.0.7",
"typescript": "4.5.2"
"prettier": "^2.5.1",
"ts-jest": "^27.1.3",
"typescript": "^4.5.5"
}
}