diff --git a/package-lock.json b/package-lock.json index f21dd24..abb8dfc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "0BSD", "dependencies": { "@kronos-integration/interceptor": "^13.1.23", - "z-schema": "8.3.0" + "z-schema": "8.5.0" }, "devDependencies": { "ava": "^6.4.1", @@ -11213,9 +11213,9 @@ } }, "node_modules/z-schema": { - "version": "8.3.0", - "resolved": "https://registry.npmjs.org/z-schema/-/z-schema-8.3.0.tgz", - "integrity": "sha512-kAr7zKkhuC7fpDzAoBh/bQLNaC+hqLz5hYHVrS34ZqkJAFyGVtsZiDSgXgJWTot6M6PG9oro4h+PnzFyQgVx/A==", + "version": "8.5.0", + "resolved": "https://registry.npmjs.org/z-schema/-/z-schema-8.5.0.tgz", + "integrity": "sha512-nLODoYeTp4RpRae7YrzoIMka9SHKg2OvcQFmUhS9+elU+H0xQkrTR8TaDYwSjGbUnvYcJFLf5mMfS9CwcNgANA==", "license": "MIT", "dependencies": { "lodash.isequal": "^4.5.0", diff --git a/package.json b/package.json index 1bf4872..ae2d934 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ }, "dependencies": { "@kronos-integration/interceptor": "^13.1.23", - "z-schema": "8.3.0" + "z-schema": "8.5.0" }, "devDependencies": { "ava": "^6.4.1",