-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update sauce connect launcher
- Loading branch information
1 parent
5e6b026
commit 23b98f5
Showing
7 changed files
with
305 additions
and
4,667 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
{ | ||
"name": "@vaadin/vaadin-charts", | ||
"version": "6.3.7", | ||
"version": "6.3.8", | ||
"lockfileVersion": 3, | ||
"requires": true, | ||
"packages": { | ||
"": { | ||
"name": "@vaadin/vaadin-charts", | ||
"version": "6.3.7", | ||
"version": "6.3.8", | ||
"license": "SEE LICENSE IN LICENSE.txt", | ||
"dependencies": { | ||
"@polymer/polymer": "^3.0.0", | ||
|
@@ -9743,17 +9743,17 @@ | |
}, | ||
"node_modules/sauce-connect-launcher": { | ||
"version": "1.3.2", | ||
"resolved": "https://registry.npmjs.org/sauce-connect-launcher/-/sauce-connect-launcher-1.3.2.tgz", | ||
"integrity": "sha512-wf0coUlidJ7rmeClgVVBh6Kw55/yalZCY/Un5RgjSnTXRAeGqagnTsTYpZaqC4dCtrY4myuYpOAZXCdbO7lHfQ==", | ||
"resolved": "git+ssh://[email protected]/vaadin/sauce-connect-launcher.git#20fca782221404fef626c985e975268bfaba05cd", | ||
"dev": true, | ||
"hasInstallScript": true, | ||
"license": "MIT", | ||
"optional": true, | ||
"dependencies": { | ||
"adm-zip": "~0.4.3", | ||
"async": "^2.1.2", | ||
"adm-zip": "^0.4.14", | ||
"async": "^3.2.0", | ||
"https-proxy-agent": "^5.0.0", | ||
"lodash": "^4.16.6", | ||
"rimraf": "^2.5.4" | ||
"lodash": "^4.17.15", | ||
"rimraf": "^3.0.2" | ||
}, | ||
"engines": { | ||
"node": ">= 4" | ||
|
@@ -9772,6 +9772,13 @@ | |
"node": ">= 6.0.0" | ||
} | ||
}, | ||
"node_modules/sauce-connect-launcher/node_modules/async": { | ||
"version": "3.2.6", | ||
"resolved": "https://registry.npmjs.org/async/-/async-3.2.6.tgz", | ||
"integrity": "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==", | ||
"dev": true, | ||
"optional": true | ||
}, | ||
"node_modules/sauce-connect-launcher/node_modules/https-proxy-agent": { | ||
"version": "5.0.0", | ||
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.0.tgz", | ||
|
@@ -9786,6 +9793,23 @@ | |
"node": ">= 6" | ||
} | ||
}, | ||
"node_modules/sauce-connect-launcher/node_modules/rimraf": { | ||
"version": "3.0.2", | ||
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", | ||
"integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", | ||
"deprecated": "Rimraf versions prior to v4 are no longer supported", | ||
"dev": true, | ||
"optional": true, | ||
"dependencies": { | ||
"glob": "^7.1.3" | ||
}, | ||
"bin": { | ||
"rimraf": "bin.js" | ||
}, | ||
"funding": { | ||
"url": "https://github.com/sponsors/isaacs" | ||
} | ||
}, | ||
"node_modules/select-hose": { | ||
"version": "2.0.0", | ||
"resolved": "https://registry.npmjs.org/select-hose/-/select-hose-2.0.0.tgz", | ||
|
Oops, something went wrong.