diff --git a/.github/workflows/lint-name.yaml b/.github/workflows/lint-name.yaml index 319ff3acad..48666f4982 100644 --- a/.github/workflows/lint-name.yaml +++ b/.github/workflows/lint-name.yaml @@ -18,6 +18,7 @@ jobs: - uses: actions/checkout@v3 with: repository: kiva/github-actions + ref: main token: ${{ env.GITHUB_PAT }} path: .github/ - name: lint-pr diff --git a/.github/workflows/release-build.yaml b/.github/workflows/release-build.yaml index ad8a8b4ce7..c233985fb4 100644 --- a/.github/workflows/release-build.yaml +++ b/.github/workflows/release-build.yaml @@ -30,6 +30,7 @@ jobs: - uses: actions/checkout@v3 with: repository: kiva/github-actions + ref: main token: ${{ env.GITHUB_PAT }} path: .github/ - uses: snow-actions/sparse-checkout@v1.2.0 @@ -61,6 +62,7 @@ jobs: uses: actions/checkout@v3 with: repository: kiva/github-actions + ref: main token: ${{ env.GITHUB_PAT }} path: .github/ - uses: snow-actions/sparse-checkout@v1.2.0 diff --git a/package-lock.json b/package-lock.json index 1a48d2dfa3..b653d1c778 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17597,9 +17597,9 @@ "integrity": "sha1-4wOogrNCzD7oylE6eZmXNNqzriw=" }, "node_modules/cookiejar": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/cookiejar/-/cookiejar-2.1.2.tgz", - "integrity": "sha512-Mw+adcfzPxcPeI+0WlvRrr/3lGVO0bD75SxX6811cxSh1Wbxx7xZBGK1eVtDf6si8rg2lhnUjsVLMFMfbRIuwA==" + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/cookiejar/-/cookiejar-2.1.4.tgz", + "integrity": "sha512-LDx6oHrK+PhzLKJU9j5S7/Y3jM/mUHvD/DeI1WQmJn652iPC5Y4TBzC9l+5OMOXlyTTA+SmVUPm0HQUwpD5Jqw==" }, "node_modules/copy-concurrently": { "version": "1.0.5", @@ -19207,9 +19207,9 @@ "dev": true }, "node_modules/decode-uri-component": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz", - "integrity": "sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=", + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.2.tgz", + "integrity": "sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==", "engines": { "node": ">=0.10" } @@ -57383,9 +57383,9 @@ "integrity": "sha1-4wOogrNCzD7oylE6eZmXNNqzriw=" }, "cookiejar": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/cookiejar/-/cookiejar-2.1.2.tgz", - "integrity": "sha512-Mw+adcfzPxcPeI+0WlvRrr/3lGVO0bD75SxX6811cxSh1Wbxx7xZBGK1eVtDf6si8rg2lhnUjsVLMFMfbRIuwA==" + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/cookiejar/-/cookiejar-2.1.4.tgz", + "integrity": "sha512-LDx6oHrK+PhzLKJU9j5S7/Y3jM/mUHvD/DeI1WQmJn652iPC5Y4TBzC9l+5OMOXlyTTA+SmVUPm0HQUwpD5Jqw==" }, "copy-concurrently": { "version": "1.0.5", @@ -58647,9 +58647,9 @@ "dev": true }, "decode-uri-component": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz", - "integrity": "sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=" + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.2.tgz", + "integrity": "sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==" }, "decompress-response": { "version": "4.2.1", diff --git a/src/components/LoanCards/KvClassicLoanCardContainer.vue b/src/components/LoanCards/KvClassicLoanCardContainer.vue index 4dcbb2379a..ced43b067c 100644 --- a/src/components/LoanCards/KvClassicLoanCardContainer.vue +++ b/src/components/LoanCards/KvClassicLoanCardContainer.vue @@ -232,8 +232,8 @@ export default { const tagsData = tagList.filter(tag => { return tags.includes(tag.name); }); - const themesData = themeList.filter(tag => { - return themes.includes(tag.name); + const themesData = themeList.filter(theme => { + return themes.includes(theme.name); }); this.loan = { ...this.loan,