Update dependency django-channels to v1.2.2
This commit is contained in:
parent
e34197c13a
commit
21005b02ea
|
@ -19,7 +19,7 @@
|
|||
"axios-auth-refresh": "2.2.8",
|
||||
"core-js": "3.20.3",
|
||||
"diff": "4.0.2",
|
||||
"django-channels": "1.1.6",
|
||||
"django-channels": "1.2.2",
|
||||
"focus-trap": "5.1.0",
|
||||
"fomantic-ui-css": "2.8.8",
|
||||
"howler": "2.2.3",
|
||||
|
|
|
@ -907,7 +907,7 @@
|
|||
core-js "^2.6.5"
|
||||
regenerator-runtime "^0.13.4"
|
||||
|
||||
"@babel/runtime@^7.0.0", "@babel/runtime@^7.11.0", "@babel/runtime@^7.3.4", "@babel/runtime@^7.8.4":
|
||||
"@babel/runtime@^7.0.0", "@babel/runtime@^7.11.0", "@babel/runtime@^7.3.4", "@babel/runtime@^7.5.5", "@babel/runtime@^7.8.4":
|
||||
version "7.16.7"
|
||||
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.16.7.tgz#03ff99f64106588c9c403c6ecb8c3bafbbdff1fa"
|
||||
integrity sha512-9E9FJowqAsytyOY6LG+1KuueckRL+aQW+mKvXRXnuFGyRAyepJPmEo9vgMfXUA6O9u3IeEdv9MAkppFcaQwogQ==
|
||||
|
@ -3677,12 +3677,13 @@ dir-glob@^3.0.1:
|
|||
dependencies:
|
||||
path-type "^4.0.0"
|
||||
|
||||
django-channels@1.1.6:
|
||||
version "1.1.6"
|
||||
resolved "https://registry.yarnpkg.com/django-channels/-/django-channels-1.1.6.tgz#51cdf9d818be3d098ef49a49356f2a7a78499180"
|
||||
integrity sha1-Uc352Bi+PQmO9JpJNW8qenhJkYA=
|
||||
django-channels@1.2.2:
|
||||
version "1.2.2"
|
||||
resolved "https://registry.yarnpkg.com/django-channels/-/django-channels-1.2.2.tgz#cbcf7b422ab67ca471d924d809eb7f0f5b448f3f"
|
||||
integrity sha512-Dht/ocjlqTlJI6ZBQidWfBVEC5rcwYPf9/6/oeGMsXpPKbDqS884I++bu57U8Or0TRAP6N+H6ZqajM030pYmVw==
|
||||
dependencies:
|
||||
reconnecting-websocket "^3.0.3"
|
||||
"@babel/runtime" "^7.5.5"
|
||||
reconnecting-websocket "^4.1.10"
|
||||
|
||||
dns-equal@^1.0.0:
|
||||
version "1.0.0"
|
||||
|
@ -8251,10 +8252,10 @@ readdirp@~3.6.0:
|
|||
dependencies:
|
||||
picomatch "^2.2.1"
|
||||
|
||||
reconnecting-websocket@^3.0.3:
|
||||
version "3.2.2"
|
||||
resolved "https://registry.yarnpkg.com/reconnecting-websocket/-/reconnecting-websocket-3.2.2.tgz#8097514e926e9855e03c39e76efa2e3d1f371bee"
|
||||
integrity sha512-SWSfoXiaHVOqXuPWFgGWeUxKnb5HIY7I/Fh5C/hy4wUOgeOh7YIMXEiv5/eHBlNs4tNzCrO5YDR9AH62NWle0Q==
|
||||
reconnecting-websocket@^4.1.10:
|
||||
version "4.4.0"
|
||||
resolved "https://registry.yarnpkg.com/reconnecting-websocket/-/reconnecting-websocket-4.4.0.tgz#3b0e5b96ef119e78a03135865b8bb0af1b948783"
|
||||
integrity sha512-D2E33ceRPga0NvTDhJmphEgJ7FUYF0v4lr1ki0csq06OdlxKfugGzN0dSkxM/NfqCxYELK4KcaTOUOjTV6Dcng==
|
||||
|
||||
regenerate-unicode-properties@^9.0.0:
|
||||
version "9.0.0"
|
||||
|
|
Loading…
Reference in New Issue