Skip to content

Commit

Permalink
deps: gauge@4.0.3 (#4543)
Browse files Browse the repository at this point in the history
Removes unused ansi-regex dependency and demo file
  • Loading branch information
wraithgar committed Mar 10, 2022
1 parent 40b7fbf commit ad4b564
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 57 deletions.
45 changes: 0 additions & 45 deletions node_modules/gauge/lib/demo.js

This file was deleted.

7 changes: 3 additions & 4 deletions node_modules/gauge/package.json
@@ -1,6 +1,6 @@
{
"name": "gauge",
"version": "4.0.2",
"version": "4.0.3",
"description": "A terminal based horizontal gauge",
"main": "lib",
"scripts": {
Expand Down Expand Up @@ -31,7 +31,6 @@
},
"homepage": "https://github.com/npm/gauge",
"dependencies": {
"ansi-regex": "^5.0.1",
"aproba": "^1.0.3 || ^2.0.0",
"color-support": "^1.1.3",
"console-control-strings": "^1.1.0",
Expand All @@ -42,7 +41,7 @@
"wide-align": "^1.1.5"
},
"devDependencies": {
"@npmcli/template-oss": "^2.7.1",
"@npmcli/template-oss": "^2.9.2",
"readable-stream": "^3.6.0",
"tap": "^15.1.6"
},
Expand All @@ -60,6 +59,6 @@
"lines": 90
},
"templateOSS": {
"version": "2.7.1"
"version": "2.9.2"
}
}
14 changes: 6 additions & 8 deletions package-lock.json
Expand Up @@ -3410,12 +3410,11 @@
"dev": true
},
"node_modules/gauge": {
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/gauge/-/gauge-4.0.2.tgz",
"integrity": "sha512-aSPRm2CvA9R8QyU5eXMFPd+cYkyxLsXHd2l5/FOH2V/eml//M04G6KZOmTap07O1PvEwNcl2NndyLfK8g3QrKA==",
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/gauge/-/gauge-4.0.3.tgz",
"integrity": "sha512-ICw1DhAwMtb22rYFwEHgJcx1JCwJGv3x6G0OQUq56Nge+H4Q8JEwr8iveS0XFlsUNSI67F5ffMGK25bK4Pmskw==",
"inBundle": true,
"dependencies": {
"ansi-regex": "^5.0.1",
"aproba": "^1.0.3 || ^2.0.0",
"color-support": "^1.1.3",
"console-control-strings": "^1.1.0",
Expand Down Expand Up @@ -13325,11 +13324,10 @@
"dev": true
},
"gauge": {
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/gauge/-/gauge-4.0.2.tgz",
"integrity": "sha512-aSPRm2CvA9R8QyU5eXMFPd+cYkyxLsXHd2l5/FOH2V/eml//M04G6KZOmTap07O1PvEwNcl2NndyLfK8g3QrKA==",
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/gauge/-/gauge-4.0.3.tgz",
"integrity": "sha512-ICw1DhAwMtb22rYFwEHgJcx1JCwJGv3x6G0OQUq56Nge+H4Q8JEwr8iveS0XFlsUNSI67F5ffMGK25bK4Pmskw==",
"requires": {
"ansi-regex": "^5.0.1",
"aproba": "^1.0.3 || ^2.0.0",
"color-support": "^1.1.3",
"console-control-strings": "^1.1.0",
Expand Down

0 comments on commit ad4b564

Please sign in to comment.