diff --git a/package-lock.json b/package-lock.json index ae149e57..9ba0db72 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0-semantic-release", "license": "BSD-2-Clause", "dependencies": { - "@kronos-integration/interceptor": "^10.3.2" + "@kronos-integration/interceptor": "^10.3.4" }, "devDependencies": { "ava": "^6.3.0", @@ -536,14 +536,15 @@ } }, "node_modules/@kronos-integration/interceptor": { - "version": "10.3.2", - "resolved": "https://registry.npmjs.org/@kronos-integration/interceptor/-/interceptor-10.3.2.tgz", - "integrity": "sha512-2emTBLd90SEcpmINKjKvsOpOoDj82IebKeny32zwKzH1Zu9SGy2fdFfFbBCiEZqv/SIEu0AqRc8xQ1/INIkCkw==", + "version": "10.3.4", + "resolved": "https://registry.npmjs.org/@kronos-integration/interceptor/-/interceptor-10.3.4.tgz", + "integrity": "sha512-eeevbbnYeB4/CIsgS5kPIgqKn68Kiir8x4o/xuf9iXmYEMl+Jjy3MUIqRtK6I5ca4Z69HJNaHT8Wd3ZlOFtKHg==", + "license": "BSD-2-Clause", "dependencies": { - "model-attributes": "^4.2.2" + "model-attributes": "^4.2.4" }, "engines": { - "node": ">=22.11.0" + "node": ">=22.15.0" } }, "node_modules/@mapbox/node-pre-gyp": { @@ -5726,12 +5727,12 @@ } }, "node_modules/model-attributes": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/model-attributes/-/model-attributes-4.2.2.tgz", - "integrity": "sha512-I9WOC0c6dpEDAQPKVlVjnWIYfqAb42BFEjlt9YNYfKLl8yNHSadfn2DNQJDTyJliTWv+ytIbAPpqSajfjSD9OQ==", - "license": "BSD-2-Clause", + "version": "4.2.4", + "resolved": "https://registry.npmjs.org/model-attributes/-/model-attributes-4.2.4.tgz", + "integrity": "sha512-Ui9fkxJRriNwP3i4FkPCS0paOBie+BuRbtwHV1v0AQaI0q9TZx8y9Q46WIPn/B+Vg2mc0wRqEBHit3oJWpm3nA==", + "license": "0BSD", "engines": { - "node": ">=14.19.1" + "node": ">=22.15.0" } }, "node_modules/mri": {