Skip to content

Commit 5237fc1

Browse files
authored
Merge branch 'Automatic_version_update_dependabot' into dependabot/npm_and_yarn/AdminUI/LearningHub.Nhs.AdminUI/Automatic_version_update_dependabot/babel/preset-env-7.26.8
2 parents b488736 + 07b51a8 commit 5237fc1

File tree

7 files changed

+64
-48
lines changed

7 files changed

+64
-48
lines changed

.github/workflows/continuous-integration-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Add Azure artifact
1919
run: dotnet nuget add source 'https://pkgs.dev.azure.com/e-LfH/_packaging/LearningHubFeed/nuget/v3/index.json' --name 'LearningHubFeed' --username 'kevin.whittaker' --password ${{ secrets.AZURE_DEVOPS_PAT }} --store-password-in-clear-text
2020

21-
- name: Use Node 12.19 with Yarn
21+
- name: Use Node 20 with Yarn
2222
uses: actions/setup-node@v4
2323
with:
2424
node-version: '20'

AdminUI/LearningHub.Nhs.AdminUI/package-lock.json

Lines changed: 17 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

AdminUI/LearningHub.Nhs.AdminUI/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
"vuex": "^3.6.2"
5353
},
5454
"devDependencies": {
55-
"@babel/core": "^7.26.7",
5655
"@babel/preset-env": "^7.26.8",
56+
"@babel/core": "^7.26.8",
5757
"@types/axios": "^0.14.0",
5858
"@types/bootstrap": "4.1.3",
5959
"@types/ckeditor": "4.9.10",

LearningHub.Nhs.WebUI/package-lock.json

Lines changed: 42 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

LearningHub.Nhs.WebUI/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"vuex": "^3.6.2"
5757
},
5858
"devDependencies": {
59-
"@babel/core": "^7.26.7",
59+
"@babel/core": "^7.26.8",
6060
"@babel/preset-env": "^7.26.7",
6161
"@types/axios": "^0.14.0",
6262
"@types/bootstrap": "4.6.1",

WebAPI/LearningHub.Nhs.API/LearningHub.Nhs.Api.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
</PackageReference>
4343
<PackageReference Include="Swashbuckle.AspNetCore" Version="7.2.0" />
4444
<PackageReference Include="System.Data.SqlClient" Version="4.9.0" />
45-
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.3.1" />
45+
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.36.0" />
4646
<PackageReference Update="Microsoft.ApplicationInsights.AspNetCore" Version="2.21.0" />
4747
</ItemGroup>
4848

WebAPI/LearningHub.Nhs.Services/LearningHub.Nhs.Services.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2424
</PackageReference>
2525
<PackageReference Include="System.Configuration.ConfigurationManager" Version="9.0.1" />
26-
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.3.1" />
26+
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.36.0" />
2727
</ItemGroup>
2828

2929
<ItemGroup>

0 commit comments

Comments
 (0)