Skip to content
This repository was archived by the owner on May 5, 2024. It is now read-only.

Commit d1e7a9b

Browse files
committed
chore: package dependency updates
1 parent 0e6dec5 commit d1e7a9b

File tree

4 files changed

+347
-347
lines changed

4 files changed

+347
-347
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@
3939
"@typescript-eslint/parser": "^2.13.0",
4040
"@zeit/ncc": "^0.20.5",
4141
"eslint": "^6.8.0",
42-
"eslint-config-prettier": "^6.7.0",
42+
"eslint-config-prettier": "^6.8.0",
4343
"eslint-plugin-jest": "^23.1.1",
4444
"eslint-plugin-prettier": "^3.1.2",
4545
"jest": "^24.9.0",
4646
"jest-circus": "^24.9.0",
47-
"lerna": "^3.17.0",
47+
"lerna": "^3.19.0",
4848
"prettier": "^1.19.1",
4949
"ts-jest": "^24.2.0",
5050
"typescript": "^3.7.4"

packages/automatic-releases/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,17 @@
2121
"lintfix:prettier": "prettier --color --write $npm_package_config_prettierPaths"
2222
},
2323
"dependencies": {
24-
"@actions/core": "^1.1.3",
25-
"@actions/github": "^1.1.0",
26-
"@octokit/rest": "^16.33.0",
27-
"conventional-changelog-angular": "^5.0.5",
28-
"conventional-commits-parser": "^3.0.5",
24+
"@actions/core": "^1.2.0",
25+
"@actions/github": "^2.0.0",
26+
"@octokit/rest": "^16.36.0",
27+
"conventional-changelog-angular": "^5.0.6",
28+
"conventional-commits-parser": "^3.0.8",
2929
"globby": "^10.0.1",
3030
"md5-file": "^4.0.0",
31-
"semver": "^6.3.0"
31+
"semver": "^7.1.1"
3232
},
3333
"devDependencies": {
34-
"nock": "^11.4.0"
34+
"nock": "^11.7.0"
3535
},
3636
"eslintIgnore": [
3737
"!.*.js"

packages/keybase-notifications/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"lintfix:prettier": "prettier --color --write $npm_package_config_prettierPaths"
2020
},
2121
"dependencies": {
22-
"@actions/core": "^1.1.3",
23-
"@actions/github": "^1.1.0",
22+
"@actions/core": "^1.2.0",
23+
"@actions/github": "^2.0.0",
2424
"axios": "^0.19.0"
2525
},
2626
"main": "dist/index.js",

0 commit comments

Comments
 (0)