Commit f76119fa authored by Phil Hughes's avatar Phil Hughes

Merge branch 'jivanvl-replace-underscore-lodash-security-dashboard' into 'master'

Replace underscore/lodash security dashboard

Closes #210272

See merge request gitlab-org/gitlab!27634
parents be5588f1 a995e27a
<script>
import { isUndefined } from 'underscore';
import { isUndefined } from 'lodash';
import { GlEmptyState, GlSprintf } from '@gitlab/ui';
import { s__ } from '~/locale';
import Icon from '~/vue_shared/components/icon.vue';
......
<script>
import { isUndefined } from 'underscore';
import { isUndefined } from 'lodash';
import { mapActions, mapState, mapGetters } from 'vuex';
import IssueModal from 'ee/vue_shared/security_reports/components/modal.vue';
import Filters from './filters.vue';
......
/* eslint-disable import/prefer-default-export */
import { isEqual } from 'underscore';
import { isEqual } from 'lodash';
const isVulnerabilityLike = object =>
Boolean(object && object.location && object.identifiers && object.identifiers[0]);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment