https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41587
--- Comment #15 from Jonathan Druart <[email protected]> --- diff --git a/package.json b/package.json index de76c3e98db..1f7ead66e32 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "gulp-sass": "^5.1.0", "gulp-sourcemaps": "^2.6.1", "jquery": "^3.6.0", - "js-yaml": "^3.13.1", + "js-yaml": "^4.1.1", "lodash": "^4.17.23", "merge-stream": "^2.0.0", "minimatch": "^3.1.4", @@ -75,7 +75,6 @@ "qs": "^6.14.1", "micromatch": "^4.0.8", "@cypress/request": "^3.0.0", - "js-yaml": "^4.1.1", "fast-xml-parser": "^4.5.4", "undici": "^6.23.0", "serialize-javascript": "^7.0.3" I have done this change, then: sudo rm -rf /kohadevbox/koha/node_modules /kohadevbox/node_modules/ rm yarn.lock sudo yarn install --modules-folder /kohadevbox/node_modules prove xt/verify-yarnlock.t xt/verify-yarnlock.t .. warning [email protected]: The engine "bun" appears to be invalid. warning [email protected]: The engine "deno" appears to be invalid. warning [email protected]: The engine "bun" appears to be invalid. warning [email protected]: The engine "deno" appears to be invalid. xt/verify-yarnlock.t .. ok All tests successful. Files=1, Tests=2, 3 wallclock secs ( 0.01 usr 0.01 sys + 3.47 cusr 1.05 csys = 4.54 CPU) Result: PASS Are we supposed to rm yarn.lock? -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
