https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36546 --- Comment #13 from David Cook <dcook@prosentient.com.au> --- (In reply to David Cook from comment #12)
Btw, I think the problem is that "js-yaml" is in "resolutions" in our package.json.
That's overriding the dependency for @redocly/openapi-core it seems.
Looks like Owen did that back in 2019 for bug 23025
Something to revisit it seems.
find node_modules -name "package.json" -exec grep 'js-yaml' {} \; "name": "@types/js-yaml", "description": "TypeScript definitions for js-yaml", "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/js-yaml", "directory": "types/js-yaml" "name": "js-yaml", "repository": "nodeca/js-yaml", "js-yaml": "bin/js-yaml.js" "module": "./dist/js-yaml.mjs", "import": "./dist/js-yaml.mjs", "unpkg": "dist/js-yaml.min.js", "jsdelivr": "dist/js-yaml.min.js", "js-yaml": "^4.1.0", "@types/js-yaml": "^4.0.3", "js-yaml": "^4.1.0", "name": "js-yaml", "homepage": "https://github.com/nodeca/js-yaml", "repository": "nodeca/js-yaml", "js-yaml": "bin/js-yaml.js" "unpkg": "dist/js-yaml.min.js", "jsdelivr": "dist/js-yaml.min.js", Probably time to upgrade our js-yaml version and stop the "resolutions" override... -- You are receiving this mail because: You are watching all bug changes.