Merge pull request #181 from actions/joshmgross/update-dependencies

Run npm audit and update dev dependencies
This commit is contained in:
Josh Gross
2021-08-19 13:52:50 -04:00
committed by GitHub
2 changed files with 3614 additions and 6365 deletions

9963
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -45,17 +45,17 @@
"@octokit/plugin-rest-endpoint-methods": "4.2.1" "@octokit/plugin-rest-endpoint-methods": "4.2.1"
}, },
"devDependencies": { "devDependencies": {
"@types/jest": "^26.0.10", "@types/jest": "^26.0.24",
"@typescript-eslint/eslint-plugin": "^3.9.1", "@typescript-eslint/eslint-plugin": "^3.10.1",
"@typescript-eslint/parser": "^3.9.1", "@typescript-eslint/parser": "^3.10.1",
"@vercel/ncc": "^0.23.0", "@vercel/ncc": "^0.23.0",
"eslint": "^7.7.0", "eslint": "^7.32.0",
"eslint-config-prettier": "^6.11.0", "eslint-config-prettier": "^6.15.0",
"husky": "^4.2.5", "husky": "^4.2.5",
"jest": "^26.4.1", "jest": "^26.6.3",
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"prettier": "^2.0.5", "prettier": "^2.0.5",
"ts-jest": "^26.2.0", "ts-jest": "^26.5.6",
"typescript": "^4.0.2" "typescript": "^4.3.5"
} }
} }