diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 5c1cb5acad..900b4e55fe 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -3,87 +3,76 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
- interval: "weekly"
- day: "sunday"
+ interval: "monthly"
time: "12:00"
timezone: "UTC"
- package-ecosystem: "nuget"
directory: "/Backend.Tests"
schedule:
- interval: "weekly"
- day: "sunday"
+ interval: "monthly"
time: "12:00"
timezone: "UTC"
- package-ecosystem: "nuget"
directory: "/Backend"
schedule:
- interval: "weekly"
- day: "sunday"
+ interval: "monthly"
time: "12:00"
timezone: "UTC"
- package-ecosystem: "docker"
directory: "/Backend"
schedule:
- interval: "weekly"
- day: "sunday"
+ interval: "monthly"
time: "12:00"
timezone: "UTC"
- package-ecosystem: "docker"
directory: "/"
schedule:
- interval: "weekly"
- day: "sunday"
+ interval: "monthly"
time: "12:00"
timezone: "UTC"
- package-ecosystem: "docker"
directory: "/database"
schedule:
- interval: "weekly"
- day: "sunday"
+ interval: "monthly"
time: "12:00"
timezone: "UTC"
- package-ecosystem: "docker"
directory: "/deploy"
schedule:
- interval: "weekly"
- day: "sunday"
+ interval: "monthly"
time: "12:00"
timezone: "UTC"
- package-ecosystem: "pip"
directory: "/deploy"
schedule:
- interval: "weekly"
- day: "sunday"
+ interval: "monthly"
time: "12:00"
timezone: "UTC"
- package-ecosystem: "docker"
directory: "/maintenance"
schedule:
- interval: "weekly"
- day: "sunday"
+ interval: "monthly"
time: "12:00"
timezone: "UTC"
- package-ecosystem: "pip"
directory: "/maintenance"
schedule:
- interval: "weekly"
- day: "sunday"
+ interval: "monthly"
time: "12:00"
timezone: "UTC"
- package-ecosystem: "npm"
directory: "/"
schedule:
- interval: "weekly"
- day: "sunday"
+ interval: "monthly"
time: "12:00"
timezone: "UTC"
diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml
index ff88df1e63..72080a98d1 100644
--- a/.github/workflows/backend.yml
+++ b/.github/workflows/backend.yml
@@ -19,7 +19,7 @@ jobs:
# See https://docs.stepsecurity.io/harden-runner/getting-started/ for instructions on
# configuring harden-runner and identifying allowed endpoints.
- name: Harden Runner
- uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 # v2.5.1
+ uses: step-security/harden-runner@1b05615854632b887b69ae1be8cbefe72d3ae423 # v2.6.0
with:
disable-sudo: true
egress-policy: block
@@ -72,7 +72,7 @@ jobs:
# See https://docs.stepsecurity.io/harden-runner/getting-started/ for instructions on
# configuring harden-runner and identifying allowed endpoints.
- name: Harden Runner
- uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 # v2.5.1
+ uses: step-security/harden-runner@1b05615854632b887b69ae1be8cbefe72d3ae423 # v2.6.0
with:
disable-sudo: true
egress-policy: block
@@ -106,7 +106,7 @@ jobs:
# See https://docs.stepsecurity.io/harden-runner/getting-started/ for instructions on
# configuring harden-runner and identifying allowed endpoints.
- name: Harden Runner
- uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 # v2.5.1
+ uses: step-security/harden-runner@1b05615854632b887b69ae1be8cbefe72d3ae423 # v2.6.0
with:
disable-sudo: true
egress-policy: block
@@ -129,11 +129,11 @@ jobs:
with:
dotnet-version: "6.0.x"
- name: Initialize CodeQL
- uses: github/codeql-action/init@ddccb873888234080b77e9bc2d4764d5ccaaccf9 # v2.21.9
+ uses: github/codeql-action/init@2cb752a87e96af96708ab57187ab6372ee1973ab # v2.22.0
with:
languages: csharp
- name: Autobuild
- uses: github/codeql-action/autobuild@ddccb873888234080b77e9bc2d4764d5ccaaccf9 # v2.21.9
+ uses: github/codeql-action/autobuild@2cb752a87e96af96708ab57187ab6372ee1973ab # v2.22.0
- name: Upload artifacts if build failed
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
if: ${{ failure() }}
@@ -141,7 +141,7 @@ jobs:
name: tracer-logs
path: ${{ runner.temp }}/*.log
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@ddccb873888234080b77e9bc2d4764d5ccaaccf9 # v2.21.9
+ uses: github/codeql-action/analyze@2cb752a87e96af96708ab57187ab6372ee1973ab # v2.22.0
docker_build:
runs-on: ubuntu-22.04
@@ -150,7 +150,7 @@ jobs:
# See https://docs.stepsecurity.io/harden-runner/getting-started/ for instructions on
# configuring harden-runner and identifying allowed endpoints.
- name: Harden Runner
- uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 # v2.5.1
+ uses: step-security/harden-runner@1b05615854632b887b69ae1be8cbefe72d3ae423 # v2.6.0
with:
disable-sudo: true
disable-file-monitoring: true
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index 485b1ec26b..cf24f25d42 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -45,7 +45,7 @@ jobs:
# See https://docs.stepsecurity.io/harden-runner/getting-started/ for instructions on
# configuring harden-runner and identifying allowed endpoints.
- name: Harden Runner
- uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 # v2.5.1
+ uses: step-security/harden-runner@1b05615854632b887b69ae1be8cbefe72d3ae423 # v2.6.0
with:
disable-sudo: true
egress-policy: block
@@ -63,7 +63,7 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
- uses: github/codeql-action/init@ddccb873888234080b77e9bc2d4764d5ccaaccf9 # v2.21.9
+ uses: github/codeql-action/init@2cb752a87e96af96708ab57187ab6372ee1973ab # v2.22.0
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -76,7 +76,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@ddccb873888234080b77e9bc2d4764d5ccaaccf9 # v2.21.9
+ uses: github/codeql-action/autobuild@2cb752a87e96af96708ab57187ab6372ee1973ab # v2.22.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
@@ -89,6 +89,6 @@ jobs:
# ./location_of_script_within_repo/buildscript.sh
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@ddccb873888234080b77e9bc2d4764d5ccaaccf9 # v2.21.9
+ uses: github/codeql-action/analyze@2cb752a87e96af96708ab57187ab6372ee1973ab # v2.22.0
with:
category: "/language:${{matrix.language}}"
diff --git a/.github/workflows/combine_deploy_image.yml b/.github/workflows/combine_deploy_image.yml
index 41e68d949f..75a5bb349c 100644
--- a/.github/workflows/combine_deploy_image.yml
+++ b/.github/workflows/combine_deploy_image.yml
@@ -16,16 +16,33 @@ jobs:
# See https://docs.stepsecurity.io/harden-runner/getting-started/ for instructions on
# configuring harden-runner and identifying allowed endpoints.
- name: Harden Runner
- uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 # v2.5.1
+ uses: step-security/harden-runner@1b05615854632b887b69ae1be8cbefe72d3ae423 # v2.6.0
with:
- egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
-
+ disable-sudo: true
+ egress-policy: block
+ allowed-endpoints: >
+ api.ecr-public.us-east-1.amazonaws.com:443
+ api.github.com:443
+ archive.ubuntu.com:80
+ auth.docker.io:443
+ cdn.dl.k8s.io:443
+ dl.k8s.io:443
+ files.pythonhosted.org:443
+ get.helm.sh:443
+ github.com:443
+ production.cloudflare.docker.com:443
+ public.ecr.aws:443
+ pypi.org:443
+ raw.githubusercontent.com:443
+ registry-1.docker.io:443
+ security.ubuntu.com:80
+ sts.us-east-1.amazonaws.com:443
- name: Set up QEMU
uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3.0.0
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3.0.0
- name: Configure AWS credentials
- uses: aws-actions/configure-aws-credentials@v4.0.0
+ uses: aws-actions/configure-aws-credentials@v4.0.1
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
diff --git a/.github/workflows/database.yml b/.github/workflows/database.yml
index b7c18657a9..04024a7a0b 100644
--- a/.github/workflows/database.yml
+++ b/.github/workflows/database.yml
@@ -15,7 +15,7 @@ jobs:
# See https://docs.stepsecurity.io/harden-runner/getting-started/ for instructions on
# configuring harden-runner and identifying allowed endpoints.
- name: Harden Runner
- uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 # v2.5.1
+ uses: step-security/harden-runner@1b05615854632b887b69ae1be8cbefe72d3ae423 # v2.6.0
with:
disable-sudo: true
egress-policy: block
diff --git a/.github/workflows/deploy_qa.yml b/.github/workflows/deploy_qa.yml
index b5dcd7de09..ecbc1f37eb 100644
--- a/.github/workflows/deploy_qa.yml
+++ b/.github/workflows/deploy_qa.yml
@@ -21,7 +21,7 @@ jobs:
# See https://docs.stepsecurity.io/harden-runner/getting-started/ for instructions on
# configuring harden-runner and identifying allowed endpoints.
- name: Harden Runner
- uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 # v2.5.1
+ uses: step-security/harden-runner@1b05615854632b887b69ae1be8cbefe72d3ae423 # v2.6.0
with:
disable-sudo: true
egress-policy: block
@@ -73,7 +73,7 @@ jobs:
# See https://docs.stepsecurity.io/harden-runner/getting-started/ for instructions on
# configuring harden-runner and identifying allowed endpoints.
- name: Harden Runner
- uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 # v2.5.1
+ uses: step-security/harden-runner@1b05615854632b887b69ae1be8cbefe72d3ae423 # v2.6.0
with:
disable-sudo: true
egress-policy: block
@@ -84,7 +84,7 @@ jobs:
sts.${{ secrets.AWS_DEFAULT_REGION }}.amazonaws.com:443
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- name: Configure AWS credentials
- uses: aws-actions/configure-aws-credentials@v4.0.0
+ uses: aws-actions/configure-aws-credentials@v4.0.1
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
diff --git a/.github/workflows/deploy_release.yml b/.github/workflows/deploy_release.yml
index f3a74d4f2f..a5cb5e3f5d 100644
--- a/.github/workflows/deploy_release.yml
+++ b/.github/workflows/deploy_release.yml
@@ -20,7 +20,7 @@ jobs:
# See https://docs.stepsecurity.io/harden-runner/getting-started/ for instructions on
# configuring harden-runner and identifying allowed endpoints.
- name: Harden Runner
- uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 # v2.5.1
+ uses: step-security/harden-runner@1b05615854632b887b69ae1be8cbefe72d3ae423 # v2.6.0
with:
egress-policy: block
allowed-endpoints: >
diff --git a/.github/workflows/frontend.yml b/.github/workflows/frontend.yml
index 5b796bace7..996858ecce 100644
--- a/.github/workflows/frontend.yml
+++ b/.github/workflows/frontend.yml
@@ -19,7 +19,7 @@ jobs:
# See https://docs.stepsecurity.io/harden-runner/getting-started/ for instructions on
# configuring harden-runner and identifying allowed endpoints.
- name: Harden Runner
- uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 # v2.5.1
+ uses: step-security/harden-runner@1b05615854632b887b69ae1be8cbefe72d3ae423 # v2.6.0
with:
disable-sudo: true
egress-policy: block
@@ -59,7 +59,7 @@ jobs:
# See https://docs.stepsecurity.io/harden-runner/getting-started/ for instructions on
# configuring harden-runner and identifying allowed endpoints.
- name: Harden Runner
- uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 # v2.5.1
+ uses: step-security/harden-runner@1b05615854632b887b69ae1be8cbefe72d3ae423 # v2.6.0
with:
disable-sudo: true
egress-policy: block
@@ -90,7 +90,7 @@ jobs:
# See https://docs.stepsecurity.io/harden-runner/getting-started/ for instructions on
# configuring harden-runner and identifying allowed endpoints.
- name: Harden Runner
- uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 # v2.5.1
+ uses: step-security/harden-runner@1b05615854632b887b69ae1be8cbefe72d3ae423 # v2.6.0
with:
disable-sudo: true
egress-policy: block
diff --git a/.github/workflows/maintenance.yml b/.github/workflows/maintenance.yml
index bd067ee5b0..f30cc3d6e1 100644
--- a/.github/workflows/maintenance.yml
+++ b/.github/workflows/maintenance.yml
@@ -15,7 +15,7 @@ jobs:
# See https://docs.stepsecurity.io/harden-runner/getting-started/ for instructions on
# configuring harden-runner and identifying allowed endpoints.
- name: Harden Runner
- uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 # v2.5.1
+ uses: step-security/harden-runner@1b05615854632b887b69ae1be8cbefe72d3ae423 # v2.6.0
with:
disable-sudo: true
egress-policy: block
diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml
index 605ad5ae6f..65857fa32c 100644
--- a/.github/workflows/pages.yml
+++ b/.github/workflows/pages.yml
@@ -17,7 +17,7 @@ jobs:
# See https://docs.stepsecurity.io/harden-runner/getting-started/ for instructions on
# configuring harden-runner and identifying allowed endpoints.
- name: Harden Runner
- uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 # v2.5.1
+ uses: step-security/harden-runner@1b05615854632b887b69ae1be8cbefe72d3ae423 # v2.6.0
with:
disable-sudo: true
egress-policy: block
@@ -26,7 +26,7 @@ jobs:
github.com:443
pypi.org:443
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- - uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
+ - uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
with:
python-version: 3.11
- name: Install dependencies
diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml
index f222d83ef2..7350ea6949 100644
--- a/.github/workflows/python.yml
+++ b/.github/workflows/python.yml
@@ -19,7 +19,7 @@ jobs:
# See https://docs.stepsecurity.io/harden-runner/getting-started/ for instructions on
# configuring harden-runner and identifying allowed endpoints.
- name: Harden Runner
- uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 # v2.5.1
+ uses: step-security/harden-runner@1b05615854632b887b69ae1be8cbefe72d3ae423 # v2.6.0
with:
disable-sudo: true
egress-policy: block
@@ -30,7 +30,7 @@ jobs:
pypi.org:443
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- name: Set up Python ${{ matrix.python-version }}
- uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
+ uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml
index 99961fe967..c50a77da6e 100644
--- a/.github/workflows/scorecards.yml
+++ b/.github/workflows/scorecards.yml
@@ -35,30 +35,31 @@ jobs:
# See https://docs.stepsecurity.io/harden-runner/getting-started/ for instructions on
# configuring harden-runner and identifying allowed endpoints.
- name: Harden Runner
- uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 # v2.5.1
+ uses: step-security/harden-runner@1b05615854632b887b69ae1be8cbefe72d3ae423 # v2.6.0
with:
disable-sudo: true
- egress-policy: audit
+ egress-policy: block
allowed-endpoints: >
api.github.com:443
api.osv.dev:443
- api.securityscorecards.dev
+ api.securityscorecards.dev:443
auth.docker.io:443
bestpractices.coreinfrastructure.org:443
fulcio.sigstore.dev:443
github.com:443
index.docker.io:443
mcr.microsoft.com:443
- oauth2.sigstore.dev:443
+ oss-fuzz-build-logs.storage.googleapis.com:443
rekor.sigstore.dev:443
- sigstore-tuf-root.storage.googleapis.com:443
+ tuf-repo-cdn.sigstore.dev:443
+ www.bestpractices.dev:443
- name: "Checkout code"
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
with:
persist-credentials: false
- name: "Run analysis"
- uses: ossf/scorecard-action@08b4669551908b1024bb425080c797723083c031 # v2.2.0
+ uses: ossf/scorecard-action@483ef80eb98fb506c348f7d62e28055e49fe2398 # v2.3.0
with:
results_file: results.sarif
results_format: sarif
@@ -88,6 +89,6 @@ jobs:
# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
- uses: github/codeql-action/upload-sarif@ddccb873888234080b77e9bc2d4764d5ccaaccf9 # v2.21.9
+ uses: github/codeql-action/upload-sarif@2cb752a87e96af96708ab57187ab6372ee1973ab # v2.22.0
with:
sarif_file: results.sarif
diff --git a/Backend/BackendFramework.csproj b/Backend/BackendFramework.csproj
index 95e24a20af..5239e219d5 100644
--- a/Backend/BackendFramework.csproj
+++ b/Backend/BackendFramework.csproj
@@ -20,8 +20,8 @@
NU1701
-
-
+
+
diff --git a/database/Dockerfile b/database/Dockerfile
index eb5d7b65ac..b244678726 100644
--- a/database/Dockerfile
+++ b/database/Dockerfile
@@ -1,4 +1,4 @@
-FROM mongo:7.0.1-jammy
+FROM mongo:7.0.2-jammy
WORKDIR /
diff --git a/deploy/requirements.txt b/deploy/requirements.txt
index 7c1802264f..2bd0ad8adc 100644
--- a/deploy/requirements.txt
+++ b/deploy/requirements.txt
@@ -14,15 +14,15 @@ certifi==2023.7.22
# via
# kubernetes
# requests
-cffi==1.15.1
+cffi==1.16.0
# via cryptography
-charset-normalizer==3.2.0
+charset-normalizer==3.3.0
# via requests
cryptography==41.0.4
# via
# ansible-core
# pyopenssl
-google-auth==2.23.0
+google-auth==2.23.2
# via kubernetes
idna==3.4
# via requests
@@ -41,7 +41,7 @@ oauthlib==3.2.2
# via
# kubernetes
# requests-oauthlib
-packaging==23.1
+packaging==23.2
# via ansible-core
pyasn1==0.5.0
# via
@@ -74,10 +74,9 @@ six==1.16.0
# via
# kubernetes
# python-dateutil
-urllib3==1.26.16
+urllib3==1.26.17
# via
- # google-auth
# kubernetes
# requests
-websocket-client==1.6.3
+websocket-client==1.6.4
# via kubernetes
diff --git a/dev-requirements.txt b/dev-requirements.txt
index d614dcc874..562fcf336b 100644
--- a/dev-requirements.txt
+++ b/dev-requirements.txt
@@ -8,7 +8,7 @@ attrs==23.1.0
# via
# flake8-bugbear
# flake8-eradicate
-babel==2.12.1
+babel==2.13.0
# via mkdocs-material
beautifulsoup4==4.12.2
# via mkdocs-htmlproofer-plugin
@@ -22,11 +22,11 @@ certifi==2023.7.22
# via
# kubernetes
# requests
-cffi==1.15.1
+cffi==1.16.0
# via cryptography
chardet==5.2.0
# via tox
-charset-normalizer==3.2.0
+charset-normalizer==3.3.0
# via requests
click==8.1.7
# via
@@ -69,7 +69,7 @@ flake8-eradicate==1.5.0
# via -r dev-requirements.in
ghp-import==2.1.0
# via mkdocs
-google-auth==2.23.0
+google-auth==2.23.2
# via kubernetes
humanfriendly==10.0
# via -r dev-requirements.in
@@ -85,9 +85,9 @@ jinja2==3.1.2
# mkdocs-material
jinja2-base64-filters==0.1.4
# via -r dev-requirements.in
-kubernetes==28.1.0
+kubernetes==27.2.0
# via -r dev-requirements.in
-markdown==3.4.4
+markdown==3.5
# via
# mkdocs
# mkdocs-htmlproofer-plugin
@@ -107,7 +107,7 @@ mkdocs==1.5.3
# mkdocs-material
mkdocs-htmlproofer-plugin==1.0.0
# via -r dev-requirements.in
-mkdocs-material==9.4.2
+mkdocs-material==9.4.4
# via -r dev-requirements.in
mkdocs-material-extensions==1.2
# via mkdocs-material
@@ -121,7 +121,7 @@ oauthlib==3.2.2
# via
# kubernetes
# requests-oauthlib
-packaging==23.1
+packaging==23.2
# via
# black
# mkdocs
@@ -135,7 +135,7 @@ pathspec==0.11.2
# mkdocs
pep8-naming==0.13.3
# via -r dev-requirements.in
-platformdirs==3.10.0
+platformdirs==3.11.0
# via
# black
# mkdocs
@@ -180,7 +180,7 @@ pyyaml==6.0.1
# pyyaml-env-tag
pyyaml-env-tag==0.1
# via mkdocs
-regex==2023.8.8
+regex==2023.10.3
# via mkdocs-material
requests==2.31.0
# via
@@ -212,22 +212,20 @@ types-python-dateutil==2.8.19.14
# via -r dev-requirements.in
types-pyyaml==6.0.12.12
# via -r dev-requirements.in
-types-requests==2.31.0.5
+types-requests==2.31.0.8
# via -r dev-requirements.in
-types-urllib3==1.26.25.14
- # via types-requests
typing-extensions==4.8.0
# via
# black
# mypy
-urllib3==1.26.16
+urllib3==2.0.6
# via
- # google-auth
# kubernetes
# requests
+ # types-requests
virtualenv==20.24.5
# via tox
watchdog==3.0.0
# via mkdocs
-websocket-client==1.6.3
+websocket-client==1.6.4
# via kubernetes
diff --git a/docs/user_guide/default/licenses/backend_licenses.txt b/docs/user_guide/default/licenses/backend_licenses.txt
index 63ccdfb3e8..730366d472 100644
--- a/docs/user_guide/default/licenses/backend_licenses.txt
+++ b/docs/user_guide/default/licenses/backend_licenses.txt
@@ -596,7 +596,7 @@ license Type:Apache-2.0
####################################################################################################
Package:Microsoft.IdentityModel.Abstractions
-Version:6.32.3
+Version:6.33.0
project URL:https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet
Description:A package containing thin abstractions for Microsoft.IdentityModel.
licenseUrl:https://licenses.nuget.org/MIT
@@ -612,7 +612,7 @@ license Type:MIT
####################################################################################################
Package:Microsoft.IdentityModel.JsonWebTokens
-Version:6.32.3
+Version:6.33.0
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
@@ -636,7 +636,7 @@ license Type:MIT
####################################################################################################
Package:Microsoft.IdentityModel.Logging
-Version:6.32.3
+Version:6.33.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
@@ -668,7 +668,7 @@ license Type:MIT
####################################################################################################
Package:Microsoft.IdentityModel.Tokens
-Version:6.32.3
+Version:6.33.0
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
@@ -1742,7 +1742,7 @@ license Type:MIT
####################################################################################################
Package:System.IdentityModel.Tokens.Jwt
-Version:6.32.3
+Version:6.33.0
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
diff --git a/docs/user_guide/default/licenses/frontend_licenses.txt b/docs/user_guide/default/licenses/frontend_licenses.txt
index c2d1201f3a..35e5393379 100644
--- a/docs/user_guide/default/licenses/frontend_licenses.txt
+++ b/docs/user_guide/default/licenses/frontend_licenses.txt
@@ -128,7 +128,7 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-@babel/runtime 7.22.15
+@babel/runtime 7.23.1
MIT
MIT License
@@ -706,7 +706,7 @@ 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.
-@floating-ui/utils 0.1.4
+@floating-ui/utils 0.1.6
MIT
MIT License
@@ -799,7 +799,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.
-@material-table/core 6.2.4
+@material-table/core 6.2.11
MIT
MIT License
@@ -1138,7 +1138,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
-@mui/base 5.0.0-beta.17
+@mui/base 5.0.0-beta.18
MIT
The MIT License (MIT)
@@ -1163,7 +1163,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
-@mui/core-downloads-tracker 5.14.11
+@mui/core-downloads-tracker 5.14.12
MIT
The MIT License (MIT)
@@ -1213,7 +1213,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
-@mui/material 5.14.11
+@mui/material 5.14.12
MIT
The MIT License (MIT)
@@ -1238,7 +1238,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
-@mui/private-theming 5.14.11
+@mui/private-theming 5.14.12
MIT
The MIT License (MIT)
@@ -1263,7 +1263,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
-@mui/styled-engine 5.14.11
+@mui/styled-engine 5.14.12
MIT
The MIT License (MIT)
@@ -1313,7 +1313,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
-@mui/system 5.14.11
+@mui/system 5.14.12
MIT
The MIT License (MIT)
@@ -1338,7 +1338,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
-@mui/types 7.2.4
+@mui/types 7.2.5
MIT
The MIT License (MIT)
@@ -1363,7 +1363,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
-@mui/utils 5.14.11
+@mui/utils 5.14.12
MIT
The MIT License (MIT)
@@ -1487,7 +1487,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
-@remix-run/router 1.8.0
+@remix-run/router 1.9.0
MIT
MIT License
@@ -40472,7 +40472,7 @@ MIT
SOFTWARE
-@types/prop-types 15.7.5
+@types/prop-types 15.7.8
MIT
MIT License
@@ -43573,7 +43573,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
-react-redux 8.1.2
+react-redux 8.1.3
MIT
The MIT License (MIT)
@@ -43598,7 +43598,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
-react-router-dom 6.15.0
+react-router-dom 6.16.0
MIT
MIT License
@@ -43625,7 +43625,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
-react-router 6.15.0
+react-router 6.16.0
MIT
MIT License
diff --git a/maintenance/requirements.txt b/maintenance/requirements.txt
index b523566422..8dd252456d 100644
--- a/maintenance/requirements.txt
+++ b/maintenance/requirements.txt
@@ -10,15 +10,15 @@ certifi==2023.7.22
# via
# kubernetes
# requests
-cffi==1.15.1
+cffi==1.16.0
# via cryptography
-charset-normalizer==3.2.0
+charset-normalizer==3.3.0
# via requests
cryptography==41.0.4
# via pyopenssl
dnspython==2.4.2
# via pymongo
-google-auth==2.23.0
+google-auth==2.23.2
# via kubernetes
humanfriendly==10.0
# via -r requirements.in
@@ -58,10 +58,9 @@ six==1.16.0
# via
# kubernetes
# python-dateutil
-urllib3==1.26.16
+urllib3==1.26.17
# via
- # google-auth
# kubernetes
# requests
-websocket-client==1.6.3
+websocket-client==1.6.4
# via kubernetes
diff --git a/package-lock.json b/package-lock.json
index 700d4b997e..5396b98548 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -12,11 +12,11 @@
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@loadable/component": "^5.15.3",
- "@material-table/core": "^6.2.4",
+ "@material-table/core": "^6.2.11",
"@matt-block/react-recaptcha-v2": "^2.0.1",
"@microsoft/signalr": "^6.0.7",
"@mui/icons-material": "^5.14.11",
- "@mui/material": "^5.14.11",
+ "@mui/material": "^5.14.12",
"@mui/styles": "^5.14.3",
"@redux-devtools/extension": "^3.2.5",
"@reduxjs/toolkit": "^1.9.5",
@@ -44,8 +44,8 @@
"react-dom": "^17.0.2",
"react-i18next": "^12.3.1",
"react-modal": "^3.16.1",
- "react-redux": "^8.1.2",
- "react-router-dom": "^6.15.0",
+ "react-redux": "^8.1.3",
+ "react-router-dom": "^6.16.0",
"react-toastify": "^9.1.3",
"recordrtc": "^5.6.1",
"redux": "^4.2.1",
@@ -72,7 +72,7 @@
"@types/react-modal": "^3.16.0",
"@types/react-test-renderer": "^17.0.0",
"@types/recordrtc": "^5.6.12",
- "@types/redux-mock-store": "^1.0.3",
+ "@types/redux-mock-store": "^1.0.4",
"@types/segment-analytics": "^0.0.34",
"@types/uuid": "^9.0.4",
"@types/validator": "^13.11.1",
@@ -2145,9 +2145,9 @@
}
},
"node_modules/@babel/runtime": {
- "version": "7.22.15",
- "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.22.15.tgz",
- "integrity": "sha512-T0O+aa+4w0u06iNmapipJXMV4HoUir03hpx3/YqXXhu9xim3w+dVphjFWl1OH8NbZHw5Lbm9k45drDkgq2VNNA==",
+ "version": "7.23.1",
+ "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.1.tgz",
+ "integrity": "sha512-hC2v6p8ZSI/W0HUzh3V8C5g+NwSKzKPtJwSpTjwl0o297GP9+ZLQSkdvHz46CM3LqyoXxq+5G9komY+eSqSO0g==",
"dependencies": {
"regenerator-runtime": "^0.14.0"
},
@@ -2906,9 +2906,9 @@
}
},
"node_modules/@floating-ui/utils": {
- "version": "0.1.4",
- "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.1.4.tgz",
- "integrity": "sha512-qprfWkn82Iw821mcKofJ5Pk9wgioHicxcQMxx+5zt5GSKoqdWvgG5AxVmpmUUjzTLPVSH5auBrhI93Deayn/DA=="
+ "version": "0.1.6",
+ "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.1.6.tgz",
+ "integrity": "sha512-OfX7E2oUDYxtBvsuS4e/jSn4Q9Qb6DzgeYtsAdkPZ47znpoNsMgZw0+tVijiv3uGNR6dgNlty6r9rzIzHjtd/A=="
},
"node_modules/@hello-pangea/dnd": {
"version": "16.2.0",
@@ -4354,9 +4354,9 @@
}
},
"node_modules/@material-table/core": {
- "version": "6.2.4",
- "resolved": "https://registry.npmjs.org/@material-table/core/-/core-6.2.4.tgz",
- "integrity": "sha512-7aqMnTIH5HN+hRRKVRAeGsHlej6ujdBrwe3J2OK361O/RXpE96MQ9CJzCTfNlWMvWo2ldN17wDVTQtEpt/9zJw==",
+ "version": "6.2.11",
+ "resolved": "https://registry.npmjs.org/@material-table/core/-/core-6.2.11.tgz",
+ "integrity": "sha512-ErvpDT/tucUsGwb+vUsHIlHX/ec+aIxwPSSkgz5Ie4SqEKurOpE5R8vCXTFWJ+kV3fgnRtg9jFXfI6dL67N99g==",
"dependencies": {
"@babel/runtime": "^7.19.0",
"@date-io/core": "^2.16.0",
@@ -4507,14 +4507,14 @@
}
},
"node_modules/@mui/base": {
- "version": "5.0.0-beta.17",
- "resolved": "https://registry.npmjs.org/@mui/base/-/base-5.0.0-beta.17.tgz",
- "integrity": "sha512-xNbk7iOXrglNdIxFBN0k3ySsPIFLWCnFxqsAYl7CIcDkD9low4kJ7IUuy6ctwx/HAy2fenrT3KXHr1sGjAMgpQ==",
+ "version": "5.0.0-beta.18",
+ "resolved": "https://registry.npmjs.org/@mui/base/-/base-5.0.0-beta.18.tgz",
+ "integrity": "sha512-e9ZCy/ndhyt5MTshAS3qAUy/40UiO0jX+kAo6a+XirrPJE+rrQW+mKPSI0uyp+5z4Vh+z0pvNoJ2S2gSrNz3BQ==",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.1",
"@floating-ui/react-dom": "^2.0.2",
- "@mui/types": "^7.2.4",
- "@mui/utils": "^5.14.11",
+ "@mui/types": "^7.2.5",
+ "@mui/utils": "^5.14.12",
"@popperjs/core": "^2.11.8",
"clsx": "^2.0.0",
"prop-types": "^15.8.1"
@@ -4546,9 +4546,9 @@
}
},
"node_modules/@mui/core-downloads-tracker": {
- "version": "5.14.11",
- "resolved": "https://registry.npmjs.org/@mui/core-downloads-tracker/-/core-downloads-tracker-5.14.11.tgz",
- "integrity": "sha512-uY8FLQURhXe3f3O4dS5OSGML9KDm9+IE226cBu78jarVIzdQGPlXwGIlSI9VJR8MvZDA6C0+6XfWDhWCHruC5Q==",
+ "version": "5.14.12",
+ "resolved": "https://registry.npmjs.org/@mui/core-downloads-tracker/-/core-downloads-tracker-5.14.12.tgz",
+ "integrity": "sha512-WZhCkKqhrXaSVBzoC6LNcVkIawS000OOt7gmnp4g9HhyvN0PSclRXc/JrkC7EwfzUAZJh+hiK2LaVsbtOpNuOg==",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/mui"
@@ -4580,16 +4580,16 @@
}
},
"node_modules/@mui/material": {
- "version": "5.14.11",
- "resolved": "https://registry.npmjs.org/@mui/material/-/material-5.14.11.tgz",
- "integrity": "sha512-DnSdJzcR7lwG12JA5L2t8JF+RDzMygu5rCNW+logWb/KW2/TRzwLyVWO+CorHTBjBRd38DBxnwOCDiYkDd+N3A==",
- "dependencies": {
- "@babel/runtime": "^7.22.15",
- "@mui/base": "5.0.0-beta.17",
- "@mui/core-downloads-tracker": "^5.14.11",
- "@mui/system": "^5.14.11",
- "@mui/types": "^7.2.4",
- "@mui/utils": "^5.14.11",
+ "version": "5.14.12",
+ "resolved": "https://registry.npmjs.org/@mui/material/-/material-5.14.12.tgz",
+ "integrity": "sha512-EelF2L46VcVqhg3KjzIGBBpOtcBgRh0MMy9Efuk6Do81QdcZsFC9RebCVAflo5jIdbHiBmxBs5/l5Q9NjONozg==",
+ "dependencies": {
+ "@babel/runtime": "^7.23.1",
+ "@mui/base": "5.0.0-beta.18",
+ "@mui/core-downloads-tracker": "^5.14.12",
+ "@mui/system": "^5.14.12",
+ "@mui/types": "^7.2.5",
+ "@mui/utils": "^5.14.12",
"@types/react-transition-group": "^4.4.6",
"clsx": "^2.0.0",
"csstype": "^3.1.2",
@@ -4637,12 +4637,12 @@
"integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w=="
},
"node_modules/@mui/private-theming": {
- "version": "5.14.11",
- "resolved": "https://registry.npmjs.org/@mui/private-theming/-/private-theming-5.14.11.tgz",
- "integrity": "sha512-MSnNNzTu9pfKLCKs1ZAKwOTgE4bz+fQA0fNr8Jm7NDmuWmw0CaN9Vq2/MHsatE7+S0A25IAKby46Uv1u53rKVQ==",
+ "version": "5.14.12",
+ "resolved": "https://registry.npmjs.org/@mui/private-theming/-/private-theming-5.14.12.tgz",
+ "integrity": "sha512-TWwm+9+BgHFpoR3w04FG+IqID4ALa74A27RuKq2CEaWgxliBZB24EVeI6djfjFt5t4FYmIb8BMw2ZJEir7YjLQ==",
"dependencies": {
- "@babel/runtime": "^7.22.15",
- "@mui/utils": "^5.14.11",
+ "@babel/runtime": "^7.23.1",
+ "@mui/utils": "^5.14.12",
"prop-types": "^15.8.1"
},
"engines": {
@@ -4663,11 +4663,11 @@
}
},
"node_modules/@mui/styled-engine": {
- "version": "5.14.11",
- "resolved": "https://registry.npmjs.org/@mui/styled-engine/-/styled-engine-5.14.11.tgz",
- "integrity": "sha512-jdUlqRgTYQ8RMtPX4MbRZqar6W2OiIb6J5KEFbIu4FqvPrk44Each4ppg/LAqp1qNlBYq5i+7Q10MYLMpDxX9A==",
+ "version": "5.14.12",
+ "resolved": "https://registry.npmjs.org/@mui/styled-engine/-/styled-engine-5.14.12.tgz",
+ "integrity": "sha512-bocxt1nDmXfB3gpLfCCmFCyJ7sVmscFs+PuheO210QagZwHVp47UIRT1AiswLDYSQo1ZqmVGn7KLEJEYK0d4Xw==",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.1",
"@emotion/cache": "^11.11.0",
"csstype": "^3.1.2",
"prop-types": "^15.8.1"
@@ -4742,15 +4742,15 @@
}
},
"node_modules/@mui/system": {
- "version": "5.14.11",
- "resolved": "https://registry.npmjs.org/@mui/system/-/system-5.14.11.tgz",
- "integrity": "sha512-yl8xV+y0k7j6dzBsHabKwoShmjqLa8kTxrhUI3JpqLG358VRVMJRW/ES0HhvfcCi4IVXde+Tc2P3K1akGL8zoA==",
- "dependencies": {
- "@babel/runtime": "^7.22.15",
- "@mui/private-theming": "^5.14.11",
- "@mui/styled-engine": "^5.14.11",
- "@mui/types": "^7.2.4",
- "@mui/utils": "^5.14.11",
+ "version": "5.14.12",
+ "resolved": "https://registry.npmjs.org/@mui/system/-/system-5.14.12.tgz",
+ "integrity": "sha512-6DXfjjLhW0/ia5qU3Crke7j+MnfDbMBOHlLIrqbrEqNs0AuSBv8pXniEGb+kqO0H804NJreRTEJRjCngwOX5CA==",
+ "dependencies": {
+ "@babel/runtime": "^7.23.1",
+ "@mui/private-theming": "^5.14.12",
+ "@mui/styled-engine": "^5.14.12",
+ "@mui/types": "^7.2.5",
+ "@mui/utils": "^5.14.12",
"clsx": "^2.0.0",
"csstype": "^3.1.2",
"prop-types": "^15.8.1"
@@ -4789,11 +4789,11 @@
}
},
"node_modules/@mui/types": {
- "version": "7.2.4",
- "resolved": "https://registry.npmjs.org/@mui/types/-/types-7.2.4.tgz",
- "integrity": "sha512-LBcwa8rN84bKF+f5sDyku42w1NTxaPgPyYKODsh01U1fVstTClbUoSA96oyRBnSNyEiAVjKm6Gwx9vjR+xyqHA==",
+ "version": "7.2.5",
+ "resolved": "https://registry.npmjs.org/@mui/types/-/types-7.2.5.tgz",
+ "integrity": "sha512-S2BwfNczr7VwS6ki8GoAXJyARoeSJDLuxOEPs3vEMyTALlf9PrdHv+sluX7kk3iKrCg/ML2mIWwapZvWbkMCQA==",
"peerDependencies": {
- "@types/react": "*"
+ "@types/react": "^17.0.0 || ^18.0.0"
},
"peerDependenciesMeta": {
"@types/react": {
@@ -4802,12 +4802,12 @@
}
},
"node_modules/@mui/utils": {
- "version": "5.14.11",
- "resolved": "https://registry.npmjs.org/@mui/utils/-/utils-5.14.11.tgz",
- "integrity": "sha512-fmkIiCPKyDssYrJ5qk+dime1nlO3dmWfCtaPY/uVBqCRMBZ11JhddB9m8sjI2mgqQQwRJG5bq3biaosNdU/s4Q==",
+ "version": "5.14.12",
+ "resolved": "https://registry.npmjs.org/@mui/utils/-/utils-5.14.12.tgz",
+ "integrity": "sha512-RFNXnhKQlzIkIUig6mmv0r5VbtjPdWoaBPYicq25LETdZux59HAqoRdWw15T7lp3c7gXOoE8y67+hTB8C64m2g==",
"dependencies": {
- "@babel/runtime": "^7.22.15",
- "@types/prop-types": "^15.7.5",
+ "@babel/runtime": "^7.23.1",
+ "@types/prop-types": "^15.7.7",
"prop-types": "^15.8.1",
"react-is": "^18.2.0"
},
@@ -5061,9 +5061,9 @@
}
},
"node_modules/@remix-run/router": {
- "version": "1.8.0",
- "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.8.0.tgz",
- "integrity": "sha512-mrfKqIHnSZRyIzBcanNJmVQELTnX+qagEDlcKO90RgRBVOZGSGvZKeDihTRfWcqoDn5N/NkUcwWTccnpN18Tfg==",
+ "version": "1.9.0",
+ "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.9.0.tgz",
+ "integrity": "sha512-bV63itrKBC0zdT27qYm6SDZHlkXwFL1xMBuhkn+X7l0+IIhNaH5wuuvZKp6eKhCD4KFhujhfhCT1YxXW6esUIA==",
"engines": {
"node": ">=14.0.0"
}
@@ -8830,9 +8830,9 @@
"dev": true
},
"node_modules/@types/prop-types": {
- "version": "15.7.5",
- "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.5.tgz",
- "integrity": "sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w=="
+ "version": "15.7.8",
+ "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.8.tgz",
+ "integrity": "sha512-kMpQpfZKSCBqltAJwskgePRaYRFukDkm1oItcAbC3gNELR20XIBcN9VRgg4+m8DKsTfkWeA4m4Imp4DDuWy7FQ=="
},
"node_modules/@types/q": {
"version": "1.5.5",
@@ -8924,9 +8924,9 @@
"dev": true
},
"node_modules/@types/redux-mock-store": {
- "version": "1.0.3",
- "resolved": "https://registry.npmjs.org/@types/redux-mock-store/-/redux-mock-store-1.0.3.tgz",
- "integrity": "sha512-Wqe3tJa6x9MxMN4DJnMfZoBRBRak1XTPklqj4qkVm5VBpZnC8PSADf4kLuFQ9NAdHaowfWoEeUMz7NWc2GMtnA==",
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/@types/redux-mock-store/-/redux-mock-store-1.0.4.tgz",
+ "integrity": "sha512-53nDnXba4M7aOJsRod8HKENDC9M2ccm19yZcXImoP15oDLuBru+Q+WKWOCQwKYOC1S/6AJx58mFp8kd4s8q1rQ==",
"dev": true,
"dependencies": {
"redux": "^4.0.5"
@@ -23481,9 +23481,9 @@
}
},
"node_modules/react-redux": {
- "version": "8.1.2",
- "resolved": "https://registry.npmjs.org/react-redux/-/react-redux-8.1.2.tgz",
- "integrity": "sha512-xJKYI189VwfsFc4CJvHqHlDrzyFTY/3vZACbE+rr/zQ34Xx1wQfB4OTOSeOSNrF6BDVe8OOdxIrAnMGXA3ggfw==",
+ "version": "8.1.3",
+ "resolved": "https://registry.npmjs.org/react-redux/-/react-redux-8.1.3.tgz",
+ "integrity": "sha512-n0ZrutD7DaX/j9VscF+uTALI3oUPa/pO4Z3soOBIjuRn/FzVu6aehhysxZCLi6y7duMf52WNZGMl7CtuK5EnRw==",
"dependencies": {
"@babel/runtime": "^7.12.1",
"@types/hoist-non-react-statics": "^3.3.1",
@@ -23533,11 +23533,11 @@
}
},
"node_modules/react-router": {
- "version": "6.15.0",
- "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.15.0.tgz",
- "integrity": "sha512-NIytlzvzLwJkCQj2HLefmeakxxWHWAP+02EGqWEZy+DgfHHKQMUoBBjUQLOtFInBMhWtb3hiUy6MfFgwLjXhqg==",
+ "version": "6.16.0",
+ "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.16.0.tgz",
+ "integrity": "sha512-VT4Mmc4jj5YyjpOi5jOf0I+TYzGpvzERy4ckNSvSh2RArv8LLoCxlsZ2D+tc7zgjxcY34oTz2hZaeX5RVprKqA==",
"dependencies": {
- "@remix-run/router": "1.8.0"
+ "@remix-run/router": "1.9.0"
},
"engines": {
"node": ">=14.0.0"
@@ -23547,12 +23547,12 @@
}
},
"node_modules/react-router-dom": {
- "version": "6.15.0",
- "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.15.0.tgz",
- "integrity": "sha512-aR42t0fs7brintwBGAv2+mGlCtgtFQeOzK0BM1/OiqEzRejOZtpMZepvgkscpMUnKb8YO84G7s3LsHnnDNonbQ==",
+ "version": "6.16.0",
+ "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.16.0.tgz",
+ "integrity": "sha512-aTfBLv3mk/gaKLxgRDUPbPw+s4Y/O+ma3rEN1u8EgEpLpPe6gNjIsWt9rxushMHHMb7mSwxRGdGlGdvmFsyPIg==",
"dependencies": {
- "@remix-run/router": "1.8.0",
- "react-router": "6.15.0"
+ "@remix-run/router": "1.9.0",
+ "react-router": "6.16.0"
},
"engines": {
"node": ">=14.0.0"
diff --git a/package.json b/package.json
index e0efe39bf1..433e9ff515 100644
--- a/package.json
+++ b/package.json
@@ -40,11 +40,11 @@
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@loadable/component": "^5.15.3",
- "@material-table/core": "^6.2.4",
+ "@material-table/core": "^6.2.11",
"@matt-block/react-recaptcha-v2": "^2.0.1",
"@microsoft/signalr": "^6.0.7",
"@mui/icons-material": "^5.14.11",
- "@mui/material": "^5.14.11",
+ "@mui/material": "^5.14.12",
"@mui/styles": "^5.14.3",
"@redux-devtools/extension": "^3.2.5",
"@reduxjs/toolkit": "^1.9.5",
@@ -72,8 +72,8 @@
"react-dom": "^17.0.2",
"react-i18next": "^12.3.1",
"react-modal": "^3.16.1",
- "react-redux": "^8.1.2",
- "react-router-dom": "^6.15.0",
+ "react-redux": "^8.1.3",
+ "react-router-dom": "^6.16.0",
"react-toastify": "^9.1.3",
"recordrtc": "^5.6.1",
"redux": "^4.2.1",
@@ -100,7 +100,7 @@
"@types/react-modal": "^3.16.0",
"@types/react-test-renderer": "^17.0.0",
"@types/recordrtc": "^5.6.12",
- "@types/redux-mock-store": "^1.0.3",
+ "@types/redux-mock-store": "^1.0.4",
"@types/segment-analytics": "^0.0.34",
"@types/uuid": "^9.0.4",
"@types/validator": "^13.11.1",