Skip to content

Commit af38ff6

Browse files
authored
Update dependencies
1 parent c49e166 commit af38ff6

File tree

2 files changed

+90
-34
lines changed

2 files changed

+90
-34
lines changed

package-lock.json

Lines changed: 83 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,22 +27,22 @@
2727
},
2828
"homepage": "https://github.com/peter-evans/repository-dispatch#readme",
2929
"dependencies": {
30-
"@actions/core": "1.2.5",
30+
"@actions/core": "1.2.6",
3131
"@actions/github": "4.0.0"
3232
},
3333
"devDependencies": {
3434
"@types/jest": "26.0.14",
35-
"@types/node": "14.10.3",
36-
"@typescript-eslint/parser": "4.1.1",
35+
"@types/node": "14.11.2",
36+
"@typescript-eslint/parser": "4.3.0",
3737
"@vercel/ncc": "0.24.1",
38-
"eslint": "7.9.0",
38+
"eslint": "7.10.0",
3939
"eslint-plugin-github": "4.1.1",
40-
"eslint-plugin-jest": "24.0.1",
40+
"eslint-plugin-jest": "24.0.2",
4141
"jest": "26.4.2",
4242
"jest-circus": "26.4.2",
4343
"js-yaml": "3.14.0",
4444
"prettier": "2.1.2",
45-
"ts-jest": "26.3.0",
46-
"typescript": "4.0.2"
45+
"ts-jest": "26.4.1",
46+
"typescript": "4.0.3"
4747
}
4848
}

0 commit comments

Comments
 (0)