Skip to content

Commit d909487

Browse files
committed
Update dependencies
1 parent 334433a commit d909487

File tree

2 files changed

+28
-41
lines changed

2 files changed

+28
-41
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
"lint": "eslint ."
1515
},
1616
"dependencies": {
17-
"@octokit/rest": "^16.28.7",
17+
"@octokit/rest": "^16.30.0",
1818
"diff": "^4.0.1",
1919
"globrex": "^0.1.2"
2020
},
2121
"devDependencies": {
2222
"dotenv": "^8.1.0",
23-
"eslint": "^6.2.2",
23+
"eslint": "^6.4.0",
2424
"tmp": "^0.1.0"
2525
}
2626
}

yarn.lock

Lines changed: 26 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,12 @@
1919
js-tokens "^4.0.0"
2020

2121
"@octokit/endpoint@^5.1.0":
22-
version "5.3.2"
23-
resolved "https://registry.yarnpkg.com/@octokit/endpoint/-/endpoint-5.3.2.tgz#2deda2d869cac9ba7f370287d55667be2a808d4b"
24-
integrity sha512-gRjteEM9I6f4D8vtwU2iGUTn9RX/AJ0SVXiqBUEuYEWVGGAVjSXdT0oNmghH5lvQNWs8mwt6ZaultuG6yXivNw==
22+
version "5.3.5"
23+
resolved "https://registry.yarnpkg.com/@octokit/endpoint/-/endpoint-5.3.5.tgz#2822c3b01107806dbdce3863b6205e3eff4289ed"
24+
integrity sha512-f8KqzIrnzPLiezDsZZPB+K8v8YSv6aKFl7eOu59O46lmlW4HagWl1U6NWl6LmT8d1w7NsKBI3paVtzcnRGO1gw==
2525
dependencies:
26-
deepmerge "4.0.0"
2726
is-plain-object "^3.0.0"
28-
universal-user-agent "^3.0.0"
29-
url-template "^2.0.8"
27+
universal-user-agent "^4.0.0"
3028

3129
"@octokit/request-error@^1.0.1", "@octokit/request-error@^1.0.2":
3230
version "1.0.4"
@@ -37,22 +35,22 @@
3735
once "^1.4.0"
3836

3937
"@octokit/request@^5.0.0":
40-
version "5.0.2"
41-
resolved "https://registry.yarnpkg.com/@octokit/request/-/request-5.0.2.tgz#59a920451f24811c016ddc507adcc41aafb2dca5"
42-
integrity sha512-z1BQr43g4kOL4ZrIVBMHwi68Yg9VbkRUyuAgqCp1rU3vbYa69+2gIld/+gHclw15bJWQnhqqyEb7h5a5EqgZ0A==
38+
version "5.1.0"
39+
resolved "https://registry.yarnpkg.com/@octokit/request/-/request-5.1.0.tgz#5609dcc7b5323e529f29d535214383d9eaf0c05c"
40+
integrity sha512-I15T9PwjFs4tbWyhtFU2Kq7WDPidYMvRB7spmxoQRZfxSmiqullG+Nz+KbSmpkfnlvHwTr1e31R5WReFRKMXjg==
4341
dependencies:
4442
"@octokit/endpoint" "^5.1.0"
4543
"@octokit/request-error" "^1.0.1"
4644
deprecation "^2.0.0"
4745
is-plain-object "^3.0.0"
4846
node-fetch "^2.3.0"
4947
once "^1.4.0"
50-
universal-user-agent "^3.0.0"
48+
universal-user-agent "^4.0.0"
5149

52-
"@octokit/rest@^16.28.7":
53-
version "16.28.7"
54-
resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-16.28.7.tgz#a2c2db5b318da84144beba82d19c1a9dbdb1a1fa"
55-
integrity sha512-cznFSLEhh22XD3XeqJw51OLSfyL2fcFKUO+v2Ep9MTAFfFLS1cK1Zwd1yEgQJmJoDnj4/vv3+fGGZweG+xsbIA==
50+
"@octokit/rest@^16.30.0":
51+
version "16.30.0"
52+
resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-16.30.0.tgz#c14f177b7378f330ec6ec6ae49b68af359d09053"
53+
integrity sha512-TN5MbqVuqxT/s87D6tGe3zsMvyHUQSkGFMBHuwBToPQGV3eG2a67rJW2rag2vJr7JusWyERDhQ4g/4HvFo9B1g==
5654
dependencies:
5755
"@octokit/request" "^5.0.0"
5856
"@octokit/request-error" "^1.0.2"
@@ -65,8 +63,7 @@
6563
lodash.uniq "^4.5.0"
6664
octokit-pagination-methods "^1.1.0"
6765
once "^1.4.0"
68-
universal-user-agent "^3.0.0"
69-
url-template "^2.0.8"
66+
universal-user-agent "^4.0.0"
7067

7168
acorn-jsx@^5.0.2:
7269
version "5.0.2"
@@ -221,11 +218,6 @@ deep-is@~0.1.3:
221218
resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.3.tgz#b369d6fb5dbc13eecf524f91b070feedc357cf34"
222219
integrity sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ=
223220

224-
225-
version "4.0.0"
226-
resolved "https://registry.yarnpkg.com/deepmerge/-/deepmerge-4.0.0.tgz#3e3110ca29205f120d7cb064960a39c3d2087c09"
227-
integrity sha512-YZ1rOP5+kHor4hMAH+HRQnBQHg+wvS1un1hAOuIcxcBy0hzcUf6Jg2a1w65kpoOUnurOfZbERwjI1TfZxNjcww==
228-
229221
deprecation@^2.0.0:
230222
version "2.3.1"
231223
resolved "https://registry.yarnpkg.com/deprecation/-/deprecation-2.3.1.tgz#6368cbdb40abf3373b525ac87e4a260c3a700919"
@@ -285,10 +277,10 @@ eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0:
285277
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz#e2a82cea84ff246ad6fb57f9bde5b46621459ec2"
286278
integrity sha512-8y9YjtM1JBJU/A9Kc+SbaOV4y29sSWckBwMHa+FGtVj5gN/sbnKDf6xJUl+8g7FAij9LVaP8C24DUiH/f/2Z9A==
287279

288-
eslint@^6.2.2:
289-
version "6.2.2"
290-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.2.2.tgz#03298280e7750d81fcd31431f3d333e43d93f24f"
291-
integrity sha512-mf0elOkxHbdyGX1IJEUsNBzCDdyoUgljF3rRlgfyYh0pwGnreLc0jjD6ZuleOibjmnUWZLY2eXwSooeOgGJ2jw==
280+
eslint@^6.4.0:
281+
version "6.4.0"
282+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.4.0.tgz#5aa9227c3fbe921982b2eda94ba0d7fae858611a"
283+
integrity sha512-WTVEzK3lSFoXUovDHEbkJqCVPEPwbhCq4trDktNI6ygs7aO41d4cDT0JFAT5MivzZeVLWlg7vHL+bgrQv/t3vA==
292284
dependencies:
293285
"@babel/code-frame" "^7.0.0"
294286
ajv "^6.10.0"
@@ -726,7 +718,7 @@ optionator@^0.8.2:
726718
type-check "~0.3.2"
727719
wordwrap "~1.0.0"
728720

729-
os-name@^3.0.0:
721+
os-name@^3.1.0:
730722
version "3.1.0"
731723
resolved "https://registry.yarnpkg.com/os-name/-/os-name-3.1.0.tgz#dec19d966296e1cd62d701a5a66ee1ddeae70801"
732724
integrity sha512-h8L+8aNjNcMpo/mAIBPn5PXCM16iyPGjHNWo6U1YO8sJTMHtEtyczI6QJnLoplswm6goopQkqc7OAnjhWcugVg==
@@ -824,9 +816,9 @@ run-async@^2.2.0:
824816
is-promise "^2.1.0"
825817

826818
rxjs@^6.4.0:
827-
version "6.5.2"
828-
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.5.2.tgz#2e35ce815cd46d84d02a209fb4e5921e051dbec7"
829-
integrity sha512-HUb7j3kvb7p7eCUHE3FqjoDsC1xfZQ4AHFWfTKSpZ+sAhhz5X1WX0ZuUqWbzB2QhSLp3DoLUG+hMdEDKqWo2Zg==
819+
version "6.5.3"
820+
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.5.3.tgz#510e26317f4db91a7eb1de77d9dd9ba0a4899a3a"
821+
integrity sha512-wuYsAYYFdWTAnAaPoKGNhfpWwKZbJW+HgAJ+mImp+Epl7BG8oNWBCTyRM8gba9k4lk8BgWdoYm21Mo/RYhhbgA==
830822
dependencies:
831823
tslib "^1.9.0"
832824

@@ -970,12 +962,12 @@ type-check@~0.3.2:
970962
dependencies:
971963
prelude-ls "~1.1.2"
972964

973-
universal-user-agent@^3.0.0:
974-
version "3.0.0"
975-
resolved "https://registry.yarnpkg.com/universal-user-agent/-/universal-user-agent-3.0.0.tgz#4cc88d68097bffd7ac42e3b7c903e7481424b4b9"
976-
integrity sha512-T3siHThqoj5X0benA5H0qcDnrKGXzU8TKoX15x/tQHw1hQBvIEBHjxQ2klizYsqBOO/Q+WuxoQUihadeeqDnoA==
965+
universal-user-agent@^4.0.0:
966+
version "4.0.0"
967+
resolved "https://registry.yarnpkg.com/universal-user-agent/-/universal-user-agent-4.0.0.tgz#27da2ec87e32769619f68a14996465ea1cb9df16"
968+
integrity sha512-eM8knLpev67iBDizr/YtqkJsF3GK8gzDc6st/WKzrTuPtcsOKW/0IdL4cnMBsU69pOx0otavLWBDGTwg+dB0aA==
977969
dependencies:
978-
os-name "^3.0.0"
970+
os-name "^3.1.0"
979971

980972
uri-js@^4.2.2:
981973
version "4.2.2"
@@ -984,11 +976,6 @@ uri-js@^4.2.2:
984976
dependencies:
985977
punycode "^2.1.0"
986978

987-
url-template@^2.0.8:
988-
version "2.0.8"
989-
resolved "https://registry.yarnpkg.com/url-template/-/url-template-2.0.8.tgz#fc565a3cccbff7730c775f5641f9555791439f21"
990-
integrity sha1-/FZaPMy/93MMd19WQflVV5FDnyE=
991-
992979
v8-compile-cache@^2.0.3:
993980
version "2.1.0"
994981
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.1.0.tgz#e14de37b31a6d194f5690d67efc4e7f6fc6ab30e"

0 commit comments

Comments
 (0)