Skip to content

Commit

Permalink
Dependabot updates for week of 03 July 2023 (#2348)
Browse files Browse the repository at this point in the history
* Bump @typescript-eslint/parser from 5.30.7 to 5.60.1
* Bump @typescript-eslint/eslint-plugin from 5.55.0 to 5.60.1
* Bump i18next-browser-languagedetector from 7.0.2 to 7.1.0
* Bump @mui/styles from 5.12.3 to 5.13.2
* Bump react-beautiful-dnd and @types/react-beautiful-dnd
* Bump Microsoft.NET.Test.Sdk from 17.6.2 to 17.6.3 in /Backend.Tests
* Bump mongo from 6.0.6-jammy to 6.0.7-jammy in /database
* Bump docker/setup-buildx-action from 2.7.0 to 2.8.0

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
jmgrady and dependabot[bot] authored Jul 3, 2023
1 parent 8824092 commit c3fd42f
Show file tree
Hide file tree
Showing 5 changed files with 113 additions and 193 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/combine_deploy_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@2b82ce82d56a2a04d2637cd93a637ae1b359c0a7 # v2.2.0
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@ecf95283f03858871ff00b787d79c419715afc34 # v2.7.0
uses: docker/setup-buildx-action@16c0bc4a6e6ada2cfd8afd41d22d95379cf7c32a # v2.8.0
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v2.2.0
with:
Expand Down
2 changes: 1 addition & 1 deletion Backend.Tests/Backend.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<NoWarn>$(NoWarn);CA1305;CS1591</NoWarn>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.3" />
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
<PackageReference Include="coverlet.collector" Version="6.0.0"/>
Expand Down
2 changes: 1 addition & 1 deletion database/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mongo:6.0.6-jammy
FROM mongo:6.0.7-jammy

WORKDIR /

Expand Down
Loading

0 comments on commit c3fd42f

Please sign in to comment.