Skip to content

Commit

Permalink
pin colors to 1.4.0 - refs #7886
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Jan 10, 2022
1 parent ffe6c48 commit 2098275
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 26 deletions.
32 changes: 7 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
"aws-sdk": "^2.1008.0",
"camelcase": "^6.2.0",
"cheerio": "^1.0.0-rc.10",
"colors": "1.4.0",
"copyfiles": "^2.4.1",
"del": "^6.0.0",
"depcheck": "^1.4.2",
Expand Down
7 changes: 6 additions & 1 deletion packages/wdio-cucumber-framework/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,16 @@
"@wdio/logger": "7.16.0",
"@wdio/types": "7.16.11",
"@wdio/utils": "7.16.11",
"colors": "1.4.0",
"expect-webdriverio": "^3.0.0",
"glob": "^7.1.2",
"is-glob": "^4.0.0",
"long": "^4.0.0",
"mockery": "^2.1.0"
"mockery": "^2.1.0",
"rimraf": "^3.0.2"
},
"scripts": {
"postinstall": "rimraf ./node_modules/@cucumber/cucumber/node_modules/colors"
},
"peerDependencies": {
"@wdio/cli": "^7.0.0"
Expand Down

0 comments on commit 2098275

Please sign in to comment.