-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump websocket-extensions from 0.1.3 to 0.1.4
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4. - [Release notes](https://github.com/faye/websocket-extensions-node/releases) - [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md) - [Commits](faye/websocket-extensions-node@0.1.3...0.1.4) Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
efbf0c7
commit 6412e10
Showing
2 changed files
with
28 additions
and
5 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -4839,6 +4839,13 @@ gatsby-source-contentful@^2.1.42: | |
lodash "^4.17.15" | ||
qs "^6.9.0" | ||
|
||
gatsby-source-dev@^0.1.4: | ||
version "0.1.4" | ||
resolved "https://registry.yarnpkg.com/gatsby-source-dev/-/gatsby-source-dev-0.1.4.tgz#ef8e696ed9b2ba4919d3cfd36a9fbcfe8db1fff5" | ||
dependencies: | ||
axios "^0.19.0" | ||
query-string "^6.1.0" | ||
|
||
gatsby-source-filesystem@^2.1.26: | ||
version "2.1.26" | ||
resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-2.1.26.tgz#ab374e48d83e0ec8574360867ba6224d2e33d576" | ||
|
@@ -8543,6 +8550,14 @@ query-string@^5.0.1: | |
object-assign "^4.1.0" | ||
strict-uri-encode "^1.0.0" | ||
|
||
query-string@^6.1.0: | ||
version "6.13.0" | ||
resolved "https://registry.yarnpkg.com/query-string/-/query-string-6.13.0.tgz#8d875f66581c854d7480ac79478abb847de742f6" | ||
dependencies: | ||
decode-uri-component "^0.2.0" | ||
split-on-first "^1.0.0" | ||
strict-uri-encode "^2.0.0" | ||
|
||
querystring-es3@^0.2.0: | ||
version "0.2.1" | ||
resolved "https://registry.yarnpkg.com/querystring-es3/-/querystring-es3-0.2.1.tgz#9ec61f79049875707d69414596fd907a4d711e73" | ||
|
@@ -9585,6 +9600,10 @@ spdy@^4.0.0: | |
select-hose "^2.0.0" | ||
spdy-transport "^3.0.0" | ||
|
||
split-on-first@^1.0.0: | ||
version "1.1.0" | ||
resolved "https://registry.yarnpkg.com/split-on-first/-/split-on-first-1.1.0.tgz#f610afeee3b12bce1d0c30425e76398b78249a5f" | ||
|
||
split-string@^3.0.1, split-string@^3.0.2: | ||
version "3.1.0" | ||
resolved "https://registry.yarnpkg.com/split-string/-/split-string-3.1.0.tgz#7cb09dda3a86585705c64b39a6466038682e8fe2" | ||
|
@@ -9688,6 +9707,10 @@ strict-uri-encode@^1.0.0: | |
version "1.1.0" | ||
resolved "https://registry.yarnpkg.com/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz#279b225df1d582b1f54e65addd4352e18faa0713" | ||
|
||
strict-uri-encode@^2.0.0: | ||
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/strict-uri-encode/-/strict-uri-encode-2.0.0.tgz#b9c7330c7042862f6b142dc274bbcc5866ce3546" | ||
|
||
string-length@^2.0.0: | ||
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/string-length/-/string-length-2.0.0.tgz#d40dbb686a3ace960c1cffca562bf2c45f8363ed" | ||
|
@@ -10609,8 +10632,8 @@ websocket-driver@>=0.5.1: | |
websocket-extensions ">=0.1.1" | ||
|
||
websocket-extensions@>=0.1.1: | ||
version "0.1.3" | ||
resolved "https://registry.yarnpkg.com/websocket-extensions/-/websocket-extensions-0.1.3.tgz#5d2ff22977003ec687a4b87073dfbbac146ccf29" | ||
version "0.1.4" | ||
resolved "https://registry.yarnpkg.com/websocket-extensions/-/websocket-extensions-0.1.4.tgz#7f8473bc839dfd87608adb95d7eb075211578a42" | ||
|
||
[email protected]: | ||
version "2.0.4" | ||
|