diff --git a/.github/workflows/regenerate_frontend.yml b/.github/workflows/regenerate_frontend.yml index 50aa43e37..a4e4c5e5e 100644 --- a/.github/workflows/regenerate_frontend.yml +++ b/.github/workflows/regenerate_frontend.yml @@ -32,7 +32,7 @@ jobs: - name: Regenerate frontend with gulp service run: | docker compose -f docker-compose.yml run web python manage.py collectstatic --no-input - docker compose -f docker-compose.yml up --abort-on-container-exit --exit-code-from gulp + docker compose -f docker-compose.yml up --exit-code-from gulp - name: Check for Changes in Static Files and Commit to base branch if any env: diff --git a/package-lock.json b/package-lock.json index 88991f8c8..5d614146c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "gulp-livereload": "^4.0.2", "gulp-notify": "^4.0.0", "gulp-rename": "^2.0.0", - "gulp-sass": "^6.0.0", + "gulp-sass": "^5.1.0", "gulp-uglify": "^3.0.2", "gulp-watch": "^5.0.1", "sass": "^1.58.3" @@ -2735,11 +2735,10 @@ } }, "node_modules/gulp-sass": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/gulp-sass/-/gulp-sass-6.0.0.tgz", - "integrity": "sha512-FGb4Uab4jnH2GnSfBGd6uW3+imvNodAGfsjGcUhEtpNYPVx+TK2tp5uh7MO0sSR7aIf1Sm544werc+zV7ejHHw==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/gulp-sass/-/gulp-sass-5.1.0.tgz", + "integrity": "sha512-7VT0uaF+VZCmkNBglfe1b34bxn/AfcssquLKVDYnCDJ3xNBaW7cUuI3p3BQmoKcoKFrs9jdzUxyb+u+NGfL4OQ==", "dev": true, - "license": "MIT", "dependencies": { "lodash.clonedeep": "^4.5.0", "picocolors": "^1.0.0", diff --git a/package.json b/package.json index cec4edd88..135ecdd7b 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "gulp-clean-css": "^4.3.0", "gulp-notify": "^4.0.0", "gulp-rename": "^2.0.0", - "gulp-sass": "^6.0.0", + "gulp-sass": "^5.1.0", "sass": "^1.58.3", "gulp-uglify": "^3.0.2", "gulp-watch": "^5.0.1",