Skip to content

Commit

Permalink
Merge pull request #95 from MeasureAuthoringTool/snyk-fix-ba36be48409…
Browse files Browse the repository at this point in the history
…77085579e71a0cfcc131b

MAT-7568 [Snyk] Security upgrade styled-components from 5.3.5 to 5.3.7
  • Loading branch information
riddhi-desai authored Aug 19, 2024
2 parents 0a27996 + 738631d commit b2c7bd1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/unit_test_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,8 @@ jobs:
with:
name: coverage
- name: Upload code coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
file: lcov.info
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

token: ${{ secrets.CODECOV_TOKEN }} # required
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"rxjs": "^7.5.5",
"single-spa": "^5.9.3",
"single-spa-react": "^4.3.1",
"styled-components": "^5.3.5",
"styled-components": "^5.3.7",
"twin.macro": "^2.8.2"
},
"types": "dist/madie-madie-util.d.ts",
Expand Down

0 comments on commit b2c7bd1

Please sign in to comment.