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

Dependabot updates for week of 19 June 2023 #2304

Merged
merged 20 commits into from
Jun 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
75a67cd
Bump aws-actions/configure-aws-credentials from 2.1.0 to 2.2.0
dependabot[bot] Jun 18, 2023
9a5d752
Bump docker/build-push-action from 4.1.0 to 4.1.1
dependabot[bot] Jun 18, 2023
deeba33
Bump @segment/analytics-next from 1.51.6 to 1.53.0
dependabot[bot] Jun 18, 2023
2b5539b
Bump docker/setup-buildx-action from 2.6.0 to 2.7.0
dependabot[bot] Jun 18, 2023
e724975
Bump github/codeql-action from 2.3.6 to 2.20.0
dependabot[bot] Jun 18, 2023
5dc07c5
Bump @types/node from 20.2.5 to 20.3.1
dependabot[bot] Jun 18, 2023
5821b5e
Bump @types/uuid from 9.0.1 to 9.0.2
dependabot[bot] Jun 18, 2023
daf4cb3
Bump eslint from 8.40.0 to 8.43.0
dependabot[bot] Jun 18, 2023
bcfd774
Update Docker images
jmgrady Jun 19, 2023
70b58e2
Update backend packages
jmgrady Jun 19, 2023
71cbfdf
Merge remote-tracking branch 'origin/dependabot/github_actions/aws-ac…
jmgrady Jun 19, 2023
0f64ade
Merge remote-tracking branch 'origin/dependabot/github_actions/docker…
jmgrady Jun 19, 2023
8ed5a2f
Merge remote-tracking branch 'origin/dependabot/github_actions/docker…
jmgrady Jun 19, 2023
d74049c
Merge remote-tracking branch 'origin/dependabot/github_actions/github…
jmgrady Jun 19, 2023
c887e57
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/segment/…
jmgrady Jun 19, 2023
f5a2425
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/types/no…
jmgrady Jun 19, 2023
836bcc2
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/types/uu…
jmgrady Jun 19, 2023
5ac1f27
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/eslint-8…
jmgrady Jun 19, 2023
b6bb9e6
Update license reports
jmgrady Jun 19, 2023
57ffdb5
Fix comment in Backend/Dockerfile
jmgrady Jun 19, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,19 +100,19 @@ jobs:
with:
dotnet-version: "6.0.x"
- name: Initialize CodeQL
uses: github/codeql-action/init@83f0fe6c4988d98a455712a27f0255212bba9bd4 # v2.3.6
uses: github/codeql-action/init@6c089f53dd51dc3fc7e599c3cb5356453a52ca9e # v2.20.0
with:
languages: csharp
- name: Autobuild
uses: github/codeql-action/autobuild@83f0fe6c4988d98a455712a27f0255212bba9bd4 # v2.3.6
uses: github/codeql-action/autobuild@6c089f53dd51dc3fc7e599c3cb5356453a52ca9e # v2.20.0
- name: Upload artifacts if build failed
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
if: ${{ failure() }}
with:
name: tracer-logs
path: ${{ runner.temp }}/*.log
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@83f0fe6c4988d98a455712a27f0255212bba9bd4 # v2.3.6
uses: github/codeql-action/analyze@6c089f53dd51dc3fc7e599c3cb5356453a52ca9e # v2.20.0

docker_build:
runs-on: ubuntu-22.04
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@83f0fe6c4988d98a455712a27f0255212bba9bd4 # v2.3.6
uses: github/codeql-action/init@6c089f53dd51dc3fc7e599c3cb5356453a52ca9e # v2.20.0
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
Expand All @@ -75,7 +75,7 @@ jobs:
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@83f0fe6c4988d98a455712a27f0255212bba9bd4 # v2.3.6
uses: github/codeql-action/autobuild@6c089f53dd51dc3fc7e599c3cb5356453a52ca9e # v2.20.0

# Command-line programs to run using the OS shell.
# See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
Expand All @@ -88,6 +88,6 @@ jobs:
# ./location_of_script_within_repo/buildscript.sh

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@83f0fe6c4988d98a455712a27f0255212bba9bd4 # v2.3.6
uses: github/codeql-action/analyze@6c089f53dd51dc3fc7e599c3cb5356453a52ca9e # v2.20.0
with:
category: "/language:${{matrix.language}}"
6 changes: 3 additions & 3 deletions .github/workflows/combine_deploy_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@2b82ce82d56a2a04d2637cd93a637ae1b359c0a7 # v2.2.0
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@6a58db7e0d21ca03e6c44877909e80e45217eed2 # v2.6.0
uses: docker/setup-buildx-action@ecf95283f03858871ff00b787d79c419715afc34 # v2.7.0
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v2.1.0
uses: aws-actions/configure-aws-credentials@v2.2.0
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand All @@ -37,7 +37,7 @@ jobs:
username: ${{ secrets.AWS_ACCESS_KEY_ID }}
password: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
- name: Build combine_deploy
uses: docker/build-push-action@44ea916f6c540f9302d50c2b1e5a8dc071f15cdf # v4.1.0
uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 # v4.1.1
with:
context: "{{defaultContext}}:deploy"
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
sts.${{ secrets.AWS_DEFAULT_REGION }}.amazonaws.com:443
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v2.1.0
uses: aws-actions/configure-aws-credentials@v2.2.0
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,6 @@ jobs:

# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@83f0fe6c4988d98a455712a27f0255212bba9bd4 # v2.3.6
uses: github/codeql-action/upload-sarif@6c089f53dd51dc3fc7e599c3cb5356453a52ca9e # v2.20.0
with:
sarif_file: results.sarif
4 changes: 2 additions & 2 deletions Backend/BackendFramework.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
<PackageReference Include="RelaxNG" Version="3.2.3" >
<NoWarn>NU1701</NoWarn>
</PackageReference>
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="6.0.16" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="6.0.18" />
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="6.31.0" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.31.0" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
<PackageReference Include="MongoDB.Driver" Version="2.19.2" />
<PackageReference Include="MailKit" Version="4.0.0" />
<PackageReference Include="MailKit" Version="4.1.0" />
<PackageReference Include="Xabe.FFmpeg" Version="5.2.6"/>

<!-- SIL Maintained Dependencies. -->
Expand Down
8 changes: 4 additions & 4 deletions Backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Docker multi-stage build using 6.0.408-focal-amd64
FROM mcr.microsoft.com/dotnet/sdk@sha256:ee58390fb079afdd11a9537aab538e6e6503e920900685e6d4daab4118d8e08b AS builder
# Docker multi-stage build
FROM mcr.microsoft.com/dotnet/sdk:6.0.410-focal-amd64 AS builder
WORKDIR /app

# Copy csproj and restore (fetch dependencies) as distinct layers.
Expand All @@ -10,8 +10,8 @@ RUN dotnet restore
COPY . ./
RUN dotnet publish -c Release -o build

# Build runtime image. Using 6.0.16-focal-amd64
FROM mcr.microsoft.com/dotnet/aspnet@sha256:7bf9ac0ea764f4bd3669b43bcde2bda92fc950af36eebeb466a89e1186145466
# Build runtime image.
FROM mcr.microsoft.com/dotnet/aspnet:6.0.18-focal-amd64

ENV ASPNETCORE_URLS=http://+:5000
ENV COMBINE_IS_IN_CONTAINER=1
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# User guide build environment using Python 3.11.4-bullseye
FROM python@sha256:354903e205598c82f91ab025139923fcde8ab6e0cd3bb0f5b753aeaaecb71923 AS user_guide_builder
# User guide build environment
FROM python:3.11.4-bookworm AS user_guide_builder

ENV PYTHONDONTWRITEBYTECODE 1
ENV PYTHONUNBUFFERED 1
Expand Down
3 changes: 1 addition & 2 deletions database/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Use mongo:6.0.6-jammy for linux/amd64
FROM mongo@sha256:d0e90b851330d0e8e3c17767d1f3152c452ed549cf0c61d80c945cc883c1ce79
FROM mongo:6.0.6-jammy

WORKDIR /

Expand Down
57 changes: 36 additions & 21 deletions docs/user_guide/docs/licenses/backend_licenses.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ license Type:Apache-2.0

####################################################################################################
Package:BouncyCastle.Cryptography
Version:2.1.1
Version:2.2.1
project URL:https://www.bouncycastle.org/csharp/
Description:BouncyCastle.NET is a popular cryptography library for .NET
licenseUrl:https://www.nuget.org/packages/BouncyCastle.Cryptography/2.1.1/License
licenseUrl:https://www.nuget.org/packages/BouncyCastle.Cryptography/2.2.1/License
license Type:LICENSE.md

####################################################################################################
Expand Down Expand Up @@ -58,7 +58,7 @@ license Type:LICENSE.md

####################################################################################################
Package:MailKit
Version:4.0.0
Version:4.1.0
project URL:http://www.mimekit.net/
Description:MailKit is an Open Source cross-platform .NET mail-client library that is based on MimeKit and optimized for mobile devices.

Expand Down Expand Up @@ -97,11 +97,11 @@ license Type:

####################################################################################################
Package:Microsoft.AspNetCore.Authentication.JwtBearer
Version:6.0.16
Version:7.0.3
project URL:https://asp.net/
Description:ASP.NET Core middleware that enables an application to receive an OpenID Connect bearer token.

This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/d6f154cca3863703cf87c8b840eea9cbe20229b2
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/febee99db845fd8766a13bdb391a07c3ee90b4ba
licenseUrl:https://licenses.nuget.org/MIT
license Type:MIT

Expand Down Expand Up @@ -604,7 +604,7 @@ license Type:MIT

####################################################################################################
Package:Microsoft.IdentityModel.JsonWebTokens
Version:6.15.0
Version:6.15.1
project URL:https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet
Description:Includes types that provide support for creating, serializing and validating JSON Web Tokens.
licenseUrl:https://licenses.nuget.org/MIT
Expand All @@ -620,15 +620,7 @@ license Type:MIT

####################################################################################################
Package:Microsoft.IdentityModel.Logging
Version:6.10.0
project URL:https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet
Description:Includes Event Source based logging support.
licenseUrl:https://licenses.nuget.org/MIT
license Type:MIT

####################################################################################################
Package:Microsoft.IdentityModel.Logging
Version:6.15.0
Version:6.15.1
project URL:https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet
Description:Includes Event Source based logging support.
licenseUrl:https://licenses.nuget.org/MIT
Expand All @@ -644,23 +636,23 @@ license Type:MIT

####################################################################################################
Package:Microsoft.IdentityModel.Protocols
Version:6.10.0
Version:6.15.1
project URL:https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet
Description:Provides base protocol support for OpenIdConnect and WsFederation.
licenseUrl:https://licenses.nuget.org/MIT
license Type:MIT

####################################################################################################
Package:Microsoft.IdentityModel.Protocols.OpenIdConnect
Version:6.10.0
Version:6.15.1
project URL:https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet
Description:Includes types that provide support for OpenIdConnect protocol.
licenseUrl:https://licenses.nuget.org/MIT
license Type:MIT

####################################################################################################
Package:Microsoft.IdentityModel.Tokens
Version:6.15.0
Version:6.15.1
project URL:https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet
Description:Includes types that provide support for SecurityTokens, Cryptographic operations: Signing, Verifying Signatures, Encryption.
licenseUrl:https://licenses.nuget.org/MIT
Expand Down Expand Up @@ -799,7 +791,7 @@ license Type:MIT

####################################################################################################
Package:MimeKit
Version:4.0.0
Version:4.1.0
project URL:http://www.mimekit.net/
Description:MimeKit is an Open Source library for creating and parsing MIME, S/MIME and PGP messages on desktop and mobile platforms. It also supports parsing of Unix mbox files.

Expand Down Expand Up @@ -1629,6 +1621,18 @@ When using NuGet 3.x this package requires at least version 3.4.
licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770
license Type:MS-EULA

####################################################################################################
Package:System.Formats.Asn1
Version:7.0.0
project URL:https://dot.net/
Description:Provides classes that can read and write the ASN.1 BER, CER, and DER data formats.

Commonly Used Types:
System.Formats.Asn1.AsnReader
System.Formats.Asn1.AsnWriter
licenseUrl:https://licenses.nuget.org/MIT
license Type:MIT

####################################################################################################
Package:System.Formats.Asn1
Version:6.0.0
Expand Down Expand Up @@ -1722,7 +1726,7 @@ license Type:MS-EULA

####################################################################################################
Package:System.IdentityModel.Tokens.Jwt
Version:6.15.0
Version:6.15.1
project URL:https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet
Description:Includes types that provide support for creating, serializing and validating JSON Web Tokens.
licenseUrl:https://licenses.nuget.org/MIT
Expand Down Expand Up @@ -3108,7 +3112,7 @@ license Type:MS-EULA

####################################################################################################
Package:System.Security.Cryptography.Pkcs
Version:6.0.2
Version:7.0.2
project URL:https://dot.net/
Description:Provides support for PKCS and CMS algorithms.

Expand Down Expand Up @@ -3294,6 +3298,17 @@ System.Text.CodePagesEncodingProvider
licenseUrl:https://licenses.nuget.org/MIT
license Type:MIT

####################################################################################################
Package:System.Text.Encoding.CodePages
Version:7.0.0
project URL:https://dot.net/
Description:Provides support for code-page based encodings, including Windows-1252, Shift-JIS, and GB2312.

Commonly Used Types:
System.Text.CodePagesEncodingProvider
licenseUrl:https://licenses.nuget.org/MIT
license Type:MIT

####################################################################################################
Package:System.Text.Encoding.Extensions
Version:4.3.0
Expand Down
10 changes: 5 additions & 5 deletions docs/user_guide/docs/licenses/frontend_licenses.txt
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@ The above copyright notice and this permission notice shall be included in all c
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


@lukeed/csprng 1.0.1
@lukeed/csprng 1.1.0
MIT
MIT License

Expand All @@ -690,7 +690,7 @@ The above copyright notice and this permission notice shall be included in all c
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


@lukeed/uuid 2.0.0
@lukeed/uuid 2.0.1
MIT
MIT License

Expand Down Expand Up @@ -1391,7 +1391,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.


@segment/analytics-core 1.2.4
@segment/analytics-core 1.3.0
MIT
The MIT License (MIT)

Expand All @@ -1415,7 +1415,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

@segment/analytics-next 1.51.6
@segment/analytics-next 1.53.0
MIT
The MIT License (MIT)

Expand Down Expand Up @@ -1535,7 +1535,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.


@segment/tsub 1.0.1
@segment/tsub 2.0.0
ISC
MIT License

Expand Down
Loading