Skip to content

Commit 07b51a8

Browse files
authored
Merge pull request #971 from TechnologyEnhancedLearning/dependabot/npm_and_yarn/LearningHub.Nhs.WebUI/Automatic_version_update_dependabot/babel/core-7.26.8
Bump @babel/core from 7.26.7 to 7.26.8 in /LearningHub.Nhs.WebUI
2 parents 54f0c9d + d8355d0 commit 07b51a8

File tree

3 files changed

+44
-36
lines changed

3 files changed

+44
-36
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'

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",

0 commit comments

Comments
 (0)