Update all devDependencies

This commit is contained in:
Daz DeBoer 2022-02-22 13:05:45 -07:00
parent 937999e9cc
commit 971ff49395
No known key found for this signature in database
GPG key ID: DD6B9F0B06683D5D
2 changed files with 902 additions and 816 deletions

1696
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.4.0",
"@types/node": "^16.11.21",
"@types/unzipper": "^0.10.5",
"@typescript-eslint/parser": "^5.10.2",
"@types/jest": "27.4.0",
"@types/node": "16.11.21",
"@types/unzipper": "0.10.5",
"@typescript-eslint/parser": "5.12.1",
"@zeit/ncc": "0.22.3",
"eslint": "^8.8.0",
"eslint": "8.9.0",
"eslint-plugin-github": "4.3.5",
"eslint-plugin-jest": "^26.0.0",
"jest": "^27.4.7",
"jest-circus": "^27.4.6",
"eslint-plugin-jest": "26.1.1",
"jest": "27.5.1",
"jest-circus": "27.5.1",
"js-yaml": "4.1.0",
"prettier": "^2.5.1",
"ts-jest": "^27.1.3",
"typescript": "^4.5.5"
"prettier": "2.5.1",
"ts-jest": "27.1.3",
"typescript": "4.5.5"
}
}