Skip to content

Commit 4ee8be2

Browse files
fix(deps): update minor-updates-npm (#962)
* fix(deps): update minor-updates-npm * chore: add overrides for ajv --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: britsta <britta.stallknecht@js-soft.com>
1 parent 2cd23f6 commit 4ee8be2

3 files changed

Lines changed: 22 additions & 9 deletions

File tree

package-lock.json

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

packages/runtime/package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"@nmshd/runtime-types": "*",
7373
"@nmshd/transport": "*",
7474
"@nmshd/typescript-ioc": "3.2.5",
75-
"ajv": "^8.17.1",
75+
"ajv": "^8.18.0",
7676
"ajv-errors": "^3.0.0",
7777
"ajv-formats": "^3.0.1",
7878
"json-stringify-safe": "^5.0.1",
@@ -91,6 +91,11 @@
9191
"ts-json-schema-generator": "2.5.0",
9292
"ts-mockito": "^2.6.1"
9393
},
94+
"overrides": {
95+
"ajv-formats@3.0.1": {
96+
"ajv": "8.18.0"
97+
}
98+
},
9499
"publishConfig": {
95100
"access": "public",
96101
"provenance": true

packages/transport/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"json-stringify-safe": "^5.0.1",
7878
"lodash": "^4.17.23",
7979
"luxon": "^3.7.2",
80-
"qs": "^6.14.2",
80+
"qs": "^6.15.0",
8181
"reflect-metadata": "^0.2.2",
8282
"ts-simple-nameof": "^1.3.3"
8383
},

0 commit comments

Comments
 (0)