Skip to content

Commit

Permalink
Bump version (v1.8.3), bump saucelabs-connector (v1.1.0), temporarly …
Browse files Browse the repository at this point in the history
…disable the vulnerability check (#73)

* Bump version (v1.8.3), bump saucelabs-connector (v1.1.0)

* Switch off the vulnerable check
  • Loading branch information
Farfurix authored May 12, 2021
1 parent a6a01f3 commit 55b31a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .publishrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"validations": {
"vulnerableDependencies": true,
"vulnerableDependencies": false,
"uncommittedChanges": true,
"untrackedFiles": true,
"sensitiveData": true,
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "testcafe-browser-provider-saucelabs",
"version": "1.8.2",
"version": "1.8.3",
"description": "saucelabs TestCafe browser provider plugin.",
"repository": "https://github.com/DevExpress/testcafe-browser-provider-saucelabs",
"homepage": "https://github.com/DevExpress/testcafe-browser-provider-saucelabs",
Expand Down Expand Up @@ -35,7 +35,7 @@
"pify": "^2.3.0",
"pinkie": "^2.0.4",
"request": "^2.74.0",
"saucelabs-connector": "^1.0.0"
"saucelabs-connector": "^1.1.0"
},
"devDependencies": {
"babel-eslint": "^6.1.2",
Expand Down

0 comments on commit 55b31a2

Please sign in to comment.