diff --git a/package.json b/package.json index bc02393..c0cc11e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@geonovum/standards-checker", - "version": "1.1.4", + "version": "1.1.5", "type": "module", "license": "EUPL-1.2", "description": "Standards checker engine with Spectral-based validation, React UI, CLI toolkit and shared Vite/ESLint/Prettier/TS configs", @@ -142,10 +142,16 @@ "vite": "^8.1.4" }, "packageManager": "pnpm@10.33.0", + "overrides": { + "@asyncapi/specs": "6.11.1" + }, "pnpm": { "onlyBuiltDependencies": [ "esbuild" ], + "overrides": { + "@asyncapi/specs": "6.11.1" + }, "peerDependencyRules": { "allowedVersions": { "eslint-plugin-react-hooks>eslint": ">=10" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f4b8280..c52dac5 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -4,6 +4,9 @@ settings: autoInstallPeers: true excludeLinksFromLockfile: false +overrides: + '@asyncapi/specs': 6.11.1 + importers: .: