diff options
-rw-r--r-- | client/package.json | 5 | ||||
-rw-r--r-- | client/yarn.lock | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/client/package.json b/client/package.json index 7fdbfbd78..45804b69f 100644 --- a/client/package.json +++ b/client/package.json | |||
@@ -135,13 +135,12 @@ | |||
135 | "videostream": "~3.2.1", | 135 | "videostream": "~3.2.1", |
136 | "wdio-chromedriver-service": "^7.2.0", | 136 | "wdio-chromedriver-service": "^7.2.0", |
137 | "wdio-geckodriver-service": "^2.0.3", | 137 | "wdio-geckodriver-service": "^2.0.3", |
138 | "webpack": "^5.65.0", | ||
138 | "webpack-bundle-analyzer": "^4.4.2", | 139 | "webpack-bundle-analyzer": "^4.4.2", |
139 | "webpack-cli": "^4.7.0", | 140 | "webpack-cli": "^4.7.0", |
140 | "webtorrent": "^1.3.8", | 141 | "webtorrent": "^1.3.8", |
141 | "whatwg-fetch": "^3.0.0", | 142 | "whatwg-fetch": "^3.0.0", |
142 | "zone.js": "~0.11.4" | 143 | "zone.js": "~0.11.4" |
143 | }, | 144 | }, |
144 | "dependencies": { | 145 | "dependencies": {} |
145 | "webpack": "^5.51.1" | ||
146 | } | ||
147 | } | 146 | } |
diff --git a/client/yarn.lock b/client/yarn.lock index 279894bac..b379f72f2 100644 --- a/client/yarn.lock +++ b/client/yarn.lock | |||
@@ -12020,7 +12020,7 @@ webpack-subresource-integrity@5.0.0: | |||
12020 | dependencies: | 12020 | dependencies: |
12021 | typed-assert "^1.0.8" | 12021 | typed-assert "^1.0.8" |
12022 | 12022 | ||
12023 | webpack@5.65.0, webpack@^5.51.1: | 12023 | webpack@5.65.0, webpack@^5.65.0: |
12024 | version "5.65.0" | 12024 | version "5.65.0" |
12025 | resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.65.0.tgz#ed2891d9145ba1f0d318e4ea4f89c3fa18e6f9be" | 12025 | resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.65.0.tgz#ed2891d9145ba1f0d318e4ea4f89c3fa18e6f9be" |
12026 | integrity sha512-Q5or2o6EKs7+oKmJo7LaqZaMOlDWQse9Tm5l1WAfU/ujLGN5Pb0SqGeVkN/4bpPmEqEP5RnVhiqsOtWtUVwGRw== | 12026 | integrity sha512-Q5or2o6EKs7+oKmJo7LaqZaMOlDWQse9Tm5l1WAfU/ujLGN5Pb0SqGeVkN/4bpPmEqEP5RnVhiqsOtWtUVwGRw== |