Skip to content

Commit 3fa82f9

Browse files
fix: update webpack-dev-server to address CVE-2025-30359 (#1480)
* fix: update webpack-dev-server to address CVE-2025-30359 * fix: e2e action is failing when shutting down couchdb
1 parent 10001ce commit 3fa82f9

File tree

4 files changed

+750
-344
lines changed

4 files changed

+750
-344
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,6 @@ jobs:
7878
NIGHTWATCH_SKIPTAGS: ${{ matrix.NIGHTWATCH_SKIPTAGS }}
7979
run: xvfb-run --auto-servernum ./node_modules/.bin/grunt nightwatch_retries
8080
- name: Shutdown CouchDB
81+
env:
82+
COUCHDB_IMAGE: ${{ matrix.COUCHDB_IMAGE }}
8183
run: npm run docker:down

docker/couchdb.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
version: '2'
21
services:
32
couchdb:
43
container_name: couchdb

0 commit comments

Comments
 (0)