Control: tag -1 pending Hello,
Bug #1093290 in node-rollup reported by you has been fixed in the Git repository and is awaiting an upload. You can see the commit message below and you can check the diff of the fix at: https://salsa.debian.org/js-team/node-rollup/-/commit/b76dff597f01021e76aa06602bb03c2946ca93c7 ------------------------------------------------------------------------ Patch: avoid __proto__ in generated output (Closes: #1093290) Replace {__proto__: null, ...} with Object.setPrototypeOf({...}, null) in generated code. The __proto__ property in object literals does not work when Node.js runs with --disable-proto, which is used in Debian autopkgtests. ------------------------------------------------------------------------ (this message was generated automatically) -- Greetings https://bugs.debian.org/1093290 -- Pkg-javascript-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel
