Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PCHR-4046: Fix security vulnerabilities #123

Merged
merged 4 commits into from
Aug 17, 2018

Conversation

AkA84
Copy link

@AkA84 AkA84 commented Aug 15, 2018

See compucorp/civihr#2828 for overview

0 vulnerabilities left

Use gulp-sass-glob instead of gulp-sass-bulk-import

Again see compucorp/civihr#2828. This required two blobs to be more specific

- @import 'overrides/crm/*';
+ @import 'overrides/crm/**/*';
- @import 'components/*';
+ @import 'components/**/*';

@AkA84 AkA84 merged commit befe769 into staging Aug 17, 2018
@AkA84 AkA84 deleted the PCHR-4046-fix-security-vulnerabilities branch August 17, 2018 11:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants