update dependencies

This commit is contained in:
Dave Olsthoorn 2021-02-20 22:53:11 +01:00
parent fb95bc1561
commit e3e9dc9b68
2 changed files with 2449 additions and 1893 deletions

4325
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -25,23 +25,24 @@
"author": "daveol", "author": "daveol",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"@actions/cache": "^1.0.5", "@actions/cache": "^1.0.6",
"@actions/core": "^1.2.6", "@actions/core": "^1.2.6",
"@actions/tool-cache": "^1.6.1" "@actions/tool-cache": "^1.6.1"
}, },
"devDependencies": { "devDependencies": {
"@types/jest": "^26.0.20", "@types/jest": "^26.0.20",
"@types/node": "^14.14.22", "@types/node": "^14.14.31",
"@typescript-eslint/parser": "^4.11.1", "@typescript-eslint/eslint-plugin": "^4.15.1",
"@typescript-eslint/parser": "^4.15.1",
"@zeit/ncc": "^0.22.3", "@zeit/ncc": "^0.22.3",
"eslint": "^7.16.0", "eslint": "^7.20.0",
"eslint-plugin-github": "^4.1.1", "eslint-plugin-github": "^4.1.1",
"eslint-plugin-jest": "^24.1.3", "eslint-plugin-jest": "^24.1.5",
"jest": "^24.9.0", "jest": "^26.6.3",
"jest-circus": "^26.6.3", "jest-circus": "^26.6.3",
"js-yaml": "^3.14.1", "js-yaml": "^3.14.1",
"prettier": "^2.2.1", "prettier": "^2.2.1",
"ts-jest": "^24.2.0", "ts-jest": "^26.5.1",
"typescript": "^4.1.3" "typescript": "^4.1.5"
} }
} }