Skip to content

Commit e626ee5

Browse files
Bump ws from 5.2.2 to 5.2.3 in /web-app
Bumps [ws](https://github.com/websockets/ws) from 5.2.2 to 5.2.3. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](websockets/ws@5.2.2...5.2.3) --- updated-dependencies: - dependency-name: ws dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1d9b98a commit e626ee5

File tree

1 file changed

+19
-7
lines changed

1 file changed

+19
-7
lines changed

web-app/yarn.lock

+19-7
Original file line numberDiff line numberDiff line change
@@ -2425,10 +2425,10 @@
24252425
"@emotion/utils" "0.11.3"
24262426
"@emotion/weak-memoize" "0.2.5"
24272427

2428-
"@emotion/core@^10.0.35", "@emotion/core@^10.1.1":
2429-
version "10.1.1"
2430-
resolved "https://registry.yarnpkg.com/@emotion/core/-/core-10.1.1.tgz#c956c1365f2f2481960064bcb8c4732e5fb612c3"
2431-
integrity sha512-ZMLG6qpXR8x031NXD8HJqugy/AZSkAuMxxqB46pmAR7ze47MhNJ56cdoX243QPZdGctrdfo+s08yZTiwaUcRKA==
2428+
"@emotion/core@10.0.35":
2429+
version "10.0.35"
2430+
resolved "https://registry.yarnpkg.com/@emotion/core/-/core-10.0.35.tgz#513fcf2e22cd4dfe9d3894ed138c9d7a859af9b3"
2431+
integrity sha512-sH++vJCdk025fBlRZSAhkRlSUoqSqgCzYf5fMOmqqi3bM6how+sQpg3hkgJonj8GxXM4WbD7dRO+4tegDB9fUw==
24322432
dependencies:
24332433
"@babel/runtime" "^7.5.5"
24342434
"@emotion/cache" "^10.0.27"
@@ -2449,6 +2449,18 @@
24492449
"@emotion/sheet" "0.9.4"
24502450
"@emotion/utils" "0.11.3"
24512451

2452+
"@emotion/core@^10.1.1":
2453+
version "10.1.1"
2454+
resolved "https://registry.yarnpkg.com/@emotion/core/-/core-10.1.1.tgz#c956c1365f2f2481960064bcb8c4732e5fb612c3"
2455+
integrity sha512-ZMLG6qpXR8x031NXD8HJqugy/AZSkAuMxxqB46pmAR7ze47MhNJ56cdoX243QPZdGctrdfo+s08yZTiwaUcRKA==
2456+
dependencies:
2457+
"@babel/runtime" "^7.5.5"
2458+
"@emotion/cache" "^10.0.27"
2459+
"@emotion/css" "^10.0.27"
2460+
"@emotion/serialize" "^0.11.15"
2461+
"@emotion/sheet" "0.9.4"
2462+
"@emotion/utils" "0.11.3"
2463+
24522464
"@emotion/css@^10.0.27", "@emotion/css@^10.0.9":
24532465
version "10.0.27"
24542466
resolved "https://registry.yarnpkg.com/@emotion/css/-/css-10.0.27.tgz#3a7458198fbbebb53b01b2b87f64e5e21241e14c"
@@ -16297,9 +16309,9 @@ write@1.0.3:
1629716309
mkdirp "^0.5.1"
1629816310

1629916311
ws@^5.2.0:
16300-
version "5.2.2"
16301-
resolved "https://registry.yarnpkg.com/ws/-/ws-5.2.2.tgz#dffef14866b8e8dc9133582514d1befaf96e980f"
16302-
integrity sha512-jaHFD6PFv6UgoIVda6qZllptQsMlDEJkTQcybzzXDYM1XO9Y8em691FGMPmM46WGyLU4z9KMgQN+qrux/nhlHA==
16312+
version "5.2.3"
16313+
resolved "https://registry.yarnpkg.com/ws/-/ws-5.2.3.tgz#05541053414921bc29c63bee14b8b0dd50b07b3d"
16314+
integrity sha512-jZArVERrMsKUatIdnLzqvcfydI85dvd/Fp1u/VOpfdDWQ4c9qWXe+VIeAbQ5FrDwciAkr+lzofXLz3Kuf26AOA==
1630316315
dependencies:
1630416316
async-limiter "~1.0.0"
1630516317

0 commit comments

Comments
 (0)