We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e266f9e commit a8fb019Copy full SHA for a8fb019
javascript/node/selenium-webdriver/CHANGES.md
@@ -1,3 +1,8 @@
1
+## v2.47.0-dev
2
+
3
+* Updated `ws` dependency from `^0.7.1` to `^0.8.0`
4
5
6
## v2.46.1
7
8
* Fixed internal module loading on Windows.
javascript/node/selenium-webdriver/package.json
@@ -25,7 +25,7 @@
25
"adm-zip": "0.4.4",
26
"rimraf": "^2.2.8",
27
"tmp": "0.0.24",
28
- "ws": "^0.7.1",
+ "ws": "^0.8.0",
29
"xml2js": "0.4.4"
30
},
31
"devDependencies": {
0 commit comments