Skip to content

Commit f342192

Browse files
committed
deps: gauge@4.0.2
1 parent 7191d6e commit f342192

3 files changed

Lines changed: 21 additions & 20 deletions

File tree

node_modules/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@ readme*
241241
/is-stream
242242
/is-string
243243
/is-symbol
244+
/is-typedarray
244245
/is-weakref
245246
/is-whitespace-character
246247
/is-windows

node_modules/gauge/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gauge",
3-
"version": "4.0.1",
3+
"version": "4.0.2",
44
"description": "A terminal based horizontal gauge",
55
"main": "lib",
66
"scripts": {
@@ -33,18 +33,18 @@
3333
"dependencies": {
3434
"ansi-regex": "^5.0.1",
3535
"aproba": "^1.0.3 || ^2.0.0",
36-
"color-support": "^1.1.2",
37-
"console-control-strings": "^1.0.0",
36+
"color-support": "^1.1.3",
37+
"console-control-strings": "^1.1.0",
3838
"has-unicode": "^2.0.1",
39-
"signal-exit": "^3.0.0",
39+
"signal-exit": "^3.0.7",
4040
"string-width": "^4.2.3",
4141
"strip-ansi": "^6.0.1",
42-
"wide-align": "^1.1.2"
42+
"wide-align": "^1.1.5"
4343
},
4444
"devDependencies": {
4545
"@npmcli/template-oss": "^2.7.1",
4646
"readable-stream": "^3.6.0",
47-
"tap": "^15.0.10"
47+
"tap": "^15.1.6"
4848
},
4949
"files": [
5050
"bin",

package-lock.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3409,20 +3409,20 @@
34093409
"dev": true
34103410
},
34113411
"node_modules/gauge": {
3412-
"version": "4.0.1",
3413-
"resolved": "https://registry.npmjs.org/gauge/-/gauge-4.0.1.tgz",
3414-
"integrity": "sha512-zJ4jePUHR8cceduZ53b6temRalyGpkC2Kc2r3ecNphmL+uWNoJ3YcOcUjpbG6WwoE/Ef6/+aEZz63neI2WIa1Q==",
3412+
"version": "4.0.2",
3413+
"resolved": "https://registry.npmjs.org/gauge/-/gauge-4.0.2.tgz",
3414+
"integrity": "sha512-aSPRm2CvA9R8QyU5eXMFPd+cYkyxLsXHd2l5/FOH2V/eml//M04G6KZOmTap07O1PvEwNcl2NndyLfK8g3QrKA==",
34153415
"inBundle": true,
34163416
"dependencies": {
34173417
"ansi-regex": "^5.0.1",
34183418
"aproba": "^1.0.3 || ^2.0.0",
3419-
"color-support": "^1.1.2",
3420-
"console-control-strings": "^1.0.0",
3419+
"color-support": "^1.1.3",
3420+
"console-control-strings": "^1.1.0",
34213421
"has-unicode": "^2.0.1",
3422-
"signal-exit": "^3.0.0",
3422+
"signal-exit": "^3.0.7",
34233423
"string-width": "^4.2.3",
34243424
"strip-ansi": "^6.0.1",
3425-
"wide-align": "^1.1.2"
3425+
"wide-align": "^1.1.5"
34263426
},
34273427
"engines": {
34283428
"node": "^12.13.0 || ^14.15.0 || >=16"
@@ -13308,19 +13308,19 @@
1330813308
"dev": true
1330913309
},
1331013310
"gauge": {
13311-
"version": "4.0.1",
13312-
"resolved": "https://registry.npmjs.org/gauge/-/gauge-4.0.1.tgz",
13313-
"integrity": "sha512-zJ4jePUHR8cceduZ53b6temRalyGpkC2Kc2r3ecNphmL+uWNoJ3YcOcUjpbG6WwoE/Ef6/+aEZz63neI2WIa1Q==",
13311+
"version": "4.0.2",
13312+
"resolved": "https://registry.npmjs.org/gauge/-/gauge-4.0.2.tgz",
13313+
"integrity": "sha512-aSPRm2CvA9R8QyU5eXMFPd+cYkyxLsXHd2l5/FOH2V/eml//M04G6KZOmTap07O1PvEwNcl2NndyLfK8g3QrKA==",
1331413314
"requires": {
1331513315
"ansi-regex": "^5.0.1",
1331613316
"aproba": "^1.0.3 || ^2.0.0",
13317-
"color-support": "^1.1.2",
13318-
"console-control-strings": "^1.0.0",
13317+
"color-support": "^1.1.3",
13318+
"console-control-strings": "^1.1.0",
1331913319
"has-unicode": "^2.0.1",
13320-
"signal-exit": "^3.0.0",
13320+
"signal-exit": "^3.0.7",
1332113321
"string-width": "^4.2.3",
1332213322
"strip-ansi": "^6.0.1",
13323-
"wide-align": "^1.1.2"
13323+
"wide-align": "^1.1.5"
1332413324
},
1332513325
"dependencies": {
1332613326
"ansi-regex": {

0 commit comments

Comments
 (0)