Skip to content

Commit 0f9e7c8

Browse files
committed
Update yarn.lock
1 parent 2d1d270 commit 0f9e7c8

File tree

1 file changed

+26
-21
lines changed

1 file changed

+26
-21
lines changed

yarn.lock

Lines changed: 26 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@
7979
resolved "https://registry.yarnpkg.com/@octokit/plugin-request-log/-/plugin-request-log-1.0.0.tgz#eef87a431300f6148c39a7f75f8cfeb218b2547e"
8080
integrity sha512-ywoxP68aOT3zHCLgWZgwUJatiENeHE7xJzYjfz8WI0goynp96wETBF+d95b8g/uL4QmS6owPVlaxiz3wyMAzcw==
8181

82-
"@octokit/plugin-rest-endpoint-methods@3.4.0":
83-
version "3.4.0"
84-
resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-3.4.0.tgz#27b1dac7fba4d0d6e488967919b6a5bd3595ffbc"
85-
integrity sha512-Tvctk0u5SVrSLAzi8SLo0KrLSBl5biAHBgWy3L65vsbO/2fjzr62HVkoDPyr+WRT+eHhhqpKAERF3dQWOIUOvQ==
82+
"@octokit/plugin-rest-endpoint-methods@3.5.1":
83+
version "3.5.1"
84+
resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-3.5.1.tgz#f8882cfb8d7e8cc1deb0b50813fe233468c61a8d"
85+
integrity sha512-MBB4IKIbSUAc+novVCN6eAiP3i7tNzCfYxt7mW0j9hJ3rW88ng6MnJm6F235GAaAvwdHOjN+3AfRnIV1kE0/5Q==
8686
dependencies:
8787
"@octokit/types" "^2.0.1"
8888
deprecation "^2.3.1"
@@ -111,19 +111,19 @@
111111
universal-user-agent "^5.0.0"
112112

113113
"@octokit/rest@^17.1.1":
114-
version "17.1.4"
115-
resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-17.1.4.tgz#b03eb97635de62b48428f998ad1cb9244edd2d10"
116-
integrity sha512-LGghhepxoXyvi7ew0OdedrlwXQog8gvTbcdXoQ6RDKnzoYW2rBpcqeWC4fTuPUp9K0UEykcMix8kFnQ5b+64JQ==
114+
version "17.2.0"
115+
resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-17.2.0.tgz#bdffe261d9d6fee5193953ae35772f7aecd57867"
116+
integrity sha512-/r1yhGaGFCz/oghBkWKWQY36hpC1mG3ouAW6JHKgPzqOND02eZ1ZG+mJ98Ww3iq3SrFzyNHDAoyT7Er7iuut5A==
117117
dependencies:
118118
"@octokit/core" "^2.4.3"
119119
"@octokit/plugin-paginate-rest" "^2.0.0"
120120
"@octokit/plugin-request-log" "^1.0.0"
121-
"@octokit/plugin-rest-endpoint-methods" "3.4.0"
121+
"@octokit/plugin-rest-endpoint-methods" "3.5.1"
122122

123123
"@octokit/types@^2.0.0", "@octokit/types@^2.0.1":
124-
version "2.5.1"
125-
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-2.5.1.tgz#22563b3bb50034bea3176eac1860340c5e812e2a"
126-
integrity sha512-q4Wr7RexkPRrkQpXzUYF5Fj/14Mr65RyOHj6B9d/sQACpqGcStkHZj4qMEtlMY5SnD/69jlL9ItGPbDM0dR/dA==
124+
version "2.7.0"
125+
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-2.7.0.tgz#c57b75d993c2f80f4e7ed913a2f11d0502917b21"
126+
integrity sha512-XGXXXccfWP+YYXNXtW7xS8b/J/EPDWfBXlMQIZWTZ7EcOA3o8ywhZqWcPb8MvbIcPP14duoIgnXpxXevNisRCQ==
127127
dependencies:
128128
"@types/node" ">= 8"
129129

@@ -605,9 +605,9 @@ glob@^6.0.1:
605605
path-is-absolute "^1.0.0"
606606

607607
glob@^7.1.3:
608-
version "7.1.4"
609-
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.4.tgz#aa608a2f6c577ad357e1ae5a5c26d9a8d1969255"
610-
integrity sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==
608+
version "7.1.6"
609+
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6"
610+
integrity sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==
611611
dependencies:
612612
fs.realpath "^1.0.0"
613613
inflight "^1.0.4"
@@ -980,9 +980,9 @@ mimic-fn@^2.1.0:
980980
brace-expansion "^1.1.7"
981981

982982
minimist@^1.2.0:
983-
version "1.2.0"
984-
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284"
985-
integrity sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=
983+
version "1.2.5"
984+
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
985+
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
986986

987987
mount-point@^3.0.0:
988988
version "3.0.0"
@@ -1371,7 +1371,12 @@ shelljs@^0.5.3:
13711371
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.5.3.tgz#c54982b996c76ef0c1e6b59fbdc5825f5b713113"
13721372
integrity sha1-xUmCuZbHbvDB5rWfvcWCX1txMRM=
13731373

1374-
signal-exit@^3.0.0, signal-exit@^3.0.2:
1374+
signal-exit@^3.0.0:
1375+
version "3.0.3"
1376+
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.3.tgz#a1410c2edd8f077b08b4e253c8eacfcaf057461c"
1377+
integrity sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==
1378+
1379+
signal-exit@^3.0.2:
13751380
version "3.0.2"
13761381
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d"
13771382
integrity sha1-tf3AjxKH6hF4Yo5BXiUTK3NkbG0=
@@ -1577,9 +1582,9 @@ which@^2.0.1:
15771582
isexe "^2.0.0"
15781583

15791584
windows-release@^3.1.0:
1580-
version "3.2.0"
1581-
resolved "https://registry.yarnpkg.com/windows-release/-/windows-release-3.2.0.tgz#8122dad5afc303d833422380680a79cdfa91785f"
1582-
integrity sha512-QTlz2hKLrdqukrsapKsINzqMgOUpQW268eJ0OaOpJN32h272waxR9fkB9VoWRtK7uKHG5EHJcTXQBD8XZVJkFA==
1585+
version "3.3.0"
1586+
resolved "https://registry.yarnpkg.com/windows-release/-/windows-release-3.3.0.tgz#dce167e9f8be733f21c849ebd4d03fe66b29b9f0"
1587+
integrity sha512-2HetyTg1Y+R+rUgrKeUEhAG/ZuOmTrI1NBb3ZyAGQMYmOJjBBPe4MTodghRkmLJZHwkuPi02anbeGP+Zf401LQ==
15831588
dependencies:
15841589
execa "^1.0.0"
15851590

0 commit comments

Comments
 (0)