Skip to content

Commit da88996

Browse files
committed
chore: dev dependency upgrades for security patching
1 parent 307d68d commit da88996

File tree

2 files changed

+72
-67
lines changed

2 files changed

+72
-67
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@
4040
"homepage": "https://github.com/DamonOehlman/detect-browser",
4141
"devDependencies": {
4242
"@types/node": "^13.9.1",
43-
"embellish-readme": "^1.5.1",
43+
"embellish-readme": "^1.7.2",
4444
"npm-run-all": "^4.1.5",
4545
"prettier": "^1.18.2",
4646
"rimraf": "^3.0.2",
4747
"semver": "^7.1.3",
4848
"tape": "^4.11.0",
49-
"tslint": "^6.1.0",
49+
"tslint": "^6.1.3",
5050
"typescript": "^3.6.2"
5151
}
5252
}

yarn.lock

Lines changed: 70 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,15 @@ balanced-match@^1.0.0:
4242
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767"
4343
integrity sha1-ibTRmasr7kneFk6gK4nORi1xt2c=
4444

45+
bent@^7.3.10:
46+
version "7.3.10"
47+
resolved "https://registry.yarnpkg.com/bent/-/bent-7.3.10.tgz#3c58a218b51c1efc9e0381a4f230b2f437184cb9"
48+
integrity sha512-X2P2nGRWejGn6IjJfL4usOuAVMng1DdyuRhXLGOcUvEblBcLZenrSjlkgS8ob1s3tbq3mo1FDxKhCRNvcf0y0Q==
49+
dependencies:
50+
bytesish "^0.4.1"
51+
caseless "~0.12.0"
52+
is-stream "^2.0.0"
53+
4554
brace-expansion@^1.1.7:
4655
version "1.1.11"
4756
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd"
@@ -55,7 +64,12 @@ builtin-modules@^1.1.1:
5564
resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-1.1.1.tgz#270f076c5a72c02f5b65a47df94c5fe3a278892f"
5665
integrity sha1-Jw8HbFpywC9bZaR9+Uxf46J4iS8=
5766

58-
caseless@^0.12.0:
67+
bytesish@^0.4.1:
68+
version "0.4.3"
69+
resolved "https://registry.yarnpkg.com/bytesish/-/bytesish-0.4.3.tgz#886b4c5d0eb5d46678cbfaa2c5fc7d706527b00f"
70+
integrity sha512-OuwahLpcvvYfFnxZL0E/Gx6D7U2A72JM8cXL+5uiiZP/x84B/arG5kL8QfRLCLKb/Ttp1Jk2bPDLeltP96dtbw==
71+
72+
caseless@~0.12.0:
5973
version "0.12.0"
6074
resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
6175
integrity sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=
@@ -145,22 +159,24 @@ dotignore@~0.1.2:
145159
dependencies:
146160
minimatch "^3.0.4"
147161

148-
embellish-readme@^1.5.1:
149-
version "1.5.2"
150-
resolved "https://registry.yarnpkg.com/embellish-readme/-/embellish-readme-1.5.2.tgz#774fd43446f45bb02869f85169ffd8fe0f4427e6"
151-
integrity sha512-nCkeZjhs3P5Rhz9sgkmQOSk8zO8n3Q42CKpvVdCRjjSHZYHVCy8JIqhx+PyF0NYwnQPZtcvnf4WEIyepMConHQ==
162+
embellish-readme@^1.7.2:
163+
version "1.7.2"
164+
resolved "https://registry.yarnpkg.com/embellish-readme/-/embellish-readme-1.7.2.tgz#eb7aeb1a9334f5addd8be16d81feb563e9e92d93"
165+
integrity sha512-Ps7iC4EBDA4s1otB0Ypovft+6gmaN4t9DQrZPSFLyPzNTX5dNG2f25me6d7pOEzB2D6i2rn5Muj3uGkhgMIuiA==
152166
dependencies:
167+
bent "^7.3.10"
153168
debug "^4.1.1"
154-
formatter "^0.4.1"
169+
fp-ts "^2.8.2"
170+
io-ts "^2.2.10"
155171
marked-ast "^0.3.0"
156-
marked-ast-markdown "^2.0.1"
172+
marked-ast-markdown "^2.1.0"
173+
mustache "^4.0.1"
157174
out "^1.1.0"
158-
r2 "^2.0.1"
159175

160-
entities@^1.1.1:
161-
version "1.1.2"
162-
resolved "https://registry.yarnpkg.com/entities/-/entities-1.1.2.tgz#bdfa735299664dfafd34529ed4f8522a275fea56"
163-
integrity sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w==
176+
entities@^2.0.2:
177+
version "2.0.3"
178+
resolved "https://registry.yarnpkg.com/entities/-/entities-2.0.3.tgz#5c487e5742ab93c15abb5da22759b8590ec03b7f"
179+
integrity sha512-MyoZ0jgnLvB2X3Lg5HqpFmn1kybDiIfEQmKzTb5apr51Rb+T3KdmMiqa70T+bhGnyv7bQ6WMj2QMHpGMmlrUYQ==
164180

165181
error-ex@^1.3.1:
166182
version "1.3.2"
@@ -217,10 +233,10 @@ for-each@~0.3.3:
217233
dependencies:
218234
is-callable "^1.1.3"
219235

220-
formatter@^0.4.1:
221-
version "0.4.1"
222-
resolved "https://registry.yarnpkg.com/formatter/-/formatter-0.4.1.tgz#f43afedf8f2e7454ceae02ce45567a9fa3277fb8"
223-
integrity sha1-9Dr+348udFTOrgLORVZ6n6Mnf7g=
236+
fp-ts@^2.8.2:
237+
version "2.8.2"
238+
resolved "https://registry.yarnpkg.com/fp-ts/-/fp-ts-2.8.2.tgz#7948dea1ceef32e487d7f7f47bd2d3c4fcccfc0d"
239+
integrity sha512-YKLBW75Rp+L9DuY1jr7QO6mZLTmJjy7tOqSAMcB2q2kBomqLjBMyV7dotpcnZmUYY6khMsfgYWtPbUDOFcNmkA==
224240

225241
fs.realpath@^1.0.0:
226242
version "1.0.0"
@@ -284,6 +300,11 @@ inherits@2, inherits@~2.0.4:
284300
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
285301
integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==
286302

303+
io-ts@^2.2.10:
304+
version "2.2.10"
305+
resolved "https://registry.yarnpkg.com/io-ts/-/io-ts-2.2.10.tgz#447d02df51717464a90712b146ec8dbc21b4a74b"
306+
integrity sha512-WHx5jJe7hPpc6JoSIVbD+Xn6tYqe3cRvNpX24d8Wi15/kxhRWa8apo0Gzag6Xg99sCNY9OHKylw/Vhv0JAbNPQ==
307+
287308
is-arguments@^1.0.4:
288309
version "1.0.4"
289310
resolved "https://registry.yarnpkg.com/is-arguments/-/is-arguments-1.0.4.tgz#3faf966c7cba0ff437fb31f6250082fcf0448cf3"
@@ -311,18 +332,18 @@ is-regex@^1.0.4, is-regex@^1.0.5, is-regex@~1.0.5:
311332
dependencies:
312333
has "^1.0.3"
313334

335+
is-stream@^2.0.0:
336+
version "2.0.0"
337+
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-2.0.0.tgz#bde9c32680d6fae04129d6ac9d921ce7815f78e3"
338+
integrity sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw==
339+
314340
is-symbol@^1.0.2:
315341
version "1.0.3"
316342
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.3.tgz#38e1014b9e6329be0de9d24a414fd7441ec61937"
317343
integrity sha512-OwijhaRSgqvhm/0ZdAcXNZt9lYdKFpcRDT5ULUuYXPoT794UNOdU+gpT6Rzo7b4V2HUl/op6GqY894AZwv9faQ==
318344
dependencies:
319345
has-symbols "^1.0.1"
320346

321-
is-typedarray@^1.0.0:
322-
version "1.0.0"
323-
resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a"
324-
integrity sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=
325-
326347
isexe@^2.0.0:
327348
version "2.0.0"
328349
resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10"
@@ -356,12 +377,12 @@ load-json-file@^4.0.0:
356377
pify "^3.0.0"
357378
strip-bom "^3.0.0"
358379

359-
marked-ast-markdown@^2.0.1:
360-
version "2.0.1"
361-
resolved "https://registry.yarnpkg.com/marked-ast-markdown/-/marked-ast-markdown-2.0.1.tgz#3b51e940533de66e279721344339b7c8c656bb59"
362-
integrity sha512-c7l2EOCpG/VcaX7OYa2xFtWrGOVz/rL7tLqZL0+eak9Vw3HGBry+qbR9IWccGZiwfgCdWt+HvLSootQIBh/KjA==
380+
marked-ast-markdown@^2.1.0:
381+
version "2.1.0"
382+
resolved "https://registry.yarnpkg.com/marked-ast-markdown/-/marked-ast-markdown-2.1.0.tgz#1756e237e528c59a10bc04992b7d64bc445f9478"
383+
integrity sha512-vGC/NGGlvyu4I1Uox41a/ScpPbyYL74UWd7GsWjB9pmpmK1iMKqt0d5KdW+wShplefoDZvhm9kRwPlEYE85YGA==
363384
dependencies:
364-
entities "^1.1.1"
385+
entities "^2.0.2"
365386
whisk "^1.0.0"
366387

367388
marked-ast@^0.3.0:
@@ -381,38 +402,33 @@ minimatch@^3.0.4:
381402
dependencies:
382403
brace-expansion "^1.1.7"
383404

384-
minimist@0.0.8:
385-
version "0.0.8"
386-
resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d"
387-
integrity sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=
388-
389-
minimist@~1.2.0:
405+
minimist@^1.2.5, minimist@~1.2.0:
390406
version "1.2.5"
391407
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
392408
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
393409

394-
mkdirp@^0.5.1:
395-
version "0.5.1"
396-
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.1.tgz#30057438eac6cf7f8c4767f38648d6697d75c903"
397-
integrity sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=
410+
mkdirp@^0.5.3:
411+
version "0.5.5"
412+
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.5.tgz#d91cefd62d1436ca0f41620e251288d420099def"
413+
integrity sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==
398414
dependencies:
399-
minimist "0.0.8"
415+
minimist "^1.2.5"
400416

401417
ms@^2.1.1:
402418
version "2.1.2"
403419
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
404420
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
405421

422+
mustache@^4.0.1:
423+
version "4.0.1"
424+
resolved "https://registry.yarnpkg.com/mustache/-/mustache-4.0.1.tgz#d99beb031701ad433338e7ea65e0489416c854a2"
425+
integrity sha512-yL5VE97+OXn4+Er3THSmTdCFCtx5hHWzrolvH+JObZnUYwuaG7XV+Ch4fR2cIrcYI0tFHxS7iyFYl14bW8y2sA==
426+
406427
nice-try@^1.0.4:
407428
version "1.0.5"
408429
resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366"
409430
integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==
410431

411-
node-fetch@^2.0.0-alpha.8:
412-
version "2.6.0"
413-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd"
414-
integrity sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==
415-
416432
normalize-package-data@^2.3.2:
417433
version "2.5.0"
418434
resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz#e66db1838b200c1dfc233225d12cb36520e234a8"
@@ -520,15 +536,6 @@ prettier@^1.18.2:
520536
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.19.1.tgz#f7d7f5ff8a9cd872a7be4ca142095956a60797cb"
521537
integrity sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew==
522538

523-
r2@^2.0.1:
524-
version "2.0.1"
525-
resolved "https://registry.yarnpkg.com/r2/-/r2-2.0.1.tgz#94cd802ecfce9a622549c8182032d8e4a2b2e612"
526-
integrity sha512-EEmxoxYCe3LHzAUhRIRxdCKERpeRNmlLj6KLUSORqnK6dWl/K5ShmDGZqM2lRZQeqJgF+wyqk0s1M7SWUveNOQ==
527-
dependencies:
528-
caseless "^0.12.0"
529-
node-fetch "^2.0.0-alpha.8"
530-
typedarray-to-buffer "^3.1.2"
531-
532539
read-pkg@^3.0.0:
533540
version "3.0.0"
534541
resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-3.0.0.tgz#9cbc686978fee65d16c00e2b19c237fcf6e38389"
@@ -696,15 +703,20 @@ through@~2.3.4, through@~2.3.8:
696703
resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5"
697704
integrity sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=
698705

699-
tslib@^1.10.0, tslib@^1.8.1:
706+
tslib@^1.13.0:
707+
version "1.13.0"
708+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.13.0.tgz#c881e13cc7015894ed914862d276436fa9a47043"
709+
integrity sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==
710+
711+
tslib@^1.8.1:
700712
version "1.11.1"
701713
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.11.1.tgz#eb15d128827fbee2841549e171f45ed338ac7e35"
702714
integrity sha512-aZW88SY8kQbU7gpV19lN24LtXh/yD4ZZg6qieAJDDg+YBsJcSmLGK9QpnUjAKVG/xefmvJGd1WUmfpT/g6AJGA==
703715

704-
tslint@^6.1.0:
705-
version "6.1.0"
706-
resolved "https://registry.yarnpkg.com/tslint/-/tslint-6.1.0.tgz#c6c611b8ba0eed1549bf5a59ba05a7732133d851"
707-
integrity sha512-fXjYd/61vU6da04E505OZQGb2VCN2Mq3doeWcOIryuG+eqdmFUXTYVwdhnbEu2k46LNLgUYt9bI5icQze/j0bQ==
716+
tslint@^6.1.3:
717+
version "6.1.3"
718+
resolved "https://registry.yarnpkg.com/tslint/-/tslint-6.1.3.tgz#5c23b2eccc32487d5523bd3a470e9aa31789d904"
719+
integrity sha512-IbR4nkT96EQOvKE2PW/djGz8iGNeJ4rF2mBfiYaR/nvUWYKJhLwimoJKgjIFEIDibBtOevj7BqCRL4oHeWWUCg==
708720
dependencies:
709721
"@babel/code-frame" "^7.0.0"
710722
builtin-modules "^1.1.1"
@@ -714,10 +726,10 @@ tslint@^6.1.0:
714726
glob "^7.1.1"
715727
js-yaml "^3.13.1"
716728
minimatch "^3.0.4"
717-
mkdirp "^0.5.1"
729+
mkdirp "^0.5.3"
718730
resolve "^1.3.2"
719731
semver "^5.3.0"
720-
tslib "^1.10.0"
732+
tslib "^1.13.0"
721733
tsutils "^2.29.0"
722734

723735
tsutils@^2.29.0:
@@ -727,13 +739,6 @@ tsutils@^2.29.0:
727739
dependencies:
728740
tslib "^1.8.1"
729741

730-
typedarray-to-buffer@^3.1.2:
731-
version "3.1.5"
732-
resolved "https://registry.yarnpkg.com/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz#a97ee7a9ff42691b9f783ff1bc5112fe3fca9080"
733-
integrity sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==
734-
dependencies:
735-
is-typedarray "^1.0.0"
736-
737742
typescript@^3.6.2:
738743
version "3.8.3"
739744
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.8.3.tgz#409eb8544ea0335711205869ec458ab109ee1061"

0 commit comments

Comments
 (0)