Skip to content

Commit 7522d41

Browse files
fix(deps): update patch-all (#846)
* fix(deps): update patch-all * chore: add audit exclude --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Julian König <julian.koenig@js-soft.com>
1 parent 885f371 commit 7522d41

4 files changed

Lines changed: 14 additions & 14 deletions

File tree

.ci/runChecks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ npm run lint:eslint
66
npm run lint:prettier
77
npm run --workspaces cdep
88
npx --workspaces license-check
9-
npx better-npm-audit audit
9+
npx better-npm-audit audit --exclude 1109754

.dev/compose.backbone.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ services:
8989
database:
9090
container_name: bkb-postgres
9191
hostname: postgres
92-
image: postgres@sha256:28bda6d50590658221007b10573830c941b483e9d1a5bc2713a3f60477df8389
92+
image: postgres@sha256:41bfa2e5b168fff0847a5286694a86cff102bdc4d59719869f6b117bb30b3a24
9393
environment:
9494
- POSTGRES_PASSWORD=Passw0rd
9595
- POSTGRES_DB=enmeshed
@@ -109,7 +109,7 @@ services:
109109
rabbitmq:
110110
container_name: bkb-rabbitmq
111111
hostname: rabbitmq
112-
image: rabbitmq:4.2.0-alpine@sha256:3a20ab5bf4d3b178616ea2639c4970e22347d6eab45b4d9b6e390a1f7d165a61
112+
image: rabbitmq:4.2.0-alpine@sha256:32962eea9bf99928c2fc541a7defb78c7feca9df0434c5dfb7b539d61e1af524
113113

114114
### seeds ###
115115

package-lock.json

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/transport/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"@nmshd/crypto": "2.1.3",
7474
"axios": "^1.13.2",
7575
"fast-json-patch": "^3.1.1",
76-
"form-data": "^4.0.4",
76+
"form-data": "^4.0.5",
7777
"json-stringify-safe": "^5.0.1",
7878
"lodash": "^4.17.21",
7979
"luxon": "^3.7.2",

0 commit comments

Comments
 (0)