Skip to content

Commit ca9cfd2

Browse files
committed
build(deps): yarn upgrade --latest
1 parent bf82f47 commit ca9cfd2

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
],
2828
"license": "Apache-2.0",
2929
"dependencies": {
30-
"async": "^3.2.1",
31-
"glob": "^7.0.0",
30+
"async": "^3.2.2",
31+
"glob": "^7.2.0",
3232
"resolve": "^1.1.6"
3333
},
3434
"devDependencies": {

yarn.lock

+20-20
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ async-each-series@^1.1.0:
2222
resolved "https://registry.yarnpkg.com/async-each-series/-/async-each-series-1.1.0.tgz#f42fd8155d38f21a5b8ea07c28e063ed1700b138"
2323
integrity sha1-9C/YFV048hpbjqB8KOBj7RcAsTg=
2424

25-
async@^3.2.1:
26-
version "3.2.1"
27-
resolved "https://registry.yarnpkg.com/async/-/async-3.2.1.tgz#d3274ec66d107a47476a4c49136aacdb00665fc8"
28-
integrity sha512-XdD5lRO/87udXCMC9meWdYiR+Nq6ZjUfXidViUZGu2F1MO4T3XwZ1et0hb2++BgLfhyJwy44BGB/yx80ABx8hg==
25+
async@^3.2.2:
26+
version "3.2.2"
27+
resolved "https://registry.yarnpkg.com/async/-/async-3.2.2.tgz#2eb7671034bb2194d45d30e31e24ec7e7f9670cd"
28+
integrity sha512-H0E+qZaDEfx/FY4t7iLRv1W2fFI6+pyCeTw1uN20AQPiwqwM6ojPxHxdLv4z8hi2DtnW9BOckSspLucW7pIE5g==
2929

3030
balanced-match@^1.0.0:
3131
version "1.0.2"
@@ -79,9 +79,9 @@ datagram-stream@^1.1.1:
7979
integrity sha1-qn2ElZo6GxpeQ9THwDRh9AqP+30=
8080

8181
debug@^4.0.1, debug@^4.1.1:
82-
version "4.3.2"
83-
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.2.tgz#f0a49c18ac8779e31d4a0c6029dfb76873c7428b"
84-
integrity sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==
82+
version "4.3.3"
83+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.3.tgz#04266e0b70a98d4462e6e288e38259213332b664"
84+
integrity sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==
8585
dependencies:
8686
ms "2.1.2"
8787

@@ -137,10 +137,10 @@ get-stream@^3.0.0:
137137
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-3.0.0.tgz#8e943d1358dc37555054ecbe2edb05aa174ede14"
138138
integrity sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ=
139139

140-
glob@^7.0.0:
141-
version "7.1.7"
142-
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.7.tgz#3b193e9233f01d42d0b3f78294bbeeb418f94a90"
143-
integrity sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==
140+
glob@^7.2.0:
141+
version "7.2.0"
142+
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.0.tgz#d15535af7732e02e948f4c41628bd910293f6023"
143+
integrity sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==
144144
dependencies:
145145
fs.realpath "^1.0.0"
146146
inflight "^1.0.4"
@@ -200,9 +200,9 @@ is-arrayish@^0.2.1:
200200
integrity sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=
201201

202202
is-core-module@^2.2.0:
203-
version "2.5.0"
204-
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.5.0.tgz#f754843617c70bfd29b7bd87327400cda5c18491"
205-
integrity sha512-TXCMSDsEHMEEZ6eCA8rwRDbLu55MRGmrctljsBX/2v1d9/GzqHOxW5c5oPSgrUt2vBFXebu9rGqckXGPWOlYpg==
203+
version "2.8.0"
204+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.8.0.tgz#0321336c3d0925e497fd97f5d95cb114a5ccd548"
205+
integrity sha512-vd15qHsaqrRL7dtH6QNuy0ndJmRDrS9HAM1CAiSifNUFv4x1a0CCVsj18hJ1mShxIG6T2i1sO78MkP56r0nYRw==
206206
dependencies:
207207
has "^1.0.3"
208208

@@ -499,9 +499,9 @@ shebang-regex@^1.0.0:
499499
integrity sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=
500500

501501
signal-exit@^3.0.0:
502-
version "3.0.3"
503-
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.3.tgz#a1410c2edd8f077b08b4e253c8eacfcaf057461c"
504-
integrity sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==
502+
version "3.0.6"
503+
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.6.tgz#24e630c4b0f03fea446a2bd299e62b4a6ca8d0af"
504+
integrity sha512-sDl4qMFpijcGw22U5w63KmD3cZJfBuFlVNbVMKje2keoKML7X2UzWbc4XrmEbDwg0NXJc3yv4/ox7b+JWb57kQ==
505505

506506
spdx-correct@^3.0.0:
507507
version "3.1.1"
@@ -525,9 +525,9 @@ spdx-expression-parse@^3.0.0:
525525
spdx-license-ids "^3.0.0"
526526

527527
spdx-license-ids@^3.0.0:
528-
version "3.0.10"
529-
resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.10.tgz#0d9becccde7003d6c658d487dd48a32f0bf3014b"
530-
integrity sha512-oie3/+gKf7QtpitB0LYLETe+k8SifzsX4KixvpOsbI6S0kRiRQ5MKOio8eMSAKQ17N06+wdEOXRiId+zOxo0hA==
528+
version "3.0.11"
529+
resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.11.tgz#50c0d8c40a14ec1bf449bae69a0ea4685a9d9f95"
530+
integrity sha512-Ctl2BrFiM0X3MANYgj3CkygxhRmr9mi6xhejbdO960nF6EDJApTYpn0BQnDKlnNBULKiCN1n3w9EBkHK8ZWg+g==
531531

532532
string-width@^1.0.1:
533533
version "1.0.2"

0 commit comments

Comments
 (0)