Skip to content

Commit

Permalink
Merge pull request #27 from qihaiyan/dependabot/npm_and_yarn/ui-impli…
Browse files Browse the repository at this point in the history
…cit/sockjs-0.3.20

Bump sockjs from 0.3.18 to 0.3.20 in /ui-implicit
  • Loading branch information
qihaiyan authored Jul 20, 2022
2 parents c8b335b + f9bf1cc commit 93983fb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ui-implicit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"postcss-loader": "^1.3.2",
"raw-loader": "^0.5.1",
"satellizer": "^0.15.5",
"sockjs": "^0.3.18",
"sockjs": "^0.3.20",
"style-loader": "^0.13.2",
"url-loader": "^0.5.8",
"webpack": "^2.2.1",
Expand Down
14 changes: 11 additions & 3 deletions ui-implicit/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5261,13 +5261,21 @@ [email protected]:
json3 "^3.3.2"
url-parse "^1.4.3"

[email protected], sockjs@^0.3.18:
[email protected]:
version "0.3.19"
resolved "https://registry.yarnpkg.com/sockjs/-/sockjs-0.3.19.tgz#d976bbe800af7bd20ae08598d582393508993c0d"
dependencies:
faye-websocket "^0.10.0"
uuid "^3.0.1"

sockjs@^0.3.20:
version "0.3.20"
resolved "https://registry.yarnpkg.com/sockjs/-/sockjs-0.3.20.tgz#b26a283ec562ef8b2687b44033a4eeceac75d855"
dependencies:
faye-websocket "^0.10.0"
uuid "^3.4.0"
websocket-driver "0.6.5"

sort-keys@^1.0.0:
version "1.1.2"
resolved "https://registry.yarnpkg.com/sort-keys/-/sort-keys-1.1.2.tgz#441b6d4d346798f1b4e49e8920adfba0e543f9ad"
Expand Down Expand Up @@ -5765,7 +5773,7 @@ [email protected]:
version "1.0.1"
resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713"

uuid@^3.0.1, uuid@^3.3.2:
uuid@^3.0.1, uuid@^3.3.2, uuid@^3.4.0:
version "3.4.0"
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"

Expand Down Expand Up @@ -5903,7 +5911,7 @@ webpack@^2.2.1:
webpack-sources "^0.1.4"
yargs "^6.0.0"

websocket-driver@>=0.5.1:
websocket-driver@0.6.5, websocket-driver@>=0.5.1:
version "0.6.5"
resolved "https://registry.yarnpkg.com/websocket-driver/-/websocket-driver-0.6.5.tgz#5cb2556ceb85f4373c6d8238aa691c8454e13a36"
dependencies:
Expand Down

0 comments on commit 93983fb

Please sign in to comment.