From 1eeb9699d17759b6969311a83840165d5fd6ed55 Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen.haas@lakedrops.com> Date: Wed, 26 Jun 2024 13:48:02 +0200 Subject: [PATCH] Revert "Remove 2 packages that may be impacted by the polyfill backdoor." This reverts commit 42dfebd6d65137ff47a3d30de947cb6a9f7580b1. --- mixins.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/mixins.yml b/mixins.yml index 721edc3..3858204 100644 --- a/mixins.yml +++ b/mixins.yml @@ -70,9 +70,6 @@ stages: - sed -i "s/DDQG-unsupported-drupal-views_menu_children_filter-3.0.0.0-RC2/DDQG-unsupported-drupal-views_menu_children_filter-3.0.0.0-RC4/g" composer.json - sed -i "s/DDQG-unsupported-drupal-login_destination-2.0.0.0-beta6/DDQG-unsupported-drupal-login_destination-2.0.0.0-beta7/g" composer.json #- sed -i "s/###/###/g" composer.json - # Remove 2 packages that may be impacted by the polyfill backdoor. - - sed -i "s/\"algolia.places\": \"https:\/\/registry.npmjs.org\/places.js\/-\/places.js-1.19.0.tgz\",//g" composer.json - - sed -i "s/\"choices\": \"https:\/\/github.com\/Choices-js\/Choices\/archive\/refs\/tags\/v9.0.1.zip\",//g" composer.json # Finally!!! Normalize composer.json by pretty printing it to ensure consistent structure. # Disabled for now, since this sometimes creates an empty file: cat composer.json | jq -M . | tee composer.json >/dev/null -- GitLab