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