diff --git a/.ci/runChecks.sh b/.ci/runChecks.sh index 3192c5be4..4d0ac4cce 100755 --- a/.ci/runChecks.sh +++ b/.ci/runChecks.sh @@ -6,4 +6,4 @@ npm run lint:eslint npm run lint:prettier npm run --workspaces cdep npx --workspaces license-check -npx better-npm-audit audit +npx better-npm-audit audit --exclude 1116970 diff --git a/.dev/compose.backbone.yml b/.dev/compose.backbone.yml index 13c0691a4..299b30243 100644 --- a/.dev/compose.backbone.yml +++ b/.dev/compose.backbone.yml @@ -89,7 +89,7 @@ services: database: container_name: bkb-postgres hostname: postgres - image: postgres@sha256:059fa0289cc5a184034e05a1f4f6d6fd79f69dc718b8b04ab60b6b469eed411e + image: postgres@sha256:78481659c47e862334611ccdaf7c369c986b3046da9857112f3b309114a65fb4 environment: - POSTGRES_PASSWORD=Passw0rd - POSTGRES_DB=enmeshed diff --git a/package-lock.json b/package-lock.json index 3dd06d48b..e1c41f9b9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5006,9 +5006,9 @@ } }, "node_modules/dockerode": { - "version": "4.0.10", - "resolved": "https://registry.npmjs.org/dockerode/-/dockerode-4.0.10.tgz", - "integrity": "sha512-8L/P9JynLBiG7/coiA4FlQXegHltRqS0a+KqI44P1zgQh8QLHTg7FKOwhkBgSJwZTeHsq30WRoVFLuwkfK0YFg==", + "version": "4.0.12", + "resolved": "https://registry.npmjs.org/dockerode/-/dockerode-4.0.12.tgz", + "integrity": "sha512-/bCZd6KlGcjZO8Buqmi/vXuqEGVEZ0PNjx/biBNqJD3MhK9DmdiAuKxqfNhflgDESDIiBz3qF+0e55+CpnrUcw==", "dev": true, "license": "Apache-2.0", "dependencies": {