Skip to content

Commit d77c1b2

Browse files
renovate[bot]TheAlexLichter
authored andcommitted
chore(deps): update all non-major dependencies (#3)
1 parent bac4b4f commit d77c1b2

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
],
3434
"bin": "index.js",
3535
"dependencies": {
36-
"@octokit/rest": "^16.7.0",
36+
"@octokit/rest": "^16.11.0",
3737
"consola": "^2.3.2",
38-
"esm": "^3.0.84",
38+
"esm": "^3.1.1",
3939
"p-wait-for": "^2.0.1"
4040
},
4141
"devDependencies": {
@@ -46,7 +46,7 @@
4646
"babel-jest": "^23.6.0",
4747
"bili": "^3.4.2",
4848
"codecov": "^3.1.0",
49-
"eslint": "^5.12.0",
49+
"eslint": "^5.12.1",
5050
"eslint-config-standard": "^12.0.0",
5151
"eslint-plugin-import": "^2.14.0",
5252
"eslint-plugin-jest": "^22.1.3",

yarn.lock

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -656,22 +656,22 @@
656656
universal-user-agent "^2.0.1"
657657
url-template "^2.0.8"
658658

659-
"@octokit/request@2.2.1":
660-
version "2.2.1"
661-
resolved "https://registry.npmjs.org/@octokit/request/-/request-2.2.1.tgz#1b445e3052842b1f3ab94d68e2606840c85b4265"
662-
integrity sha512-enwbVOl3vWWIUuEj0LJRq+mxWNyv95fa13GJitz7qGt/ycYCwtSoVssW3pCqvxS4GlJfHfO2OA+8czIcEF522A==
659+
"@octokit/request@2.3.0":
660+
version "2.3.0"
661+
resolved "https://registry.yarnpkg.com/@octokit/request/-/request-2.3.0.tgz#da2672308bcf0b9376ef66f51bddbe5eb87cc00a"
662+
integrity sha512-5YRqYNZOAaL7+nt7w3Scp6Sz4P2g7wKFP9npx1xdExMomk8/M/ICXVLYVam2wzxeY0cIc6wcKpjC5KI4jiNbGw==
663663
dependencies:
664664
"@octokit/endpoint" "^3.1.1"
665665
is-plain-object "^2.0.4"
666666
node-fetch "^2.3.0"
667667
universal-user-agent "^2.0.1"
668668

669-
"@octokit/rest@^16.7.0":
670-
version "16.7.0"
671-
resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-16.7.0.tgz#e17bdf3387d6994631d8fc74e223db9a2f247d9e"
672-
integrity sha512-DxLiwTZ/sqWOWGuIxnisURbR9LLt9lVVeG17nZ3IeclElUjw1C/ZUYUiHLpdBCaFebvrP+GM2x1OdTAD8IzLQg==
669+
"@octokit/rest@^16.11.0":
670+
version "16.11.0"
671+
resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-16.11.0.tgz#66af848e8e6110bbfec4be3d9ecfac78a55f30a3"
672+
integrity sha512-hC+BzeeuX+WST/zwNwED6NgdXeDH1XOnfRnab5tGnaQP8HScl0M9/L95si2/okzuuNiKBUR+OyS8Vm5CkVt9bg==
673673
dependencies:
674-
"@octokit/request" "2.2.1"
674+
"@octokit/request" "2.3.0"
675675
before-after-hook "^1.2.0"
676676
btoa-lite "^1.0.0"
677677
lodash.get "^4.4.2"
@@ -2415,10 +2415,10 @@ eslint-visitor-keys@^1.0.0:
24152415
resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"
24162416
integrity sha512-qzm/XxIbxm/FHyH341ZrbnMUpe+5Bocte9xkmFMzPMjRaZMcXww+MpBptFvtU+79L362nqiLhekCxCxDPaUMBQ==
24172417

2418-
eslint@^5.12.0:
2419-
version "5.12.0"
2420-
resolved "https://registry.npmjs.org/eslint/-/eslint-5.12.0.tgz#fab3b908f60c52671fb14e996a450b96c743c859"
2421-
integrity sha512-LntwyPxtOHrsJdcSwyQKVtHofPHdv+4+mFwEe91r2V13vqpM8yLr7b1sW+Oo/yheOPkWYsYlYJCkzlFAt8KV7g==
2418+
eslint@^5.12.1:
2419+
version "5.12.1"
2420+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.12.1.tgz#5ca9931fb9029d04e7be92b03ce3b58edfac7e3b"
2421+
integrity sha512-54NV+JkTpTu0d8+UYSA8mMKAG4XAsaOrozA9rCW7tgneg1mevcL7wIotPC+fZ0SkWwdhNqoXoxnQCTBp7UvTsg==
24222422
dependencies:
24232423
"@babel/code-frame" "^7.0.0"
24242424
ajv "^6.5.3"
@@ -2458,10 +2458,10 @@ eslint@^5.12.0:
24582458
table "^5.0.2"
24592459
text-table "^0.2.0"
24602460

2461-
esm@^3.0.84:
2462-
version "3.0.84"
2463-
resolved "https://registry.npmjs.org/esm/-/esm-3.0.84.tgz#bb108989f4673b32d4f62406869c28eed3815a63"
2464-
integrity sha512-SzSGoZc17S7P+12R9cg21Bdb7eybX25RnIeRZ80xZs+VZ3kdQKzqTp2k4hZJjR7p9l0186TTXSgrxzlMDBktlw==
2461+
esm@^3.1.1:
2462+
version "3.1.1"
2463+
resolved "https://registry.yarnpkg.com/esm/-/esm-3.1.1.tgz#810d1144522547801a58a8ea01d6566d61578223"
2464+
integrity sha512-Md2pR4IbR37UqubbgbA4+wiBorOEFB05Oo+g4WJW7W2ajiOhUfjZt77NzzCoQdrCb40GdKcflitm+XHDF053OQ==
24652465

24662466
espree@^4.1.0:
24672467
version "4.1.0"

0 commit comments

Comments
 (0)